File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ Academy|[Nanjing Qinheng Microelectronics](https://www.wch-ic.com/)<br>[CH32V307
1321321  ; [ ** Standalone** ] ( https://github.com/lyusupov/SoftRF/wiki/Standalone-Edition )   ; ** upgrade** ![ ] ( https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg ) <br >2  ; [ ** SkyView Pico** ] ( https://github.com/lyusupov/SoftRF/wiki/SkyView-Pico )   ; ![ ] ( 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
137138Radio|Model(s)|First appearance|  ;  ;  ;  ;  ;  ;  ; Status  ;  ;  ;  ;  ;  ;  ; |Notes
You can’t perform that action at this time.
0 commit comments