summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src
Commit message (Expand)AuthorAgeFilesLines
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Finishes all Makefile file changes for Windows native cleanpatacongo2012-11-171-4/+5
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Qencoder fixes from Ryan Sundbergpatacongo2012-11-141-0/+4
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Implementation of /dev/random using the STM32 Random Number Generator (RNG)patacongo2012-09-291-2/+2
* More support for the Shenzhou boardpatacongo2012-09-073-4/+4
* Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-306-165/+404
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-291-1/+1
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-293-67/+67
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-252-2/+24
* Add generic SSD1289 LCD driverpatacongo2012-05-241-1/+1
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-119/+73
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-111-2/+9
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-3/+24
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-26/+31
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-083-3/+362
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-071-11/+8
* Fix/verify the STM32 LCD in all supported orientationspatacongo2012-04-271-20/+77
* More STM3240G-EVAL LCD updatespatacongo2012-04-271-2/+2
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-6/+6
* Add completed LCD driver for the STM3240G-EVALpatacongo2012-04-261-268/+7
* STM3240G-EVAL LCD updatespatacongo2012-04-252-12/+11
* Update to the STM3240G-EVAL LCD driverpatacongo2012-04-242-341/+153
* Add beginning of LCD driver for the STM3240G-EVALpatacongo2012-04-176-2/+1945
* STM32 WWDG watchdog driver workspatacongo2012-04-161-0/+136
* Add STM32 watchdog configurationpatacongo2012-04-161-0/+4
* More progress on the STM32 OTG FS device driverpatacongo2012-04-051-19/+1
* Beginnings of STM32 F4 OTG FS device driverpatacongo2012-04-023-0/+136
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-282-0/+159
* 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
* 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
* CAN ISO-11783 support contributed by Gary Teravskispatacongo2012-02-181-2/+2
* Add stm3240g-eval nsh2 configuration: SDIO and no UARTpatacongo2012-02-022-1/+213
* Finish PWM pulse count configurationpatacongo2012-01-092-40/+16
* Make STM32 F4 TIM pin naming consistent with F1patacongo2012-01-062-2/+2
* 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-052-4/+15
* Fixes for STM32 ADC driver on the F4; LC17xx LED initial statepatacongo2012-01-031-1/+2
* 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-021-4/+43
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-8/+4
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-224-8/+200
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-3/+4
* PWM driver workspatacongo2011-12-202-14/+32
* ADC driver updatepatacongo2011-12-201-0/+2
* Add a test for PWM driverspatacongo2011-12-194-110/+255