You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,6 @@ pinoccio-firmware
2
2
=================
3
3
4
4
Firmware files, including bootloaders and app hex files for the ATmega16U2 and the ATmega128RFA1 MCUs
5
+
6
+
As of 8/25/2013, you *MUST* create your own toolchain (avr-gcc, avrdude, etc.) because the Atmega256RFR2 is a fairly new chip and Arduino binaries of these are from 2011 era.
7
+
install-avr-gcc.sh will help you in grabbing and building the newest avr-gcc, avrdude, etc.
0 commit comments