-
Notifications
You must be signed in to change notification settings - Fork 8.1k
boards: arm: add support for WeAct STM32WB55 Core Board #97435
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
boards: arm: add support for WeAct STM32WB55 Core Board #97435
Conversation
5e73284
to
491a7d2
Compare
491a7d2
to
89ffd87
Compare
All the changes seem reasonable to me |
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 rework the doc part to make it clear when external probe and specifically ST-Link is required and when it is not.
89ffd87
to
087b7fa
Compare
087b7fa
to
7e7021f
Compare
Apparently I created the branch off an older main so I did a rebase. Hope that is not going to be a problem. |
Sure you can. Please just take car of not force push mixing rebase with new changes. You've indeed done it the right way, thanks |
Add initial support for the WeAct Studio STM32WB55 Core Board based on the STM32WB55CGU6 dual-core MCU (Cortex-M4 + Cortex-M0+). The board configuration supports: - 64 MHz system clock from 32 MHz HSE crystal - Console over USART1 (PA9/PA10) - Default LED on PB2 - DFU and STM32CubeProgrammer flashing - External SWD debugging Bluetooth functionality requires flashing a compatible STM32WB HCI Layer wireless coprocessor binary before use. The extended HCI binary (stm32wb5x_BLE_HCILayer_extended_fw.bin) has been verified. Tested with: - samples/basic/blinky - samples/hello_world - samples/bluetooth/peripheral - samples/bluetooth/beacon Signed-off-by: Siratul Islam <[email protected]>
7e7021f
to
f44d291
Compare
|
Add initial support for the WeAct Studio STM32WB55 Core Board based on the STM32WB55CGU6 dual-core MCU (Cortex-M4 + Cortex-M0+).
The board configuration supports:
Bluetooth functionality requires flashing a compatible STM32WB HCI Layer wireless coprocessor binary before use. The extended HCI binary (stm32wb5x_BLE_HCILayer_extended_fw.bin) has been verified.
Tested with: