-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STM32WL preparation for new chip rak3172sip #15312
Conversation
@hallard, thank you for your changes. |
Can you please fix the commit message:
Remove duplication |
Still not git guru, tried to |
It looks like you merged instead of rebase. Can you rebase your branch from master (it will remove the merge commit) ? |
38d46ea
to
dad9a6d
Compare
looks like it's good now, let me know |
+1, thanks |
connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.h
Outdated
Show resolved
Hide resolved
connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.h
Outdated
Show resolved
Hide resolved
7900817
to
16cc03b
Compare
Allow to use TCXO Control Voltage and LowPower fix as a parameter leave current default value to avoid breaking changes astyle fix
8eaf6c4
to
42e11ac
Compare
Ci started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
New chip RAK3172SIP need some changes, thus some values are now used as parameter in
mbed_app.json
Impact of changes
Migration actions required
Documentation
tcxo_ctrl
as a parameter since RAK3172SIP need default value do be changed fromTCXO_CTRL_1_7V
toTCXO_CTRL_3_0V
(today it was hardcoded)stm32wl-lora-driver.rf_switch_config
is set toRBI_CONF_RFO_HP
(really specific boards)Pull request type
Test results
Reviewers
@jeromecoutant