summaryrefslogtreecommitdiffstats
path: root/nuttx/configs
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Add support for multiple work queuespatacongo2-3/+14
2012-09-02Fix workqueue assertion; STM32 power managementpatacongo1-3/+2
2012-09-01Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo1-0/+24
2012-09-01Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo1-3/+0
2012-08-31The content for uIP web server demo is no longer canned, but is not built dyn...patacongo21-873/+1183
2012-08-30Add configurable application entry pointpatacongo188-4/+202
2012-08-30Add USB host support for the STM3240G-EVAL boardpatacongo21-186/+572
2012-08-30Remove documentation from defconfig files so that they are more maintainablepatacongo187-81423/+325
2012-08-29The USB host driver has been verified on the STM32F4Discoverypatacongo90-101/+147
2012-08-29Add USB host support to the STM32F4Discovery boardpatacongo13-84/+598
2012-08-28Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo1-2/+2
2012-08-28Add perror()patacongo1-5/+26
2012-08-28Add some protection to the priority inheritance logic when sem_post() is call...patacongo1-2/+6
2012-08-27Some STM32 USB OTG FS driver fixespatacongo7-7/+7
2012-08-27Dequote Kconfig strings that may be used as components of a pathpatacongo187-0/+187
2012-08-26Fix some list handling associated with priority inheritancepatacongo2-2/+2
2012-08-23Lots of defconfig changes for compatibility with the configuration toolpatacongo188-2657/+2657
2012-08-22STM32 USB OTG FS host driver update (almost done)patacongo4-1/+6
2012-08-22PM updatepatacongo1-18/+39
2012-08-21Several more bug fixes for STM32 OTG FS host driverpatacongo4-3/+12
2012-08-20Changes for good auto-configuration of Micropendous3 boardpatacongo2-9/+9
2012-08-20Changes for clean STM32 USB host driver buildpatacongo6-31/+161
2012-08-20CONFIG_DRAM_END configuration change from Richard Cochranpatacongo171-836/+467
2012-08-20Progress on STM32 OTG FS host driverpatacongo3-0/+9
2012-08-18Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/...patacongo3-124/+3
2012-08-17Auto-configuration updates from Richard Cochranpatacongo1-6/+5
2012-08-15A little more STM32 USB host logicpatacongo3-10/+106
2012-08-15Some repartitioning of STM32 functionality to better support a USB host driverpatacongo7-35/+155
2012-08-13Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo7-17/+17
2012-08-10Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2-4/+4
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo17-49/+3449
2012-08-08STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2-4/+4
2012-08-05I learned how to spell PSEUDOpatacongo4-4/+4
2012-08-03Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo1-1/+4
2012-08-03STM32 PM updatepatacongo1-3/+16
2012-08-03STM32 PM updatepatacongo1-1/+1
2012-08-03LPC43 updatepatacongo7-7/+25
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo1-1/+5
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo1-6/+82
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-3/+18
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo1-1/+1
2012-07-29More board configurations updatespatacongo2-9/+0
2012-07-29Review and update some board configurationspatacongo35-254/+237
2012-07-28PM update; NSH extension to catch return valuespatacongo2-8/+9
2012-07-27PM updatepatacongo2-83/+163
2012-07-27STM32F4Discovery configuration clean-uppatacongo10-78/+78
2012-07-27Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo5-14/+225
2012-07-27PM updates (missed last night)patacongo2-6/+19
2012-07-27PM updatepatacongo3-14/+90
2012-07-26Add SSD1783 LCD driver for C155 phonepatacongo9-10/+701