Zoltan Hudak / Mbed OS mbed-os-bluepill
Committer:
hudakz
Date:
Wed May 13 12:25:39 2020 +0000
Revision:
0:2577a4fb6e72
Child:
1:290013620c42
Bluepill STM32F103C8 support for Mbed OS 6

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hudakz 0:2577a4fb6e72 1 {
hudakz 0:2577a4fb6e72 2 "macros": [
hudakz 0:2577a4fb6e72 3 "MBED_BLINKY_EXAMPLE=1"
hudakz 0:2577a4fb6e72 4 ],
hudakz 0:2577a4fb6e72 5 "target_overrides": {
hudakz 0:2577a4fb6e72 6 "*": {
hudakz 0:2577a4fb6e72 7 "platform.stdio-baud-rate" : 115200,
hudakz 0:2577a4fb6e72 8 "platform.stdio-convert-newlines" : true,
hudakz 0:2577a4fb6e72 9 "platform.stdio-buffered-serial" : true,
hudakz 0:2577a4fb6e72 10 "platform.stdio-flush-at-exit" : true,
hudakz 0:2577a4fb6e72 11 "mbed-trace.enable" : null
hudakz 0:2577a4fb6e72 12 }
hudakz 0:2577a4fb6e72 13 }
hudakz 0:2577a4fb6e72 14 }