summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/README.txt
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo1-0/+6
2012-08-03Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo1-1/+4
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo1-1/+5
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-3/+18
2012-07-08Add a generic GCC stdarg.h header filepatacongo1-4/+56
2012-07-04Clean up LPC43 USART vs UART namingpatacongo1-0/+4
2012-06-30PM Update; add configs//ekk-lm3s9b96patacongo1-0/+4
2012-06-29Add a configuration for the Micromint Lincoln60 LPC1769 boardpatacongo1-0/+3
2012-06-20Add a configuration to support the Mirtoo modulepatacongo1-0/+4
2012-06-14NFS just finished a major weight reduction programpatacongo1-0/+5
2012-05-29Massive naming fix: STMPE11->STMPE811patacongo1-19/+19
2012-05-14Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo1-0/+7
2012-05-11SMTPE11 and NxWM touchscreen fixespatacongo1-1/+3
2012-05-08The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo1-2/+8
2012-05-06Add STMPE11 temperature sensor logicpatacongo1-1/+1
2012-05-06Add STMPE11 touchscreen logicpatacongo1-0/+24
2012-04-26Configuration for Sparkfun UBW32 boardpatacongo1-0/+8
2012-04-25NFS updatepatacongo1-0/+4
2012-04-23Fix atexit() function being called twicepatacongo1-3/+0
2012-04-22Add circular DMA support to STM32 and STM32 serial driver; Add initial config...patacongo1-2/+11
2012-04-17More Kconfigpatacongo1-3/+0
2012-04-16Kconfig updatepatacongo1-9/+8
2012-03-24Update documenation to include Calypso and the Compal phonespatacongo1-0/+6
2012-03-23Updated comments; starting to implement priority protection but backed everyt...patacongo1-0/+2
2012-03-10Prep for 6.16 releasepatacongo1-1366/+1379
2012-02-28Add support for C++ static constructors (at least to a few platforms)patacongo1-1/+4
2012-02-23(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo1-0/+3
2012-02-21STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo1-2/+2
2012-02-12Add interface to enabled/disable debug outputpatacongo1-0/+1
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo1-0/+26
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo1-0/+3
2012-02-05FTPD daemon and example now build without errorspatacongo1-0/+19
2012-01-27Most USB Composite device debugpatacongo1-1/+14
2012-01-27First round of changes from debug of USB composite device (still has problems)patacongo1-1/+6
2012-01-26Add a text for the new composite USB devicepatacongo1-0/+11
2012-01-26More USB composite device logicpatacongo1-0/+23
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo1-25/+25
2012-01-25Massive name change USB STRG -> USB MSCpatacongo1-9/+9
2012-01-24Lots of re-organization -- getting ready to support a composite USB devicepatacongo1-0/+8
2012-01-20Add support for extended (29-bit) CAN IDspatacongo1-2/+4
2012-01-11Fix bug in STM32 CAN: It must be interrupt drivenpatacongo1-2/+5
2012-01-04Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo1-0/+9
2012-01-02Remove references to the detron boardpatacongo1-4/+0
2011-12-22Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo1-0/+3
2011-12-21Add the beginning of an STM32 CAN driverpatacongo1-0/+9
2011-12-20Finishes the PWM driver for the STM32patacongo1-2/+8
2011-12-17Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contrib...patacongo1-0/+3
2011-12-14STM32 RTC driver now compiles and links without error (still untested)patacongo1-13/+22
2011-11-11Fix stack alignment for EABI floating pointpatacongo1-1/+5
2011-10-10Fix fclose() return value when closing read-only filepatacongo1-1/+8