summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-5/+4
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-2/+2
* STM32 SDIO driver now build with DMA enabledpatacongo2012-02-191-1/+1
* Clear up some configuration naming that was inconsistent accross STM32 chipspatacongo2012-02-1812-25/+24
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-186-4/+237
* Add a RAM-based logging devicepatacongo2012-02-111-2/+1
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-0211-22/+0
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-1/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-012-4/+6
* Most USB Composite device debugpatacongo2012-01-271-0/+15
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-272-192/+219
* Add a text for the new composite USB devicepatacongo2012-01-268-0/+1784
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-2511-276/+276
* Massive name change USB STRG -> USB MSCpatacongo2012-01-2513-290/+290
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-242-0/+90
* Add support for extended (29-bit) CAN IDspatacongo2012-01-202-0/+5
* Fix some warningspatacongo2012-01-201-2/+3
* Leverage some bit timing logic from LPC17xx to the STM32 CAN driverpatacongo2012-01-202-0/+25
* Clarify some aspects of ADC configuration for the STM32patacongo2012-01-041-26/+9
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-021-26/+45
* Extend lpc1766-stk LED supportpatacongo2011-12-311-2/+2
* Update to the STM32 ADC and CAN driverspatacongo2011-12-222-4/+6
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-222-1/+8
* STM32 ADC driver updatepatacongo2011-12-222-8/+6
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-0/+11
* Finishes the PWM driver for the STM32patacongo2011-12-201-0/+15
* ADC driver updatepatacongo2011-12-201-4/+6
* Completes coding of the PWM modulepatacongo2011-12-191-3/+10
* STM32 ADC updatepatacongo2011-12-171-6/+6
* Add framework for lower half STM32 PWM driver; updates to the STM32 ADC driverpatacongo2011-12-161-1/+34
* Updated STM32 ADC driverpatacongo2011-12-161-110/+139
* Update to STM32 DAC and ADC driverspatacongo2011-12-151-1/+2
* Add a framework for an ADC testpatacongo2011-12-142-0/+115
* STM32 Ethernet needs a MAC addresspatacongo2011-12-121-2/+4
* Fix banding on the R61580 LCDpatacongo2011-12-0511-17/+149
* Add framework for the STM3240G-EVAL board (not much logic yet)patacongo2011-11-221-4/+3
* Add support for STM32 LCD backlightpatacongo2011-11-107-31/+99
* New STM32 board needs more time for HSE readypatacongo2011-11-101-0/+2
* More PIC32 debug updatespatacongo2011-11-094-0/+197
* A few more AVR32 fixespatacongo2011-11-031-0/+2
* Enable JTAG on all STM32 configurationpatacongo2011-10-2910-0/+161
* Fixes from last changes when built with CodeSourcery, STM32, LCD, 16-bit colorpatacongo2011-10-2520-30/+50
* Misc fixes for clean compilation with graphics debug enabledpatacongo2011-10-241-3/+34
* Add a configuration for the lpc3152patacongo2011-10-131-1/+1
* Add PIC32MX GPIO handling; add button/LED support for the Sure PIC32MXpatacongo2011-10-111-1/+1
* SAM3U SPI debug changespatacongo2011-10-071-1/+1
* Fix STM32 build with with no RTC; Fix STM3210E-EVAL color correction for the ...patacongo2011-10-071-92/+149
* Restore CLOCK_ACTIVETIMEpatacongo2011-10-031-0/+33
* CDC ACM fixespatacongo2011-09-271-2/+7
* Add examples/usbtermpatacongo2011-09-262-0/+38