platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

Add support for LoRa E5 Dev Board #624

Closed nobodywasishere closed 1 year ago

nobodywasishere commented 2 years ago

Closes #596. Can be squashed.

egnor commented 2 years ago

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

si2w commented 2 years ago

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
nobodywasishere commented 2 years ago

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.

si2w commented 2 years ago

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

valeros commented 1 year ago

Thanks for the PR, merged.

si2w commented 1 year ago

Thanks for the merge