summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
Commit message (Expand)AuthorAgeFilesLines
* 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-271-196/+266
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-45/+59
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-1/+21
* 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-231-7/+68
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-7/+29
* 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-211-0/+22
* Fix SDIO DMA (finally)patacongo2012-02-211-0/+14
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-3/+20
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+19
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-8/+35
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-8/+18
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-1/+4
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-0/+4
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-21/+49
* Implement the new CAN txready method for STM32patacongo2012-01-111-1/+1
* Correct GPIO dump outputpatacongo2012-01-101-2/+8
* Finish PWM pulse count configurationpatacongo2012-01-091-1/+10
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-0/+2
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-1/+1
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-041-33/+11
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-0/+2
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-021-6/+46
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-0/+4
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+2
* STM32 CAN driver now compilespatacongo2011-12-211-0/+35
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-0/+11
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-4/+5
* Finishes the PWM driver for the STM32patacongo2011-12-201-0/+16
* First round of PWM driver debug changespatacongo2011-12-201-0/+6
* Completes coding of the PWM modulepatacongo2011-12-191-2/+9
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+40
* Update to STM32 DAC and ADC driverspatacongo2011-12-151-1/+2
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-0/+1
* Fix error in nettest buildpatacongo2011-12-131-1/+1
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-131-0/+13
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-131-0/+11
* STM32 Ethernet needs a MAC addresspatacongo2011-12-121-3/+9
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-0/+14
* Completes coding of the STM32 F4 Ethernet driverpatacongo2011-12-111-1/+9
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-091-0/+19
* Add Ethernet pin/clock configuration logicpatacongo2011-12-081-0/+5
* Finish code for basic STM3240 portpatacongo2011-11-241-0/+30
* Add clock configuration logic for the STM32F40patacongo2011-11-231-1/+0
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-221-0/+369