mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Scenario: Make an infinite loop script (while 1 : 1+1) and run it. Input 1234567 then press Back to interrupt the infinite loop -> the script execution stops, then 1234567 is input in the input line, which is quite weird. It is even weirder when the key pressed during the [script execution / a long computation] result in navigation inside the calculator apps.
ION is the hardware abstraction layer. It does I/O. It exposes a set of headers that are implemented for various hardwares (device, simulator). It is also responsible for setting up the boot environment.