summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-02 23:22:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-02 23:22:48 +0000
commit3c21deaf5b357b69a32b515c620616a2b6242594 (patch)
tree6e51b4248a054654fd98ba2e88084d54a40dcf31 /nuttx/ChangeLog
parent93e2ebb1e771bf5a4bfd250def96f61b3df91b04 (diff)
downloadnuttx-3c21deaf5b357b69a32b515c620616a2b6242594.tar.gz
nuttx-3c21deaf5b357b69a32b515c620616a2b6242594.tar.bz2
nuttx-3c21deaf5b357b69a32b515c620616a2b6242594.zip
Create an STM32F4Discovery configuration for testing uClibc++
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5300 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6fa9ffbfe..b357a629d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3554,3 +3554,11 @@
expects. That is usually the case if parameters are passed in
registers.
* libxx/libxx_cxa_atexit(): Implements __cxa_atexit()
+ * configs/stm32f4discovery/cxxtest: New test that will be used to
+ verify the uClibc++ port (eventually). The sim platform turned not
+ to be a good platform for testing uClibc++. The sim example will not
+ run because the simulator will attempt to execute the static
+ constructors before main() starts. BUT... NuttX is not initialized
+ and this results in a crash. On the STM324Discovery, I will have
+ better control over when the static constructors run.
+