Skip to content

Commit 3de502b

Browse files
authored
add handbit
1 parent 13e0206 commit 3de502b

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

boards.txt

+110
Original file line numberDiff line numberDiff line change
@@ -4816,3 +4816,113 @@ sensesiot_weizen.menu.UploadSpeed.460800.upload.speed=460800
48164816
sensesiot_weizen.menu.UploadSpeed.512000.windows=512000
48174817
sensesiot_weizen.menu.UploadSpeed.512000.upload.speed=512000
48184818
##############################################################
4819+
4820+
handbit.name=Arduino HandBit
4821+
4822+
handbit.upload.tool=esptool_py
4823+
handbit.upload.maximum_size=1310720
4824+
handbit.upload.maximum_data_size=327680
4825+
handbit.upload.wait_for_upload_port=true
4826+
4827+
handbit.serial.disableDTR=true
4828+
handbit.serial.disableRTS=true
4829+
4830+
handbit.build.mcu=esp32
4831+
handbit.build.core=esp32
4832+
handbit.build.variant=handbit
4833+
handbit.build.board=ESP32_DEV
4834+
4835+
handbit.build.f_cpu=240000000L
4836+
handbit.build.flash_size=8MB
4837+
handbit.build.flash_freq=40m
4838+
handbit.build.flash_mode=dio
4839+
handbit.build.boot=dio
4840+
handbit.build.partitions=huge_app
4841+
handbit.build.defines=
4842+
4843+
handbit.menu.PSRAM.disabled=Disabled
4844+
handbit.menu.PSRAM.disabled.build.defines=
4845+
handbit.menu.PSRAM.enabled=Enabled
4846+
handbit.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4847+
4848+
handbit.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
4849+
handbit.menu.PartitionScheme.huge_app.build.partitions=huge_app
4850+
handbit.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
4851+
handbit.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
4852+
handbit.menu.PartitionScheme.default.build.partitions=default
4853+
handbit.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
4854+
handbit.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
4855+
handbit.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
4856+
handbit.menu.PartitionScheme.minimal.build.partitions=minimal
4857+
handbit.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
4858+
handbit.menu.PartitionScheme.no_ota.build.partitions=no_ota
4859+
handbit.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
4860+
handbit.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
4861+
handbit.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
4862+
handbit.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
4863+
handbit.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
4864+
handbit.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
4865+
handbit.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
4866+
handbit.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
4867+
handbit.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
4868+
handbit.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
4869+
handbit.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
4870+
handbit.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
4871+
handbit.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
4872+
handbit.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FAT)
4873+
handbit.menu.PartitionScheme.fatflash.build.partitions=ffat
4874+
4875+
handbit.menu.CPUFreq.240=240MHz (WiFi/BT)
4876+
handbit.menu.CPUFreq.240.build.f_cpu=240000000L
4877+
4878+
4879+
handbit.menu.FlashMode.qio=QIO
4880+
handbit.menu.FlashMode.qio.build.flash_mode=dio
4881+
handbit.menu.FlashMode.qio.build.boot=qio
4882+
handbit.menu.FlashMode.dio=DIO
4883+
handbit.menu.FlashMode.dio.build.flash_mode=dio
4884+
handbit.menu.FlashMode.dio.build.boot=dio
4885+
handbit.menu.FlashMode.qout=QOUT
4886+
handbit.menu.FlashMode.qout.build.flash_mode=dout
4887+
handbit.menu.FlashMode.qout.build.boot=qout
4888+
handbit.menu.FlashMode.dout=DOUT
4889+
handbit.menu.FlashMode.dout.build.flash_mode=dout
4890+
handbit.menu.FlashMode.dout.build.boot=dout
4891+
4892+
handbit.menu.FlashFreq.80=80MHz
4893+
handbit.menu.FlashFreq.80.build.flash_freq=80m
4894+
handbit.menu.FlashFreq.40=40MHz
4895+
handbit.menu.FlashFreq.40.build.flash_freq=40m
4896+
4897+
handbit.menu.FlashSize.8M=8MB (64Mb)
4898+
handbit.menu.FlashSize.8M.build.flash_size=8MB
4899+
4900+
4901+
handbit.menu.UploadSpeed.921600=921600
4902+
handbit.menu.UploadSpeed.921600.upload.speed=921600
4903+
handbit.menu.UploadSpeed.115200=115200
4904+
handbit.menu.UploadSpeed.115200.upload.speed=115200
4905+
handbit.menu.UploadSpeed.256000.windows=256000
4906+
handbit.menu.UploadSpeed.256000.upload.speed=256000
4907+
handbit.menu.UploadSpeed.230400.windows.upload.speed=256000
4908+
handbit.menu.UploadSpeed.230400=230400
4909+
handbit.menu.UploadSpeed.230400.upload.speed=230400
4910+
handbit.menu.UploadSpeed.460800.linux=460800
4911+
handbit.menu.UploadSpeed.460800.macosx=460800
4912+
handbit.menu.UploadSpeed.460800.upload.speed=460800
4913+
handbit.menu.UploadSpeed.512000.windows=512000
4914+
handbit.menu.UploadSpeed.512000.upload.speed=512000
4915+
4916+
handbit.menu.DebugLevel.none=None
4917+
handbit.menu.DebugLevel.none.build.code_debug=0
4918+
handbit.menu.DebugLevel.error=Error
4919+
handbit.menu.DebugLevel.error.build.code_debug=1
4920+
handbit.menu.DebugLevel.warn=Warn
4921+
handbit.menu.DebugLevel.warn.build.code_debug=2
4922+
handbit.menu.DebugLevel.info=Info
4923+
handbit.menu.DebugLevel.info.build.code_debug=3
4924+
handbit.menu.DebugLevel.debug=Debug
4925+
handbit.menu.DebugLevel.debug.build.code_debug=4
4926+
handbit.menu.DebugLevel.verbose=Verbose
4927+
handbit.menu.DebugLevel.verbose.build.code_debug=5
4928+
##############################################################

0 commit comments

Comments
 (0)