summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f3discovery
Commit message (Collapse)AuthorAgeFilesLines
* Add framework for Spark Core board support. The initial commit is a clone ↵Gregory Nutt2013-10-021-1/+1
| | | | of the Maple Mini and still needs Spark customizations
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-253-3/+3
| | | | configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-254-26/+139
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-253-3/+3
|
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-264-10/+10
|
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-3/+3
|
* Straighten out issues about who calls C++ initializers with CXXTEST or ↵Gregory Nutt2013-06-212-0/+2
| | | | HELLOXX are built as NSH applications; Add an ofstream test to CXXTEST suggested by Michael; Update many defconfig fiels to that they set configurations to handle C++ constructors just as before these configuration changes
* Add support for a generic windows-based EABI toolchain; Add NX configuration ↵Gregory Nutt2013-06-133-3/+3
| | | | to force default NXTK border colors
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single ↵Gregory Nutt2013-06-121-1/+0
| | | | CONFIG_NSH_BUILTIN_APPS. Add SAM3/4 sam_periphclks.h which is just a header file that includes the right header file. Misc SAM3U-EK cleanup
* .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-0/+3
| | | | Add some missing .gitignore files
* Optimize request buffer sizes in the serial USB drivers so that we avoid so ↵Gregory Nutt2013-05-291-2/+2
| | | | many NULL packets and so that the OUT request buffer size is exactly the max packet size.
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets ↵Gregory Nutt2013-05-292-50/+129
| | | | correctly and it prevent use of the driver with the CDC/ACM class
* Fix typos in Kconfig filesGregory Nutt2013-04-201-5/+5
|
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-272-10/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5679 42af7a65-404d-4744-a932-0658087f49c3
* Fix start-up of USB monitor in STM32F3Discovery configuration; Back out back ↵patacongo2013-02-124-47/+5
| | | | | | checkin of STM32 F1/F3 USB device driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5641 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get USB working on STM32 F3patacongo2013-02-102-5/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5638 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes for STM32 F3 USB still does not workpatacongo2013-02-101-63/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5637 42af7a65-404d-4744-a932-0658087f49c3
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-10/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5633 42af7a65-404d-4744-a932-0658087f49c3
* Removed stm32_internal.h; Changes for clean compile of STM32F3Discovery ↵patacongo2013-02-097-197/+21
| | | | | | configuration with SPI and USB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5630 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery passes all OS tests; Delay loop has been calibratedpatacongo2013-02-093-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5629 42af7a65-404d-4744-a932-0658087f49c3
* Fix some problems with the vfork() test on the STM32F3Discoverypatacongo2013-02-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5628 42af7a65-404d-4744-a932-0658087f49c3
* Fixes to get STM32F3Discovery runningpatacongo2013-02-084-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5627 42af7a65-404d-4744-a932-0658087f49c3
* More stm32f3discovery updatespatacongo2013-02-084-316/+74
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5624 42af7a65-404d-4744-a932-0658087f49c3
* STM32F3Discovery port is complete, builds, and is ready for testingpatacongo2013-02-074-55/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5622 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32F3Discovery LED supportpatacongo2013-02-076-907/+193
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5618 42af7a65-404d-4744-a932-0658087f49c3
* More updates for the STM32F3Discoverypatacongo2013-02-0624-128/+196
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5617 42af7a65-404d-4744-a932-0658087f49c3
* Beginnings of support for the STM32F3Discovery boardpatacongo2013-02-0627-0/+7263
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5616 42af7a65-404d-4744-a932-0658087f49c3