diff options
author | iabdalkader <i.abdalkader@gmail.com> | 2021-08-15 18:51:15 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-11-13 23:01:03 +1100 |
commit | 43079aaf860cbc19d54cec1eca9d5897297b22ac (patch) | |
tree | 2866b480af3d9b777f3a182ae99e275f4ef04ce0 /tools/codeformat.py | |
parent | b6dbbbe82f7114cb5b56c54e916e304f416cd47a (diff) |
drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver.
- Add WiFi/BT drivers for ublox Nina-W10 (esp32 based) module.
- Add ublox Nina-W10 Python module in extmod.
Diffstat (limited to 'tools/codeformat.py')
-rwxr-xr-x | tools/codeformat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/codeformat.py b/tools/codeformat.py index ab12745fa..04cce1d83 100755 --- a/tools/codeformat.py +++ b/tools/codeformat.py @@ -35,6 +35,7 @@ import subprocess # Relative to top-level repo dir. PATHS = [ # C + "drivers/ninaw10/*.[ch]", "extmod/*.[ch]", "extmod/btstack/*.[ch]", "extmod/nimble/*.[ch]", |