summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Expand)AuthorAgeFilesLines
* Resync new repository with old repo r5166patacongo2012-09-171-9/+9
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-17/+2
* Add a USB0 device header file for LPC43patacongo2012-08-071-1/+1
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-071-4/+21
* Misc updates (minor)patacongo2012-08-061-2/+9
* Fix a floating point presentation errorpatacongo2012-08-061-1/+7
* I learned how to spell PSEUDOpatacongo2012-08-051-2/+2
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-26/+23
* LPC43 updatepatacongo2012-08-031-1/+22
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-13/+10
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-10/+2
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+6
* Minor updates to PIC32 configuration and to documentationpatacongo2012-06-211-2/+7
* NFS updatepatacongo2012-06-061-1/+20
* PIC32 USB mass storage device works; USB and MSC are now enabled by default i...patacongo2012-06-031-2/+22
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-211-2/+16
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-1/+1
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-151-2/+23
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-0/+55
* Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-241-2/+10
* update Kconfig filespatacongo2012-04-131-2/+2
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-0/+6
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+16
* Documentation updatepatacongo2012-03-241-5/+51
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+21
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-4/+33
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-10/+1
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-3/+3
* Add hooks to support STM32 power managementpatacongo2012-03-141-4/+7
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-2/+1
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-2/+26
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-14/+2
* Document recvfrom() bugpatacongo2012-02-161-1/+13
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-7/+4
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-15/+19
* Add strcasestr()patacongo2012-02-031-11/+3
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-1/+14
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-10/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-12/+16
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-0/+6
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-231-1/+39
* PIC32 USB driver fixes (still not working)patacongo2012-01-171-1/+1
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-171-17/+2
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-151-1/+8
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-2/+17
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-4/+5
* Correct last set of changes to configuration logicpatacongo2011-12-291-0/+17
* Updates for PIC32MX USB driverpatacongo2011-12-271-2/+8
* STM32 ADC driver updatepatacongo2011-12-201-2/+12
* Fix STM32 USB overrun problem (again, still)patacongo2011-12-181-51/+190