summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
AgeCommit message (Expand)AuthorFilesLines
2012-11-11Correct some issues with last check-in; ez80 still does not buildpatacongo22-330/+450
2012-11-11Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo17-80/+926
2012-11-11Partial change: Removing bash ARCHIVE looppatacongo59-208/+90
2012-11-11arch/../src/Makefiles now use only libraries in lib/patacongo1-14/+14
2012-11-10move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo1-269/+31
2012-11-09UG-2864AMBAG01 driver is basically functionalpatacongo3-6/+14
2012-11-08Support for non-common vectors from Freddie Chopinpatacongo3-37/+56
2012-11-08STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo6-92/+204
2012-11-08Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo3-3/+213
2012-11-07Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo27-647/+584
2012-11-06Fix apps/netutils/webclient build problempatacongo2-267/+46
2012-11-06Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo188-18/+1519
2012-11-06STM32 F100 High Density support and generic board configuration from Freddie ...patacongo17-107/+3103
2012-11-05Prep for 6.23 releasepatacongo1-0/+2
2012-11-05uClibc++ exceptions are workingpatacongo3-6/+9
2012-11-04Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo4-4/+31
2012-11-04Missed a few ld.script files in Freddie Chopin's last big changepatacongo3-0/+0
2012-11-04Massive clean-up of linker scripts from Freddie Chopinpatacongo133-3675/+849
2012-11-04Relay example from Darcy Gongpatacongo3-6/+27
2012-11-04RGMP 4.0 update from Qiang Yupatacongo13-3/+1322
2012-11-02Create an STM32F4Discovery configuration for testing uClibc++patacongo9-56/+919
2012-11-02More uClibc++ build fixespatacongo2-1/+18
2012-11-02Add libsupc++ to sim/cxxtest configurationpatacongo2-48/+59
2012-11-01uClibc++ compiles... but it is a long way from linkingpatacongo1-0/+3
2012-11-01Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo1-1/+2
2012-11-01ST32F4Discovery board.h patches from Freddie Chopinpatacongo1-4/+4
2012-11-01Correct name of another uClibc++ directorypatacongo1-2/+2
2012-11-01Put uClibc++ header files in a different directory from NuttX header filespatacongo1-2/+1
2012-10-31Fix DRAM size in STM32f4discovery defconfig filespatacongo6-7/+12
2012-10-31Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo7-181/+984
2012-10-30Add documentation for the binary loaderpatacongo1-0/+9
2012-10-29More documentation updated to reference the ELF loader.patacongo1-2/+2
2012-10-29Update documentation to at least reference the ELF loader.patacongo1-3/+33
2012-10-29C++ constructors work with ELF load nowpatacongo3-9/+11
2012-10-29Finish implemention of ELF loader static constructor support. Still some iss...patacongo2-265/+7
2012-10-28Part I of port of Rhombus math librarypatacongo196-196/+0
2012-10-27Support for relays on the Shenzhou board (Darcy Gong)patacongo5-3/+316
2012-10-27The ELF loader is basically functional (needs more testing)patacongo3-3/+9
2012-10-26ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo7-697/+1999
2012-10-24Add framework to support loadable ELF modules (not much logic in place yet)patacongo12-570/+21
2012-10-23Move ld.script files from configuration directories to script/ directorypatacongo57-3235/+84
2012-10-21STM32 ADC driver fixespatacongo1-0/+7
2012-10-21Kconfig changes to get a clean STM32 ADC example buildpatacongo2-2/+39
2012-10-21Minor tweaks to memsetpatacongo1-4/+7
2012-10-21Optimized memset() can be configured to do 64-bit storespatacongo1-1/+6
2012-10-21Add a versin of memset() optimized for speedpatacongo1-0/+6
2012-10-20Update documentation for recently added configuration optionspatacongo1-0/+21
2012-10-20The termios c_speed field cannot be 'const'patacongo15-61/+16
2012-10-13Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo3-0/+1258
2012-10-13ADC support for the Shenzhou board from Darcy Gongpatacongo4-5/+173