3 Commits

Author SHA1 Message Date
Maximilian Gerhardt
d0ca5176e1 Fix wrong board define for RP2040 Pico board 2021-06-03 21:11:22 +02:00
Maximilian Gerhardt
856d081313 Fix wrong define for Nano RP2040 Connect board 2021-06-03 21:08:33 +02:00
valeros
095da74655 Merge branch 'release/v1.1.0' into develop 2021-05-28 14:18:52 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[

View File

@@ -2,7 +2,7 @@
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-D RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[