-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
This is a feature release to the second milestone release towards the 1.0p1 prototype release.
-
Allow the deployment and execution of multiple ELF files.
-
The ELF sections types .text, .bss .data and .rodata will be supported.
-
No memory protection will be provided.
-
-
Provide pre-emptive multi-threading mechanism.
This is the second milestone release towards the 1.0p1 prototype release.
-
Allow the deployment and execution of multiple ELF files.
-
The ELF sections types .text, .bss and .data will be supported.
-
No memory protection will be provided.
-
-
Provide simple execution yield mechanism.
This is a feature release to the first milestone release towards the 1.0p1 prototype release.
-
Allow the debugging on the Raspberry Pi by adding device drivers.
-
GPIO output driver, for LED output.
-
mini UART output, for console output.
-
This is the first milestone release towards the 1.0p1 prototype release.
-
Allows the deployment and execution of a single ELF file.
-
The ELF sections types .text, .bss, .rodata and .data will be supported.
-
No memory protection will be provided.
-
-
Sections are limited to 64kB
-
Only the ELF32 relocation types: ELF32_RELOCATIONTYPE_ARM_EABI_ABS32, ELF32_RELOCATIONTYPE_ARM_EABI_REL32 and ELF32_RELOCATIONTYPE_ARM_EABI_CALL, are supported.