Files
Upsilon/ion
Léa Saviot 67f940dfd2 [poincare] Fix VerticalOffsetLayout serialization
"2^3 !" would be serialized as "2^3*!", which is wrong. It is now serialized
as "2 Ion::Charset::Superscript 3 Ion::Charset::Superscript !" and
parsed correctly.
2018-11-23 12:04:09 +01:00
..
2018-11-23 12:03:59 +01:00
2018-11-23 12:03:59 +01:00
2015-09-19 11:01:38 +02:00

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.