platform-ststm32 icon indicating copy to clipboard operation
platform-ststm32 copied to clipboard

Add support for LoRa E5 Dev Board

Open nobodywasishere opened this issue 2 years ago • 4 comments

Closes #596. Can be squashed.

nobodywasishere avatar May 10 '22 19:05 nobodywasishere

I am excited for this change! Anyone we need to ping to take a look?

egnor avatar Jun 23 '22 19:06 egnor

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 : : fatal error: variant_LORA_E5_DEV_BOARD.h: No such file or directory

Could you help ?

Thanks

si2w avatar Jul 25 '22 23:07 si2w

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.

nobodywasishere avatar Jul 26 '22 00:07 nobodywasishere

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

si2w avatar Jul 26 '22 00:07 si2w

Thanks for the PR, merged.

valeros avatar Sep 19 '23 19:09 valeros

Thanks for the merge

si2w avatar Sep 22 '23 08:09 si2w