summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
...
* Add some protection to the priority inheritance logic when sem_post() is call...patacongo2012-08-281-0/+5
* Add a USB0 device header file for LPC43patacongo2012-08-071-2/+2
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+6
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-021-5/+6
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-2/+14
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-0/+18
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-6/+64
* Add a configuration to support the Mirtoo modulepatacongo2012-06-201-1/+7
* NFS just finished a major weight reduction programpatacongo2012-06-141-10/+69
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-19/+19
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-141-0/+9
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-111-1/+5
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-2/+14
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-071-0/+12
* Add STMPE11 temperature sensor logicpatacongo2012-05-061-1/+1
* Add STMPE11 touchscreen logicpatacongo2012-05-061-1/+43
* Add a header file that defines a standard watchdog timer driverpatacongo2012-04-131-3/+33
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-231-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-6/+6
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-121-2/+32
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-1/+4
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-1/+6
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-2/+2
* Add interface to enabled/disable debug outputpatacongo2012-02-121-0/+3
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+43
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-2/+4
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
* Most USB Composite device debugpatacongo2012-01-271-0/+17
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-1/+8
* Add a text for the new composite USB devicepatacongo2012-01-261-0/+16
* More USB composite device logicpatacongo2012-01-261-0/+42
* More clean up of namespacepatacongo2012-01-261-3/+3
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-25/+25
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-10/+10
* Lots of re-organization -- getting ready to support a composite USB devicepatacongo2012-01-241-1/+13
* Create directory structures to support power-related devicespatacongo2012-01-221-9/+9
* Fix an issue for architectures where interrupt numbers and vector numbers do ...patacongo2012-01-041-0/+9
* Remove references to the detron boardpatacongo2012-01-021-5/+0
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+5
* Add the beginning of an STM32 CAN driverpatacongo2011-12-211-7/+53
* Add a test for PWM driverspatacongo2011-12-191-3/+51
* Re-arrange some files and interfaces to support the STM32 F4 date/time RTCpatacongo2011-12-141-6/+43
* Add two new small, bold, sans-serif fontspatacongo2011-12-011-1/+21
* Fix stack alignment for EABI floating pointpatacongo2011-11-111-1/+6
* Add FAT date/time stamppatacongo2011-10-021-0/+5
* Remove support for UTC time; add support for 64-bit timepatacongo2011-10-021-51/+15
* Add support for lo- and hi-res RTC hardwarepatacongo2011-10-011-15/+54
* CDC ACM fixespatacongo2011-09-271-2/+5