Clarifying ATmega328 vs. ATmega168 in boards.txt (Boards menu). Modified todo and readme.

This commit is contained in:
David A. Mellis 2009-03-07 10:06:53 +00:00
parent efc082b734
commit d2da6bd0fe
3 changed files with 7 additions and 3 deletions

View File

@ -80,7 +80,7 @@ bt.build.core=arduino
############################################################## ##############################################################
diecimila.name=Arduino Diecimila or Duemilanove diecimila.name=Arduino Diecimila or Duemilanove w/ ATmega168
diecimila.upload.protocol=stk500 diecimila.upload.protocol=stk500
diecimila.upload.maximum_size=14336 diecimila.upload.maximum_size=14336
@ -160,7 +160,7 @@ pro.build.core=arduino
############################################################## ##############################################################
atmega328.name=Arduino w/ ATmega328 atmega328.name=Arduino Duemilanove w/ ATmega328
atmega328.upload.protocol=stk500 atmega328.upload.protocol=stk500
atmega328.upload.maximum_size=30720 atmega328.upload.maximum_size=30720

View File

@ -46,11 +46,14 @@ Processing and Wiring.
UPDATES UPDATES
0014 0014 - 2009.03.07
[core / libraries] [core / libraries]
* Fixing bug that prevented multiple outgoing Client connections with the * Fixing bug that prevented multiple outgoing Client connections with the
ethernet library. ethernet library.
[environment]
* Clarifying ATmega168 vs. ATmega328 in the Tools > Boards menu.
[tools] [tools]
* Updating the Mac OS X AVR tools to AVR MacPack 20081213. This includes * Updating the Mac OS X AVR tools to AVR MacPack 20081213. This includes

View File

@ -62,6 +62,7 @@ Divide boards.txt into multiple text files.
Allow for core in <SKETCHBOOK>/cores. Allow for core in <SKETCHBOOK>/cores.
Clean up Library and LibraryManager. Clean up Library and LibraryManager.
Compile libraries dynamically (with compilation of sketch and core files). Compile libraries dynamically (with compilation of sketch and core files).
Library builds should respect build.verbose.
Detect dependencies between libraries. Detect dependencies between libraries.
Byte-based serial monitor. Byte-based serial monitor.
Line termination options in the serial monitor. Line termination options in the serial monitor.