summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* configs/hymini-stm32v converted nsh and nsh2 configs to use ↵Gregory Nutt2013-05-141-1/+1
| | | | kconfig-frontends tools; Also converted to use the common SSD1289 driver
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-1/+1
|
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; ↵Gregory Nutt2013-04-121-3/+3
| | | | Fix some compile errors in the pl2303 USB device driver
* Updated to documentation and README filesGregory Nutt2013-04-111-2/+15
|
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't ↵Gregory Nutt2013-04-071-2/+0
| | | | disable interrupts from interrupt handlers because they are automatically re-enabled. Try re-configuring pin instead.
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5781 42af7a65-404d-4744-a932-0658087f49c3
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-1/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5780 42af7a65-404d-4744-a932-0658087f49c3
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-67/+80
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel ↵patacongo2013-03-111-34/+25
| | | | | | allocator changes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5729 42af7a65-404d-4744-a932-0658087f49c3
* Move all memory manager globals to a structure. Pass structure pointer as a ↵patacongo2013-03-081-5/+62
| | | | | | handler because MM APIs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5719 42af7a65-404d-4744-a932-0658087f49c3
* Fix some bad syscall dispatching log. This change is not testable until ↵patacongo2013-03-061-19/+5
| | | | | | these is a tested NuttX kernel build. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5713 42af7a65-404d-4744-a932-0658087f49c3
* Implement user-mode work queuespatacongo2013-03-061-19/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-1/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5640 42af7a65-404d-4744-a932-0658087f49c3