summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src
Commit message (Collapse)AuthorAgeFilesLines
* .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. ↵Gregory Nutt2013-05-301-4/+3
| | | | Add some missing .gitignore files
* Fix null packet handling in the PIC32 USB device driver. This is a critical ↵Gregory Nutt2013-05-281-1/+1
| | | | bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+4
|
* Add a OS test kernel build configuration for the STM32F4Discovery boardpatacongo2013-03-224-4/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-11/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-098-9/+8
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ↵patacongo2013-02-021-1/+1
| | | | | | types should be char * const * not const char ** git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5598 42af7a65-404d-4744-a932-0658087f49c3
* USB monitor daemon updatespatacongo2013-01-291-3/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5579 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Serial driver needed even when no console; Fix user LED settings in all ↵patacongo2013-01-281-4/+4
| | | | | | STM32 configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5575 42af7a65-404d-4744-a932-0658087f49c3
* Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-014-15/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5469 42af7a65-404d-4744-a932-0658087f49c3
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ↵patacongo2012-12-263-2/+167
| | | | | | reawakened in the USB HID keyboard driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
* /configs/stm32f4discovery/winbuild and configs/cloudctrl upated to use ↵patacongo2012-11-211-27/+31
| | | | | | Mike's Toolchain.defs; Fix error introduced into tools/configure.sh git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5380 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-4/+5
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-092-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5325 42af7a65-404d-4744-a932-0658087f49c3
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-082-25/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5323 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-083-88/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5322 42af7a65-404d-4744-a932-0658087f49c3
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-082-0/+210
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5321 42af7a65-404d-4744-a932-0658087f49c3
* Remove executable property from source and make filespatacongo2012-09-133-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
* Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-301-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5069 42af7a65-404d-4744-a932-0658087f49c3
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-295-71/+425
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5066 42af7a65-404d-4744-a932-0658087f49c3
* Review and update some board configurationspatacongo2012-07-291-58/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4991 42af7a65-404d-4744-a932-0658087f49c3
* STM32F4Discovery configuration clean-uppatacongo2012-07-275-51/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4985 42af7a65-404d-4744-a932-0658087f49c3
* PM updates (missed last night)patacongo2012-07-271-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4983 42af7a65-404d-4744-a932-0658087f49c3
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-256-0/+723
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4976 42af7a65-404d-4744-a932-0658087f49c3
* In 16-bit address mode, FSMC_A16 corresponds to address bit 17patacongo2012-05-301-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4789 42af7a65-404d-4744-a932-0658087f49c3
* SSD1289 fixespatacongo2012-05-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4776 42af7a65-404d-4744-a932-0658087f49c3
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-90/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-251-23/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4770 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-244-1/+673
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4769 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 watchdog configurationpatacongo2012-04-162-0/+140
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4617 42af7a65-404d-4744-a932-0658087f49c3
* More progress on the STM32 OTG FS device driverpatacongo2012-04-051-19/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4558 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-023-2/+138
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4551 42af7a65-404d-4744-a932-0658087f49c3
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-282-0/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4438 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Quad Encoder bug fixespatacongo2012-02-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4437 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for the STM32 quadrature encoderpatacongo2012-02-251-8/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4422 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4411 42af7a65-404d-4744-a932-0658087f49c3
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-155-3/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4395 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the STM32F4-Discovery (from Mike Smith)patacongo2012-01-118-0/+1177
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4294 42af7a65-404d-4744-a932-0658087f49c3