summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Extend CDC/ACM driver so that can be connected/disconnected under software ↵patacongo2012-02-281-5/+5
| | | | | | control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4436 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-196/+266
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4433 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-271-45/+59
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* readline() (and hence NSH) now accept the DEL character as well as the ↵patacongo2012-02-251-1/+21
| | | | | | Backspace character for the backspace functionality git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4428 42af7a65-404d-4744-a932-0658087f49c3
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ↵patacongo2012-02-241-13/+21
| | | | | | be functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4420 42af7a65-404d-4744-a932-0658087f49c3
* Enable STM32 F4 hardware floating point with the Atollic toolchainpatacongo2012-02-231-7/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4418 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-7/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4417 42af7a65-404d-4744-a932-0658087f49c3
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-0/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4413 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-0/+22
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* Fix SDIO DMA (finally)patacongo2012-02-211-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4409 42af7a65-404d-4744-a932-0658087f49c3
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-3/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4384 42af7a65-404d-4744-a932-0658087f49c3
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-021-8/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-8/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4362 42af7a65-404d-4744-a932-0658087f49c3
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4319 42af7a65-404d-4744-a932-0658087f49c3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-201-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4317 42af7a65-404d-4744-a932-0658087f49c3
* For STM32 PWM output on TIM1/8, need to set master output enable (MOE)patacongo2012-01-111-21/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4296 42af7a65-404d-4744-a932-0658087f49c3
* Implement the new CAN txready method for STM32patacongo2012-01-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4291 42af7a65-404d-4744-a932-0658087f49c3
* Correct GPIO dump outputpatacongo2012-01-101-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
* Finish PWM pulse count configurationpatacongo2012-01-091-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4287 42af7a65-404d-4744-a932-0658087f49c3
* Add basic support for pulse count in the PWM interfacepatacongo2012-01-091-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4285 42af7a65-404d-4744-a932-0658087f49c3
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4272 42af7a65-404d-4744-a932-0658087f49c3
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-041-33/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4262 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-021-6/+46
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4252 42af7a65-404d-4744-a932-0658087f49c3
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4215 42af7a65-404d-4744-a932-0658087f49c3
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4213 42af7a65-404d-4744-a932-0658087f49c3
* STM32 CAN driver now compilespatacongo2011-12-211-0/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4210 42af7a65-404d-4744-a932-0658087f49c3
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4207 42af7a65-404d-4744-a932-0658087f49c3
* Finishes the PWM driver for the STM32patacongo2011-12-201-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4206 42af7a65-404d-4744-a932-0658087f49c3
* First round of PWM driver debug changespatacongo2011-12-201-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4204 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the PWM modulepatacongo2011-12-191-2/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4200 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-0/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4192 42af7a65-404d-4744-a932-0658087f49c3
* Update to STM32 DAC and ADC driverspatacongo2011-12-151-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4185 42af7a65-404d-4744-a932-0658087f49c3
* STM32 RTC driver now compiles and links without error (still untested)patacongo2011-12-141-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4177 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in nettest buildpatacongo2011-12-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4170 42af7a65-404d-4744-a932-0658087f49c3
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-131-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-131-0/+11
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet needs a MAC addresspatacongo2011-12-121-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4167 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet... initial bring-up changespatacongo2011-12-121-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
* Completes coding of the STM32 F4 Ethernet driverpatacongo2011-12-111-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4161 42af7a65-404d-4744-a932-0658087f49c3
* Add PHY setup for STM3240G-EVAL Ethernet driverpatacongo2011-12-091-0/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4151 42af7a65-404d-4744-a932-0658087f49c3
* Add Ethernet pin/clock configuration logicpatacongo2011-12-081-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4148 42af7a65-404d-4744-a932-0658087f49c3
* Finish code for basic STM3240 portpatacongo2011-11-241-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4124 42af7a65-404d-4744-a932-0658087f49c3
* Add clock configuration logic for the STM32F40patacongo2011-11-231-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4123 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-221-0/+369
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4118 42af7a65-404d-4744-a932-0658087f49c3