aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/hc
Commit message (Expand)AuthorAgeFilesLines
* Change all values in all limits.h for all architectures to signed decimal; th...patacongo2012-07-052-46/+56
* More Kconfig stuffpatacongo2012-04-172-0/+9
* More Kconfig filespatacongo2012-04-171-0/+22
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-1/+1
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo2012-03-221-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-3/+3
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-5/+0
* 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-6/+13
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-113-22/+41
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+3
* Completes coding of the PWM modulepatacongo2011-12-1965-0/+11563