Releases: edubart/minicoro
Releases · edubart/minicoro
v0.1.2
Since last release, the following new platforms have been supported and tested:
- Mac OS (arm/arm64)
- iOS (arm/arm64)
- DOS emulators using DJGPP compiler
- RISC-V (rv32)
And the following new features were added:
mco_yield
may now returnMCO_STACK_OVERFLOW
when it detects that stack overflow happened
v0.1.1
First release
This is the first release of minicoro, supporting the following platforms:
- Windows
- Linux
- Android
- Mac OS
- Raspberry Pi
- WebAssembly
- RISC-V