Neotron-Compute / Neotron-Pico-BIOS

BIOS for the Neotron Pico
GNU General Public License v3.0
15 stars 5 forks source link

Update rp2040-hal to v0.10 #102

Closed jannic closed 4 months ago

jannic commented 5 months ago

Not yet tested. But I trust in rust - if it compiles, it works :-)

thejpster commented 5 months ago

I shall try it out, and measure the VGA timing to see if we lost any performance :)

Also - note to self - try with -Ctarget-cpu=cortex-m0plus because it seems to make some different choices about instruction ordering that might work out better.

thejpster commented 4 months ago

Tested OK on hardware. Haven't had a chance to check the difference in video timing. Not much I expect - that code doesn't do any I/O, only writes to a shared RAM buffer.