summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2-0/+4
2012-07-05Change all values in all limits.h for all architectures to signed decimal; th...patacongo2-37/+47
2012-04-17More Kconfig stuffpatacongo4-0/+25
2012-04-17More Kconfigpatacongo1-0/+32
2012-04-17More Kconfig stuffpatacongo1-1/+1
2012-04-16Kconfig updatepatacongo2-3/+3
2012-04-08Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo1-1/+1
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-22Change STM32 so that stm32_pmstop.c and stm32_pmstandby are built even if CON...patacongo1-1/+1
2012-03-21Move serial header files to include/nuttx/serialpatacongo2-2/+2
2012-03-21Move file-system header files to include/nuttx/fspatacongo3-3/+3
2012-02-23Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo1-5/+0
2012-02-12Fix a small RAM log bug (the RAM log still does not work)patacongo1-1/+1
2012-02-12Fix some typos and compilation errors introduced in the last checkinpatacongo1-1/+1
2012-02-11Add logic to re-direct debug output to a sysloggin devicepatacongo2-8/+13
2012-02-11Add logic so that a RAM log can be used in place of a console devicepatacongo6-34/+55
2012-01-29Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo1-2/+4
2011-08-30Fix issue with multilib buildpatacongo1-1/+1
2011-07-11Add an 'export' target to the NuttX top-level Makefilepatacongo1-5/+17
2011-04-08Add kernel mode hooks and reminders for other architecturespatacongo1-0/+20
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo6-11/+17
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2-10/+10
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-1/+1
2011-04-01Stubs are working/Proxies are closepatacongo1-0/+82
2011-03-04First cut at x86 build environmentpatacongo1-1/+3
2010-10-27Fix a signal trampoline bugpatacongo4-38/+32
2010-09-03Remove unused lpc17_usbinitialize()patacongo1-2/+2
2009-12-20Argument to up_udelay() should be type useconds_tpatacongo1-1/+2
2009-12-17M16C build with stdint.hpatacongo2-2/+4
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo4-18/+18
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo43-286/+318
2009-12-14Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2-31/+52
2009-12-14Need limits of signed and unsigned pointer-sized integerspatacongo2-4/+6
2009-12-13Add range of pointer integer typespatacongo2-36/+46
2009-12-13types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2-4/+4
2009-12-13Eliminate some hcs12 compile errors/warningspatacongo3-1/+9
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo6-6/+6
2009-04-08Add option to copy to RAMpatacongo2-5/+5
2009-03-10Repartition functionality in preparation for nested, pending reprioritizationpatacongo1-3/+0
2009-03-10Back out part of the last change -- that was a bad ideapatacongo1-16/+3
2009-03-08Add support for priority inheritancepatacongo1-4/+20
2009-02-19Improve console configuration settingspatacongo2-10/+22
2009-02-19Add basic LCD supportpatacongo2-45/+91
2009-02-18cosmetic renamingpatacongo2-5/+5
2009-02-18Add support for boards with no serial portspatacongo7-29/+57
2009-02-18Hook in low-level UART initpatacongo1-0/+50
2009-02-17Complete coding of M16C portpatacongo2-6/+8
2009-02-17Add M16C serial driverpatacongo5-21/+1223