summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.3.9 releasenuttx-3.9patacongo2008-03-093-42/+458
* z8Encore! integrated on simulatorpatacongo2008-03-095-10/+18
* Initial fixes for Z8Encore debugpatacongo2008-03-084-41/+50
* Bad comment delimiterpatacongo2008-03-081-1/+1
* script changespatacongo2008-03-082-1/+5
* xtrs_head.asm not checked-in due to .cvsignore problempatacongo2008-03-041-0/+276
* Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibilitypatacongo2008-03-0426-26/+26
* Oops last version was still in editorpatacongo2008-02-231-2/+2
* Incorporate patch 1899525patacongo2008-02-236-3/+117
* Document CONFIG_NSH_STRERRORpatacongo2008-02-211-0/+4
* Fix clean issuepatacongo2008-02-201-1/+1
* strerror() is big; don't use it unless requestedpatacongo2008-02-206-18/+34
* Second control-C will terminatepatacongo2008-02-201-0/+6
* Fix XTRS interrupt vector handlingpatacongo2008-02-204-10/+281
* Incorporate patch 1897630patacongo2008-02-2029-36/+51
* Add LED logicpatacongo2008-02-182-2/+152
* Clean compilation with console enabledpatacongo2008-02-182-59/+80
* Trying to remove link warnings (still unsuccessful)patacongo2008-02-182-4/+14
* Low uart fixespatacongo2008-02-182-3/+46
* Still detangling lowuart stuffpatacongo2008-02-1814-15/+75
* Fix z8 UART initializationpatacongo2008-02-185-115/+101
* Fix LOWCONSOLE confusionpatacongo2008-02-184-17/+2
* Remober lowputc/getc supportpatacongo2008-02-181-4/+1
* 4.10.1 compiles fine -- my badpatacongo2008-02-181-3/+0
* Add framework for UART supportpatacongo2008-02-187-6/+1058
* Fix Z8F6403 compile issuespatacongo2008-02-182-61/+55
* xtrs port: generation of executable. Patch 1895239patacongo2008-02-184-4/+9
* Fix errors/omissions in previous check-inpatacongo2008-02-175-8/+4
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-177-19/+47
* Add prioritized interrupt TODOpatacongo2008-02-171-9/+20
* Fix inconsistent use of CONFIG_ARCH_LOWPUTCpatacongo2008-02-163-12/+15
* z8f should use up_maskack_irqpatacongo2008-02-162-1/+4
* Fix range checkpatacongo2008-02-161-6/+6
* Macro must be bit mask, not bit numberpatacongo2008-02-161-3/+3
* Fix compiler errorspatacongo2008-02-165-55/+57
* Add timer initialization and interrupt controlpatacongo2008-02-165-4/+330
* Add support for Z8F6403 (currently disabled)patacongo2008-02-166-27/+80
* ez80 is code completepatacongo2008-02-157-25/+92
* Add support for the TRS-80 Model 3patacongo2008-02-1510-24/+309
* Add support for the TRS-80 Model 3 via xtrspatacongo2008-02-1520-0/+2507
* z8encore000zco has z8f6403patacongo2008-02-155-7/+7
* Add lazay interrupt context saving logic for ez8patacongo2008-02-159-53/+344
* Made arch/z80 handling chip-specificpatacongo2008-02-1511-74/+306
* Flesh out Z8Encore\! interrupt context switchespatacongo2008-02-156-55/+172
* Fleshing out ez8 context switch logicpatacongo2008-02-1411-29/+737
* Move all z80-dependencies into arch/z80/src/z80patacongo2008-02-1429-253/+502
* cosmeticpatacongo2008-02-141-4/+4
* Remove garbage from linker filepatacongo2008-02-141-6/+0
* Resolve header file incompatibilitypatacongo2008-02-142-177/+198
* Add more IRQ infopatacongo2008-02-134-21/+169