-
Notifications
You must be signed in to change notification settings - Fork 8.2k
feature/esp32c6: Support for esp32c6 #72427
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
Conversation
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
@nordicjm still a draft version, not fully reviewed.. we are working on it. |
e883a54 to
110cf27
Compare
110cf27 to
7a5e9b6
Compare
|
@raffarost @sylvioalves needs rebase |
hal_espressif update for C6 support Signed-off-by: Raffael Rostagno <[email protected]>
Add clock, interrupt controller and pinctrl related macros for esp32c6 Signed-off-by: Lucas Tamborrino <[email protected]>
Add basic support for esp32c6 SoC. Signed-off-by: Marek Matej <[email protected]>
Add esp32c6 basic device tree. Signed-off-by: Lucas Tamborrino <[email protected]>
Add esp32c6_devkitc basic support. Signed-off-by: Lucas Tamborrino <[email protected]>
Changes to bring support for esp32c6 SoC. - clock control - gpio - pinctrl - serial - timer Signed-off-by: Lucas Tamborrino <[email protected]>
Added support to watchdog timer to ESP32C6 Signed-off-by: Raffael Rostagno <[email protected]>
Added GP-SPI2 (general purpose SPI2) support for ESP32C6 Signed-off-by: Raffael Rostagno <[email protected]>
Added support for general purpose SPI2 (GP-SPI2) Signed-off-by: Raffael Rostagno <[email protected]>
Fix to properly allocate IRQs for interrupt sources over 60. It also screens out non-allocatable IRQs used by the CPU. Signed-off-by: Raffael Rostagno <[email protected]>
Clock source SCLK added for C6 on LEDC Signed-off-by: Raffael Rostagno <[email protected]>
Added basic PWM test for esp32c6_devkitc Signed-off-by: Raffael Rostagno <[email protected]>
Added support for C6 to allow CPU clock config Signed-off-by: Raffael Rostagno <[email protected]>
Added support for C6 for CPU and LP clock testing Signed-off-by: Raffael Rostagno <[email protected]>
Kconfig, .ld and comments fixing Fixed address of UART1, WDT and RTC timer disabled by default Signed-off-by: Raffael Rostagno <[email protected]>
c5fb9ee
15a9396 to
c5fb9ee
Compare
#74697 in case anyone is interested :) |
Initial support for esp32c6