summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* PIC32 USB mass storage device works; USB and MSC are now enabled by default ↵patacongo2012-06-031-2/+22
| | | | | | in the PIC32MX7 MMB configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4801 42af7a65-404d-4744-a932-0658087f49c3
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-211-2/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4758 42af7a65-404d-4744-a932-0658087f49c3
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ↵patacongo2012-05-151-1/+1
| | | | | | reporting the size of the window git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: ↵patacongo2012-05-151-2/+23
| | | | | | Use action event to process icon touches; Fix initialization of image highlighted state. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4740 42af7a65-404d-4744-a932-0658087f49c3
* Add NxConsole configuration for the STM3240G-EVAL boardpatacongo2012-04-271-0/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4664 42af7a65-404d-4744-a932-0658087f49c3
* Minor fixes to PIC32MX7MMB led controlspatacongo2012-04-241-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4651 42af7a65-404d-4744-a932-0658087f49c3
* update Kconfig filespatacongo2012-04-131-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4598 42af7a65-404d-4744-a932-0658087f49c3
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT ↵patacongo2012-04-121-0/+6
| | | | | | data that should accompany the OUT SETUP request git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4595 42af7a65-404d-4744-a932-0658087f49c3
* Working for missing logic to get EP0 OUT DATApatacongo2012-04-121-0/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4594 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2012-03-241-5/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4511 42af7a65-404d-4744-a932-0658087f49c3
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if ↵patacongo2012-03-221-1/+21
| | | | | | CONFIG_PM is not defined git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4502 42af7a65-404d-4744-a932-0658087f49c3
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-4/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4497 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-10/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4496 42af7a65-404d-4744-a932-0658087f49c3
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ↵patacongo2012-03-161-3/+3
| | | | | | Need to enable CAN1 clocking to use CAN2 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4493 42af7a65-404d-4744-a932-0658087f49c3
* Add hooks to support STM32 power managementpatacongo2012-03-141-4/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4490 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to ↵patacongo2012-02-271-2/+1
| | | | | | be better compatible with most of the rest of the world git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4431 42af7a65-404d-4744-a932-0658087f49c3
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ↵patacongo2012-02-211-2/+26
| | | | | | block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4410 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-14/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* Document recvfrom() bugpatacongo2012-02-161-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-7/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4387 42af7a65-404d-4744-a932-0658087f49c3
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-15/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
* Add strcasestr()patacongo2012-02-031-11/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4364 42af7a65-404d-4744-a932-0658087f49c3
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-1/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4362 42af7a65-404d-4744-a932-0658087f49c3
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ↵patacongo2012-02-021-10/+1
| | | | | | configuration to test the USB composite device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use ↵patacongo2012-02-011-12/+16
| | | | | | readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4346 42af7a65-404d-4744-a932-0658087f49c3
* Completes first (untested) cut at MAX1704x battery driverpatacongo2012-01-231-1/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4324 42af7a65-404d-4744-a932-0658087f49c3
* PIC32 USB driver fixes (still not working)patacongo2012-01-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4308 42af7a65-404d-4744-a932-0658087f49c3
* Add support for building 32-bit simulation on a 64-bit targetpatacongo2012-01-171-17/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4307 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-151-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate Z80 bugfixes reported by Phillip Klaus Krausepatacongo2012-01-061-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4270 42af7a65-404d-4744-a932-0658087f49c3
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-041-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3
* Correct last set of changes to configuration logicpatacongo2011-12-291-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4237 42af7a65-404d-4744-a932-0658087f49c3
* Updates for PIC32MX USB driverpatacongo2011-12-271-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4233 42af7a65-404d-4744-a932-0658087f49c3
* STM32 ADC driver updatepatacongo2011-12-201-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4208 42af7a65-404d-4744-a932-0658087f49c3
* Fix STM32 USB overrun problem (again, still)patacongo2011-12-181-51/+190
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4199 42af7a65-404d-4744-a932-0658087f49c3
* Fix a cloned error in driver poll setuppatacongo2011-12-031-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4132 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in FAT time (date value was being used)patacongo2011-11-181-9/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4099 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in FAT needed for interoperability with Windows when access ↵patacongo2011-11-151-2/+10
| | | | | | first entry in root directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4093 42af7a65-404d-4744-a932-0658087f49c3
* Verify C++ support with CodeSourcerypatacongo2011-10-031-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4016 42af7a65-404d-4744-a932-0658087f49c3
* Fix sim build under Ubuntu 9.09patacongo2011-09-281-10/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3988 42af7a65-404d-4744-a932-0658087f49c3
* Add CDC ACM serial class device driverpatacongo2011-09-131-3/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3953 42af7a65-404d-4744-a932-0658087f49c3
* Add driver for LM-75 temperature sensorpatacongo2011-09-101-2/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3947 42af7a65-404d-4744-a932-0658087f49c3
* Fix nxgl_splitline bugpatacongo2011-08-251-18/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
* Add a test of the circle rendering logicpatacongo2011-08-241-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3911 42af7a65-404d-4744-a932-0658087f49c3
* More Kinetis SDHC fixespatacongo2011-08-231-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3907 42af7a65-404d-4744-a932-0658087f49c3
* Add Kinetis IRQ numberspatacongo2011-08-071-4/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3850 42af7a65-404d-4744-a932-0658087f49c3
* Name change: Change Cortex-M3 naming to ARMv7-M naming so support Cortex-M4patacongo2011-08-051-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3846 42af7a65-404d-4744-a932-0658087f49c3
* Misc documentation/LCD-related updatespatacongo2011-08-051-26/+34
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3844 42af7a65-404d-4744-a932-0658087f49c3
* Completes test of line/trapezoid drawing routinespatacongo2011-08-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3842 42af7a65-404d-4744-a932-0658087f49c3