STM32 HSEM Id list update and rework impacted drivers - #26929
Merged
carlescufi merged 3 commits intoSep 2, 2020
Merged
Conversation
ABOSTM
requested review from
erwango,
loicpoulain,
superna9999 and
ydamigos
as code owners
July 17, 2020 11:18
ABOSTM
force-pushed
the
STM32_HSEM_REWORK_USB_ENTROPY_FLASH
branch
from
July 17, 2020 12:44
cdb77fd to
966c863
Compare
New Hardware semaphore ID have been defined in STM32WB cube Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
Due to HSEM implementation zephyrproject-rtos#24862, USB CLK48 lock implementation zephyrproject-rtos#25850 should be reworked. And by the way, implement the same in entropy which is using the same clock. Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
ABOSTM
force-pushed
the
STM32_HSEM_REWORK_USB_ENTROPY_FLASH
branch
from
July 17, 2020 13:22
966c863 to
4351a43
Compare
gmarull
reviewed
Jul 17, 2020
Implement algorithm described in STM32 AN5289 with implementation proposed in STM32 Cube Application: BLE_RfWithFlash Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
ABOSTM
force-pushed
the
STM32_HSEM_REWORK_USB_ENTROPY_FLASH
branch
from
August 4, 2020 13:45
4351a43 to
4e12dfb
Compare
erwango
approved these changes
Aug 26, 2020
Contributor
Author
|
@gmarull @ydamigos @superna9999 @loicpoulain |
gmarull
reviewed
Aug 27, 2020
gmarull
reviewed
Aug 27, 2020
gmarull
approved these changes
Sep 2, 2020
Contributor
Author
|
@carlescufi , @nashif , @galak, |
carlescufi
approved these changes
Sep 2, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
STM32 HSEM Id list update and rework impacted drivers.
Due to STM32WB Cube update, HSEM Id list has been updated. It introduces new semaphores for flash operations.
This PR contains 3 commits: