mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Clarifying ATmega328 vs. ATmega168 in boards.txt (Boards menu). Modified todo and readme.
This commit is contained in:
parent
efc082b734
commit
d2da6bd0fe
@ -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
|
||||
|
@ -46,12 +46,15 @@ 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
|
||||
avr-gcc 4.3.2, which should fix problems with functions called from
|
||||
|
1
todo.txt
1
todo.txt
@ -62,6 +62,7 @@ Divide boards.txt into multiple text files.
|
||||
Allow for core in <SKETCHBOOK>/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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user