8000 GitHub - Snektron/glycon: Z80 retro computer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Snektron/glycon

Repository files navigation

nin# Glycon

Dependencies

  • meson
  • ninja or samurai
  • avr-binutils
  • avr-gcc
  • avr-libc

Compiling

Coprocessor

$ mkdir -p build/glyco
$ cd build/glyco
$ meson ../.. --cross-file ../../cross/avr-atmega2560-cross.ini
$ ninja

To use the provided flash target to flash the coprocessor, set the coprocessor port the arduino is connected with by passing -Dport=/dev/<port> to meson (usually /dev/ttyUSB0) and add yourself to to appropriate groups (typically dialout or uucp).

Debugger

$ mkdir -p build/glydb
$ cd build/glydb
$ meson ../..
$ ninja

About

Z80 retro computer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0