summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-29 22:20:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-29 22:20:47 +0000
commit67ea31797d0a81295664484a61aebd54607f3c86 (patch)
treeffdeb3afd707f0c9bd41edbf3a2e48756fbc8065 /nuttx/ChangeLog
parent3e62f2be816d0a212b52fd609121004b16d80a8a (diff)
downloadnuttx-67ea31797d0a81295664484a61aebd54607f3c86.tar.gz
nuttx-67ea31797d0a81295664484a61aebd54607f3c86.tar.bz2
nuttx-67ea31797d0a81295664484a61aebd54607f3c86.zip
Can now run an NSH session within an NX window
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4539 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b7fca2d77..ba2f8f406 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2604,3 +2604,7 @@
user NX mode only).
* arch/arm/src/stm32/stm32_i2c.c: Correct a bug in the STM32 I2C driver. The
behavior of I2C status bits seems to be different between F1 and F4.
+ * configs/stm3210e-eval/nxconsole: New STM32 F1 configuration that runs the
+ NuttShell (NSH) within an NX window.
+ * graphics/nxconsole/nxcon_sem.c: Add protection from re-entrance with debug
+ is enabled.