summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-17 20:28:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-17 20:28:24 -0600
commit6892553ef8c7a9a70083830baf65d33cfbd3e81d (patch)
treeabeded1836e15b6106b7c73a78d9f0fb464f4461 /nuttx/ChangeLog
parent5306daf5a82a187871af0fd19e7f5c369bc1c2eb (diff)
downloadnuttx-6892553ef8c7a9a70083830baf65d33cfbd3e81d.tar.gz
nuttx-6892553ef8c7a9a70083830baf65d33cfbd3e81d.tar.bz2
nuttx-6892553ef8c7a9a70083830baf65d33cfbd3e81d.zip
Convert configs/stm3240g-eval/ostest to use the kconfig frontends tools
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8e180e574..2576e97a8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4561,3 +4561,5 @@
the current logic was using it to manage interrupts. Switch
to using the PRIMASK. This means that hardfaults will (again)
occur when SVC instructions are executed (2013-4-16).
+ * configs/stm3240g-eval/ostest: Converted to use the kconfig-frontends
+ tools (2013-4-17).