summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-09-04Add sendfile()patacongo1-0/+2
2012-09-04Enhancements to the uIP web server from Katepatacongo1-0/+3
2012-09-04Back out the last STM32 SDIO DMA change. It is incorrectpatacongo1-0/+2
2012-09-04STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAMpatacongo1-0/+2
2012-09-04Add support for multiple work queuespatacongo1-0/+2
2012-09-02Fix workqueue assertion; STM32 power managementpatacongo1-0/+3
2012-09-01Separate CVS parsing logic from tools/mksyscall.c; Create tools/mksymtab.c to...patacongo1-0/+4
2012-09-01Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo1-0/+2
2012-08-31The content for uIP web server demo is no longer canned, but is not built dyn...patacongo1-1/+7
2012-08-31Fix some places in library where semaphore is not released on error conditionspatacongo1-1/+11
2012-08-30Add configurable application entry pointpatacongo1-0/+4
2012-08-30Add USB host support for the STM3240G-EVAL boardpatacongo1-0/+6
2012-08-29The USB host driver has been verified on the STM32F4Discoverypatacongo1-2/+2
2012-08-29Add USB host support to the STM32F4Discovery boardpatacongo1-0/+2
2012-08-28I think the STM32 UST OTG FS host driver is finally finishedpatacongo1-0/+2
2012-08-28Add perror()patacongo1-1/+9
2012-08-27Some STM32 USB OTG FS driver fixespatacongo1-0/+2
2012-08-27Fix some NAK race conditions in control transfers (there are more)patacongo1-0/+8
2012-08-26More patches/bugfixes from Katepatacongo1-0/+8
2012-08-26waitpid(): Move some logic inside of a critical sectionpatacongo1-0/+2
2012-08-26Fix some list handling associated with priority inheritancepatacongo1-0/+5
2012-08-25Prep for 6.21 releasepatacongo1-13/+14
2012-08-24Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo1-0/+4
2012-08-20Progress on STM32 OTG FS host driverpatacongo1-0/+3
2012-08-16mkconfig now calculates DRAM_END if not providedpatacongo1-0/+2
2012-08-14Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo1-0/+4
2012-08-13Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo1-0/+4
2012-08-12Define NULL to be (0) for C++patacongo1-0/+2
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo1-0/+4
2012-08-10Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo1-0/+3
2012-08-10Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo1-0/+4
2012-08-10STM32 SDIO DMA setup was losing DMA prioritypatacongo1-1/+4
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo1-0/+4
2012-08-08STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo1-1/+2
2012-08-07Add a USB0 device header file for LPC43patacongo1-5/+5
2012-08-07Update documentation to describe customization of NSH; Add the framework for ...patacongo1-0/+7
2012-08-06Fix more floating point formatting bugspatacongo1-0/+2
2012-08-06Fix a floating point presentation errorpatacongo1-0/+5
2012-08-05I learned how to spell PSEUDOpatacongo1-1/+1
2012-08-04Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo1-1/+5
2012-08-03Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo1-0/+2
2012-08-02Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo1-0/+3
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo1-1/+6
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo1-0/+11
2012-08-01atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo1-0/+3
2012-07-31LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo1-0/+5
2012-07-29Add memccpy{}patacongo1-1/+2
2012-07-28Add memchr()patacongo1-0/+1
2012-07-27Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo1-0/+10
2012-07-27PM updatepatacongo1-0/+2