summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-15A little more STM32 USB host logicpatacongo4-11/+127
2012-08-15Some repartitioning of STM32 functionality to better support a USB host driverpatacongo12-38/+195
2012-08-14Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo10-24/+30
2012-08-14Revise recent changes to serial driver error handling: Errors other than EIN...patacongo5-31/+48
2012-08-13Make the lib/ subdirectory build more like other directoriespatacongo21-102/+200
2012-08-13Fix bad AVR C++ include paths; remove stray typo from ctypes.hpatacongo9-18/+22
2012-08-12Define NULL to be (0) for C++patacongo2-3/+8
2012-08-12drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo19-120/+385
2012-08-10Back out the last STM32 DMA priority change. It is not necessary; just dropp...patacongo3-4/+7
2012-08-10Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on ST...patacongo5-4/+10
2012-08-10STM32 SDIO DMA setup was losing DMA prioritypatacongo5-7/+64
2012-08-10Add support for Olimex STM32-P107 board (contributed by Max Holtzberg)patacongo29-139/+3732
2012-08-08STM32 CAN TX/RX pins reversed; inconsistent conditional compilationpatacongo8-46/+47
2012-08-07Add a USB0 device header file for LPC43patacongo10-705/+801
2012-08-07Update documentation to describe customization of NSH; Add the framework for ...patacongo6-18/+3599
2012-08-06Misc updates (minor)patacongo4-11/+14
2012-08-06Fix more floating point formatting bugspatacongo3-38/+103
2012-08-06Fix a floating point presentation errorpatacongo3-217/+102
2012-08-06cosmeticpatacongo2-49/+153
2012-08-05I learned how to spell PSEUDOpatacongo35-1645/+1644
2012-08-04Update NSH documentation; Add option to reduce size of help commnd without co...patacongo3-9/+52
2012-08-04Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo9-123/+408
2012-08-04Add the NSH df commandpatacongo6-96/+196
2012-08-03Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo11-308/+495
2012-08-03Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo12-74/+710
2012-08-03Add capability to traverse inodes in the NuttX psuedo-filesystempatacongo23-97/+460
2012-08-03STM32 PM updatepatacongo1-3/+16
2012-08-03STM32 PM updatepatacongo3-5/+5
2012-08-03LPC43 updatepatacongo9-9/+48
2012-08-02Add stm32_clockenable() to support recovery from deep sleep low-power usage m...patacongo6-4/+110
2012-08-02Fix syslog mutual exclusion and interrupt level logicpatacongo6-38/+132
2012-08-02The initial SYLOG device logic was valiant but yet still not enoughpatacongo14-206/+664
2012-08-02Correct an addressing error in the LPC32 SPIFI MTD driverpatacongo1-7/+7
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo40-135/+636
2012-08-01atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo13-98/+595
2012-07-31LPC17xx serial now supports minimal termios ioctls; serial driver ioctl metho...patacongo12-106/+165
2012-07-30Add support for testing multiple ADC, PWM, and QE devicespatacongo9-67/+303
2012-07-29More board configurations updatespatacongo2-9/+0
2012-07-29Review and update some board configurationspatacongo38-260/+266
2012-07-29Add memccpy{}patacongo6-18/+123
2012-07-28Add memchr()patacongo5-19/+110
2012-07-28Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo4-34/+71
2012-07-28PM update; NSH extension to catch return valuespatacongo5-25/+83
2012-07-27PM updatepatacongo2-83/+163
2012-07-27STM32F4Discovery configuration clean-uppatacongo11-78/+80
2012-07-27Add support for PIC32MX1/2 ANSEL register; Mirtoo NXFFS configuration now use...patacongo8-20/+275
2012-07-27PM updates (missed last night)patacongo2-6/+19
2012-07-27PM updatepatacongo7-18/+100
2012-07-26Add SSD1783 LCD driver for C155 phonepatacongo11-21/+744
2012-07-26Mostly cosmetic updatespatacongo7-158/+217