1532 Commits (c0a852dab48e55aa12c995adc6dc0c32aa9a7ac3)

Author SHA1 Message Date
Lorenz Meier 299c325d20 Defconfig changed to use UART5 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
px4dev 9b509310e6 Fix logic bug in ONLCR processing. 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
Lorenz Meier 8aed355a3f Reverted to IO compatible config 12 years ago
Lorenz Meier 7034acd07e Changed to UART5 for console 12 years ago
px4dev 34a3b260f3 Move the last of the board-specific code for PX4FMU out of the NuttX tree. Now it's just configuration. 12 years ago
px4dev b685d46dbf Clean out remains of the old EEPROM driver. 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
px4dev 11a7a374a8 Force the linker to keep all init functions. This might be going overboard, but without it we don't get any static constructors. 12 years ago
px4dev f04c522f4f Get us a bit closer to having c++ static constructors working. 12 years ago
px4dev 6cec7f131e Minor board.h changes. 12 years ago
patacongo 4f104b5e3d Add port of cJSON from Darcy Gong 12 years ago
Thomas Gubler 17772afdaa fw control: fixed parameter reloading, disabled old fw control app 12 years ago
patacongo 54aa383686 Support for relays on the Shenzhou board (Darcy Gong) 12 years ago
px4dev 5135e5308b Hoist the GPIO driver out and integrate it with the px4fmu driver. Move these pieces into the drivers tree. 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
Lorenz Meier 241a0d8653 Reverting UART config back to developer default on this branch 12 years ago
Lorenz Meier e5fd37f719 Build fix after cleanup 12 years ago
Lorenz Meier 67e4584407 Deleted old cruft 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