Browse Source

modules: new HAL layer for esp32

see libraries/AP_HAL_ESP32/README.md for more.

Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
gps-1.3.1
Buzz 3 years ago committed by Andrew Tridgell
parent
commit
351a77f678
  1. 4
      .gitmodules
  2. 4
      README.md
  3. 1
      modules/esp_idf

4
.gitmodules vendored

@ -31,7 +31,9 @@
[submodule "modules/DroneCAN/DSDL"] [submodule "modules/DroneCAN/DSDL"]
path = modules/DroneCAN/DSDL path = modules/DroneCAN/DSDL
url = git://github.com/DroneCAN/DSDL.git url = git://github.com/DroneCAN/DSDL.git
[submodule "modules/CrashDebug"] [submodule "modules/CrashDebug"]
path = modules/CrashDebug path = modules/CrashDebug
url = https://github.com/adamgreen/CrashDebug url = https://github.com/adamgreen/CrashDebug
[submodule "modules/esp_idf"]
path = modules/esp_idf
url = git://github.com/espressif/esp-idf.git

4
README.md

@ -157,3 +157,7 @@ for reviewing patches on their specific area.
- ***Subsystem***: OSD - ***Subsystem***: OSD
- [Rishabh Singh ](https://github.com/rishabsingh3003): - [Rishabh Singh ](https://github.com/rishabsingh3003):
- ***Subsystem***: Avoidance/Proximity - ***Subsystem***: Avoidance/Proximity
- [David Bussenschutt ](https://github.com/davidbuzz):
- ***Subsystem***: ESP32,AP_HAL_ESP32
- [Charles Villard ](https://github.com/Silvanosky):
- ***Subsystem***: ESP32,AP_HAL_ESP32

1
modules/esp_idf

@ -0,0 +1 @@
Subproject commit 5595042c16d989c8e44f999eb30ce0e6377fd86e
Loading…
Cancel
Save