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
Revision:
4:b57198581ca4
Parent:
0:2cf53c219693
--- a/custom_targets.json	Mon May 18 15:26:33 2020 +0000
+++ b/custom_targets.json	Thu Jun 04 21:49:34 2020 +0000
@@ -1,7 +1,7 @@
 {
     "BLUEPILL": {
         "inherits": [
-            "FAMILY_STM32"
+            "MCU_STM32_BAREMETAL"
         ],
         "core": "Cortex-M3",
         "default_toolchain": "ARMC6",