platformio.ini 647 B

12345678910111213141516171819202122232425
  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 = SERIAL_PORT
  17. ;monitor_speed = 115200
  18. board_build.nano = disable
  19. ;lib_deps =
  20. ;build_flags =