summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-1023-4/+134
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-103-2/+47
* 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
* 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-062-104/+117
* Eliminate a warningpatacongo2012-10-061-0/+8
* More changes for buildroot EABI toolchainpatacongo2012-10-063-3/+20
* configs/shenzhou will now use the 4.6.3 buildroot EABI toolchainpatacongo2012-10-054-8/+13
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-05160-808/+809
* Fix some W25 driver errorspatacongo2012-10-046-36/+29
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-04175-2178/+2181
* Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-045-4/+34
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0411-80/+206
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-031-1/+1
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-2911-6/+385
* Prep for 6.22 Releasenuttx-6.22patacongo2012-09-293-514/+673
* Prep for NxWidgets 1.3 releasepatacongo2012-09-291-1/+2
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-297-118/+143
* Put Shenzhou NxWM config on a dietpatacongo2012-09-283-60/+31
* Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-285-32/+137
* Fix ID tagging in ADS7843/XPT2046 touchscreen driverpatacongo2012-09-271-1/+1
* Fix STM32 SPI3 remap logicpatacongo2012-09-275-8/+8
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-2716-86/+554
* Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 driver,...patacongo2012-09-274-2/+55
* Correct some bad parameter checkingpatacongo2012-09-276-9/+14
* Fixes mostly related to touchscreen on Shenzhou board (still does not work)patacongo2012-09-275-7/+92
* Shenzhou schematic is wrong: LCD WR signal is on PB14, not PD14patacongo2012-09-266-11/+27
* Shenzhou board has an SSD1289 LCD, not ILI93xxpatacongo2012-09-2610-92/+282
* Fixes for clean compilation of NxWidgets/NxWM with Kconfig and changes to bui...patacongo2012-09-269-41/+76
* Fix README.html links -- againpatacongo2012-09-252-159/+163
* Hook in NxWidgets configuration logic; Add a untested ADS7843E touchscreen su...patacongo2012-09-254-0/+1499
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-256-5/+111
* Port STM3240G-EVAL ILI93xx driver to Shenzhou boardpatacongo2012-09-256-34/+2157
* Hook in graphics/Kconfigpatacongo2012-09-252-11/+12
* Beginning of an Shenshou NxWM configurationpatacongo2012-09-2523-19/+693
* Completes a bit-banging driver for the SSD1289 LCD on the Shenzhou boardpatacongo2012-09-243-101/+235
* Add framework for SSD1289 LCD on Shenzhoupatacongo2012-09-245-26/+467
* Corrections for SD card on Shenzhou boardpatacongo2012-09-249-27/+44
* Fixes STM32F107 DMA issuepatacongo2012-09-248-16/+50
* Shenzhou PHY address should be 0; make sure the F2/F4 bits are not set when u...patacongo2012-09-234-17/+49
* Add missing STM32 F1 pin remapping definitionspatacongo2012-09-223-65/+110
* STM32 Ethernet, Slightly differ register layout for DM9161AEP PHYpatacongo2012-09-225-46/+164
* Shenzhou board uses RMII PHY interface, not MIIpatacongo2012-09-224-13/+16
* Make the Olimex stm32 p107 clock configuratin the standard for connectivity l...patacongo2012-09-2210-318/+156
* Correct Shenzhou LED controlspatacongo2012-09-226-76/+101