114 Commits (54aa38368612e70a846674ceae13fe19677c01dc)
 

Author SHA1 Message Date
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
patacongo 45da426c19 STM32 Ethernet, Slightly differ register layout for DM9161AEP PHY 13 years ago
patacongo 5f7c2b3ead Shenzhou board uses RMII PHY interface, not MII 13 years ago
patacongo fc8f6c972a Make the Olimex stm32 p107 clock configuratin the standard for connectivity line devices 13 years ago
patacongo 4f381f2185 Correct Shenzhou LED controls 13 years ago
patacongo 1b7786e0e2 More webserver updates from Kate 13 years ago
patacongo 6052cd078a More sscanf: Long flag (as in %ld) not be used in all of the places it should be 13 years ago
patacongo 4a5f639e22 Fix bug in last sscanf change 13 years ago
patacongo e8f1a8bff9 Recent I2C changes for F4 broke F1 13 years ago
patacongo 99bc5e453b One more sscanf change 13 years ago
patacongo 4edf18b009 Add support for Fire STM32v3; sscanf fixes from Kate 13 years ago
patacongo 16778b66e2 Oops.. the up_i2creset function mysteriously disappeared from stm32_i2c.c 13 years ago