12345678910111213141516171819202122232425 |
- ; 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:raspberry-pi-pico]
- platform = wizio-pico
- board = raspberry-pi-pico
- framework = baremetal
- upload_protocol = picoprobe
- debug_tool = picoprobe
- ;monitor_port = SERIAL_PORT
- ;monitor_speed = 115200
- board_build.nano = disable
- ;lib_deps =
- ;build_flags =
|