platform-ststm32
platform-ststm32 copied to clipboard
Add support for LoRa E5 Dev Board
Closes #596. Can be squashed.
I am excited for this change! Anyone we need to ping to take a look?
I tried to use the arduino framework on the board. I added arduino in the frameworks :
"frameworks": [
"arduino",
"cmsis",
"stm32cube",
"zephyr"
],
But it seems that some files are missing :
Could you help ?
Thanks
For arduino, it looks like there needs to be board specific files added to the stm32duino framework, for example, like the other ones listed here.
you mean, just copy the directory or adapt them to the lora-e5-dev-board ? If I need to adapt the files, are you aware of a tutorial to do so ? Thanks for your quick response
Thanks for the PR, merged.
Thanks for the merge