summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for ferror(), feof(), and clearerr()patacongo2012-11-018-21/+307
* Fix uClibc++ wstrlen bugpatacongo2012-11-014-112/+128
* Correct name of another uClibc++ directorypatacongo2012-11-0147-3/+97
* Put uClibc++ header files in a different directory from NuttX header filespatacongo2012-11-0153-3/+25
* Fix DRAM size in STM32f4discovery defconfig filespatacongo2012-10-316-7/+12
* Convert configs/sim/ostest to use mconf tool; Add configs/sim/cxxtestpatacongo2012-10-3112-193/+1005
* Add apps/examples/cxxtest from Qiang Yupatacongo2012-10-3110-10/+476
* Add misc/uClibc++ and build hooks in nuttx/patacongo2012-10-3197-12/+19452
* Documentation updatepatacongo2012-10-314-83/+230
* Add apps/examples/wgetjson from Darcy Gongpatacongo2012-10-3111-9/+472
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-3118-35/+2320
* Documentation updatepatacongo2012-10-303-703/+725
* Add documentation for the binary loaderpatacongo2012-10-3010-27/+534
* More documentation updated to reference the ELF loader.patacongo2012-10-293-6/+27
* Update documentation to at least reference the ELF loader.patacongo2012-10-293-12/+92
* libm compilation fixes from Darcy Gongpatacongo2012-10-2948-48/+48
* C++ static destructors work with ELF load too nowpatacongo2012-10-2913-89/+344
* C++ constructors work with ELF load nowpatacongo2012-10-2928-388/+1276
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-2921-928/+532
* Ooops... last version of file was still in editorpatacongo2012-10-281-0/+1
* lib/math files not follow coding standard; float, double, and long double ver...patacongo2012-10-2884-1191/+4424
* Part I of port of Rhombus math librarypatacongo2012-10-28233-214/+1649
* DNS fixes from Darcy Gongpatacongo2012-10-287-24/+267
* Add port of cJSON from Darcy Gongpatacongo2012-10-2721-201/+2894
* 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-2725-294/+287
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-2636-774/+2854
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-2617-116/+66
* Add an ARM ELF header filepatacongo2012-10-252-1/+247
* More ELF loader changespatacongo2012-10-2523-39/+117
* Add an example for testing the ELF loaderpatacongo2012-10-2533-2/+2862
* Finishes basic coding of ELF file supportpatacongo2012-10-259-10/+492
* Add x86 ELF supportpatacongo2012-10-257-4/+313
* A little more ELF loader logicpatacongo2012-10-2515-154/+569
* A little more ELF loader logicpatacongo2012-10-256-102/+80
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
* A little more ELF loader logicpatacongo2012-10-253-32/+209
* A little more ELF loader logicpatacongo2012-10-249-112/+228
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2443-76/+79
* Flesh out include/elf.hpatacongo2012-10-243-1/+384
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2435-651/+1802
* Move ld.script files from configuration directories to script/ directorypatacongo2012-10-2358-3236/+90
* Fewer shell invocations in apps/Makefilepatacongo2012-10-232-2/+6
* STM32 ADC driver fixespatacongo2012-10-215-6/+33
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-215-7/+154
* Minor tweaks to memsetpatacongo2012-10-214-38/+37
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-216-21/+100
* Add a versin of memset() optimized for speedpatacongo2012-10-216-23/+134
* Update documentation for recently added configuration optionspatacongo2012-10-205-3/+70