Skip to content

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

Conversation

RyoheiHagimoto
Copy link
Contributor

Aligned with PR#12223 to enable bootloader support for RZ_A1H and GR_LYCHEE.

  • tools.config.ConfigException: Missing a memory that is read, write in CMSIS Pack data
  • "start not found in targets.json.".format(active_memory)

Summary of changes

Aligned with PR#12223 for mbed-os-5.15.

Impact of changes

Migration actions required

Documentation


Pull request type

[x] Patch update (Bug fix / Target update / Docs update / Test update / Refactor)
[] Feature update (New feature / Functionality change / New API)
[] Major update (Breaking change E.g. Return code change / API behaviour change)

Test results

[x] No Tests required for this change (E.g docs only update)
[] Covered by existing mbed-os tests (Greentea or Unittest)
[] Tests / results supplied as part of this PR

Reviewers


@ciarmcom ciarmcom requested a review from a team March 30, 2020 01:00
@ciarmcom
Copy link
Member

@RyoheiHagimoto, thank you for your changes.
@ARMmbed/mbed-os-maintainers please review.

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 30, 2020

#12223 (comment)

Request for 5.15, thus this PR.

0xc0170
0xc0170 previously approved these changes Mar 30, 2020
@mergify mergify bot added needs: CI and removed needs: review labels Mar 30, 2020
@0xc0170
Copy link
Contributor

0xc0170 commented Mar 30, 2020

@RyoheiHagimoto One question - the merge commit on the branch - can you rebase to remove please?

@mergify mergify bot added needs: work and removed needs: CI labels Mar 30, 2020
jeromecoutant and others added 17 commits March 31, 2020 13:36
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.
jh6186 and others added 21 commits March 31, 2020 13:37
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.
@mergify mergify bot dismissed 0xc0170’s stale review March 31, 2020 04:40

Pull request has been modified.

@mergify
Copy link

mergify bot commented Mar 31, 2020

This PR cannot be merged due to conflicts. Please rebase to resolve them.

@RyoheiHagimoto
Copy link
Contributor Author

I will make another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.