uvm32/apps/common
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
..
crt0.S 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
linker.ld common linker.ld fix .eh_frame 2026-01-09 14:35:04 +01:00
makefile.common Move target app only includes under apps/common 2025-12-12 15:49:03 +00:00
target-stdint.h Move target app only includes under apps/common 2025-12-12 15:49:03 +00:00
uvm32_target.h 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