rustbox / esp32c3-vgaterm

VGA Driver and Serial Terminal crates, with embedded applications in mind
MIT License
1 stars 0 forks source link

a bunch of stuff: fixed a parse bug and added a new esc seq parse, pa… #31

Closed dougli1sqrd closed 1 year ago

dougli1sqrd commented 1 year ago

…rsing now is buffered on str instead of individual chars; added some small performance profiling, terminal is also str buffered, uart by default has software control flow turned on

Sorry there's so many different things going on here!