Commit graph

5 commits

Author SHA1 Message Date
Oliver
903c909c36
common linker.ld fix .eh_frame
an .eh_frame section is generated by more complex rust applications. this will be put before .text section if not discarded.
2026-01-09 14:35:04 +01:00
Toby Jaffey
d780c4e69d Add UVM32_SYSCALL_RAND to get a "true" random number from the host, as I want to play zigtris and not have it be the same every time. 2025-12-17 20:19:31 +00:00
Toby Jaffey
173d5056a5 Completely remove UVM32_STACK_PROTECTION unless enabled (requires manually changing crt0.S), as this saves 16 bytes on every .bin 2025-12-14 00:09:32 +00:00
Toby Jaffey
ef948e9797 Move target app only includes under apps/common 2025-12-12 15:49:03 +00:00
Toby Jaffey
5bd6a32013 Move all app common files under apps/common 2025-12-12 15:45:17 +00:00