Skip to content

Commit

Permalink
modules: new HAL layer for esp32
Browse files Browse the repository at this point in the history
see libraries/AP_HAL_ESP32/README.md for more.

Author: Charles Villard <charlesvillard10@gmail.com>
Author: Buzz <davidbuzz@gmail.com>
  • Loading branch information
davidbuzz authored and tridge committed Nov 1, 2021
1 parent 228fafe commit 351a77f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
[submodule "modules/DroneCAN/DSDL"]
path = modules/DroneCAN/DSDL
url = git://github.com/DroneCAN/DSDL.git

[submodule "modules/CrashDebug"]
path = modules/CrashDebug
url = https://github.com/adamgreen/CrashDebug
[submodule "modules/esp_idf"]
path = modules/esp_idf
url = git://github.com/espressif/esp-idf.git
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@ for reviewing patches on their specific area.
- ***Subsystem***: OSD
- [Rishabh Singh ](https://github.com/rishabsingh3003):
- ***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 change: 1 addition & 0 deletions modules/esp_idf
Submodule esp_idf added at 559504

0 comments on commit 351a77f

Please sign in to comment.