Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bbaabb1

Browse files
fix: Geekble Nano board setup update (#11131)
* Geekble Nano board setup update Geekble Nano board setup update * fix: erase Comment Line fix: erase Comment Line * revert re-naming revert re-naming
1 parent 1725893 commit bbaabb1

File tree

1 file changed

+8
-82
lines changed

1 file changed

+8
-82
lines changed

‎boards.txt

Lines changed: 8 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -40874,8 +40874,8 @@ Geekble_Nano_ESP32S3.upload.tool.default=esptool_py
4087440874
Geekble_Nano_ESP32S3.upload.tool.network=esp_ota
4087540875

4087640876
Geekble_Nano_ESP32S3.upload.maximum_size=1310720
40877-
4087840877
Geekble_Nano_ESP32S3.upload.maximum_data_size=327680
40878+
Geekble_Nano_ESP32S3.upload.speed=921600
4087940879
Geekble_Nano_ESP32S3.upload.flags=
4088040880
Geekble_Nano_ESP32S3.upload.extra_flags=
4088140881
Geekble_Nano_ESP32S3.upload.use_1200bps_touch=false
@@ -40901,61 +40901,18 @@ Geekble_Nano_ESP32S3.build.flash_size=4MB
4090140901
Geekble_Nano_ESP32S3.build.flash_freq=80m
4090240902
Geekble_Nano_ESP32S3.build.flash_mode=dio
4090340903
Geekble_Nano_ESP32S3.build.boot=qio
40904-
Geekble_Nano_ESP32S3.build.boot_freq=80m
4090540904
Geekble_Nano_ESP32S3.build.partitions=default
4090640905
Geekble_Nano_ESP32S3.build.defines=
40907-
Geekble_Nano_ESP32S3.build.loop_core=
40908-
Geekble_Nano_ESP32S3.build.event_core=
40909-
Geekble_Nano_ESP32S3.build.psram_type=qspi
40910-
Geekble_Nano_ESP32S3.build.memory_type={build.boot}_{build.psram_type}
40911-
40912-
Geekble_Nano_ESP32S3.menu.PSRAM.disabled=Disabled
40913-
Geekble_Nano_ESP32S3.menu.PSRAM.disabled.build.defines=
40914-
Geekble_Nano_ESP32S3.menu.PSRAM.disabled.build.psram_type=qspi
40915-
Geekble_Nano_ESP32S3.menu.PSRAM.enabled=Enabled
40916-
Geekble_Nano_ESP32S3.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM
40917-
Geekble_Nano_ESP32S3.menu.PSRAM.enabled.build.psram_type=qspi
40918-
40919-
Geekble_Nano_ESP32S3.menu.FlashMode.qio=QIO 80MHz
40920-
Geekble_Nano_ESP32S3.menu.FlashMode.qio.build.flash_mode=dio
40921-
Geekble_Nano_ESP32S3.menu.FlashMode.qio.build.boot=qio
40922-
Geekble_Nano_ESP32S3.menu.FlashMode.qio.build.boot_freq=80m
40923-
Geekble_Nano_ESP32S3.menu.FlashMode.qio.build.flash_freq=80m
40924-
Geekble_Nano_ESP32S3.menu.FlashMode.qio120=QIO 120MHz
40925-
Geekble_Nano_ESP32S3.menu.FlashMode.qio120.build.flash_mode=dio
40926-
Geekble_Nano_ESP32S3.menu.FlashMode.qio120.build.boot=qio
40927-
Geekble_Nano_ESP32S3.menu.FlashMode.qio120.build.boot_freq=120m
40928-
Geekble_Nano_ESP32S3.menu.FlashMode.qio120.build.flash_freq=80m
40929-
40930-
Geekble_Nano_ESP32S3.menu.LoopCore.1=Core 1
40931-
Geekble_Nano_ESP32S3.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
40932-
Geekble_Nano_ESP32S3.menu.LoopCore.0=Core 0
40933-
Geekble_Nano_ESP32S3.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
40934-
40935-
Geekble_Nano_ESP32S3.menu.EventsCore.1=Core 1
40936-
Geekble_Nano_ESP32S3.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
40937-
Geekble_Nano_ESP32S3.menu.EventsCore.0=Core 0
40938-
Geekble_Nano_ESP32S3.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
40906+
Geekble_Nano_ESP32S3.build.memory_type=qio_qspi
40907+
Geekble_Nano_ESP32S3.build.loop_core=-DARDUINO_RUNNING_CORE=1
40908+
Geekble_Nano_ESP32S3.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
4093940909

40940-
Geekble_Nano_ESP32S3.menu.USBMode.hwcdc=Hardware CDC and JTAG
40941-
Geekble_Nano_ESP32S3.menu.USBMode.hwcdc.build.usb_mode=1
4094240910
Geekble_Nano_ESP32S3.menu.USBMode.default=USB-OTG (TinyUSB)
4094340911
Geekble_Nano_ESP32S3.menu.USBMode.default.build.usb_mode=0
40944-
40945-
Geekble_Nano_ESP32S3.menu.CDCOnBoot.default=Disabled
40946-
Geekble_Nano_ESP32S3.menu.CDCOnBoot.default.build.cdc_on_boot=0
40947-
Geekble_Nano_ESP32S3.menu.CDCOnBoot.cdc=Enabled
40948-
Geekble_Nano_ESP32S3.menu.CDCOnBoot.cdc.build.cdc_on_boot=1
40949-
40950-
Geekble_Nano_ESP32S3.menu.MSCOnBoot.default=Disabled
40951-
Geekble_Nano_ESP32S3.menu.MSCOnBoot.default.build.msc_on_boot=0
40952-
Geekble_Nano_ESP32S3.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode)
40953-
Geekble_Nano_ESP32S3.menu.MSCOnBoot.msc.build.msc_on_boot=1
40954-
40955-
Geekble_Nano_ESP32S3.menu.DFUOnBoot.default=Disabled
40956-
Geekble_Nano_ESP32S3.menu.DFUOnBoot.default.build.dfu_on_boot=0
40957-
Geekble_Nano_ESP32S3.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode)
40958-
Geekble_Nano_ESP32S3.menu.DFUOnBoot.dfu.build.dfu_on_boot=1
40912+
Geekble_Nano_ESP32S3.menu.USBMode.default.build.cdc_on_boot=1
40913+
Geekble_Nano_ESP32S3.menu.USBMode.hwcdc=Hardware CDC and JTAG
40914+
Geekble_Nano_ESP32S3.menu.USBMode.hwcdc.build.usb_mode=1
40915+
Geekble_Nano_ESP32S3.menu.USBMode.hwcdc.build.cdc_on_boot=1
4095940916

