-
Notifications
You must be signed in to change notification settings - Fork 3k
Mbed os 5.15 aligned with PR #12223. #12714
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
Closed
Closed
Conversation
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
@RyoheiHagimoto, thank you for your changes. |
Request for 5.15, thus this PR. |
0xc0170
previously approved these changes
Mar 30, 2020
@RyoheiHagimoto One question - the merge commit on the branch - can you rebase to remove please? |
Update the CMSIS-pack info to `index.json` in arm_pack_manager -folder. The update happens via python project.py --update-packs and a modified version of the cmsis-pack-manager tool, which allows the download of (most) CMSIS-pack files. The changes for this family ONLY are then updated to the `index.json` -file. Mbed OS PR ARMmbed#12093 need this change, as they refer to a target (device_name) from the updated CMSIS-packs. Ref: ARMmbed#12093
Rather than wait 10ms before breaking the other thread, and expecting at least one event to have been run, wait for one event to be run, then break. Should avoid some spurious failures that have been seen.
Replaced a hardcoded timeout in CyH4TransportDriver.cpp with a cypress hal function. The cypress PUTC hal API only blocks until data has been send into the HW buffer, not until all data has been out of the HW buffer. Modified an API to block untill all tx transmit is complete. This allows the removal of a hardcoded timeout in CyH4TransportDriver.cpp that waits for data int the HW buffer to be sent.
Signed-off-by: PARKJIHOON <[email protected]>
Signed-off-by: PARKJIHOON <[email protected]>
…ils for multicast IPV6 packet when interface is switched from SoftAP to STA mode. When SoftAP start is called, add_ethernet_interface() will be called internally to add interface details into netif_list. When switching from SoftAP to STA mode, add_ethernet_interface() will be called again to append the interace details into netif_list. When udp_sendto() is called, ip6_route() will return interface as NULL since it consider device as single interface. Fix: SoftAP mode Stop, call remove_ethernet_interface() to remove the interface from the netif_list.
This reverts commit 18285e1.
5ba191a
to
edd1efb
Compare
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
edd1efb
to
eef1728
Compare
I will make another PR. |
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.
Aligned with PR#12223 to enable bootloader support for RZ_A1H and GR_LYCHEE.
Summary of changes
Aligned with PR#12223 for mbed-os-5.15.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers