350 Commits (eb1e5b46af1a5161017553941970163995e00505)

Author SHA1 Message Date
patacongo 169012eca9 STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logic 12 years ago
patacongo c9750ef39f Add UG-2864AMBAG01 initialization for use on STM32F4Discovery 12 years ago
patacongo 0bb1b8c74c Convert configs/stm32f4discovery/nxlines to use Kconfig tool 12 years ago
patacongo 44b76a4244 Add driver for Univision UG-2864AMBAG01 12 years ago
patacongo ae6c7f885a STM32 OTG FS device fix from Petteri Aimonen 12 years ago
patacongo a1d2cc2cb4 Fix apps/netutils/webclient build problem 12 years ago
patacongo e99deb5c4a Patch to removed MMCSD NSLOTS warning from Freddie Chopin 12 years ago
patacongo 9fa8d5d608 STM32 F100 High Density support and generic board configuration from Freddie Chopin 12 years ago
patacongo 7961d6ce58 Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build fix from Darcy Gong 12 years ago
patacongo 5d0999c859 Prep for 6.23 release 12 years ago
patacongo e67d8af636 uClibc++ exceptions are working 12 years ago
patacongo 516633dcd7 Change = to += in setting of LDFLAGS in all architecture Makefiles 12 years ago
patacongo bb96124a20 Changes to get a clean build of apps/examples/cxxtest with the STM32 and uClibc++ 12 years ago
patacongo 396d6787a7 Missed a few ld.script files in Freddie Chopin's last big change 12 years ago
patacongo f6de06f9f9 Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong 12 years ago
patacongo baeabacae3 Massive clean-up of linker scripts from Freddie Chopin 12 years ago
patacongo 9583fa1abd Relay example from Darcy Gong 12 years ago
patacongo f561a5ab03 RGMP 4.0 update from Qiang Yu 12 years ago
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