summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-032-1/+4
* LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP...patacongo2012-01-031-1/+1
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-024-10/+152
* Add Sure PIC32 NSH configurationpatacongo2011-12-221-1/+1
* Update to the STM32 ADC and CAN driverspatacongo2011-12-222-8/+8
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-2210-16/+225
* STM32 ADC driver updatepatacongo2011-12-221-1/+1
* STM32 CAN driver now compilespatacongo2011-12-212-0/+61