b380133b3e
- boards/launchpad_x_variant.json defines custom board - platformio.ini uses custom board - Board sets VID/PID at hardware level
23 lines
566 B
INI
23 lines
566 B
INI
; PlatformIO project configuration
|
|
; ESP32-S3 Loopy Pro Launchpad-Compatible Foot Controller
|
|
|
|
[env:esp32s3]
|
|
platform = espressif32
|
|
board = launchpad_x_variant
|
|
board_build.arduino.memory_type = qio_opi
|
|
board_build.partitions = default_8MB.csv
|
|
board_build.arduino.vid = 0x1235
|
|
board_build.arduino.pid = 0x0103
|
|
board_build.arduino.usb_mode = 0
|
|
board_build.arduino.usb_cdc_on_boot = 1
|
|
board_build.arduino.use_tinyusb = 1
|
|
|
|
lib_deps =
|
|
adafruit/Adafruit TinyUSB Library@3.1.0
|
|
fastled/FastLED@^3.9.0
|
|
|
|
build_unflags =
|
|
-DARDUINO_USB_MODE=1
|
|
|
|
monitor_speed = 115200
|