Bare-metal configuration with EventQueue for a Bluepill board.

Warning

It does not work with the Mbed Online Compiler.

Follow these steps to import and compile it with Mbed CLI:

mbed import https://os.mbed.com/users/hudakz/code/Baremetal_EventQue_Bluepill
mbed compile -t GCC_ARM -m bluepill

mbed_app.json

Committer:
hudakz
Date:
2020-05-14
Revision:
0:2cf53c219693
Child:
1:96018ca8cb3f

File content as of revision 0:2cf53c219693:

{
    "requires": ["bare-metal", "events", "rtos-api"],
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate"          : 115200,
            "platform.stdio-convert-newlines"   : true,
            "platform.stdio-buffered-serial"    : true,
            "platform.stdio-flush-at-exit"      : true,
            "target.default_lib"                : "small"
        }
    }
}