summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-08-191-1/+1
|
* ARP: Add signal logic so that we do not have to wait so long with the ↵Gregory Nutt2014-08-191-4/+8
| | | | network responses to ARP requests quickly
* Update README files, Kconfig help comments, and make the network monitor not ↵Gregory Nutt2014-08-181-57/+2
| | | | EXPERIMENTAL
* Standardize a PHY interrupt attachment interfaceGregory Nutt2014-08-161-3/+4
|
* libc/time/lib_localtime.c is much closer to NuttX coding style. ↵Gregory Nutt2014-08-151-2/+2
| | | | libc/time/private.h removed; incorporated into lib_localtime.c
* Add a Sudoku gameGregory Nutt2014-08-111-2/+8
|
* Implements the tickless OSGregory Nutt2014-08-071-34/+12
|
* Update TODO and ChangeLogGregory Nutt2014-08-061-1/+1
|
* NSH networking: There is now a configuration option that will bring up the ↵Gregory Nutt2014-08-061-3/+58
| | | | network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
* Costmetic: Update TODO list, README files, refreshed configuration, updated ↵Gregory Nutt2014-07-301-1/+8
| | | | comments
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
|
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular ↵Gregory Nutt2014-06-261-1/+1
| | | | inclusion problem.
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-22/+2
|
* Cosmetic plus some configuration default changesGregory Nutt2014-06-121-6/+1
|
* Update TODO list and commentsGregory Nutt2014-04-231-39/+11
|
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* Cosmetic updates to comments and README filesGregory Nutt2014-03-311-1/+1
|
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-311-18/+1
|
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-221-1/+16
|
* If DCD supports queuing of stall requests then USB MSC delay work-around is ↵Gregory Nutt2014-03-201-0/+9
| | | | not necessary
* Add support for TM4C GPIOsGregory Nutt2014-03-101-29/+1
|
* Add a mouse interface that is similar to the touchscreen interface except ↵Gregory Nutt2014-02-101-22/+2
| | | | that it can handle multple buttons and continuously reports positional data so that it can control a cursor
* The USB HID mouse driver is now functional. There are some usage issues as ↵Gregory Nutt2014-02-091-1/+21
| | | | described in the top-level TODO list
* SAMA5: Add a missing endif in a Make.defs that recently added; Several ↵Gregory Nutt2014-01-281-0/+6
| | | | other cosmetic changes
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-0/+14
|
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-151-3/+13
|
* Updated TODO listGregory Nutt2014-01-141-40/+67
|
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-071-1/+4
|
* Add FAR to a couple of functions. The Z16F cares about such thingsGregory Nutt2014-01-021-1/+1
|
* ZNEO: Fix lost serial interrupt bugGregory Nutt2014-01-021-11/+1
|
* Cosmetic: Updates to TODO anre README textGregory Nutt2014-01-021-1/+1
|
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-011-1/+5
|
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to ↵Gregory Nutt2013-12-311-1/+1
| | | | buildroot
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-22/+54
| | | | the NxConsole for now because there are issues with the kernel build.
* SAMA5 SSC: Updated I2S driverGregory Nutt2013-11-081-1/+1
|
* STM32 F1 USB: Fix OUT SETUP command bug. From David SidraneGregory Nutt2013-11-071-0/+4
|
* Add ioctl to support software triggering of ADC/DAC conversionsGregory Nutt2013-10-251-1/+16
|
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-271-1/+6
|
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-051-1/+1
|
* SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocationGregory Nutt2013-09-021-1/+5
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
|
* Add ARMv7-A irqdisable() inline functionGregory Nutt2013-07-301-18/+9
|
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-3/+6
|
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt ↵Gregory Nutt2013-07-231-29/+54
| | | | handlers. This change needs to be ported to other ARM architectures as well
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update ↵Gregory Nutt2013-06-231-2/+111
| | | | TODO list
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-201-5/+17
|
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-141-1/+3
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-1/+9
| | | | Add some missing .gitignore files
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets ↵Gregory Nutt2013-05-291-17/+2
| | | | correctly and it prevent use of the driver with the CDC/ACM class
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-0/+14
|