4096040917
Geekble_Nano_ESP32S3.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
4096140918
Geekble_Nano_ESP32S3.menu.UploadMode.cdc.upload.use_1200bps_touch=true
@@ -40989,46 +40946,16 @@ Geekble_Nano_ESP32S3.menu.PartitionScheme.rainmaker.upload.maximum_size=1966080
4098940946
Geekble_Nano_ESP32S3.menu.PartitionScheme.rainmaker_4MB=RainMaker 4MB No OTA
4099040947
Geekble_Nano_ESP32S3.menu.PartitionScheme.rainmaker_4MB.build.partitions=rainmaker_4MB_no_ota
4099140948
Geekble_Nano_ESP32S3.menu.PartitionScheme.rainmaker_4MB.upload.maximum_size=4038656
40992-
4099340949
Geekble_Nano_ESP32S3.menu.PartitionScheme.otanofs=OTA no FS (2MB APP with OTA)
4099440950
Geekble_Nano_ESP32S3.menu.PartitionScheme.otanofs.build.custom_partitions=ota_nofs_4MB
4099540951
Geekble_Nano_ESP32S3.menu.PartitionScheme.otanofs.upload.maximum_size=2031616
4099640952
Geekble_Nano_ESP32S3.menu.PartitionScheme.all_app=Max APP (4MB APP no OTA)
4099740953
Geekble_Nano_ESP32S3.menu.PartitionScheme.all_app.build.custom_partitions=max_app_4MB
4099840954
Geekble_Nano_ESP32S3.menu.PartitionScheme.all_app.upload.maximum_size=4063232
40999-
4100040955
Geekble_Nano_ESP32S3.menu.PartitionScheme.custom=Custom
4100140956
Geekble_Nano_ESP32S3.menu.PartitionScheme.custom.build.partitions=
4100240957
Geekble_Nano_ESP32S3.menu.PartitionScheme.custom.upload.maximum_size=16777216
4100340958

