summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/README.txt
Commit message (Expand)AuthorAgeFilesLines
* Oops.. nested strtok in mkdeps.c, need to use strtok_rpatacongo2012-11-131-1/+7
* Mostly cosmetic changespatacongo2012-11-131-3/+0
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-5/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-0/+34
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-091-4/+12
* Support for non-common vectors from Freddie Chopinpatacongo2012-11-081-12/+18
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-081-2/+65
* Convert configs/stm32f4discovery/nxlines to use Kconfig toolpatacongo2012-11-071-4/+11
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-051-0/+2
* uClibc++ exceptions are workingpatacongo2012-11-051-2/+1
* Changes to get a clean build of apps/examples/cxxtest with the STM32 and uCli...patacongo2012-11-041-1/+28
* Create an STM32F4Discovery configuration for testing uClibc++patacongo2012-11-021-0/+29
* 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-271-0/+4
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-23/+61
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-0/+6
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-101-1/+3
* Update all config README.txt files to show that they use the EABI buildroot t...patacongo2012-10-061-5/+57
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-1/+1
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-7/+7
* The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-291-12/+58
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-291-0/+13
* STM32 USB OTG FS host driver update (almost done)patacongo2012-08-221-0/+1
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-1/+3
* Changes for clean STM32 USB host driver buildpatacongo2012-08-201-0/+23
* CONFIG_DRAM_END configuration change from Richard Cochranpatacongo2012-08-201-4/+0
* Review and update some board configurationspatacongo2012-07-291-6/+0
* STM32F4Discovery configuration clean-uppatacongo2012-07-271-18/+18
* Mostly cosmetic updatespatacongo2012-07-261-33/+34
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-0/+47
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-281-0/+1
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-5/+9
* remove a warningpatacongo2012-05-261-1/+41
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-251-5/+31
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-251-24/+48
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-241-10/+132
* More Kconfig filespatacongo2012-04-171-1/+1
* Add watchdog timer configuration info to all STM32 configurationspatacongo2012-04-161-2/+2
* STM32 IWDG watchdog workspatacongo2012-04-161-0/+10
* Add STM32 watchdog configurationpatacongo2012-04-161-0/+8
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-071-10/+10
* Fix PIC32 USB cloning errors -- There is not pbuffer toggle bit in the BDT st...patacongo2012-03-021-2/+2
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-172/+227
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-39/+52
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-0/+21
* Misc quad encoder updatespatacongo2012-02-251-2/+4
* Update STM32 configuration to use TIM8 instead of TIM2patacongo2012-02-251-2/+4
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-14/+22
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-231-7/+68