2023-05-25 09:37:55 -07:00
|
|
|
; PlatformIO Project Configuration File
|
|
|
|
;
|
|
|
|
; Build options: build flags, source filter
|
|
|
|
; Upload options: custom upload port, speed and extra flags
|
|
|
|
; Library options: dependencies, extra library storages
|
|
|
|
; Advanced options: extra scripting
|
|
|
|
;
|
|
|
|
; Please visit documentation for the other options and examples
|
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
|
|
|
|
[env]
|
|
|
|
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
|
|
framework = arduino
|
|
|
|
board_build.core = earlephilhower
|
|
|
|
board_build.filesystem_size = 0.5m
|
2023-07-20 08:20:01 -07:00
|
|
|
extra_scripts = pre:scripts/find_Jumperless_upload.py, post:scripts/extra_script.py
|
2023-06-24 12:56:08 -07:00
|
|
|
monitor_speed = 256000
|
2023-12-30 16:46:53 -08:00
|
|
|
monitor_port = /dev/cu.usbmodem01 ; change this to your serial port
|
2024-01-21 19:13:20 -08:00
|
|
|
#debug_tool = picoprobe
|
|
|
|
#debug_port = /dev/cu.usbmodem1302
|
|
|
|
#upload_protocol = picoprobe
|
2023-12-07 20:43:55 -08:00
|
|
|
build_flags =
|
|
|
|
-DUSE_TINYUSB
|
|
|
|
-DCFG_TUSB_CONFIG_FILE=\"custom_tusb_config.h\"
|
|
|
|
|
|
|
|
-Iinclude/
|
|
|
|
|
2023-05-25 09:37:55 -07:00
|
|
|
|
|
|
|
[env:pico]
|
|
|
|
board = pico
|
2023-05-28 18:25:10 -07:00
|
|
|
lib_deps =
|
2023-05-31 16:00:30 -07:00
|
|
|
powerbroker2/SafeString@^4.1.27
|
2023-06-13 20:57:04 -07:00
|
|
|
adafruit/Adafruit INA219@^1.2.1
|
|
|
|
robtillaart/INA219@^0.1.3
|
|
|
|
bblanchon/ArduinoJson@^6.21.2
|
|
|
|
arduino-libraries/Arduino_JSON@^0.2.0
|
2023-07-20 08:20:01 -07:00
|
|
|
adafruit/Adafruit NeoPixel@^1.11.0
|
2023-08-06 10:05:35 -07:00
|
|
|
robtillaart/MCP_DAC@^0.2.0
|
2023-10-28 13:30:25 -07:00
|
|
|
|
2023-12-30 16:46:53 -08:00
|
|
|
|