techolga

Results 2 comments of techolga

I solved the flash target with setting `"stm8flash_target": "stm8af52A?"` in the upload section of my board.json. for the define flag I went with the following: ```python build_mcu = board_config.get("build.mcu")[:9].upper() if...

Hi, I found the same issue, for me I just had to change the commenting from `__arm__` to `__i386__` in `lib/imc_datatype.hpp` like this: ```c++ // e.g. ARM Cortex-A72 armv7l gcc...