about summary refs log tree commit diff stats
path: root/baremetal/400.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7492Kartik Agaram2021-01-091-0/+5
| | | | Port some support for unicode to baremetal.
* 7490 - baremetal: draw a grapheme to screenKartik Agaram2021-01-091-0/+1
|
* 7486 - primitive for reading keysKartik Agaram2021-01-091-0/+1
| | | | | It also clears keys after reading them, allowing us to read more than 16 keys.
* 7469 - first working baremetal Mu programKartik Agaram2020-12-291-0/+1
It doesn't _quite_ do what it should, so this is more precisely the first _buggy_ baremetal Mu program. But the tooling works, at least.