A few improvements of the l0dable runtime
Compare changes
+ 3
− 0
I was looking at the l0dable CRT and found a few things which could be improved:
main()
exits, don't busy spin but return from the l0dable with epic_exit()
.epic_exit()
. Without this, the only way to recover would be a full reboot of the card10.More details can be found in the individual commit messages.