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.
This commit is contained in:
iabdalkader
2021-08-15 18:51:15 +02:00
committed by Damien George
parent b6dbbbe82f
commit 43079aaf86
7 changed files with 1950 additions and 0 deletions

View File

@@ -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]",