You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,10 @@ An application that allows you to view PNG files https://github.com/Oiha-dev/Png
46
46
- Each application is totally independent (and needs to bring its own libc, ...). data and bss sections are allocated in ITCM RAM, and the heap is pre-allocated from epsilon. The state of the application is totally reset upon entry.
47
47
- To build a usable tar archive, relocation needs to be done to account the real adresses in flash of the binaries. There is a script called "archive" in this repository, which calls the linker on partially linked elf, to build final correctly relocated elf files (then added to the tar archive).
48
48
- The file in the tar must be marked as executable to be executable.
49
+
50
+
## License
51
+
52
+
This work is licensed as under the MIT License terms.
53
+
54
+
Individual apps (contained in subfolders of `apps/`) are licensed under their
0 commit comments