summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c
Commit message (Expand)AuthorAgeFilesLines
* Remove up_assert_codeGregory Nutt2013-04-251-2/+2
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-143-17/+17
* Some NuTiny-SDK-NUC120 size reduction; All serial driver vtables should be st...patacongo2013-02-271-1/+1
* Rename _TCB to struct tcb_spatacongo2013-02-044-6/+6
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-1/+1
* Change how UARTs are enabled for i.MX, M16C, and ez80 to make them compatible...patacongo2012-11-203-56/+70
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* Email address change in nuttx/patacongo2012-09-1313-13/+13
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* More Kconfig stuffpatacongo2012-04-171-0/+7
* More Kconfig stuffpatacongo2012-04-171-1/+1
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-112-10/+10
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-2/+2
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-272-17/+15
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-163-17/+17
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1613-117/+123
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* Improve console configuration settingspatacongo2009-02-192-10/+22
* Add basic LCD supportpatacongo2009-02-191-44/+80
* cosmetic renamingpatacongo2009-02-181-2/+2
* Add support for boards with no serial portspatacongo2009-02-183-12/+30
* Hook in low-level UART initpatacongo2009-02-181-0/+50
* Add M16C serial driverpatacongo2009-02-175-21/+1223
* Add low level UART support for M16Cpatacongo2009-02-154-24/+463
* Add support for nestable interruptspatacongo2009-02-153-2/+16
* Add support for M16C timer interruptpatacongo2009-02-154-2/+412
* Add M16C register dump logicpatacongo2009-02-155-19/+284
* Need to export symbolspatacongo2009-02-151-0/+12
* Add interrupt initialization logicpatacongo2009-02-152-1/+128
* Add M16C interrupt/context switch logicpatacongo2009-02-145-113/+308
* Add task register intialization logicpatacongo2009-02-147-32/+250
* Fix assembly errorspatacongo2009-02-131-271/+85
* Move vectors to a separate file (more needed)patacongo2009-02-132-2/+292
* Fix some assembly errors (some still exist)patacongo2009-02-121-23/+29
* signal deliver is specific to SoCpatacongo2009-02-123-3/+359
* Adding M16C supportpatacongo2009-02-093-13/+15
* M16C chip supportpatacongo2009-02-084-0/+681