Skip to content

Commit 996c57f

Browse files
Add manifest_fri3d-2024.py
1 parent 43d960c commit 996c57f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifest_fri3d-2024.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
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
2+
freeze('internal_filesystem/', 'main.py') # User Interface initialization
3+
freeze('internal_filesystem/lib', '') # Additional libraries
4+
freeze('/home/user/projects/MicroPythonOS/freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps

0 commit comments

Comments
 (0)