Hello folks, firstly: Mike here from Ottawa. I find this is a wonderful project, can't quite put my finger on why I've chosen it over Arduino, but here I am.
I'm got a olimexino stm32-h103 board, rev C, and wonder what the status of the BOARD=olimex-stm32-h103 is in master. I ask as it doesn't seem like the example 'blinkly' main.cpp work when I've set the BOARD=olimex-stm32-h103. When in default BOARD=maple, the example works fine*, light blinks, additional SerialUSB.prinln("blink!") prints in my 'screen' session.
* re above, it works fine with the exception of the usb-serial initiated flash. There are two offending messages, one at the beginning, after the dfu-util command:
...
Could not find the Maple serial port for reset. Perhaps this is your first upload, or the board is already in bootloader mode.
...
and the other at the end, after a successful flash:
error resetting after download: usb_reset(ResetDevice): unknown error
(I get the above warnings in both BOARD settings)
... but, the main question is, should I be using 'olimex_stm32_h103' (which doesn't seem to work in current master) or simply 'maple'??