From 38427060c8f781589d7f78148cf6204b97f20d4b Mon Sep 17 00:00:00 2001 From: Thomas Guillermo Albers Raviola Date: Sat, 4 Oct 2025 20:52:39 +0200 Subject: Restructure project --- manifest.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifest.scm (limited to 'manifest.scm') 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 + )) -- cgit v1.2.3