Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new file coding_rules.txt to have a consistent coding style | Nao Pross | 2017-05-03 | 1 | -0/+120 |
| | |||||
* | add serial device struct | Nao Pross | 2017-05-02 | 6 | -14/+104 |
| | | | | | | | | | other changes: - change from main() to kmain() in crt0.s and kernel.c - new file devices.h to define all address locations for devices - new data type - register_t as volatile uint8_t for registers in devices - size_t from libc | ||||
* | Merge branch 'atlas' into naopross | Nao Pross | 2017-05-02 | 1 | -0/+55 |
|\ | |||||
| * | sysio.h libc interface | leleraffa97@hotmail.it | 2017-05-02 | 1 | -0/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/naopross' into atlas | leleraffa97@hotmail.it | 2017-05-02 | 171 | -495/+987 |
| |\ | |/ |/| | |||||
* | | fix for sdcc makefile | Nao Pross | 2017-05-02 | 4 | -32/+122 |
| | | | | | | | | | | | | fix for the old makefile, because it could't compile more than one source file. new libc directory with mem.c to start implementing the standard C library (or at least the part we need). | ||||
* | | Merge branch 'master' into naopross | Nao Pross | 2017-05-02 | 150 | -199/+276 |
|\ \ | |||||
| * | | switch to sdcc | Nao Pross | 2017-05-02 | 9 | -101/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update of the makefile to use sdcc, since it is more popular and it's easier to insall on other computers - fix of crt0.s (old loader.asm) for the new compiler - change of the structure in the source code folder to separate betweeen libc and kernel code | ||||
| * | | Merge branch 'master' of https://github.com/NaoPross/z80uPC | Nao Pross | 2017-04-04 | 8 | -27/+159 |
| |\ \ | |||||
| * | | | schematic complete | Nao Pross | 2017-04-04 | 131 | -98/+214 |
| | | | | | | | | | | | | | | | | | | | | | | | | hw: change address decoder chip from GAL16V8 to M4-32/32 (CPLD) change main bus connector with a custom one (intead of PC/104) start building footprint library | ||||
| * | | | added iospace address decoder | Nao Pross | 2017-03-31 | 17 | -12/+12 |
| | | | | |||||
* | | | | switch from GAL (pld) to M4 32/32 CPLD | Nao Pross | 2017-04-13 | 20 | -296/+621 |
| | | | | | | | | | | | | | | | | | | | | | | | | add M4 32/32 CPLD datasheet new VHDL code with better control over the address space thanks to the M4 which has a 16 bit input port | ||||
* | | | | Merge branch 'master' into naopross | Nao Pross | 2017-03-25 | 1 | -0/+7 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | added missing makefile for z80 and fixed gitignore | Nao Pross | 2017-03-25 | 2 | -27/+54 |
| | | | | |||||
| * | | | Git repository setup | Atlas | 2017-03-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Git merge from master by atlas | ||||
| | | * | Basic sys io setup | leleraffa97@hotmail.it | 2017-05-02 | 1 | -0/+55 |
| | | | | |||||
| | | * | Merge branch 'master' of github.com:NaoPross/z80uPC | BuildTools | 2017-03-25 | 2 | -27/+54 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | added missing makefile for z80 and fixed gitignore | Nao Pross | 2017-03-25 | 2 | -27/+54 |
|/ / / | |||||
| | * | Git repository setup | BuildTools | 2017-03-25 | 1 | -0/+7 |
| |/ |/| | | | | | Git merge from master by atlas | ||||
* | | created bios/kernel source code structure | Nao Pross | 2017-03-23 | 6 | -0/+98 |
|/ | |||||
* | changed scheme layout | Nao Pross | 2017-03-23 | 148 | -57/+2309 |
| | | | | | | | | | hw: changed scheme and annotated components doc: added build script for windows sw: added res/ folder with blaster and created jedec document for address decoder pld | ||||
* | hardware nearly finished | Nao Pross | 2017-03-17 | 377 | -146/+41685 |
| | | | | | | | | | | | | | doc: added datasheets for - GAL16V8 - MAX214 - MAX232 added script to build doc under windows with miktex updated notes hw: finished i/o devices and bus viewer sw: created files for pld programming | ||||
* | updated todolist; doc: keyboard stuff | Nao Pross | 2017-03-07 | 3 | -7/+110 |
| | |||||
* | hw: moved everything to one sheet | Nao Pross | 2017-03-06 | 230 | -57/+762 |
| | |||||
* | updated todolist | Nao Pross | 2017-03-06 | 2 | -6/+18 |
| | |||||
* | Merge branch 'master' of https://git.thearcway.org/git/naopross/z80uPC | Nao Pross | 2017-03-05 | 15 | -0/+415 |
|\ | |||||
| * | Merge branch 'master' of ssh://git.thearcway.org:2222/naopross/z80uPC | Nao Pross | 2017-03-05 | 23 | -3/+42 |
| |\ | |||||
| * | | sw: started to implement serial on linux side | Nao Pross | 2017-03-05 | 3 | -0/+46 |
| | | | |||||
| * | | created doc | Nao Pross | 2017-03-05 | 12 | -0/+369 |
| | | | |||||
* | | | doc: added L7805ACV datasheet; hw: updated scheme | Nao Pross | 2017-03-05 | 6 | -13/+1275 |
| |/ |/| | |||||
* | | doc: added SG51P datasheet | Nao Pross | 2017-02-24 | 1 | -0/+0 |
| | | |||||
* | | hw: created library project, doc: added 74LS193 datasheet | Nao Pross | 2017-02-24 | 18 | -464/+5 |
| | | |||||
* | | hw: created sch, doc: added uart datasheet | Nao Pross | 2017-02-24 | 6 | -3/+501 |
|/ | |||||
* | sw: copied flash tool source from gameboymod | Nao Pross | 2017-02-14 | 11 | -1/+457 |
| | |||||
* | hw: created z80acpu in sch library | Nao Pross | 2017-02-14 | 12 | -0/+1005 |
| | |||||
* | first commit, downloaded doc | Nao Pross | 2017-02-14 | 7 | -0/+9 |