aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
blob: a956edd34e8b8d684c562a67edca330d0d17ecb3 (plain)
1
2
3
4
5
6
(specifications->manifest
 '("zup" ; Upload firmware over usb
   "sdcc" ; Assembler and C compiler for the Z80 (and different other 8-bit CPUs)
   "minipro" ; Write firmware directly to ROM
   "python-intelhex" ; Convert output of compiler into raw binary data
   ))