diff options
author | Thomas Guillermo Albers Raviola <thomas@thomaslabs.org> | 2025-10-04 20:52:39 +0200 |
---|---|---|
committer | Thomas Guillermo Albers Raviola <thomas@thomaslabs.org> | 2025-10-04 20:52:39 +0200 |
commit | 38427060c8f781589d7f78148cf6204b97f20d4b (patch) | |
tree | b6ae2ceb4907a02bf7aaef814b539ffd4b421692 /manifest.scm | |
parent | 3c1c8415713f80cd0919f7bd5244d292f1c3cfe1 (diff) |
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..a956edd --- /dev/null +++ b/manifest.scm @@ -0,0 +1,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 + )) |