Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for LoRa E5 Dev Board #624

Merged
merged 6 commits into from
Sep 19, 2023
Merged

Add support for LoRa E5 Dev Board #624

merged 6 commits into from
Sep 19, 2023

Conversation

nobodywasishere
Copy link
Contributor

Closes #596. Can be squashed.

@egnor
Copy link

egnor commented Jun 23, 2022

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

@si2w
Copy link

si2w commented Jul 25, 2022

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
Copy link
Contributor Author

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
Copy link

si2w commented Jul 26, 2022

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 valeros merged commit 2379565 into platformio:develop Sep 19, 2023
114 checks passed
@valeros
Copy link
Member

valeros commented Sep 19, 2023

Thanks for the PR, merged.

@si2w
Copy link

si2w commented Sep 22, 2023

Thanks for the merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Board support request: LoRa E5 Dev Board / STM32WLE5JC
4 participants