summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-0813-14/+14
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-10/+8
* There used to be two ways to pass parameters to new tasks, depending upon the...Gregory Nutt2014-09-011-11/+9
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-082-2/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-083-3/+3
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-062-10/+14
* Add serial method so that lower half driver can provide RX flow control infor...Gregory Nutt2014-05-081-0/+3
* More trailing whilespace removalGregory Nutt2014-04-137-18/+18
* configs/skp16c26/ostest: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-061-4/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-4/+4
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-1/+1
* Remove empty README.txt filesGregory Nutt2013-08-311-2/+0
* 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