Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpu/esp32: Upgrade to ESP-IDF v4.4 #17601

Merged
merged 37 commits into from
Jun 2, 2022
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
9ae4b1c
cpu/esp32: remove vendor code
gschorcht Jan 30, 2022
61f104f
pkg/esp32_sdk: upgrade to ESP-IDF v4.4
gschorcht Feb 1, 2022
bf0b171
pkg/esp32_sdk_lib: upgrade to ESP-IDF v4.4
gschorcht Feb 1, 2022
357eaa4
cpu/esp32: update sys/lock.h for retargetable locking
gschorcht Feb 1, 2022
6e996f6
sys/posix/select: remove conditional compilation for ESP32
gschorcht Feb 1, 2022
60bbe0f
cpu/esp_common/makefile: move linking of libhal.a to esp8266 makefile
gschorcht Feb 1, 2022
72abc08
cpu/esp_common: small fix of lib_printf
gschorcht Feb 1, 2022
751a958
cpu/esp32: add modules for compilation of required ESP-IDF code
gschorcht Feb 1, 2022
ab14b68
cpu/esp32: update of linker scripts for ESP-IDF v4.4
gschorcht Feb 1, 2022
1d914d1
boards/esp32: changes for ESP-IDF v4.4
gschorcht Feb 1, 2022
3e4dc10
esp/esp32: changes in esp_eth for ESP-IDF v4.4
gschorcht Feb 1, 2022
d4e061f
cpu/esp_common/freertos: missing functions/definitions for ESP-IDF v4.4
gschorcht Feb 1, 2022
e5adb7e
cpu/esp32: cleanup of periph/gpio for ESP-IDF v4.4
gschorcht Feb 1, 2022
ec5993d
cpu/esp32: changes in irq_arch for ESP-IDF v4.4
gschorcht Feb 1, 2022
9fd056f
cpu/esp_common: add missing functions for ESP-EDF v 4.4
gschorcht Feb 1, 2022
ee4a032
cpu/esp_common: fix compilation problems with ESP-IDF v4.4
gschorcht Feb 1, 2022
0ecbcf6
cpu/esp_common: changes in esp_now/esp_wifi for ESP-IDF v4.4
gschorcht Feb 1, 2022
48567c8
cpu/esp32: small cleanup in periph/pwm
gschorcht Feb 1, 2022
2541587
cpu/esp32: small fix in comment of periph/timer
gschorcht Feb 1, 2022
d1d252c
cpu/esp_common: changes in event handling for ESP-IDF v4.4
gschorcht Feb 1, 2022
443f3b8
cpu/esp_common: missing heap functions for ESP-IDF v4.4
gschorcht Feb 1, 2022
d7382ab
cpu/esp32: fix compilation problems with ESP-IDF v4.4
gschorcht Feb 1, 2022
61bf3d2
cpu/esp*: update/cleanup stack sizes
gschorcht Feb 1, 2022
e8b4a4f
cpu/esp32: changes for ESP-IDF v4.4
gschorcht Feb 1, 2022
d2a4d6e
cpu/esp32: compile bootloader from ESP-IDF v4.4 source
gschorcht Feb 1, 2022
24162af
cpu/esp32: small doc fix
gschorcht Feb 1, 2022
587e007
ecp/esp32: changes in periph_can for ESP-IDF v4.4
gschorcht Feb 26, 2022
2724276
pkg/jeryscript: allow GCC extension `include_next` used by ESP_IDF
gschorcht Mar 8, 2022
d63c116
cpu/esp_esp8266: move missing _rename_r function to esp_common
gschorcht Mar 9, 2022
84893c6
cpu/esp_common: fix lock handling
gschorcht Mar 9, 2022
7945114
cpu/esp_common: esptool can detect the flash size
gschorcht Mar 9, 2022
7970660
cpu/esp32: update of sdkconfig.h as required for ESP-IDF 4.4
gschorcht Mar 9, 2022
565c2e1
cpu/esp32: update log module for ESP-IDF 4.4
gschorcht Mar 9, 2022
259dbc0
drivers/ws281x: changes for ESP-IDF 4.4
gschorcht Mar 22, 2022
c55b7ec
pkg/lwip: fix include of esp_eth_netdev header
gschorcht May 25, 2022
fb57104
tests/external_boards: fix module board_esp32-ci
gschorcht May 27, 2022
aa9dd30
pkg/esp32_sdk: remove compile time from bootloader banner
gschorcht May 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests/external_boards: fix module board_esp32-ci
  • Loading branch information
gschorcht committed Jun 1, 2022
commit fb571048f646c408a13e34ef7614f68883be6bb1
4 changes: 4 additions & 0 deletions tests/external_board_dirs/esp-ci-boards/esp32-ci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ config BOARD_ESP32_CI
select HAS_SDCARD_SPI

select HAVE_ILI9341
select MODULE_BOARD_ESP32-CI

config MODULE_BOARD_ESP32-CI
bool

if TEST_KCONFIG

Expand Down