summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation to at least reference the ELF loader.patacongo2012-10-293-12/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5276 42af7a65-404d-4744-a932-0658087f49c3
* libm compilation fixes from Darcy Gongpatacongo2012-10-2948-48/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5275 42af7a65-404d-4744-a932-0658087f49c3
* C++ static destructors work with ELF load too nowpatacongo2012-10-2913-89/+344
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5274 42af7a65-404d-4744-a932-0658087f49c3
* C++ constructors work with ELF load nowpatacongo2012-10-2922-383/+612
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5273 42af7a65-404d-4744-a932-0658087f49c3
* Finish implemention of ELF loader static constructor support. Still some ↵patacongo2012-10-2914-344/+525
| | | | | | issues. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
* Ooops... last version of file was still in editorpatacongo2012-10-281-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5271 42af7a65-404d-4744-a932-0658087f49c3
* lib/math files not follow coding standard; float, double, and long double ↵patacongo2012-10-2884-1191/+4424
| | | | | | versions in separate files to reduce size of dumb link git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5270 42af7a65-404d-4744-a932-0658087f49c3
* Part I of port of Rhombus math librarypatacongo2012-10-28233-214/+1649
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5269 42af7a65-404d-4744-a932-0658087f49c3
* Add port of cJSON from Darcy Gongpatacongo2012-10-273-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
* Support for relays on the Shenzhou board (Darcy Gong)patacongo2012-10-275-3/+316
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5266 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-278-29/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-2631-760/+2831
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5264 42af7a65-404d-4744-a932-0658087f49c3
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-2614-114/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
* Add an ARM ELF header filepatacongo2012-10-252-1/+247
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5262 42af7a65-404d-4744-a932-0658087f49c3
* More ELF loader changespatacongo2012-10-2510-20/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
* Finishes basic coding of ELF file supportpatacongo2012-10-259-10/+492
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5259 42af7a65-404d-4744-a932-0658087f49c3
* Add x86 ELF supportpatacongo2012-10-257-4/+313
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5258 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-2515-154/+569
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5257 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-256-102/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5256 42af7a65-404d-4744-a932-0658087f49c3
* Fix Kconfig files broken by last check-inpatacongo2012-10-252-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5255 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-253-32/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5254 42af7a65-404d-4744-a932-0658087f49c3
* A little more ELF loader logicpatacongo2012-10-249-112/+228
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5253 42af7a65-404d-4744-a932-0658087f49c3
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-2436-66/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
* Flesh out include/elf.hpatacongo2012-10-243-1/+384
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5251 42af7a65-404d-4744-a932-0658087f49c3
* Add framework to support loadable ELF modules (not much logic in place yet)patacongo2012-10-2435-651/+1802
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5250 42af7a65-404d-4744-a932-0658087f49c3
* Move ld.script files from configuration directories to script/ directorypatacongo2012-10-2358-3236/+90
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5249 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver fixespatacongo2012-10-215-6/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5247 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-215-7/+154
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5246 42af7a65-404d-4744-a932-0658087f49c3
* Minor tweaks to memsetpatacongo2012-10-214-38/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5245 42af7a65-404d-4744-a932-0658087f49c3
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5244 42af7a65-404d-4744-a932-0658087f49c3
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-216-21/+100
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5243 42af7a65-404d-4744-a932-0658087f49c3
* Add a versin of memset() optimized for speedpatacongo2012-10-216-23/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5242 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation for recently added configuration optionspatacongo2012-10-203-0/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3
* Add Daniel Vik's optimized memcpy as a configuration optionpatacongo2012-10-205-1/+450
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5240 42af7a65-404d-4744-a932-0658087f49c3
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-2011-42/+484
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5239 42af7a65-404d-4744-a932-0658087f49c3
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-207-7/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5238 42af7a65-404d-4744-a932-0658087f49c3
* Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-206-2/+1669
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5237 42af7a65-404d-4744-a932-0658087f49c3
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
* The termios c_speed field cannot be 'const'patacongo2012-10-2018-68/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5234 42af7a65-404d-4744-a932-0658087f49c3
* Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo2012-10-136-2/+1264
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5233 42af7a65-404d-4744-a932-0658087f49c3
* ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-134-5/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5232 42af7a65-404d-4744-a932-0658087f49c3
* Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1214-56/+402
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5230 42af7a65-404d-4744-a932-0658087f49c3
* Another dtoa() fix from Mike Smithpatacongo2012-10-119-94/+121
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5229 42af7a65-404d-4744-a932-0658087f49c3
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1023-4/+134
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5228 42af7a65-404d-4744-a932-0658087f49c3
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-103-2/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5227 42af7a65-404d-4744-a932-0658087f49c3
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5226 42af7a65-404d-4744-a932-0658087f49c3
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-10178-186/+493
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5225 42af7a65-404d-4744-a932-0658087f49c3
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1094-94/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5222 42af7a65-404d-4744-a932-0658087f49c3
* Updates for new web sitepatacongo2012-10-087-20/+47
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5221 42af7a65-404d-4744-a932-0658087f49c3
* Fix a recurring, cloned typopatacongo2012-10-0673-159/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5220 42af7a65-404d-4744-a932-0658087f49c3