mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Before, EE go to the settings, because ShiftEE event wasn't correctly bound : It was bound to a simple press of the key, and not to a Shift press. This commit keep this behavior, but add the correct binding (Shift + EE). This fix #194.
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.