[2020.07] cpu/stm32: use correct CMSIS header for stm32f103xe line#15044
Merged
miri64 merged 1 commit intoRIOT-OS:2020.07-branchfrom Sep 21, 2020
Merged
[2020.07] cpu/stm32: use correct CMSIS header for stm32f103xe line#15044miri64 merged 1 commit intoRIOT-OS:2020.07-branchfrom
miri64 merged 1 commit intoRIOT-OS:2020.07-branchfrom
Conversation
This was referenced Sep 18, 2020
fjmolinas
approved these changes
Sep 18, 2020
Contributor
fjmolinas
left a comment
There was a problem hiding this comment.
ACK, tested and it works. I'm somehow surprised this didn't break earlier:
2020-09-18 18:15:23,489 # help
2020-09-18 18:15:23,491 # Command Description
2020-09-18 18:15:23,492 # ---------------------------------------
2020-09-18 18:15:23,494 # udp send data over UDP and listen on UDP ports
2020-09-18 18:15:23,495 # reboot Reboot the node
2020-09-18 18:15:23,497 # version Prints current RIOT_VERSION
2020-09-18 18:15:23,498 # pm interact with layered PM subsystem
2020-09-18 18:15:23,500 # ps Prints information about running threads.
2020-09-18 18:15:23,500 # ping6 Ping via ICMPv6
2020-09-18 18:15:23,500 # ping Ping via ICMPv6
2020-09-18 18:15:23,501 # random_init initializes the PRNG
2020-09-18 18:15:23,505 # random_get returns 32 bit of pseudo randomness
2020-09-18 18:15:23,506 # nib Configure neighbor information base
2020-09-18 18:15:23,506 # ifconfig Configure network interfaces
2020-09-18 18:15:23,507 # rpl rpl configuration tool ('rpl help' for more information)
2020-09-18 18:15:23,508 # 6ctx 6LoWPAN context configuration tool
>
fjmolinas
reviewed
Sep 18, 2020
Member
|
I removed the check from the release branch. @bergzand, remind me to reactivate it, once the 2020.10-branch is there. |
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.
Contribution description
This PR replace the CMSIS header used for stm32f103xe cpu line by the valid one. In 2020.07, the CMSIS for stm32f101xe was used by mistake in #14143.
Testing procedure
Issues/PRs references
fixes #15041