summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
Commit message (Expand)AuthorAgeFilesLines
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-7/+7
* Add documentation for the binary loaderpatacongo2012-10-301-1/+9
* Update documentation to at least reference the ELF loader.patacongo2012-10-291-6/+49
* Part I of port of Rhombus math librarypatacongo2012-10-281-3/+0
* Minor tweaks to memsetpatacongo2012-10-211-0/+1
* Optimized memset() can be configured to do 64-bit storespatacongo2012-10-211-2/+10
* Add a versin of memset() optimized for speedpatacongo2012-10-211-7/+16
* Update documentation for recently added configuration optionspatacongo2012-10-201-0/+34
* Updates for new web sitepatacongo2012-10-081-1/+1
* Add buildroot support for binutils-2.22 and gcc-4.6.3; all buildroot tools ar...patacongo2012-10-051-9/+9
* Upate some pathes for the new NuttX repositorypatacongo2012-09-171-2/+2
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-121-0/+7
* Misc ENC28J60 fixespatacongo2012-09-121-2/+2
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-14/+45
* Updates/fixes related to ENC28J60, Kconfigs, and fire-stm32v2patacongo2012-09-111-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-3/+0
* Remove several unused configuration valuespatacongo2012-09-081-7/+0
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-071-1/+6
* Add support for multiple work queuespatacongo2012-09-041-0/+14
* Documentation: nuttx.org no longer re-directs to nuttx.sourceforge.netpatacongo2012-09-011-1/+1
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-5/+0
* Add configurable application entry pointpatacongo2012-08-301-4/+13
* Ooops... forgot to add lib_perror.c to the Make.defs filepatacongo2012-08-281-1/+1
* Add perror()patacongo2012-08-281-1/+26
* 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