stm32duino / Arduino_Tools

Contains upload tools for STM32 based boards
Other
89 stars 64 forks source link

run_arduino_sh: Add log command, some improvements #55

Closed kbumsik closed 4 years ago

kbumsik commented 4 years ago

Related: https://github.com/stm32duino/Arduino_Core_STM32/pull/766

I added log command for newly-introduced core_debug logging feature. I also include some improvements of existing commands, as the git commit messages explains.


This change is Reviewable

fpistm commented 4 years ago

@kbumsik can it be merged before the PR in the core? I guess yes but I prefer ask 😉

kbumsik commented 4 years ago

Yes, it shouldn't break even with the current Arduino Core v1.8 :)

fpistm commented 4 years ago

that's what I thought. Thanks