- Notifications
You must be signed in to change notification settings - Fork7.8k
Update of Boards.txt & variants - Adding CYObot board - 3rd party board#10947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
10 commits Select commitHold shift + click to select a range
38d1fa0 Adding CYObot board - 3rd party board
mhpham230298d67 feat(cyobot): adding cyobot_v2_esp32s3 board
mhpham235dab61d fix(cyobot_v2_esp32s3): fix variant name
mhpham23cbd0f16 Merge branch 'master' into master
mhpham231249195 fix(boards.txt): fix name of CYOBot board
mhpham239449af0 Merge branch 'master' of https://github.com/mhpham23/arduino-esp32
mhpham231fdc989 fix(CYOBot): fix boards.txt & pin_arduino.h
mhpham2313a1df6 Merge branch 'master' into master
mhpham23a4f8894 fix(pins_arduino.h): capitalize name
mhpham237ac185b ci(pre-commit): Apply automatic fixes
pre-commit-ci-lite[bot]File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -49031,3 +49031,255 @@ huidu_hd_wf4.menu.EraseFlash.all=Enabled | ||
| huidu_hd_wf4.menu.EraseFlash.all.upload.erase_cmd=-e | ||
| ############################################################## | ||
| # CYOBot (CYOBrain V2 ESP32S3) Board | ||
| cyobot_v2_esp32s3.name=CYOBOT V2 ESP32S3 | ||
| cyobot_v2_esp32s3.bootloader.tool=esptool_py | ||
| cyobot_v2_esp32s3.bootloader.tool.default=esptool_py | ||
| cyobot_v2_esp32s3.upload.tool=esptool_py | ||
| cyobot_v2_esp32s3.upload.tool.default=esptool_py | ||
| cyobot_v2_esp32s3.upload.tool.network=esp_ota | ||
| cyobot_v2_esp32s3.upload.maximum_size=1310720 | ||
| cyobot_v2_esp32s3.upload.maximum_data_size=327680 | ||
| cyobot_v2_esp32s3.upload.flags= | ||
| cyobot_v2_esp32s3.upload.extra_flags= | ||
| cyobot_v2_esp32s3.upload.use_1200bps_touch=false | ||
| cyobot_v2_esp32s3.upload.wait_for_upload_port=false | ||
| cyobot_v2_esp32s3.serial.disableDTR=false | ||
| cyobot_v2_esp32s3.serial.disableRTS=false | ||
| cyobot_v2_esp32s3.build.tarch=xtensa | ||
| cyobot_v2_esp32s3.build.bootloader_addr=0x0 | ||
| cyobot_v2_esp32s3.build.target=esp32s3 | ||
| cyobot_v2_esp32s3.build.mcu=esp32s3 | ||
| cyobot_v2_esp32s3.build.core=esp32 | ||
| cyobot_v2_esp32s3.build.variant=cyobot_v2_esp32s3 | ||
| cyobot_v2_esp32s3.build.board=CYOBOT_V2_ESP32S3 | ||
| cyobot_v2_esp32s3.build.usb_mode=1 | ||
| cyobot_v2_esp32s3.build.cdc_on_boot=0 | ||
| cyobot_v2_esp32s3.build.msc_on_boot=0 | ||
| cyobot_v2_esp32s3.build.dfu_on_boot=0 | ||
| cyobot_v2_esp32s3.build.f_cpu=240000000L | ||
| cyobot_v2_esp32s3.build.flash_size=4MB | ||
| cyobot_v2_esp32s3.build.flash_freq=80m | ||
| cyobot_v2_esp32s3.build.flash_mode=dio | ||
| cyobot_v2_esp32s3.build.boot=qio | ||
| cyobot_v2_esp32s3.build.boot_freq=80m | ||
| cyobot_v2_esp32s3.build.partitions=default | ||
| cyobot_v2_esp32s3.build.defines= | ||
| cyobot_v2_esp32s3.build.loop_core= | ||
| cyobot_v2_esp32s3.build.event_core= | ||
| cyobot_v2_esp32s3.build.psram_type=qspi | ||
| cyobot_v2_esp32s3.build.memory_type={build.boot}_{build.psram_type} | ||
| ## IDE 2.0 Seems to not update the value | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.default=Disabled | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.default.build.copy_jtag_files=0 | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.builtin=Integrated USB JTAG | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.builtin.build.openocdscript=cyobot_v2_esp32s3-builtin.cfg | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.builtin.build.copy_jtag_files=1 | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.external=FTDI Adapter | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.external.build.openocdscript=cyobot_v2_esp32s3-ftdi.cfg | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.external.build.copy_jtag_files=1 | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.bridge=ESP USB Bridge | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.bridge.build.openocdscript=cyobot_v2_esp32s3-bridge.cfg | ||
| cyobot_v2_esp32s3.menu.JTAGAdapter.bridge.build.copy_jtag_files=1 | ||
| cyobot_v2_esp32s3.menu.PSRAM.disabled=Disabled | ||
| cyobot_v2_esp32s3.menu.PSRAM.disabled.build.defines= | ||
| cyobot_v2_esp32s3.menu.PSRAM.disabled.build.psram_type=qspi | ||
| cyobot_v2_esp32s3.menu.PSRAM.enabled=QSPI PSRAM | ||
| cyobot_v2_esp32s3.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM | ||
| cyobot_v2_esp32s3.menu.PSRAM.enabled.build.psram_type=qspi | ||
| cyobot_v2_esp32s3.menu.PSRAM.opi=OPI PSRAM | ||
| cyobot_v2_esp32s3.menu.PSRAM.opi.build.defines=-DBOARD_HAS_PSRAM | ||
| cyobot_v2_esp32s3.menu.PSRAM.opi.build.psram_type=opi | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio=QIO 80MHz | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio.build.flash_mode=dio | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio.build.boot=qio | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio.build.boot_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio.build.flash_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio120=QIO 120MHz | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio120.build.flash_mode=dio | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio120.build.boot=qio | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio120.build.boot_freq=120m | ||
| cyobot_v2_esp32s3.menu.FlashMode.qio120.build.flash_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.dio=DIO 80MHz | ||
| cyobot_v2_esp32s3.menu.FlashMode.dio.build.flash_mode=dio | ||
| cyobot_v2_esp32s3.menu.FlashMode.dio.build.boot=dio | ||
| cyobot_v2_esp32s3.menu.FlashMode.dio.build.boot_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.dio.build.flash_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.opi=OPI 80MHz | ||
| cyobot_v2_esp32s3.menu.FlashMode.opi.build.flash_mode=dout | ||
| cyobot_v2_esp32s3.menu.FlashMode.opi.build.boot=opi | ||
| cyobot_v2_esp32s3.menu.FlashMode.opi.build.boot_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashMode.opi.build.flash_freq=80m | ||
| cyobot_v2_esp32s3.menu.FlashSize.4M=4MB (32Mb) | ||
| cyobot_v2_esp32s3.menu.FlashSize.4M.build.flash_size=4MB | ||
| cyobot_v2_esp32s3.menu.FlashSize.8M=8MB (64Mb) | ||
| cyobot_v2_esp32s3.menu.FlashSize.8M.build.flash_size=8MB | ||
| cyobot_v2_esp32s3.menu.FlashSize.16M=16MB (128Mb) | ||
| cyobot_v2_esp32s3.menu.FlashSize.16M.build.flash_size=16MB | ||
| cyobot_v2_esp32s3.menu.FlashSize.32M=32MB (256Mb) | ||
| cyobot_v2_esp32s3.menu.FlashSize.32M.build.flash_size=32MB | ||
| cyobot_v2_esp32s3.menu.LoopCore.1=Core 1 | ||
| cyobot_v2_esp32s3.menu.LoopCore.1.build.loop_core=-DARDUINO_RUNNING_CORE=1 | ||
| cyobot_v2_esp32s3.menu.LoopCore.0=Core 0 | ||
| cyobot_v2_esp32s3.menu.LoopCore.0.build.loop_core=-DARDUINO_RUNNING_CORE=0 | ||
| cyobot_v2_esp32s3.menu.EventsCore.1=Core 1 | ||
| cyobot_v2_esp32s3.menu.EventsCore.1.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=1 | ||
| cyobot_v2_esp32s3.menu.EventsCore.0=Core 0 | ||
| cyobot_v2_esp32s3.menu.EventsCore.0.build.event_core=-DARDUINO_EVENT_RUNNING_CORE=0 | ||
| cyobot_v2_esp32s3.menu.USBMode.hwcdc=Hardware CDC and JTAG | ||
| cyobot_v2_esp32s3.menu.USBMode.hwcdc.build.usb_mode=1 | ||
| cyobot_v2_esp32s3.menu.USBMode.default=USB-OTG (TinyUSB) | ||
| cyobot_v2_esp32s3.menu.USBMode.default.build.usb_mode=0 | ||
| cyobot_v2_esp32s3.menu.CDCOnBoot.default=Disabled | ||
| cyobot_v2_esp32s3.menu.CDCOnBoot.default.build.cdc_on_boot=0 | ||
| cyobot_v2_esp32s3.menu.CDCOnBoot.cdc=Enabled | ||
| cyobot_v2_esp32s3.menu.CDCOnBoot.cdc.build.cdc_on_boot=1 | ||
| cyobot_v2_esp32s3.menu.MSCOnBoot.default=Disabled | ||
| cyobot_v2_esp32s3.menu.MSCOnBoot.default.build.msc_on_boot=0 | ||
| cyobot_v2_esp32s3.menu.MSCOnBoot.msc=Enabled (Requires USB-OTG Mode) | ||
| cyobot_v2_esp32s3.menu.MSCOnBoot.msc.build.msc_on_boot=1 | ||
| cyobot_v2_esp32s3.menu.DFUOnBoot.default=Disabled | ||
| cyobot_v2_esp32s3.menu.DFUOnBoot.default.build.dfu_on_boot=0 | ||
| cyobot_v2_esp32s3.menu.DFUOnBoot.dfu=Enabled (Requires USB-OTG Mode) | ||
| cyobot_v2_esp32s3.menu.DFUOnBoot.dfu.build.dfu_on_boot=1 | ||
| cyobot_v2_esp32s3.menu.UploadMode.default=UART0 / Hardware CDC | ||
| cyobot_v2_esp32s3.menu.UploadMode.default.upload.use_1200bps_touch=false | ||
| cyobot_v2_esp32s3.menu.UploadMode.default.upload.wait_for_upload_port=false | ||
| cyobot_v2_esp32s3.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB) | ||
| cyobot_v2_esp32s3.menu.UploadMode.cdc.upload.use_1200bps_touch=true | ||
| cyobot_v2_esp32s3.menu.UploadMode.cdc.upload.wait_for_upload_port=true | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.default.build.partitions=default | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.defaultffat.build.partitions=default_ffat | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.default_8MB=8M with spiffs (3MB APP/1.5MB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.default_8MB.build.partitions=default_8MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.minimal.build.partitions=minimal | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_fs=No FS 4MB (2MB APP x2) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_fs.build.partitions=no_fs | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_fs.upload.maximum_size=2031616 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_ota.build.partitions=no_ota | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.no_ota.upload.maximum_size=2097152 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3g.build.partitions=noota_3g | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.huge_app.build.partitions=huge_app | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.huge_app.upload.maximum_size=3145728 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.fatflash=16M Flash (2MB APP/12.5MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.fatflash.build.partitions=ffat | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.fatflash.upload.maximum_size=2097152 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app3M_fat9M_16MB=16M Flash (3MB APP/9.9MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app3M_fat9M_16MB.build.partitions=app3M_fat9M_16MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app3M_fat9M_16MB.upload.maximum_size=3145728 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker=RainMaker 4MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker.build.partitions=rainmaker | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker.upload.maximum_size=1966080 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_4MB=RainMaker 4MB No OTA | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_4MB.build.partitions=rainmaker_4MB_no_ota | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_4MB.upload.maximum_size=4038656 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_8MB=RainMaker 8MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_8MB.build.partitions=rainmaker_8MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.rainmaker_8MB.upload.maximum_size=4116480 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_fat24M_32MB=32M Flash (4.8MB APP/22MB FATFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_fat24M_32MB.build.partitions=large_fat_32MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_fat24M_32MB.upload.maximum_size=4718592 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_little24M_32MB=32M Flash (4.8MB APP/22MB LittleFS) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_little24M_32MB.build.partitions=large_littlefs_32MB | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.app5M_little24M_32MB.upload.maximum_size=4718592 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.esp_sr_16=ESP SR 16M (3MB APP/7MB SPIFFS/2.9MB MODEL) | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.esp_sr_16.upload.maximum_size=3145728 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.esp_sr_16.upload.extra_flags=0xD10000 {build.path}/srmodels.bin | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.esp_sr_16.build.partitions=esp_sr_16 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.zigbee_zczr=Zigbee ZCZR 4MB with spiffs | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.zigbee_zczr.build.partitions=zigbee_zczr | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.zigbee_zczr.upload.maximum_size=1310720 | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.custom=Custom | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.custom.build.partitions= | ||
| cyobot_v2_esp32s3.menu.PartitionScheme.custom.upload.maximum_size=16777216 | ||
| cyobot_v2_esp32s3.menu.CPUFreq.240=240MHz (WiFi) | ||
| cyobot_v2_esp32s3.menu.CPUFreq.240.build.f_cpu=240000000L | ||
| cyobot_v2_esp32s3.menu.CPUFreq.160=160MHz (WiFi) | ||
| cyobot_v2_esp32s3.menu.CPUFreq.160.build.f_cpu=160000000L | ||
| cyobot_v2_esp32s3.menu.CPUFreq.80=80MHz (WiFi) | ||
| cyobot_v2_esp32s3.menu.CPUFreq.80.build.f_cpu=80000000L | ||
| cyobot_v2_esp32s3.menu.CPUFreq.40=40MHz | ||
| cyobot_v2_esp32s3.menu.CPUFreq.40.build.f_cpu=40000000L | ||
| cyobot_v2_esp32s3.menu.CPUFreq.20=20MHz | ||
| cyobot_v2_esp32s3.menu.CPUFreq.20.build.f_cpu=20000000L | ||
| cyobot_v2_esp32s3.menu.CPUFreq.10=10MHz | ||
| cyobot_v2_esp32s3.menu.CPUFreq.10.build.f_cpu=10000000L | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.921600=921600 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.921600.upload.speed=921600 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.115200=115200 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.115200.upload.speed=115200 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.256000.windows=256000 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.256000.upload.speed=256000 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.230400.windows.upload.speed=256000 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.230400=230400 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.230400.upload.speed=230400 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.460800.linux=460800 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.460800.macosx=460800 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.460800.upload.speed=460800 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.512000.windows=512000 | ||
| cyobot_v2_esp32s3.menu.UploadSpeed.512000.upload.speed=512000 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.none=None | ||
| cyobot_v2_esp32s3.menu.DebugLevel.none.build.code_debug=0 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.error=Error | ||
| cyobot_v2_esp32s3.menu.DebugLevel.error.build.code_debug=1 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.warn=Warn | ||
| cyobot_v2_esp32s3.menu.DebugLevel.warn.build.code_debug=2 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.info=Info | ||
| cyobot_v2_esp32s3.menu.DebugLevel.info.build.code_debug=3 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.debug=Debug | ||
| cyobot_v2_esp32s3.menu.DebugLevel.debug.build.code_debug=4 | ||
| cyobot_v2_esp32s3.menu.DebugLevel.verbose=Verbose | ||
| cyobot_v2_esp32s3.menu.DebugLevel.verbose.build.code_debug=5 | ||
| cyobot_v2_esp32s3.menu.EraseFlash.none=Disabled | ||
| cyobot_v2_esp32s3.menu.EraseFlash.none.upload.erase_cmd= | ||
| cyobot_v2_esp32s3.menu.EraseFlash.all=Enabled | ||
| cyobot_v2_esp32s3.menu.EraseFlash.all.upload.erase_cmd=-e | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.default=Disabled | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_mode= | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.default.build.zigbee_libs= | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.zczr=Zigbee ZCZR (coordinator/router) | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.zczr.build.zigbee_mode=-DZIGBEE_MODE_ZCZR | ||
| cyobot_v2_esp32s3.menu.ZigbeeMode.zczr.build.zigbee_libs=-lesp_zb_api.zczr -lzboss_stack.zczr -lzboss_port.remote | ||
mhpham23 marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| ############################################################## | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| #ifndef Pins_Arduino_h | ||
| #define Pins_Arduino_h | ||
| #include <stdint.h> | ||
| #define USB_MANUFACTURER "CYOBot" | ||
| #define USB_PRODUCT "CYOBrain ESP32S3" | ||
| #define USB_SERIAL "" // Empty string for MAC address | ||
| static const uint8_t BUTTON0 = 4; | ||
| static const uint8_t BUTTON1 = 38; | ||
| static const uint8_t LED = 24; | ||
mhpham23 marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| static const uint8_t BAT_MEAS = 6; | ||
| static const uint8_t CHAR_DET = 23; | ||
| static const uint8_t NEO_BASE = 7; | ||
| static const uint8_t NEO_BRAIN = 15; | ||
| static const uint8_t I2S0_MCLK = 16; | ||
| static const uint8_t I2S0_DSDIN = 8; | ||
| static const uint8_t I2S0_SCLK = 9; | ||
| static const uint8_t I2S0_LRCK = 45; | ||
| static const uint8_t SDA = 17; | ||
| static const uint8_t SCL = 18; | ||
| static const uint8_t SS = 5; | ||
| static const uint8_t MOSI = 2; | ||
| static const uint8_t MISO = 42; | ||
| static const uint8_t SCK = 41; | ||
| static const uint8_t ENCODER1_A = 39; | ||
| static const uint8_t ENCODER1_B = 40; | ||
| static const uint8_t ENCODER2_B = 19; | ||
| static const uint8_t ENCODER2_A = 20; | ||
| static const uint8_t UART1_RXD = 3; | ||
| static const uint8_t UART1_TXD = 1; | ||
| static const uint8_t GPIO46 = 46; | ||
| static const uint8_t ESP_IO0 = 0; | ||
| static const uint8_t SD_OUT = 10; | ||
| static const uint8_t SD_SPI_MOSI = 11; | ||
| static const uint8_t SD_SPI_CLK = 12; | ||
| static const uint8_t SD_SPI_MISO = 13; | ||
| static const uint8_t SD_SPI_CS = 14; | ||
| static const uint8_t PA_CTRL = 25; | ||
| #endif /* Pins_Arduino_h */ | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.