summaryrefslogtreecommitdiff
path: root/nuttx/configs/fire-stm32v2
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-132-4/+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
* 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-098-8/+8
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-031-1/+1
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-283-6/+6
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-3/+3
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+9
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+1
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-4/+4
* Rename namedapp as simply builtinpatacongo2012-12-231-1/+1
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-091-2/+1
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-081-1/+1
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-291-2/+2
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-211-59/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* 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-151-1/+1
* 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
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-042-24/+36
* Part I of port of Rhombus math librarypatacongo2012-10-281-1/+0
* 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-102-2/+4
* Fix a recurring, cloned typopatacongo2012-10-061-3/+3
* All Cortex-M Make.defs files updated to use buildroot EABI toolchain if BUILD...patacongo2012-10-061-1/+8
* Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-061-5/+57
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-051-3/+3
* Fix some W25 driver errorspatacongo2012-10-041-6/+6
* Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency...patacongo2012-10-041-1/+1
* Change order of includes in apps/Makefile; add clock frequencies to shenzhou,...patacongo2012-10-041-1/+10
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-041-14/+25
* Fixes STM32F107 DMA issuepatacongo2012-09-241-2/+2
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-214-8/+65
* Add support so that the W25 FLASH can be used with both the Shenzhou and Fire...patacongo2012-09-191-1/+34
* Refactor common make definitions to tools/Config.mk; Add verbosity option to ...patacongo2012-09-181-28/+0
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-1/+1
* Resync new repository with old repo r5166patacongo2012-09-178-72/+275
* Email address change in apps/patacongo2012-09-131-0/+6
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-122-5/+5
* Misc STM32 wildfire and ENC28J60 driver updatespatacongo2012-09-125-6/+24
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-0/+1
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-118-124/+71
* The M3 Wildfire port is code complete and ready for testpatacongo2012-09-105-3/+1053