diff --git a/hardware/boards.txt b/hardware/boards.txt index b8eb0849e..a9bba143e 100644 --- a/hardware/boards.txt +++ b/hardware/boards.txt @@ -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.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.maximum_size=30720 diff --git a/readme.txt b/readme.txt index cdbcc90aa..34d93c56d 100644 --- a/readme.txt +++ b/readme.txt @@ -46,11 +46,14 @@ Processing and Wiring. UPDATES -0014 +0014 - 2009.03.07 [core / libraries] * Fixing bug that prevented multiple outgoing Client connections with the ethernet library. + +[environment] +* Clarifying ATmega168 vs. ATmega328 in the Tools > Boards menu. [tools] * Updating the Mac OS X AVR tools to AVR MacPack 20081213. This includes diff --git a/todo.txt b/todo.txt index cdac58de5..5f18587d7 100644 --- a/todo.txt +++ b/todo.txt @@ -62,6 +62,7 @@ Divide boards.txt into multiple text files. Allow for core in /cores. Clean up Library and LibraryManager. Compile libraries dynamically (with compilation of sketch and core files). +Library builds should respect build.verbose. Detect dependencies between libraries. Byte-based serial monitor. Line termination options in the serial monitor.