1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-01 17:41:37 +00:00
ossc/software/sys_controller_bsp
Ari Sundholm 89bc3f35e7 Userdata export: Reduce image size by 20 bytes.
Replace an array of const char* literals with a single const char*
literal containing all the messages in the rotating prompt and an
array of alt_u8 containing the offsets of each message within the
literal.

This ends up yielding a larger size reduction than expected, a
healthy 20 bytes, despite a meager 8-byte difference in the size
of local variables and slightly more complex pointer math in
calculating the address of the current message within the string
literal.
2020-11-09 19:12:41 +02:00
..
drivers optimize clock network 2019-10-06 23:54:32 +03:00
HAL clean up and update README 2018-10-08 00:37:42 +03:00
alt_sys_init.c integrate zero-riscy 2018-10-06 13:19:12 +03:00
create-this-bsp Initial public release (FW 0.64) 2016-02-23 01:03:50 +02:00
libhal_bsp.a Userdata export: Reduce image size by 20 bytes. 2020-11-09 19:12:41 +02:00
linker.h integrate zero-riscy 2018-10-06 13:19:12 +03:00
linker.x integrate zero-riscy 2018-10-06 13:19:12 +03:00
Makefile switch to RV32E 2018-10-30 01:31:40 +02:00
mem_init.mk integrate zero-riscy 2018-10-06 13:19:12 +03:00
memory.gdb integrate zero-riscy 2018-10-06 13:19:12 +03:00
public.mk switch to RV32E 2018-10-30 01:31:40 +02:00
settings.bsp integrate zero-riscy 2018-10-06 13:19:12 +03:00
system.h advanced OSD implementation 2020-10-05 23:05:43 +03:00