aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

vendors/espressif: ESP-IDF `v4.4.2` upgrade and added support for ESP32-S3 #3541

Closed laukik-hase closed 1 year ago

laukik-hase commented 1 year ago

Description

Related

Notes

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

eelaix commented 1 year ago

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.

eelaix commented 1 year ago

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.

laukik-hase commented 1 year ago

Hello, @aggarg and @paulbartell!

This pull request updates ESP-IDF shipped with AFR to v4.4.2 and also adds support for the ESP32-S3 SoC.

As mentioned, the FreeRTOS-Kernel submodule for this PR is based on the latest main branch commit - https://github.com/FreeRTOS/FreeRTOS-Kernel/commit/195a351ec797ba434c0e00fbba1d1f6adb74e279. The same for AFR main branch is set at v10.4.3 LTS Patch 2 and there is a draft PR for updating it - https://github.com/aws/amazon-freertos/pull/3507.

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 main branch henceforth?

CC: @mahavirj

thomasklaush commented 1 year ago

works without issues I have download hase/amazon-freertos and build my esp32s3 code successful.

n9wxu commented 1 year ago

The iot-reference integration for the ESP32S2 can be found as part of this repo: https://github.com/FreeRTOS/iot-reference-esp32c3 This repo uses IDF 4.4 so it has support for all ESP32 devices.