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
Committer:
hudakz
Date:
Thu May 14 05:27:57 2020 +0000
Revision:
0:2cf53c219693
Child:
1:96018ca8cb3f
Bare-metal configuration with EventQueue for a Bluepill board.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:2cf53c219693 1 {
hudakz 0:2cf53c219693 2 "requires": ["bare-metal", "events", "rtos-api"],
hudakz 0:2cf53c219693 3 "target_overrides": {
hudakz 0:2cf53c219693 4 "*": {
hudakz 0:2cf53c219693 5 "platform.stdio-baud-rate" : 115200,
hudakz 0:2cf53c219693 6 "platform.stdio-convert-newlines" : true,
hudakz 0:2cf53c219693 7 "platform.stdio-buffered-serial" : true,
hudakz 0:2cf53c219693 8 "platform.stdio-flush-at-exit" : true,
hudakz 0:2cf53c219693 9 "target.default_lib" : "small"
hudakz 0:2cf53c219693 10 }
hudakz 0:2cf53c219693 11 }
hudakz 0:2cf53c219693 12 }