summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/common/up_internal.h
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-12/+0
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-8/+0
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-1/+1
* configs/skp16c26/ostest: Configuration converted to use the kconfig-frontends...Gregory Nutt2014-03-061-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-6/+6
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-261-1/+1
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-141-1/+1
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-1/+14
* Resync new repository with old repo r5166patacongo2012-09-171-1/+4
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-0/+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-111-8/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-9/+28
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-13/+17
* Add basic LCD supportpatacongo2009-02-191-1/+11
* Add support for boards with no serial portspatacongo2009-02-181-5/+10
* Complete coding of M16C portpatacongo2009-02-171-6/+0
* Adding M16C supportpatacongo2009-02-091-0/+8
* cosmeticpatacongo2008-11-111-1/+1
* Fix prototype problempatacongo2008-11-081-1/+1
* reconcile architectures w/o interrupt controllerspatacongo2008-11-071-1/+5
* Basic SCI supportpatacongo2008-11-071-1/+1
* Basic SH-1 build environmentpatacongo2008-11-061-0/+210