175 Commits (0c0440210befd8e4bc9971defad4d654c03aae3b)
 

Author SHA1 Message Date
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
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
patacongo 8e47dd37d6 Fix ID tagging in ADS7843/XPT2046 touchscreen driver 13 years ago
patacongo f664e163e5 Fix STM32 SPI3 remap logic 13 years ago
patacongo 7dc357a4e6 STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controller 13 years ago
patacongo c3bc22f07c Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver, Missing build logic for examples/watchdog 13 years ago
patacongo 9a0be89531 Correct some bad parameter checking 13 years ago
patacongo ebdc6a36e8 Fixes mostly related to touchscreen on Shenzhou board (still does not work) 13 years ago
patacongo 83f66b9e18 Shenzhou schematic is wrong: LCD WR signal is on PB14, not PD14 13 years ago
patacongo d7561fc092 Shenzhou board has an SSD1289 LCD, not ILI93xx 13 years ago
patacongo 923da1b34b Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to build system; Fixes to Shenzhou NxWM configuration for clean build 13 years ago
patacongo 415e830372 Fix README.html links -- again 13 years ago
patacongo 731b466aca If server fails to create a thread because of lack-of-resources (EAGAIN), don't terminate. Keep serving... Memory may become available again later. From Kate. 13 years ago
patacongo 2be7847efe Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen support for the Shenzhou board; Complete the Shenzhou NxWM configuration (also untested). 13 years ago
patacongo fd3df782b1 Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgets 13 years ago
patacongo 734ea8dc16 Port STM3240G-EVAL ILI93xx driver to Shenzhou board 13 years ago
patacongo 26da047878 Hook in graphics/Kconfig 13 years ago
patacongo 4c432c716a Beginning of an Shenshou NxWM configuration 13 years ago
patacongo 77d18d5205 Completes a bit-banging driver for the SSD1289 LCD on the Shenzhou board 13 years ago
patacongo 169c620845 Add framework for SSD1289 LCD on Shenzhou 13 years ago
patacongo cafa22293a Corrections for SD card on Shenzhou board 13 years ago
patacongo e2b2cc3450 Fixes STM32F107 DMA issue 13 years ago
patacongo 8da267c518 Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when using STM32 ethernet driver with F1 13 years ago
patacongo b58026b8f0 Add missing STM32 F1 pin remapping definitions 13 years ago
patacongo 5b51b5e3a4 hpttd.h needs to include stdbool.h 13 years ago
patacongo c9bb9dd995 Adds support for keep-alive connections to webserver 13 years ago