Skip to content

Commit 63faef7

Browse files
Use the regular arduino core
Previously, the pinoccio boards used an older copy of the regular arduino core that is included in this repository. By explicitely listing the core as "arduino:arduino" (instead of the previous implicit pinoccio:arduino"), it uses the arduino core from the hardware/arduino folder, i.e., the regular arduino core. The variant folder is still taken ofr the hardware/pinoccio/variants folder as before.
1 parent 6fae00c commit 63faef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/pinoccio/avr/boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pinoccio.bootloader.lock_bits=0x0F
1818

1919
pinoccio.build.mcu=atmega256rfr2
2020
pinoccio.build.f_cpu=16000000L
21-
pinoccio.build.core=arduino
21+
pinoccio.build.core=arduino:arduino
2222
pinoccio.build.variant=pinoccio
2323
pinoccio.build.board=PINOCCIO
2424

@@ -42,6 +42,6 @@ pinoccio128.bootloader.lock_bits=0x0F
4242

4343
pinoccio128.build.mcu=atmega128rfa1
4444
pinoccio128.build.f_cpu=16000000L
45-
pinoccio128.build.core=pinoccio
45+
pinoccio128.build.core=arduino:arduino
4646
pinoccio128.build.variant=pinoccio
4747
pinoccio.build.board=PINOCCIO

0 commit comments

Comments
 (0)