summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:19:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:19:59 -0600
commit1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (patch)
tree95050f5e635b87d26f4dd98612b05edf632b2a96 /nuttx/ChangeLog
parent5f6e91b0ed1b373d0b4f963b0e0f8f7fe05ec766 (diff)
downloadnuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.tar.gz
nuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.tar.bz2
nuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.zip
Remove up_assert_code
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ada4463bc..dcaf04410 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4623,3 +4623,8 @@
KL architecture directory as need to get the interrupt-driven
serial driver to work. The Freedom KL25Z NSH configuration now
works (2014-4-25).
+ * include/nuttx/assert.h, arch/*/src/*/up_assert.c, and other file:
+ Remove up_assert_code(). While asserting with an encoded value
+ could be a good feature, the codes have not be well utilized nor
+ documented. Give that situation it is better to remove the API
+ and reduce the footprint a little (2014-4-25).