Forums » Programming with the ECS » Oberon »
ECSMicroLib
Added by Runar Tenfjord about 1 month ago
I published a project here : https://github.com/tenko/ECSMicroLib
This project is a framework for working with 32bit MCUs which was
partial ported from a Oberon-07 project by Alexander V. Shiryaev.
Currently this is under work and code might change, but much
functionality is already implemented.
The focus is now to get the display and touch screen on the
STM32F429I-DISC1 board working correctly.
Next goal is to have cooperative multitasking through co-routines
working.  I have a small demo partially working, which look promising.
Replies (2)
RE: ECSMicroLib - Added by Runar Tenfjord about 1 month ago
Thanks for the kind words and the patience with getting the startup code to work correctly.
The hard parts should now be done with startup code, rudimentary debugging
(semihost output) and drivers for UART, SPI & I2C working.