-
Notifications
You must be signed in to change notification settings - Fork 13
Added some E5 board + Fixes #13
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
Conversation
README.md
Outdated
LoRa-E5 use only RFO_HP so you need to add this to your `mbed_app.json` on section `target_overrides` | ||
|
||
```json | ||
|
||
"LORA_E5": { | ||
"stm32wl-lora-driver.rf_switch_config": 2 | ||
} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this to "Seeed Studio LoRa E5" ?
README.md
Outdated
"RAK3172": { | ||
"stm32wl-lora-driver.rf_switch_config": 2, | ||
"stm32wl-lora-driver.crystal_select" : 0 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment, move this part above ?
add_subdirectory(TARGET_LORA_E5_MINI EXCLUDE_FROM_ALL) | ||
add_subdirectory(TARGET_LORA_E5_DEV_BOARD EXCLUDE_FROM_ALL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These new targets are not in the readme
All requested changes done |
Mmm,I know you love git commands... |
## Seeed Studio LoRa E5 Mini | ||
|
||
Use LoRa E5 modulen basic board with USB/Serial and headers | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you can see for other targets, I added, for each one, some information to match this doc file with the json file.
Which target should I build for this target ?
Thx
TARGET: XXX
See https://github.com/ARMmbed/stm32customtargets#manual-pull-request-checks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep I updated readme with:
LORA_E5_DEV_BOARD
LORA_E5_MINI
I am sorry, last commit is a merge one... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for a clean branch
replaced by clean #15 |
RAK7231_radio_driver
toRAK3172_radio_driver