summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-259-9/+9
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-257-13/+13
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-259-9/+9
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-273-3/+3
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-6/+31
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-5/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-2/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-2611-24/+24
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-6/+6
* Add support for a separate CCM memory allocator for members of the STM32 fami...Gregory Nutt2013-06-251-6/+67
* Add support for the UG-2843HHSWEG04 OLED and for the SAM4L Xplained Pro OLED ...Gregory Nutt2013-06-233-10/+10
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-214-0/+8
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-137-7/+7
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-123-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