fourstix / Elfos-utils

Simple utitlity commands for the ElfOs
MIT License
6 stars 2 forks source link

XSB should use the BIOS to select serial type #2

Closed fourstix closed 3 years ago

fourstix commented 3 years ago

It would be nice if XSB would use the bios so that it work on both UART and bit-banged serial. This can be done by replacing calls to f_utype with f_tty and replace f_uread with f_read.

fourstix commented 3 years ago

Testing was successful. Need to create a release first before fix.

fourstix commented 3 years ago

Created release v1.0.1 with the initial release of code. Now to create branch v_1_0_2 with the fix and stage the new files. Must also update /bin/stg/xsb.bin as well as the stg_utils.lbr file.

fourstix commented 3 years ago

Fixed by pull request to merge branch b_usb_update into main branch and tag as Release v1.0.2.