summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/common/up_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-271-1/+2
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+2
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* 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-1/+1
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-16/+5
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-7/+7
* More z180 serial logicpatacongo2012-12-141-2/+2
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-0/+8
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-4/+8
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-2/+1
* Fix z8 UART initializationpatacongo2008-02-181-0/+4
* Fix LOWCONSOLE confusionpatacongo2008-02-181-3/+1
* Add framework for UART supportpatacongo2008-02-181-0/+6
* Move all z80-dependencies into arch/z80/src/z80patacongo2008-02-141-9/+3
* First successful z80 compile & linkpatacongo2007-12-291-0/+11
* Import of z80 targetpatacongo2007-12-291-0/+158