Skip to content

Commit 1b42631

Browse files
committed
[ESP32-C5] build with Release of Core 3.3.0
1 parent 3cf6492 commit 1b42631

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,15 @@ jobs:
206206
fi
207207
if [[ "$BOARD" =~ "esp32:esp32:esp32c5" ]]; then
208208
arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json" --save-prefs ;
209-
arduino --install-boards esp32:esp32:3.3.0-RC1 ;
209+
arduino --install-boards esp32:esp32:3.3.0 ;
210210
arduino --board $BOARD --save-prefs ;
211211
arduino --pref "custom_CPUFreq=esp32c5_80" --save-prefs ;
212212
arduino --pref "custom_DebugLevel=esp32c5_none" --save-prefs ;
213213
arduino --pref "custom_FlashFreq=esp32c5_80" --save-prefs ;
214214
arduino --pref "custom_FlashMode=esp32c5_dio" --save-prefs ;
215215
arduino --pref "custom_FlashSize=esp32c5_4M" --save-prefs ;
216216
arduino --pref "custom_PSRAM=esp32c5_enabled" --save-prefs ;
217+
arduino --pref "custom_CDCOnBoot=esp32c5_cdc" --save-prefs ;
217218
arduino --pref "custom_PartitionScheme=esp32c5_huge_app" --save-prefs ;
218219
arduino --pref "custom_UploadSpeed=esp32c5_921600" --save-prefs ;
219220
wget https://github.com/h2zero/NimBLE-Arduino/archive/refs/tags/${NIM_BLE_VERSION}.tar.gz ;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Academy|[Nanjing Qinheng Microelectronics](https://www.wch-ic.com/)<br>[CH32V307
132132
1&nbsp;[**Standalone**](https://github.com/lyusupov/SoftRF/wiki/Standalone-Edition)&nbsp;**upgrade**![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg)<br>2&nbsp;[**SkyView Pico**](https://github.com/lyusupov/SoftRF/wiki/SkyView-Pico)&nbsp;![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/updated-icon.gif)|[Raspberry Pi<br>Foundation<br>**RP2350**](https://en.wikipedia.org/wiki/RP2350)|Q1 2025|![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/icon_may_need_imp.png)|
133133
**Lyra**|[Rockchip](https://en.wikipedia.org/wiki/Rockchip)<br>RK3506|Q3 2025|![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/icon_may_need_imp.png)|
134134
**Academy**|[Espressif<br>ESP32-P4](https://en.wikipedia.org/wiki/ESP32#ESP32-P4)|Q3 2025|![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/icon_in_progress.png)|
135+
**Academy**|[Espressif<br>ESP32-C5](https://en.wikipedia.org/wiki/ESP32#ESP32-C5)|Q3 2025|![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/icon_in_progress.png)|
135136

136137
## By sub-1 GHz radio
137138
Radio|Model(s)|First appearance|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|Notes

0 commit comments

Comments
 (0)