summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Daniel Vik's optimized memcpy as a configuration optionpatacongo2012-10-205-1/+450
* Optimized ARMv7-M memcpy() function from Mike Smithpatacongo2012-10-2011-42/+484
* Several bugfixes contributed by Petteri Aimonenpatacongo2012-10-2016-18/+72
* Add MAX11802 touchscreeen driver from Petteri Aimonenpatacongo2012-10-207-2/+1672
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-206-5/+41
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-207-106/+173
* The termios c_speed field cannot be 'const'patacongo2012-10-2018-68/+21
* Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo2012-10-137-2/+1266
* ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-135-6/+179
* You can now configure a login for Telnet NSH session -- from Darcy Gongpatacongo2012-10-126-23/+208
* Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery.patacongo2012-10-1214-56/+402
* Another dtoa() fix from Mike Smithpatacongo2012-10-119-94/+121
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1024-5/+134
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-105-18/+131
* Oop. Part of last change was still in the editorpatacongo2012-10-101-4/+9
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-10178-186/+493
* Disable R_ARM_REL32 logicpatacongo2012-10-102-0/+10
* Add support for the R_ARM_REL32 relocationpatacongo2012-10-102-91/+146
* Change the default path to the buildroot bin/ directory in all setenv.sh filespatacongo2012-10-1094-94/+94
* Updates for new web sitepatacongo2012-10-087-20/+47
* Fix a recurring, cloned typopatacongo2012-10-0673-159/+159
* All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-0693-207/+606
* Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-0624-1626/+2662
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-065-112/+129
* Eliminate a warningpatacongo2012-10-061-0/+8