summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
Commit message (Expand)AuthorAgeFilesLines
...
* z8Encore! integrated on simulatorpatacongo2008-03-092-5/+4
* Initial fixes for Z8Encore debugpatacongo2008-03-082-16/+25
* Bad comment delimiterpatacongo2008-03-081-1/+1
* Oops last version was still in editorpatacongo2008-02-231-2/+2
* Incorporate patch 1899525patacongo2008-02-234-1/+53
* Fix XTRS interrupt vector handlingpatacongo2008-02-204-10/+281
* Incorporate patch 1897630patacongo2008-02-202-0/+9
* Clean compilation with console enabledpatacongo2008-02-181-59/+79
* Trying to remove link warnings (still unsuccessful)patacongo2008-02-182-4/+14
* Low uart fixespatacongo2008-02-182-3/+46
* Still detangling lowuart stuffpatacongo2008-02-181-1/+8
* Fix z8 UART initializationpatacongo2008-02-185-115/+101
* Fix LOWCONSOLE confusionpatacongo2008-02-182-5/+2
* Remober lowputc/getc supportpatacongo2008-02-181-4/+1
* Add framework for UART supportpatacongo2008-02-187-6/+1058
* xtrs port: generation of executable. Patch 1895239patacongo2008-02-181-1/+6
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-173-8/+8
* 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-164-2/+323
* Add support for Z8F6403 (currently disabled)patacongo2008-02-162-16/+27
* ez80 is code completepatacongo2008-02-157-25/+92
* Add support for the TRS-80 Model 3patacongo2008-02-155-1/+275
* 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-149-16/+705
* Move all z80-dependencies into arch/z80/src/z80patacongo2008-02-1424-197/+549
* cosmeticpatacongo2008-02-141-4/+4
* Resolve header file incompatibilitypatacongo2008-02-142-177/+198
* Add more IRQ infopatacongo2008-02-134-21/+169
* Add ez8 IRQ infopatacongo2008-02-134-19/+747
* Add ez8 start-up logicpatacongo2008-02-133-4/+256
* ZDS-II toolchain does not need up_mem.hpatacongo2008-02-123-26/+30
* More z80 repairs due to z8 portpatacongo2008-02-122-9/+9
* More z8 compilation changespatacongo2008-02-127-17/+39
* Fix z80 problems introduced by z8patacongo2008-02-122-3/+3
* Fixes for z8 compilationpatacongo2008-02-1113-35/+54
* Changes for Z8Encore\! compilepatacongo2008-02-117-38/+268
* Add Z8Encore\!patacongo2008-02-113-0/+274
* Adding Z8Encore\!patacongo2008-02-117-192/+361
* Fixes bug 1887170patacongo2008-02-062-24/+112
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-36/+9
* untest z16f codepatacongo2008-01-113-6/+6
* Add Z16F head assemblypatacongo2008-01-101-1/+1
* Clean operations are now toolchain specificpatacongo2008-01-101-4/+2
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-7/+8