120 Commits (71fad980c5dfe057dd380a05f1ca1e0bfad2ef1f)
 

Author SHA1 Message Date
patacongo 71fad980c5 Finish implemention of ELF loader static constructor support. Still some issues. 12 years ago
patacongo 61c97b1ddc Ooops... last version of file was still in editor 12 years ago
patacongo 0e190d4cf7 lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 12 years ago
patacongo 5b7a650b16 Part I of port of Rhombus math library 12 years ago
patacongo 0b6dd037e6 DNS fixes from Darcy Gong 12 years ago
patacongo 4f104b5e3d Add port of cJSON from Darcy Gong 12 years ago
patacongo 54aa383686 Support for relays on the Shenzhou board (Darcy Gong) 12 years ago
patacongo 1f1319f25b The ELF loader is basically functional (needs more testing) 12 years ago
patacongo 7bc6a69f46 ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 12 years ago
patacongo 7f2512627e Rename elf.h to elf32.h; Additional ELF loader changes 12 years ago
patacongo 247e94d02a Add an ARM ELF header file 12 years ago
patacongo a6e577e3c4 More ELF loader changes 12 years ago
patacongo 92bbd36612 Add an example for testing the ELF loader 12 years ago
patacongo 9c65fe23b2 Finishes basic coding of ELF file support 12 years ago
patacongo c0a46ad696 Add x86 ELF support 12 years ago
patacongo 630862cd04 A little more ELF loader logic 12 years ago
patacongo a91b6552cd A little more ELF loader logic 12 years ago
patacongo 0506b554c8 Fix Kconfig files broken by last check-in 12 years ago
patacongo fb0aa16107 A little more ELF loader logic 12 years ago
patacongo e2018e4d30 A little more ELF loader logic 12 years ago
patacongo 8a2348d18d Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 12 years ago
patacongo bd76ec3dc0 Flesh out include/elf.h 12 years ago
patacongo 1bd66e95f8 Add framework to support loadable ELF modules (not much logic in place yet) 12 years ago
patacongo d300539524 Move ld.script files from configuration directories to script/ directory 12 years ago
patacongo 2327d0eedc Fewer shell invocations in apps/Makefile 12 years ago
patacongo 096397d49f STM32 ADC driver fixes 12 years ago
patacongo 6ea7967d8a Kconfig changes to get a clean STM32 ADC example build 12 years ago
patacongo 4796879663 Minor tweaks to memset 12 years ago
patacongo d59b634a70 Optimized memset() can be configured to do 64-bit stores 12 years ago
patacongo d24bf91574 Optimized memset() can be configured to do 64-bit stores 12 years ago
patacongo f16ae329fd Add a versin of memset() optimized for speed 12 years ago
patacongo 4de5307aa3 Update documentation for recently added configuration options 12 years ago
patacongo 80c9bda900 Add Daniel Vik's optimized memcpy as a configuration option 12 years ago
patacongo bac5f18559 Optimized ARMv7-M memcpy() function from Mike Smith 12 years ago
patacongo f44266675e Several bugfixes contributed by Petteri Aimonen 12 years ago
patacongo 736ac8982a Add MAX11802 touchscreeen driver from Petteri Aimonen 12 years ago
patacongo dbdf7cb3ae Ping/DNS fixes (part 2 of 2) 12 years ago
patacongo 78ba846c06 DNS fixes from Darcy Gong (part 1 of 2) 12 years ago
patacongo 860e5f0524 The termios c_speed field cannot be 'const' 12 years ago
patacongo 8345d911e0 Add a THTTPD configuration for the Shenzhou board (Darcy Gong) 13 years ago
patacongo a03e58b7ac ADC support for the Shenzhou board from Darcy Gong 13 years ago
patacongo e4ccbe7508 You can now configure a login for Telnet NSH session -- from Darcy Gong 13 years ago
patacongo 8de1d1d182 Update Olimex-LPC1766STK setenv.sh to make it faster to use CodeSourcery. 13 years ago
patacongo e62b420882 Another dtoa() fix from Mike Smith 13 years ago
patacongo ca71c149e2 Document problem with GCC 4.8.3 and the NXFLAT tools 13 years ago
patacongo b71fcbb0de More fixes for ldnxflat. There are still problems with the GCC 4.6.3 13 years ago
patacongo 6cb1bc7e67 Oop. Part of last change was still in the editor 13 years ago
patacongo ed4550ff48 Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ld 13 years ago
patacongo 47787872f2 Disable R_ARM_REL32 logic 13 years ago
patacongo aae19db5c3 Add support for the R_ARM_REL32 relocation 13 years ago