summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-152-16/+0
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-124-3/+29
* Added a test of posix_spawn()patacongo2013-01-103-0/+834
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-2/+2
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-8/+8
* Add tools/configure.c and configure.batpatacongo2013-01-041-0/+5
* Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-015-23/+39
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-264-3/+168
* Rename namedapp as simply builtinpatacongo2012-12-235-5/+5
* Verify PATH variable in apps/examples/elfpatacongo2012-12-191-14/+56
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-095-10/+5
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-086-6/+6
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-295-10/+10
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use Mike's...patacongo2012-11-213-73/+37
* Big refactoring of toolchain definitions by Mike Smithpatacongo2012-11-216-390/+6
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-6/+4
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-4/+5
* More changes for Mikepatacongo2012-11-157-7/+7
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-8/+8
* mkdeps.c: Fix some strtok logic; fix some system() return value checkpatacongo2012-11-131-1/+1
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
* Oops.. nested strtok in mkdeps.c, need to use strtok_rpatacongo2012-11-133-7/+22
* Mostly cosmetic changespatacongo2012-11-132-3/+5
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-131-0/+2
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-133-6/+4
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-114-0/+803
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-269/+31
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-093-6/+14
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-083-37/+56
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-086-92/+204
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-082-0/+210
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-073-623/+584
* Patch to removed MMCSD NSLOTS warning from Freddie Chopinpatacongo2012-11-063-0/+24
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-051-0/+2
* uClibc++ exceptions are workingpatacongo2012-11-052-3/+4
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-042-2/+29
* Massive clean-up of linker scripts from Freddie Chopinpatacongo2012-11-041-6/+6
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-025-1/+862
* ST32F4Discovery board.h patches from Freddie Chopinpatacongo2012-11-011-4/+4
* Fix DRAM size in STM32f4discovery defconfig filespatacongo2012-10-315-5/+5
* C++ constructors work with ELF load nowpatacongo2012-10-293-9/+11
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-292-265/+7
* Part I of port of Rhombus math librarypatacongo2012-10-285-5/+0
* Support for relays on the Shenzhou board (Darcy Gong)patacongo2012-10-271-1/+6
* The ELF loader is basically functional (needs more testing)patacongo2012-10-273-3/+9
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-267-697/+1999
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-0/+6