aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/common
Commit message (Expand)AuthorAgeFilesLines
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5
* Straighten out LPC32 UART clocking (still some baud calculation issues)patacongo2012-07-071-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Add hooks to support STM32 power managementpatacongo2012-03-142-0/+18
* Incoporate new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-1/+1
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Fix some typos and compilation errors introduced in the last checkinpatacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-8/+14
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-15/+36
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-312-4/+4
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-6/+0
* Completes coding of the PWM modulepatacongo2011-12-1919-0/+2351