summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-30 00:51:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-30 00:51:45 +0000
commit7200d0c88ba2c4095b038b27c712397d5658e92a (patch)
treeeb644aa356144788f264dba6f6b383841ca7e56f /nuttx/ChangeLog
parent120abbf998a02c39dc8a3c7d82f3e1ebeae195e9 (diff)
downloadnuttx-7200d0c88ba2c4095b038b27c712397d5658e92a.tar.gz
nuttx-7200d0c88ba2c4095b038b27c712397d5658e92a.tar.bz2
nuttx-7200d0c88ba2c4095b038b27c712397d5658e92a.zip
Fix big-time naming error -- what was I thinking?
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3060 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 678a16aaa..cfbf9eee1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1293,10 +1293,10 @@
* arch/avr - Add a place to support AVR family processors.
* arch/avr/include/avr32 and arch/avr/src/avr32 - Add support for AVR32
(all of the AVR32 is a work in progress).
- * arch/avr/include/at91uc3 and arch/avr/src/at91uc3 - Add support
- for the AT91 UC3A/B family of AVR32 MCUs.
+ * arch/avr/include/at32uc3 and arch/avr/src/at32uc3 - Add support
+ for the AVR32 UC3A/B family of AVR32 MCUs.
* confgs/avr32dev1 - Add support for the Atmel AVR32DEV1 board featuring
- the AT91UC3B0256 MCU. This board is produced by www.mcuzone.com.
+ the AT32UC3B0256 MCU. This board is produced by www.mcuzone.com.
* include/stdlib.h, lib/Makefile, lib/lib_abs.c, lib/lib_labs.c,
lib_labs.c, lib_llabs.c, lib_imaxabs.c - Add abs(), labs(), llabs(), and
imaxabs().
@@ -1318,4 +1318,6 @@
* lib/lib_strnlen.c -- Added POSIX 2008 strnlen() function. Contributed
by Michael Hrabanek.
+ * Fix wild, consistent naming error. For some reason, I called the at32uc3*
+ parts at91uc* everywhere. Fixed by changing lots of files.