This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-19 09:42:11 +03:00
Code
Activity
Files
60ad594d7b053c7a7c84e842fbaec3a255cbbe01
esp8266
/
hardware
History
David A. Mellis
60ad594d7b
Modifying Makefile to generate dependencies (and .d files) automatically. Patch from Lars Immisch:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1241007184
2009-05-09 18:09:02 +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
Modifying Makefile to generate dependencies (and .d files) automatically. Patch from Lars Immisch:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1241007184
2009-05-09 18:09:02 +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
Updating default board to the Arduino Duemilanove w/ ATmega328. Adding a Tools > Boards entry for Arduino Pro or Pro Mini (8 MHz) w/ ATmega328. Cleaning up todo list.
2009-05-08 11:22:34 +00:00
programmers.txt
Improving the preprocessor and parallel programmer.
2008-02-20 02:27:23 +00:00