raspberry-pi-pico-w.json 660 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "WizIO - Raspberry Pi Pico WiFi ( PICOPROBE )",
  3. "url": "https://github.com",
  4. "vendor": "Raspberry Pi",
  5. "frameworks": [ "baremetal", "arduino" ],
  6. "build": {
  7. "core" : "RP2040",
  8. "variant" : "raspberry-pi-pico-w",
  9. "f_cpu" : "125000000L",
  10. "mcu" : "RP2040",
  11. "WIFI" : true,
  12. "autogen_board" :"pico_w.h"
  13. },
  14. "debug": {
  15. "openocd_target" : "rp2040.cfg",
  16. "svd_path" : "rp2040.svd"
  17. },
  18. "upload": {
  19. "maximum_ram_size" : 262144,
  20. "maximum_size" : 2097152,
  21. "protocol" : "uf2"
  22. }
  23. }