aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix workqueue assertion; STM32 power managementpatacongo2012-09-021-0/+3
* Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo2012-09-011-0/+4
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-0/+2
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-311-1/+7
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-311-1/+11
* Add configurable application entry pointpatacongo2012-08-301-0/+4
* Add USB host support for the STM3240G-EVAL boardpatacongo2012-08-301-0/+6
* The USB host driver has been verified on the STM32F4Discoverypatacongo2012-08-291-2/+2
* Add USB host support to the STM32F4Discovery boardpatacongo2012-08-291-0/+2
* I think the STM32 UST OTG FS host driver is finally finishedpatacongo2012-08-281-0/+2
* Add perror()patacongo2012-08-281-1/+9
* Some STM32 USB OTG FS driver fixespatacongo2012-08-271-0/+2
* Fix some NAK race conditions in control transfers (there are more)patacongo2012-08-271-0/+8
* More patches/bugfixes from Katepatacongo2012-08-261-0/+8
* waitpid(): Move some logic inside of a critical sectionpatacongo2012-08-261-0/+2
* Fix some list handling associated with priority inheritancepatacongo2012-08-261-0/+5
* Prep for 6.21 releasepatacongo2012-08-251-13/+14
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-0/+4
* Progress on STM32 OTG FS host driverpatacongo2012-08-201-0/+3
* mkconfig now calculates DRAM_END if not providedpatacongo2012-08-161-0/+2
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-0/+4
* Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-131-0/+4
* Define NULL to be (0) for C++patacongo2012-08-121-0/+2
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-0/+4
* Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-101-0/+3
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-101-0/+4
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-101-1/+4
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-101-0/+4
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-081-1/+2
* Add a USB0 device header file for LPC43patacongo2012-08-071-5/+5
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-071-0/+7
* Fix more floating point formatting bugspatacongo2012-08-061-0/+2
* Fix a floating point presentation errorpatacongo2012-08-061-0/+5
* I learned how to spell PSEUDOpatacongo2012-08-051-1/+1
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-1/+5
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-031-0/+2
* Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo2012-08-021-0/+3
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-021-1/+6
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+11
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-0/+3
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-311-0/+5
* Add memccpy{}patacongo2012-07-291-1/+2
* Add memchr()patacongo2012-07-281-0/+1
* Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo2012-07-271-0/+10
* PM updatepatacongo2012-07-271-0/+2
* Add SSD1783 LCD driver for C155 phonepatacongo2012-07-261-2/+4
* PGA11x driver belongs in analog/ not input/patacongo2012-07-251-0/+3
* Add support for the TI PGA11x amplifier/multiplexerpatacongo2012-07-251-1/+5
* Add PM support for the STM32F4Discovery -- still a work in progresspatacongo2012-07-251-0/+3
* Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeedpatacongo2012-07-241-0/+3