summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
...
* STM32 USB host driver updatepatacongo2012-08-182-44/+967
* More STM32 USB host logicpatacongo2012-08-172-539/+923
* Remove 'sudo' from Makefilespatacongo2012-08-172-2/+2
* Auto-configuration updates from Richard Cochranpatacongo2012-08-178-22/+85
* Evolving STM32 USB host supportpatacongo2012-08-165-950/+199
* mkconfig now calculates DRAM_END if not providedpatacongo2012-08-163-4/+13
* A little more STM32 USB host logicpatacongo2012-08-154-11/+127
* Some repartitioning of STM32 functionality to better support a USB host driverpatacongo2012-08-1512-38/+195
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-0/+4
* Revise recent changes to serial driver error handling: Errors other than EIN...patacongo2012-08-145-31/+48
* Make the lib/ subdirectory build more like other directoriespatacongo2012-08-1321-102/+200
* Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo2012-08-139-18/+22
* Define NULL to be (0) for C++patacongo2012-08-122-3/+8
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-1217-115/+338
* Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo2012-08-103-4/+7
* Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo2012-08-105-4/+10
* STM32 SDIO DMA setup was losing DMA prioritypatacongo2012-08-105-7/+64
* Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo2012-08-1029-139/+3732
* STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo2012-08-088-46/+47
* Add a USB0 device header file for LPC43patacongo2012-08-0710-705/+801
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-076-18/+3599
* Misc updates (minor)patacongo2012-08-064-11/+14
* Fix more floating point formatting bugspatacongo2012-08-063-38/+103
* Fix a floating point presentation errorpatacongo2012-08-063-217/+102
* cosmeticpatacongo2012-08-062-49/+153
* I learned how to spell PSEUDOpatacongo2012-08-0524-466/+466
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-041-3/+22
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-046-41/+153
* Add the NSH df commandpatacongo2012-08-041-64/+104
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-035-77/+85
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-0311-73/+709
* Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo2012-08-0323-97/+460
* STM32 PM updatepatacongo2012-08-031-3/+16
* STM32 PM updatepatacongo2012-08-033-5/+5
* LPC43 updatepatacongo2012-08-039-9/+48
* Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo2012-08-026-4/+110
* Fix syslog mutual exclusion and interrupt level logicpatacongo2012-08-026-38/+132
* The initial SYLOG device logic was valiant but yet still not enoughpatacongo2012-08-0214-206/+664
* Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo2012-08-021-7/+7
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-0237-131/+628
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-0113-98/+595
* LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo2012-07-3112-106/+165
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-302-2/+4
* More board configurations updatespatacongo2012-07-292-9/+0
* Review and update some board configurationspatacongo2012-07-2938-260/+266
* Add memccpy{}patacongo2012-07-296-18/+123
* Add memchr()patacongo2012-07-285-19/+110
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-281-1/+1
* PM update; NSH extension to catch return valuespatacongo2012-07-282-8/+9
* PM updatepatacongo2012-07-272-83/+163