-
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
Add STM32WLE5 for custom targets LORA_E5 and RAK3172 #14872
Conversation
@hallard, thank you for your changes. |
targets/targets.json
Outdated
@@ -4381,6 +4381,23 @@ | |||
], | |||
"device_name": "STM32WL55JCIx" | |||
}, | |||
"MCU_STM32WLe5xC": { |
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.
WLE5, not WLe5 ?
Thx
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.
Fixed
@@ -480222,6 +480222,74 @@ | |||
] | |||
], | |||
"sub_family": "STM32WL55" | |||
}, | |||
"STM32WLE5JCIx": { |
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.
Maybe adding also STM32WLE5CCUx for RAK3172 could be a good idea ?
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.
of course, that's done
targets/targets.json
Outdated
"extra_labels_add": [ | ||
"STM32WLE5xC" | ||
], | ||
"device_name": "STM32WLE5JCIx", |
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.
device_name can not be defined at this STM32WLe5xC level.
This information can be only added in the target level.
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.
done
"from_pack": { | ||
"vendor": "Keil", | ||
"pack": "STM32WLxx_DFP", | ||
"version": "1.0.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.
1.1.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.
correct, it's fixed, may be should be also done for WL55 (nucleo)?
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.
not mandatory, as MCU from NUCLEO was already available in 1.0.0, I think
FYI: @farrenv |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Seems TARGET_STM32WLE5xC is missing there: |
Sorry about that, do you want me to PR? |
Added new CPU STM32WLE5 to prepare new custom lorawan boards based on modules with LoRa-E5 and RAK3172 targets
Replace #14859
Summary of changes
Impact of changes
Migration actions required
Documentation
Will allow to use new custom target now located at
https://github.com/ARMmbed/stm32customtargets
LORA_E5
RAK3172
Pull request type
Test results
Reviewers
@jeromecoutant @MarceloSalazar