191 Commits (7a68d939992a06512b617200662807de441766d6)

Author SHA1 Message Date
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 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 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 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 3d754095f9 Change the default path to the buildroot bin/ directory in all setenv.sh files 13 years ago
patacongo 50ecc59c27 Updates for new web site 13 years ago
patacongo e8a8129808 Fix a recurring, cloned typo 13 years ago
patacongo ee341514da All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILDROOT=y selected 13 years ago
patacongo 79e092e362 Update all config README.txt files to show that they use the EABI buildroot toolchain 13 years ago
patacongo 4d23437df0 Several bugfixes, mostly from Darcy Gong 13 years ago
patacongo a41bc3c2ff Eliminate a warning 13 years ago
patacongo b9454627bc More changes for buildroot EABI toolchain 13 years ago
patacongo 535398581c configs/shenzhou will now use the 4.6.3 buildroot EABI toolchain 13 years ago
patacongo 1e36879126 Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools are not called abc-nuttx-elf instead of abc-elf 13 years ago
patacongo eb041b927a Fix some W25 driver errors 13 years ago
patacongo 44a18f5361 Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files 13 years ago
patacongo b0eb4f3cce Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files 13 years ago
patacongo e6656c077c Delete the apps/vsn directory (moved commands to apps/system) 13 years ago
patacongo 14b3f41aa6 Delete the apps/vsn directory (moved commands to apps/system) 13 years ago
patacongo 96a334a758 Implementation of /dev/random using the STM32 Random Number Generator (RNG) 13 years ago
patacongo 253d3ab523 Prep for 6.22 Release 13 years ago
patacongo de53b28fd3 Prep for NxWidgets 1.3 release 13 years ago
patacongo ccb682f332 Fix problem with ping that prevent ping from going outside local network (Darcy Gong) 13 years ago
patacongo 4333422d5f Put Shenzhou NxWM config on a diet 13 years ago
patacongo 343817a6fd Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable) 13 years ago