Richard Marko
|
04b46678a4
|
treewide: fix shebangs - /bin/bash -> /usr/bin/env bash
Most scripts/tools use non-portable `/bin/bash`, switch
to environment agnostic `/usr/bin/env bash`.
|
2024-02-13 11:36:23 +11:00 |
David 'Buzz' Bussenschutt
|
6d4747a38c
|
Tools: fix esp32 CI build
install gevent as a package first seems to allow it to avoid issues.
also 3.11 is reqd, and 3.10 usn't good enough.
|
2024-01-07 08:09:21 +11:00 |
Nicholas Kruzan
|
e807d2a34a
|
Tools: idf-v4.4 updates
update wifi drivers
nick: fix build warning
In file included from ../../libraries/AP_HAL_ESP32/WiFiUdpDriver.cpp:26:
../../modules/esp_idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
#warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
AP_HAL_ESP32: idf-v4.4 updates
AP_HAL_ESP32: sdkconfig updates
|
2023-05-15 10:27:25 +10:00 |
David Buzz
|
a9bb6745a6
|
Tools: improve esp32 tool for getting the esp_idf/compiler/etc and giving user better help.
|
2023-05-02 14:38:03 +10:00 |
Buzz
|
854266dc78
|
ESP32: drop submodule and add script to get it as a clone and/or submodule
works with either a submodule setup or a 'clone' for either type of dev
|
2021-11-03 06:06:15 +11:00 |