summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* Merged in upstream, took upstream UART driver without changes, needs re-evalu...Lorenz Meier2013-06-133-3/+0
* Add a skeleton configuration that will eventually support the SAM4L Xplained ...Gregory Nutt2013-06-031-8/+8
* .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-302-5/+4
* Optimize request buffer sizes in the serial USB drivers so that we avoid so m...Gregory Nutt2013-05-291-2/+2
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-291-0/+6
* Fix null packet handling in the PIC32 USB device driver. This is a critical ...Gregory Nutt2013-05-281-1/+1
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-1/+14
* Fix typos in Kconfig filesGregory Nutt2013-04-201-5/+5
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-1/+1
* make oldcoonfig updates to configurationsGregory Nutt2013-04-181-0/+9
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+6
* Add nxlines configuratin for the Open1788patacongo2013-03-272-38/+162
* binfmt_execmodule() calls to sched_releasttcb() was not updated to use the se...patacongo2013-03-231-1/+2
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-7/+12
* Fix some errors in stm32_allocateheap.c for STM32 F1 and F3 that crept in rec...patacongo2013-03-224-12/+72
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-2211-52/+1020
* Add kernel build support to the STM32 family and to the STM32F4Discovery boardpatacongo2013-03-225-0/+571
* Add support for ram vectors to the ARMv7-M architecturepatacongo2013-03-181-28/+92
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-2/+0
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-11/+7
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery confi...patacongo2013-02-099-10/+9
* Add STM32F3Discovery LED supportpatacongo2013-02-071-30/+28
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-061-1/+1
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-038-8/+8
* 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-022-2/+2
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-2/+10
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-15/+27
* USB monitor daemon updatespatacongo2013-01-293-9/+82
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-31/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-5/+5
* Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-282-19/+22
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-274-676/+613
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-274-0/+974
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-272-8/+38
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-162-0/+2
* 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