summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
Commit message (Expand)AuthorAgeFilesLines
* Fix/verify the STM32 LCD in all supported orientationspatacongo2012-04-276-44/+129
* More STM3240G-EVAL LCD updatespatacongo2012-04-273-2/+15
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-277-6/+2285
* Add support for UBW32 buttonspatacongo2012-04-261-0/+9
* Add completed LCD driver for the STM3240G-EVALpatacongo2012-04-264-269/+427
* STM3240G-EVAL LCD updatespatacongo2012-04-252-12/+11
* Update to the STM3240G-EVAL LCD driverpatacongo2012-04-242-341/+153
* Kconfig updated + NFS updatepatacongo2012-04-231-0/+15
* Add beginning of LCD driver for the STM3240G-EVALpatacongo2012-04-177-2/+1960
* More Kconfig filespatacongo2012-04-171-1/+1
* Add watchdog timer configuration info to all STM32 configurationspatacongo2012-04-163-2/+27
* STM32 WWDG watchdog driver workspatacongo2012-04-161-0/+136
* Add STM32 watchdog configurationpatacongo2012-04-168-0/+11
* Kconfig updatepatacongo2012-04-126-6/+6
* Fix much replicated typo. STM32 F4 SRAM is CCM, not TCMpatacongo2012-04-0713-38/+38
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 2 of 2)patacongo2012-04-061-0/+4
* More progress on the STM32 OTG FS device driverpatacongo2012-04-051-19/+1
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-023-0/+136
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-2/+2
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-2814-4/+223
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-5/+5
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-2714-214/+457
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-2719-63/+155
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-276-92/+683
* Add single precision operations to FPU testpatacongo2012-02-261-5/+14
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-1/+21
* Fix bugs in lazy FPU register savingpatacongo2012-02-251-45/+8
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-242-0/+146
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-13/+21
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-237-7/+92
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-2319-30/+160
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-236-2/+26
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-0/+53
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-213-4/+28
* Fix SDIO DMA (finally)patacongo2012-02-212-5/+19
* Various STM32 SDIO and DMA fixes (SDIO DMA still does not work)patacongo2012-02-201-2/+2
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-197-77/+27
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-181-2/+2
* Add interface to enabled/disable debug outputpatacongo2012-02-122-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-122-2/+34
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-122-3/+52
* Some changes to the Telnet/FTPD configurationpatacongo2012-02-083-3/+117
* FTP server is marginally functionalpatacongo2012-02-051-1/+1
* FTPD daemon and example now build without errorspatacongo2012-02-052-3/+21
* Add build environment for the FTP daemonpatacongo2012-02-041-1/+13
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-0218-9/+2015
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-8/+18
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-026-11/+6
* Add a configuration for testing the Telnet daemonpatacongo2012-02-025-0/+1680