41004-
Geekble_Nano_ESP32S3.menu.CPUFreq.240=240MHz (WiFi)
41005-
Geekble_Nano_ESP32S3.menu.CPUFreq.240.build.f_cpu=240000000L
41006-
Geekble_Nano_ESP32S3.menu.CPUFreq.160=160MHz (WiFi)
41007-
Geekble_Nano_ESP32S3.menu.CPUFreq.160.build.f_cpu=160000000L
41008-
Geekble_Nano_ESP32S3.menu.CPUFreq.80=80MHz (WiFi)
41009-
Geekble_Nano_ESP32S3.menu.CPUFreq.80.build.f_cpu=80000000L
41010-
Geekble_Nano_ESP32S3.menu.CPUFreq.40=40MHz
41011-
Geekble_Nano_ESP32S3.menu.CPUFreq.40.build.f_cpu=40000000L
41012-
Geekble_Nano_ESP32S3.menu.CPUFreq.20=20MHz
41013-
Geekble_Nano_ESP32S3.menu.CPUFreq.20.build.f_cpu=20000000L
41014-
Geekble_Nano_ESP32S3.menu.CPUFreq.10=10MHz
41015-
Geekble_Nano_ESP32S3.menu.CPUFreq.10.build.f_cpu=10000000L
41016-
41017-
Geekble_Nano_ESP32S3.menu.UploadSpeed.921600=921600
41018-
Geekble_Nano_ESP32S3.menu.UploadSpeed.921600.upload.speed=921600
41019-
Geekble_Nano_ESP32S3.menu.UploadSpeed.115200=115200
41020-
Geekble_Nano_ESP32S3.menu.UploadSpeed.115200.upload.speed=115200
41021-
Geekble_Nano_ESP32S3.menu.UploadSpeed.256000.windows=256000
41022-
Geekble_Nano_ESP32S3.menu.UploadSpeed.256000.upload.speed=256000
41023-
Geekble_Nano_ESP32S3.menu.UploadSpeed.230400.windows.upload.speed=256000
41024-
Geekble_Nano_ESP32S3.menu.UploadSpeed.230400=230400
41025-
Geekble_Nano_ESP32S3.menu.UploadSpeed.230400.upload.speed=230400
41026-
Geekble_Nano_ESP32S3.menu.UploadSpeed.460800.linux=460800
41027-
Geekble_Nano_ESP32S3.menu.UploadSpeed.460800.macosx=460800
41028-
Geekble_Nano_ESP32S3.menu.UploadSpeed.460800.upload.speed=460800
41029-
Geekble_Nano_ESP32S3.menu.UploadSpeed.512000.windows=512000
41030-
Geekble_Nano_ESP32S3.menu.UploadSpeed.512000.upload.speed=512000
41031-
4103240959
Geekble_Nano_ESP32S3.menu.DebugLevel.none=None
4103340960
Geekble_Nano_ESP32S3.menu.DebugLevel.none.build.code_debug=0
4103440961
Geekble_Nano_ESP32S3.menu.DebugLevel.error=Error
@@ -41047,7 +40974,6 @@ Geekble_Nano_ESP32S3.menu.EraseFlash.none.upload.erase_cmd=
4104740974
Geekble_Nano_ESP32S3.menu.EraseFlash.all=Enabled
4104840975
Geekble_Nano_ESP32S3.menu.EraseFlash.all.upload.erase_cmd=-e
4104940976

41050-
4105140977
##############################################################
4105240978

4105340979
waveshare_esp32_s3_zero.name=Waveshare ESP32-S3-Zero

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /