summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix minimum MTU... must be at lest 576patacongo2011-06-061-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3674 42af7a65-404d-4744-a932-0658087f49c3
* Fix asprintf bugpatacongo2011-05-311-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3653 42af7a65-404d-4744-a932-0658087f49c3
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-281-17/+16
| | | | | | <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
* Extend line buffering logic to puts, fputs, putc, fputc, and putchar()patacongo2011-05-141-17/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3608 42af7a65-404d-4744-a932-0658087f49c3
* Flush buffer after newline in putc, fputc, and puts (but not fputs)patacongo2011-05-141-2/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3607 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32 FLASH driverpatacongo2011-05-071-24/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3573 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-021-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
* Correct 1-bit errors in intersection calculationspatacongo2011-04-201-11/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3526 42af7a65-404d-4744-a932-0658087f49c3
* Finish integration of the LPCXpresso OLED NX examplepatacongo2011-04-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3523 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD works on LPCXpressopatacongo2011-04-161-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
* Remove warning 'sh_link not set for section ARM.exidx' for a few buildspatacongo2011-04-121-20/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3
* Integrate syscall with existing svcall logicpatacongo2011-04-061-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3472 42af7a65-404d-4744-a932-0658087f49c3
* New LIS331DL driver and VSN updates from Urospatacongo2011-04-031-2/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3457 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.0 releasenuttx-6.0patacongo2011-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3408 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/examples to apps/examplespatacongo2011-03-201-28/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3405 42af7a65-404d-4744-a932-0658087f49c3
* More build fixespatacongo2011-03-191-10/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3403 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-61/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3
* Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo2011-03-181-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3394 42af7a65-404d-4744-a932-0658087f49c3
* Fix QEMU timer interruptspatacongo2011-03-161-22/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3387 42af7a65-404d-4744-a932-0658087f49c3
* SLIP is now basically functionalpatacongo2011-03-161-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3386 42af7a65-404d-4744-a932-0658087f49c3
* More SLIP integrationpatacongo2011-03-151-9/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3384 42af7a65-404d-4744-a932-0658087f49c3
* apps/ make changes + SLIP MTU notespatacongo2011-03-141-7/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3381 42af7a65-404d-4744-a932-0658087f49c3
* Add apps/poweroff lpc17 hardware handshakepatacongo2011-03-141-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3380 42af7a65-404d-4744-a932-0658087f49c3
* apps/-related updatepatacongo2011-03-131-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3377 42af7a65-404d-4744-a932-0658087f49c3
* #warning removalpatacongo2011-03-091-4/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3355 42af7a65-404d-4744-a932-0658087f49c3
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-13/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3335 42af7a65-404d-4744-a932-0658087f49c3
* SDIO-based MMC/SD fixes from Uros Platisepatacongo2011-03-041-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3334 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to sleep in lpc17xx idle looppatacongo2011-03-021-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3329 42af7a65-404d-4744-a932-0658087f49c3
* Rename NSH mem command to freepatacongo2011-02-281-2/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3325 42af7a65-404d-4744-a932-0658087f49c3
* Rename arch/pjrc-8051 to arch/8051patacongo2011-02-251-10/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3315 42af7a65-404d-4744-a932-0658087f49c3
* Add missing RGB typepatacongo2011-02-241-1/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3314 42af7a65-404d-4744-a932-0658087f49c3
* Fix potential memory leakpatacongo2011-02-231-14/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3312 42af7a65-404d-4744-a932-0658087f49c3
* Misc m9s12x updatespatacongo2011-02-101-39/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3278 42af7a65-404d-4744-a932-0658087f49c3
* USB class drivers need to call DEV_CONNECTpatacongo2010-12-041-7/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3159 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-12-011-6/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3153 42af7a65-404d-4744-a932-0658087f49c3
* Allow network when telnetd not configuredpatacongo2010-11-301-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3146 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-11-271-12/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3140 42af7a65-404d-4744-a932-0658087f49c3
* Restore uip_arp_ipin()patacongo2010-11-251-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3131 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.11 Releasenuttx-5.11patacongo2010-10-021-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2960 42af7a65-404d-4744-a932-0658087f49c3
* Update ZNEO to use ZDS-II 4.11.1patacongo2010-10-011-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2956 42af7a65-404d-4744-a932-0658087f49c3
* Improve optionspatacongo2010-09-131-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2946 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 5.10 releasenuttx-5.10patacongo2010-09-081-5/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2928 42af7a65-404d-4744-a932-0658087f49c3
* Fix demand-paging compilation errorspatacongo2010-08-221-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2879 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-131-11/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2848 42af7a65-404d-4744-a932-0658087f49c3
* Add changes for LM3S9B96patacongo2010-08-121-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2841 42af7a65-404d-4744-a932-0658087f49c3
* Fix rectangle logicpatacongo2010-08-081-10/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2010-08-071-2/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2829 42af7a65-404d-4744-a932-0658087f49c3
* Update sim documentationpatacongo2010-07-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2819 42af7a65-404d-4744-a932-0658087f49c3
* Fix workaround descriptionpatacongo2010-07-301-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2818 42af7a65-404d-4744-a932-0658087f49c3
* Add some sim target limitationspatacongo2010-07-281-2/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2815 42af7a65-404d-4744-a932-0658087f49c3