summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-1339-194/+41
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-122-24/+34
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-1122-330/+450
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-1117-80/+926
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-1159-208/+90
* arch/../src/Makefiles now use only libraries in lib/patacongo2012-11-111-14/+14
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-269/+31
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-093-6/+14
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-083-37/+56
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-086-92/+204
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-083-3/+213
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-0727-647/+584
* Fix apps/netutils/webclient build problempatacongo2012-11-062-267/+46
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-06188-18/+1519
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-0617-107/+3103
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-051-0/+2
* uClibc++ exceptions are workingpatacongo2012-11-053-6/+9
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-044-4/+31
* Missed a few ld.script files in Freddie Chopin's last big changepatacongo2012-11-043-0/+0
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-04133-3675/+849
* Relay example from Darcy Gongpatacongo2012-11-043-6/+27
* RGMP 4.0 update from Qiang Yupatacongo2012-11-0413-3/+1322
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-029-56/+919
* More uClibc++ build fixespatacongo2012-11-022-1/+18
* Add libsupc++ to sim/cxxtest configurationpatacongo2012-11-022-48/+59
* uClibc++ compiles... but it is a long way from linkingpatacongo2012-11-011-0/+3
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-1/+2
* ST32F4Discovery board.h patches from Freddie Chopinpatacongo2012-11-011-4/+4
* Correct name of another uClibc++ directorypatacongo2012-11-011-2/+2
* Put uClibc++ header files in a different directory from NuttX header filespatacongo2012-11-011-2/+1
* Fix DRAM size in STM32f4discovery defconfig filespatacongo2012-10-316-7/+12
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-317-181/+984
* Add documentation for the binary loaderpatacongo2012-10-301-0/+9
* More documentation updated to reference the ELF loader.patacongo2012-10-291-2/+2
* Update documentation to at least reference the ELF loader.patacongo2012-10-291-3/+33
* C++ constructors work with ELF load nowpatacongo2012-10-293-9/+11
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-292-265/+7
* Part I of port of Rhombus math librarypatacongo2012-10-28196-196/+0
* Support for relays on the Shenzhou board (Darcy Gong)patacongo2012-10-275-3/+316
* The ELF loader is basically functional (needs more testing)patacongo2012-10-273-3/+9
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-267-697/+1999
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2412-570/+21
* Move ld.script files from configuration directories to script/ directorypatacongo2012-10-2357-3235/+84
* STM32 ADC driver fixespatacongo2012-10-211-0/+7
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-212-2/+39
* Minor tweaks to memsetpatacongo2012-10-211-4/+7
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+6
* Add a versin of memset() optimized for speedpatacongo2012-10-211-0/+6
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+21
* The termios c_speed field cannot be 'const'patacongo2012-10-2015-61/+16