Almir Okato
16f8966fa9
esp32s2: add simple boot support
...
The Simple Boot feature for Espressif chips is a method of booting
that doesn't depend on a 2nd stage bootloader. Its not the
intention to replace a 2nd stage bootloader such as MCUboot and
ESP-IDF bootloader, but to have a minimal and straight-forward way
of booting, and also simplify the building.
This commit also removes deprecated code and makes this bootloader
configuration as default for esp32s2 targets and removes the need
for running 'make bootloader' command for it.
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2024-06-04 18:53:14 -03:00
nuttxs
8d3d93e001
Add ESP32-S3 ADC driver
2024-05-07 01:12:05 +08:00
Tiago Medicci Serrano
5ff6362d0f
Documentation: improve documentation about ESP32 family
...
In particular, sections regarding the toolchain setup and usage
were updated, as well as the bootloader options. Also, minor issues
were fixed.
2024-04-22 23:45:22 +08:00
chenwen@espressif.com
ffc7442af2
xtensa/esp32s3: Add ESP32-S3 AES driver
...
1. Support AES-128/AES-256 encryption and decryption
Signed-off-by: chenwen@espressif.com <chenwen@espressif.com>
2024-03-28 09:34:04 +08:00
Eren Terzioglu
d92a7011fd
xtensa/esp32s3: Add RWDT support
2023-11-13 21:04:30 -03:00
Eren Terzioglu
a26996fb3b
xtensa/esp32s3: Add support to TWAI/CANBus controller
2023-09-08 01:49:43 +08:00
Tiago Medicci Serrano
6d724b5003
Documentation: Document I2S support on ESP32-S3-DevKitC-1 board
...
Add documentation about the I2S peripheral support on ESP32-S3. The
I2S/audio support is demonstrated on the ESP32-S3-DevKitC-1 board.
2023-09-05 13:33:05 +08:00
Tiago Medicci Serrano
1bc4b8d7b2
esp32s3/wifi: enable SMP by default on Wi-Fi-related defconfigs
...
In order to enhance the Wi-Fi performance, enable SMP by default to
make use of the dual-core functionality of the ESP32-S3.
2023-05-24 00:37:46 +08:00
Tiago Medicci Serrano
24ce51f137
documentation/esp32_esp32s3: update informations about Wi-Fi
...
Add links for `wapi` referencing and links through documentation
pages that indicate Wi-Fi behavior on ESP32 and ESP32-S3.
2023-05-03 23:23:31 +08:00
Lucas Saavedra Vaz
c702223fab
Documentation: Improve pages for ESP boards
2023-03-25 12:23:35 +02:00
Tiago Medicci Serrano
af45eced2b
docs/esp32s3: add documentation for Wi-Fi (STA + SoftAP)
2023-03-16 19:07:25 +01:00
Alan Carvalho de Assis
e87a20e648
Add documentation to ESP32-S3 boards
2022-06-17 17:14:10 -03:00