382 Commits (3bec164b3ae1cd7f9b5dcec532e7d073be96d45d)

Author SHA1 Message Date
patacongo 0062c03226 More STM32 Value Line updates from Freddie Chopin 12 years ago
patacongo bae3b4f954 Several small things 12 years ago
patacongo 1336ed8637 uClibc++ updates 12 years ago
patacongo 23e8d5321a Create an STM32F4Discovery configuration for testing uClibc++ 12 years ago
patacongo 708ebb52f0 More uClibc++ build fixes 12 years ago
patacongo 1850aff278 Another fix to STM32 definitions from Freddie Chopin 12 years ago
patacongo 4960d58d8b Fixes to STM32 definitions from Freddie Chopin 12 years ago
patacongo d1d50b4e0e Add libsupc++ to sim/cxxtest configuration 12 years ago
patacongo d7aefb08f7 Fixes for warnings from Freddie Chopin 12 years ago
patacongo f5776dec9f uClibc++ compiles... but it is a long way from linking 12 years ago
patacongo eb26187767 Add __cxa_atexit(); atexit() is now built on top of on_exit() 12 years ago
patacongo 1214744afc ST32F4Discovery board.h patches from Freddie Chopin 12 years ago
patacongo a5b189950e Add support for ferror(), feof(), and clearerr() 12 years ago
patacongo 3ceeb8f9f0 Fix uClibc++ wstrlen bug 12 years ago
patacongo 76e6bb67a1 Correct name of another uClibc++ directory 12 years ago
patacongo e60d4488b3 Put uClibc++ header files in a different directory from NuttX header files 12 years ago
patacongo 683e54b85f Fix DRAM size in STM32f4discovery defconfig files 12 years ago
patacongo 25136e9a50 Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtest 12 years ago
patacongo 66aae459f1 Add misc/uClibc++ and build hooks in nuttx/ 12 years ago
patacongo a74dd08492 Documentation update 12 years ago
patacongo 20ede8d196 Documentation update 12 years ago
patacongo 5022f81174 Add documentation for the binary loader 12 years ago
patacongo ce2653116a More documentation updated to reference the ELF loader. 12 years ago
patacongo 228c77b4d4 Update documentation to at least reference the ELF loader. 12 years ago
patacongo 5c160fad83 libm compilation fixes from Darcy Gong 12 years ago
patacongo b48508c844 C++ static destructors work with ELF load too now 12 years ago
patacongo 5681b615ec C++ constructors work with ELF load now 12 years ago
patacongo 71fad980c5 Finish implemention of ELF loader static constructor support. Still some issues. 12 years ago
patacongo 61c97b1ddc Ooops... last version of file was still in editor 12 years ago
patacongo 0e190d4cf7 lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
patacongo 5b7a650b16 Part I of port of Rhombus math library 12 years ago
patacongo 4f104b5e3d Add port of cJSON from Darcy Gong 12 years ago
patacongo 54aa383686 Support for relays on the Shenzhou board (Darcy Gong) 12 years ago
patacongo 1f1319f25b The ELF loader is basically functional (needs more testing) 12 years ago
patacongo 7bc6a69f46 ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 12 years ago
patacongo 7f2512627e Rename elf.h to elf32.h; Additional ELF loader changes 12 years ago
patacongo 247e94d02a Add an ARM ELF header file 12 years ago
patacongo a6e577e3c4 More ELF loader changes 12 years ago
patacongo 9c65fe23b2 Finishes basic coding of ELF file support 12 years ago
patacongo c0a46ad696 Add x86 ELF support 12 years ago
patacongo 630862cd04 A little more ELF loader logic 12 years ago
patacongo a91b6552cd A little more ELF loader logic 12 years ago
patacongo 0506b554c8 Fix Kconfig files broken by last check-in 12 years ago
patacongo fb0aa16107 A little more ELF loader logic 12 years ago
patacongo e2018e4d30 A little more ELF loader logic 12 years ago
patacongo 8a2348d18d Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 12 years ago
patacongo bd76ec3dc0 Flesh out include/elf.h 12 years ago
patacongo 1bd66e95f8 Add framework to support loadable ELF modules (not much logic in place yet) 12 years ago
patacongo d300539524 Move ld.script files from configuration directories to script/ directory 12 years ago
patacongo 096397d49f STM32 ADC driver fixes 12 years ago