Closed bunnie closed 4 years ago
LCD_FB is hard coded to a memory location inside hal_lcd.rs: https://github.com/betrusted-io/betrusted-soc/blob/51f2c1d3d2ac1d652c36f673028cdb5e056ba545/sw/betrusted-hal/src/hal_lcd.rs#L13
There is probably a way to reference the linker symbol _lcdfb in a Rust-y fashion but I can't seem to find one that doesn't also cause the RLS on VScode to barf immediately.
LCD_FB is hard coded to a memory location inside hal_lcd.rs: https://github.com/betrusted-io/betrusted-soc/blob/51f2c1d3d2ac1d652c36f673028cdb5e056ba545/sw/betrusted-hal/src/hal_lcd.rs#L13
There is probably a way to reference the linker symbol _lcdfb in a Rust-y fashion but I can't seem to find one that doesn't also cause the RLS on VScode to barf immediately.