summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-21 19:45:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-21 19:45:31 -0600
commit2f194dab8ddc45e82c3b2cf0a9f73ab89851cefc (patch)
tree650300d229b6805fd21e7dfd201aa69b04416f69 /nuttx
parentc90b4c281579ba7e6ce340651b8f383480dd97b7 (diff)
downloadnuttx-2f194dab8ddc45e82c3b2cf0a9f73ab89851cefc.tar.gz
nuttx-2f194dab8ddc45e82c3b2cf0a9f73ab89851cefc.tar.bz2
nuttx-2f194dab8ddc45e82c3b2cf0a9f73ab89851cefc.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 94f91b1c5..0d746b3a6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9855,3 +9855,11 @@
Make.defs: Adds the ability to use the STM32F2 and STM32F4 Battery
Backedup SRAM in the file system. With an option to Save Panic
context to one of the files. From David Sidrane (2015-02-21).
+ * configs/pic32mx-starterkit: Rename from pic32-starterkit to make
+ room on the namespace for a pic3mz-starterkit. Update src/ directory
+ file naming to match currnet standard. Refresh configurations. Move
+ linker scripts to a new scripts/directory. Make sure that it builds
+ using the Pinquino toolchain (2015-02-21).
+ * arch/mips/src/mips32/Toolchain.mk: Current Pinguino toolchain uses
+ the prefix p32- instead of mips- (2015-02-21).
+