123456789101112131415161718192021222324252627282930 |
- ; 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 = COM4
- monitor_speed = 115200
- ;board_build.nano = disable
- ;lib_deps =
- build_flags =
- -D PICO_USB
- -D PICO_STDIO_USB
|