Library list
Libraries are additional components not part of the Miosix kernel that can be downloaded to add functionality to the kernel.
- mxgui is a GUI library for graphic displays
- mxusb is an USB stack, currently targeting stm32f1 microcontrollers only.
You can also use the STMicroelectronics HAL code (with minimal adaptations) for any peripheral that does not have native Miosix drivers. However this is not recommended as in our experience the HAL often contains buggy or suboptimal drivers.