summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-1/+2
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-254-80/+80
* Massive name change USB STRG -> USB MSCpatacongo2012-01-254-112/+112
* STM32 F4 I2C updatespatacongo2012-01-251-0/+10
* Enable the I2C tool in the STM3240G-EVAL NSH configurationpatacongo2012-01-245-1/+113
* Add support for extended (29-bit) CAN IDspatacongo2012-01-205-1/+16
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-203-1/+9
* Fix STM32 F4 APB2 clock input frequenciespatacongo2012-01-161-4/+4
* Increase range of pulse count in PWM driverpatacongo2012-01-161-2/+2
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-112-27/+55
* CAN request order prioritypatacongo2012-01-111-3/+6
* Implement the new CAN txready method for STM32patacongo2012-01-111-1/+1
* Fix LPC17 CAN driver; TX must be interrupt drivenpatacongo2012-01-101-5/+5
* Correct GPIO dump outputpatacongo2012-01-101-2/+8
* Finish PWM pulse count configurationpatacongo2012-01-095-57/+100
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-092-0/+3
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-064-5/+5
* File that should have been added in the last check-inpatacongo2012-01-051-0/+131
* Add APIs to support user access to the STM3240G-EVAL LEDspatacongo2012-01-053-5/+53
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-042-33/+24