lowRISC / sonata-system

A full micro-controller system utilizing the CHERIoT Ibex core, part of the Sunburst project funded by UKRI
Apache License 2.0
24 stars 15 forks source link

Impement navigation menu for the LCD demo #55

Closed nbdd0121 closed 5 months ago

nbdd0121 commented 5 months ago

I need a snprintf implementation so I take the implementation from OpenTitan runtime.

nbdd0121 commented 5 months ago

@marnovandermaas can you review the "Fix SPI driver" and "Fix timing freq parameter" commits? They're needed to make the existing LCD demo functional again

marnovandermaas commented 5 months ago

@marnovandermaas can you review the "Fix SPI driver" and "Fix timing freq parameter" commits? They're needed to make the existing LCD demo functional again

@nbdd0121 Thanks for making these fixes! From reading them they look very reasonable to me. I would like to test the SPI flash test on FPGA before merging this PR so let me know when this is ready to be tested.

nbdd0121 commented 5 months ago

@marnovandermaas the code is now ready. Could you test the flash?