-
Notifications
You must be signed in to change notification settings - Fork 1.1k
vendors/espressif: ESP-IDF v4.4.2
upgrade and added support for ESP32-S3
#3541
Conversation
c6c5302
to
608bf03
Compare
plz, merge this change to aws/amazon-freertos as soon as you can, I have download hase/amazon-freertos and build my esp32s2 code successful. |
1 similar comment
plz, merge this change to aws/amazon-freertos as soon as you can, I have download hase/amazon-freertos and build my esp32s2 code successful. |
Hello, @aggarg and @paulbartell! This pull request updates ESP-IDF shipped with AFR to As mentioned, the Will we have to wait till the above draft PR is merged? Is there a plan to use only LTS versions of the FreeRTOS kernel in the AFR CC: @mahavirj |
608bf03
to
dbe480d
Compare
- Added new Kconfig options and updated some old options - FREERTOS_PLACE_FUNCTIONS_INTO_FLASH - FREERTOS_TICK_SUPPORT_SYSTIMER (for esp32-s3) - Added task snapshot feature (enables core-dump for all esp32-xx targets) -
- mbedtls - Refactored Kconfig options - Removed MBEDTLS_HARDWARE_MPI - Added MBEDTLS_DYNAMIC_BUFFER - Refactored CMakeLists.txt - Updated port components as per ESP-IDF update
- Refactored CMakeLists.txt - Updated sdkconfig.defaults - Updated partition table to align both the app partitions
- Refactored CMakeLists.txt - Updated sdkconfig.defaults - Updated partition table to align both the app partitions
dbe480d
to
4183960
Compare
works without issues |
The iot-reference integration for the ESP32S2 can be found as part of this repo: |
Description
ESP32-S3
SoCRelated
v4.4.2
FreeRTOS/FreeRTOS-Kernel#572Notes
xtensa-esp32xx-elf-gcc esp-2021r2-patch3-8.4.0
) and is not compatible with the older toolchain used in Amazon FreeRTOS (xtensa-esp32xx-elf-gcc esp-2020r3-8.4.0
).Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.