-
Notifications
You must be signed in to change notification settings - Fork 3k
Adding support for S2_LP (WiSUN) as a new MTB target #10281
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
Based on v1.1.0 of S2_LP MCB using STM32F429ZIT6.
Based on v1.1.0 of S2_LP MCB using STM32F429ZIT6.
@0xc0170 / @cmonr : Can this get in for 5.12.1 as WiSUN is now released with 5.12.0 ? cc @TuomoHautamaki ..FYI. |
@ashok-rao, thank you for your changes. |
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.
Please enable the S2LP radio by default. Otherwise looks good
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.
I tested with the target board and works fine.
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/system_clock.c
Outdated
Show resolved
Hide resolved
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.
one file missing SPDX, otherwise LGTM
Removing USBDEVICE since USB pins are NOT brought out on the MTB/MCB.
@0xc0170 , Thanks! Now done. |
Tested with 5cb1c64 and still works perfectly well. |
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/TARGET_MTB_STM_S2LP/system_clock.c
Outdated
Show resolved
Hide resolved
Ci started |
Test run: SUCCESSSummary: 13 of 13 test jobs passed |
@ashok-rao I dont understand what did cause this and no one noticed but there seems to be duplication of the commits (checking them, they do not look identical - causing some conflicts locally, will do manual patching) |
This was not easy to resolve - please review #10326 - commits from this PR that are resolved properly. |
Description
Adding STM32_F429 MCU + S2_LP (on a Module Carrier Board) as a new MTB target. This PR adds HW support for WiSUN supported targets in Mbed OS.
Greentea logs attached below:
MTB_STM_S2LP_GT_Logs_ARMC6_Pass.txt
MTB_STM_S2LP_GT_Logs_GCC_Pass.txt
MTB_STM_S2LP_GT_Logs_IAR_Pass.txt
Pull request type
Reviewers
@0xc0170 @cmonr @jeromecoutant @mikter @JarkkoPaso
Release Notes