summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 19:01:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 19:01:14 +0000
commit96c66099109df5198d95ed32b5278bb574f4c8e5 (patch)
treeacd75c9f9d73075b8a1beef2a26e939f63ae353c /nuttx/ChangeLog
parenta9ead1328ee2c67363e580946564c80ed91d96ff (diff)
downloadnuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.tar.gz
nuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.tar.bz2
nuttx-96c66099109df5198d95ed32b5278bb574f4c8e5.zip
Add perror()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5061 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eff224f79..c3c81108e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3202,4 +3202,12 @@
for control transfers but does not resolve all of the issues.
* configs/stm3220g-eval/*/defconfig: Calibrated delay loop. It had
never been calibrated was was way off.
-
+ * sched/sem_holder.c: Add logic to handler some priority inheritance
+ cases when sem_post() is called from an interrupt handler. The
+ logic is clearly wrong, but it is not known if this is the
+ cause of any known bugs.
+ * lib/stdio/lib_perror(): Add perror(). Contributed by Kate.
+ * lib/string/lib_strerror(): Add option CONFIG_LIBC_STRERROR that
+ is now required to enabled strerror(). Add an option
+ CONFIG_LIBC_STRERROR_SHORT that can be used to output shortened
+ strings by strerror().