From 996c57faf6deacc82d09bf98852c1f4a6155c0e6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 8 Oct 2025 16:19:16 +0200 Subject: [PATCH] Add manifest_fri3d-2024.py --- manifest_fri3d-2024.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 manifest_fri3d-2024.py diff --git a/manifest_fri3d-2024.py b/manifest_fri3d-2024.py new file mode 100644 index 00000000..0245a672 --- /dev/null +++ b/manifest_fri3d-2024.py @@ -0,0 +1,4 @@ +freeze('/tmp/', 'boot.py') # Hardware initialization - this file is copied from boot_fri3d-2024.py to /tmp by the build script to have it named boot.py +freeze('internal_filesystem/', 'main.py') # User Interface initialization +freeze('internal_filesystem/lib', '') # Additional libraries +freeze('/home/user/projects/MicroPythonOS/freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps