gustavonihei opened a new pull request #5352: URL: https://github.com/apache/incubator-nuttx/pull/5352
## Summary This PR intends to add basic support for **ESP32-S3**, a dual-core Xtensa LX7 MCU from Espressif Systems.\ https://www.espressif.com/en/products/socs/esp32-s3 The new `esp32s3-devkit` target considers a generic development board whose characteristics are common to [ESP32-S3-DevKitC-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html) and [ESP32-S3-DevKitM-1](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html) official development kits. This initial support consists of the following features: - Basic clock control (APB clock defaults to 80MHz) - Peripheral and CPU interrupts management - Heap management - Board reset support - Serial driver ## Impact Support for new chip. ## Testing `esp32s3-devkit:nsh` and successful execution of `ostest` application. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
