summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* 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
* A little progress with CDC ACM driverpatacongo2011-09-161-2/+2
* More CDC serial updatespatacongo2011-09-151-1/+3
* Add CDC ACM serial class device driverpatacongo2011-09-131-2/+53
* Add PM block diagrampatacongo2011-09-041-0/+3
* Update PM documentationpatacongo2011-09-041-2/+264
* Documentation updatepatacongo2011-08-251-19/+160
* Progress with Kinetis SDHC driver (more to to)patacongo2011-08-221-2/+12
* Add support for multiplexed SDIO pins from Urospatacongo2011-08-191-6/+39
* Add Kinesis watchdog, ramfuncs, idle loop, start of clock configurationpatacongo2011-08-121-0/+4
* Misc documentation/LCD-related updatespatacongo2011-08-051-2/+28
* Add one more font; Fix ez80 serial bugpatacongo2011-07-291-15/+20
* Add more fontspatacongo2011-07-291-11/+41
* Incorporated new fonts into examples; fix glyph allocation bug in nxhellopatacongo2011-07-271-1/+26
* Setup environment to support multiple fontspatacongo2011-07-191-3/+3
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-1/+2
* Add long file name parsing logicpatacongo2011-07-131-1/+14
* Correct errors in LPC17xx CAN register definespatacongo2011-07-121-1/+3
* Add support for accessing printf, sprintf, puts, etc. strings that do not lie...patacongo2011-07-011-13/+44
* Update documents and commentspatacongo2011-06-181-4/+42
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-1/+12
* Documentation updatepatacongo2011-05-251-10/+232