aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-11-21 15:55:03 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-11-21 15:55:03 +0100
commit6d4ad089c5b758ad8af4f68bf385a26ec4e9653a (patch)
tree2fd65006b57d646b53e121aef42bba5ee5852840 /manifest.scm
Initial commit
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm6
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
+ ))