Forums » Programming with the ECS » Oberon »
ECSMicroLib updated
Added by Runar Tenfjord 3 days ago
The ECSMicroLib framework was updated:
- Support for a Arm® Cortex® M33 processor, STM32C5, was added.
This is a newer generation of MCU's and it should therefore be possible to add support Raspberry Pi Pico 2 etc. - The library was restructured to allow for better isolation from MCU depended modules in the code through the introduction of the Machine modules.
- Initial support for RTC clocks was added.
- General refactoring of the code.
The framework should now be in a good shape and I believe the structure is now much better
than earlier versions.
The support for STM32C5 was done in order to support a custom board i have been working on lately.
It is an open source project if anybody is interested : https://github.com/tenko/STM32C5-eval-board
This project was generously sponsored by PCBWay and the first boards has been received and are working properly.