This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Arduino
Watch
1
Star
0
Fork
0
You've already forked Arduino
mirror of
https://github.com/arduino/Arduino.git
synced
2024-12-01 12:24:14 +01:00
Code
Issues
Releases
Activity
6fef0130f4
Arduino
/
hardware
History
David A. Mellis
2357f22387
Adding support for ordering the Tools > Boards menu by using LinkedHashMap to store the keys for the prefixed sub-maps. Re-ordering the boards in the boards.txt file. Adding an entry for the LilyPad Arduino w/ ATmega328. Updating readme.
2009-05-30 08:56:03 +00:00
..
bootloaders
Adding ATmega328 bootloader for the Pro and Pro Mini running at 8 MHz (3.3V). Uses the USART0 double speed mode, which according to Nathan from Sparkfun, is necessary to achieve reliable communication at 57600 baud.
2009-05-08 11:05:41 +00:00
cores
Removing wiring_serial.c as it's no longer used. (All serial functionality is now in HardwareSerial.h / HardwareSerial.cpp.)
2009-05-24 15:13:08 +00:00
libraries
Fixing bugs in Client::connect() (failed to set _sock to 255 after some connection failures).
2009-05-08 13:11:04 +00:00
boards.txt
Adding support for ordering the Tools > Boards menu by using LinkedHashMap to store the keys for the prefixed sub-maps. Re-ordering the boards in the boards.txt file. Adding an entry for the LilyPad Arduino w/ ATmega328. Updating readme.
2009-05-30 08:56:03 +00:00
programmers.txt
Improving the preprocessor and parallel programmer.
2008-02-20 02:27:23 +00:00