summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-131-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-4/+3
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent w...Gregory Nutt2013-05-121-8/+8
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-12/+8
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-0910-10/+8
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-032-2/+2
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-284-9/+9
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-4/+4
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-163-3/+3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-123-3/+3
* Rename namedapp as simply builtinpatacongo2012-12-233-3/+3
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-307/+105
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-093-6/+3
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-083-3/+3
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-293-6/+6
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-273-1/+104
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-213-171/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* 0001-RS-485-support-for-STM32-serial-driver.patch from Freddi Chopinpatacongo2012-11-201-0/+6
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* More changes for Mikepatacongo2012-11-153-3/+3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Mostly cosmetic changespatacongo2012-11-131-3/+0
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-5/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Fix apps/netutils/webclient build problempatacongo2012-11-061-266/+45
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-042-12/+12
* Relay example from Darcy Gongpatacongo2012-11-043-6/+27
* Part I of port of Rhombus math librarypatacongo2012-10-283-3/+0
* Support for relays on the Shenzhou board (Darcy Gong)patacongo2012-10-274-2/+310
* STM32 ADC driver fixespatacongo2012-10-211-0/+7
* Kconfig changes to get a clean STM32 ADC example buildpatacongo2012-10-212-2/+39
* The termios c_speed field cannot be 'const'patacongo2012-10-201-0/+10
* Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo2012-10-133-0/+1258
* ADC support for the Shenzhou board from Darcy Gongpatacongo2012-10-134-5/+173
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-0/+6
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-103-5/+59
* Fix a recurring, cloned typopatacongo2012-10-062-6/+6
* All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-062-2/+10
* More changes for buildroot EABI toolchainpatacongo2012-10-063-3/+20
* configs/shenzhou will now use the 4.6.3 buildroot EABI toolchainpatacongo2012-10-053-8/+8
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-052-6/+6
* Fix some W25 driver errorspatacongo2012-10-042-7/+7
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-042-2/+2
* Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-041-1/+10