platformio.ini 685 B

123456789101112131415161718192021222324252627282930
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:raspberry-pi-pico]
  11. platform = wizio-pico
  12. board = raspberry-pi-pico
  13. framework = baremetal
  14. ;upload_protocol = picoprobe
  15. ;debug_tool = picoprobe
  16. monitor_port = COM4
  17. monitor_speed = 115200
  18. ;board_build.nano = disable
  19. ;lib_deps =
  20. build_flags =
  21. -D PICO_USB
  22. -D PICO_STDIO_USB