@@ -17174,6 +17174,140 @@ sparklemotionmini.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router)
1717417174sparklemotionmini.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR
1717517175sparklemotionmini.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api_zczr -lesp_zb_cli_command -lzboss_stack.zczr -lzboss_port
1717617176
17177+ ##############################################################
17178+ # Adafruit Sparkle Motion Stick w/ESP32
17179+
17180+ sparklemotionstick.name=Adafruit Sparkle Motion Stick (ESP32)
17181+
17182+ sparklemotionstick.bootloader.tool=esptool_py
17183+ sparklemotionstick.bootloader.tool.default=esptool_py
17184+
17185+ sparklemotionstick.upload.tool=esptool_py
17186+ sparklemotionstick.upload.tool.default=esptool_py
17187+ sparklemotionstick.upload.tool.network=esp_ota
17188+
17189+ sparklemotionstick.upload.maximum_size=1310720
17190+ sparklemotionstick.upload.maximum_data_size=327680
17191+ sparklemotionstick.upload.flags=
17192+ sparklemotionstick.upload.extra_flags=
17193+
17194+ sparklemotionstick.serial.disableDTR=true
17195+ sparklemotionstick.serial.disableRTS=true
17196+
17197+ sparklemotionstick.build.tarch=xtensa
17198+ sparklemotionstick.build.bootloader_addr=0x1000
17199+ sparklemotionstick.build.target=esp32
17200+ sparklemotionstick.build.mcu=esp32
17201+ sparklemotionstick.build.core=esp32
17202+ sparklemotionstick.build.variant=adafruit_sparklemotionstick_esp32
17203+ sparklemotionstick.build.board=SPARKLEMOTIONSTICK_ESP32
17204+
17205+ sparklemotionstick.build.f_cpu=240000000L
17206+ sparklemotionstick.build.flash_size=4MB
17207+ sparklemotionstick.build.flash_freq=80m
17208+ sparklemotionstick.build.flash_mode=dio
17209+ sparklemotionstick.build.boot=dio
17210+ sparklemotionstick.build.partitions=default
17211+ sparklemotionstick.build.defines=
17212+ sparklemotionstick.build.loop_core=
17213+ sparklemotionstick.build.event_core=
17214+
17215+ sparklemotionstick.menu.LoopCore.1=Core 1
17216+ sparklemotionstick.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1
17217+ sparklemotionstick.menu.LoopCore.0=Core 0
17218+ sparklemotionstick.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0
17219+
17220+ sparklemotionstick.menu.EventsCore.1=Core 1
17221+ sparklemotionstick.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1
17222+ sparklemotionstick.menu.EventsCore.0=Core 0
17223+ sparklemotionstick.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0
17224+
17225+ sparklemotionstick.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
17226+ sparklemotionstick.menu.PartitionScheme.default.build.partitions=default
17227+ sparklemotionstick.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
17228+ sparklemotionstick.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
17229+ sparklemotionstick.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
17230+ sparklemotionstick.menu.PartitionScheme.minimal.build.partitions=minimal
17231+ sparklemotionstick.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
17232+ sparklemotionstick.menu.PartitionScheme.no_ota.build.partitions=no_ota
17233+ sparklemotionstick.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
17234+ sparklemotionstick.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
17235+ sparklemotionstick.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
17236+ sparklemotionstick.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
17237+ sparklemotionstick.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
17238+ sparklemotionstick.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
17239+ sparklemotionstick.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
17240+ sparklemotionstick.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
17241+ sparklemotionstick.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
17242+ sparklemotionstick.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
17243+ sparklemotionstick.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
17244+ sparklemotionstick.menu.PartitionScheme.huge_app.build.partitions=huge_app
17245+ sparklemotionstick.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
17246+ sparklemotionstick.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
17247+ sparklemotionstick.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
17248+ sparklemotionstick.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
17249+
17250+ sparklemotionstick.menu.CPUFreq.240=240MHz (WiFi/BT)
17251+ sparklemotionstick.menu.CPUFreq.240.build.f_cpu=240000000L
17252+ sparklemotionstick.menu.CPUFreq.160=160MHz (WiFi/BT)
17253+ sparklemotionstick.menu.CPUFreq.160.build.f_cpu=160000000L
17254+ sparklemotionstick.menu.CPUFreq.80=80MHz (WiFi/BT)
17255+ sparklemotionstick.menu.CPUFreq.80.build.f_cpu=80000000L
17256+ sparklemotionstick.menu.CPUFreq.40=40MHz
17257+ sparklemotionstick.menu.CPUFreq.40.build.f_cpu=40000000L
17258+ sparklemotionstick.menu.CPUFreq.20=20MHz
17259+ sparklemotionstick.menu.CPUFreq.20.build.f_cpu=20000000L
17260+ sparklemotionstick.menu.CPUFreq.10=10MHz
17261+ sparklemotionstick.menu.CPUFreq.10.build.f_cpu=10000000L
17262+
17263+ sparklemotionstick.menu.FlashFreq.80=80MHz
17264+ sparklemotionstick.menu.FlashFreq.80.build.flash_freq=80m
17265+ sparklemotionstick.menu.FlashFreq.40=40MHz
17266+ sparklemotionstick.menu.FlashFreq.40.build.flash_freq=40m
17267+
17268+ sparklemotionstick.menu.FlashSize.4M=4MB (32Mb)
17269+ sparklemotionstick.menu.FlashSize.4M.build.flash_size=4MB
17270+
17271+ sparklemotionstick.menu.UploadSpeed.921600=921600
17272+ sparklemotionstick.menu.UploadSpeed.921600.upload.speed=921600
17273+ sparklemotionstick.menu.UploadSpeed.115200=115200
17274+ sparklemotionstick.menu.UploadSpeed.115200.upload.speed=115200
17275+ sparklemotionstick.menu.UploadSpeed.256000.windows=256000
17276+ sparklemotionstick.menu.UploadSpeed.256000.upload.speed=256000
17277+ sparklemotionstick.menu.UploadSpeed.230400.windows.upload.speed=256000
17278+ sparklemotionstick.menu.UploadSpeed.230400=230400
17279+ sparklemotionstick.menu.UploadSpeed.230400.upload.speed=230400
17280+ sparklemotionstick.menu.UploadSpeed.460800.linux=460800
17281+ sparklemotionstick.menu.UploadSpeed.460800.macosx=460800
17282+ sparklemotionstick.menu.UploadSpeed.460800.upload.speed=460800
17283+ sparklemotionstick.menu.UploadSpeed.512000.windows=512000
17284+ sparklemotionstick.menu.UploadSpeed.512000.upload.speed=512000
17285+
17286+ sparklemotionstick.menu.DebugLevel.none=None
17287+ sparklemotionstick.menu.DebugLevel.none.build.code_debug=0
17288+ sparklemotionstick.menu.DebugLevel.error=Error
17289+ sparklemotionstick.menu.DebugLevel.error.build.code_debug=1
17290+ sparklemotionstick.menu.DebugLevel.warn=Warn
17291+ sparklemotionstick.menu.DebugLevel.warn.build.code_debug=2
17292+ sparklemotionstick.menu.DebugLevel.info=Info
17293+ sparklemotionstick.menu.DebugLevel.info.build.code_debug=3
17294+ sparklemotionstick.menu.DebugLevel.debug=Debug
17295+ sparklemotionstick.menu.DebugLevel.debug.build.code_debug=4
17296+ sparklemotionstick.menu.DebugLevel.verbose=Verbose
17297+ sparklemotionstick.menu.DebugLevel.verbose.build.code_debug=5
17298+
17299+ sparklemotionstick.menu.EraseFlash.none=Disabled
17300+ sparklemotionstick.menu.EraseFlash.none.upload.erase_cmd=
17301+ sparklemotionstick.menu.EraseFlash.all=Enabled
17302+ sparklemotionstick.menu.EraseFlash.all.upload.erase_cmd=-e
17303+
17304+ sparklemotionstick.menu.ZigbeeMode.default=Disabled
17305+ sparklemotionstick.menu.ZigbeeMode.default.build.zigbee_mode=
17306+ sparklemotionstick.menu.ZigbeeMode.default.build.zigbee_libs=
17307+ sparklemotionstick.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router)
17308+ sparklemotionstick.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR
17309+ sparklemotionstick.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api_zczr -lesp_zb_cli_command -lzboss_stack.zczr -lzboss_port
17310+
1717717311##############################################################
1717817312
1717917313nodemcu-32s.name=NodeMCU-32S
0 commit comments