summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/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-13/+1
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-1/+0
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-061-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-6/+6
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-011-1/+1
* 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-2/+15
* Resync new repository with old repo r5166patacongo2012-09-171-1/+3
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
* 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-6/+6
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-9/+26
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-1/+1
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-061-1/+1
* Add standard context switching functions for m9s12patacongo2011-02-181-5/+5
* More m9s12x stuffpatacongo2011-02-171-3/+3
* For fixes for stdint/stdbool buildpatacongo2009-12-211-2/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-10/+13
* Add more HC12 common filespatacongo2009-12-041-0/+213