-
Notifications
You must be signed in to change notification settings - Fork 4
Supported Embedded Controllers
Michael Ring edited this page Jan 15, 2021
·
2 revisions
MBF supports a number of different embedded controllers and is simple to port to new devices.
Currently supported are:
STM32F3xx
STM32F4xx
STM32L4xx
SAMD21
and there is partial support for
STM32F1XX
STM32F7XX
STM32G0XX
STM32G4XX
PIC32MX1/2
Samples provide in the Samples folder build on a number of boards, to be able to abstact away all the differences between the devices those samples require a board that has Arduino compatible extension pins. This restriction allows it to have only one source file and to use it on many different boards.
There is a second directory SamplesBoardSpecific where (a few) samples can be found for boards that are not Arduino compatible. One example for such a board is the well known Bluepill board