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 Jun 04 21:49:34 2020 +0000
Revision:
4:b57198581ca4
Parent:
2:f6392c8bd0e0
Bare-metal with EventQueue on Bluepill.

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 2:f6392c8bd0e0 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 1:96018ca8cb3f 9 "target.tickless-from-us-ticker" : true,
hudakz 1:96018ca8cb3f 10 "target.c_lib" : "small"
hudakz 0:2cf53c219693 11 }
hudakz 0:2cf53c219693 12 }
hudakz 0:2cf53c219693 13 }