Skip to content

Pelion enable for UNO_91H #11888

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

Merged
merged 12 commits into from
Nov 20, 2019
Merged

Pelion enable for UNO_91H #11888

merged 12 commits into from
Nov 20, 2019

Conversation

fredlee12001
Copy link
Contributor

@fredlee12001 fredlee12001 commented Nov 19, 2019

Description (required)

Fix multi issues for UNO_91H when integrate pelion.

Summary of change (What the change is for and why)

1, Modify Clock setting
2, Update wifi driver from UNISOC.
3, UART driver logic error.

Documentation (Details of any document updates required)

Pull request type (required)

[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 (required)

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

Reviewers (optional)


Release Notes (required for feature/major PRs)

Summary of changes
Impact of changes
Migration actions required

@ciarmcom ciarmcom requested review from a team November 19, 2019 06:00
@ciarmcom
Copy link
Member

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

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 19, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Nov 19, 2019

Test run: FAILED

Summary: 3 of 4 test jobs failed
Build number : 1
Build artifacts

Failed test jobs:

  • jenkins-ci/mbed-os-ci_build-ARM
  • jenkins-ci/mbed-os-ci_build-IAR
  • jenkins-ci/mbed-os-ci_build-GCC_ARM

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 19, 2019

@fredlee12001 Please review failures

device/system_RDA5991H.c:177:17: error: use of undeclared identifier 'APPLICATION_ADDR'
    SCB->VTOR = APPLICATION_ADDR;

@fredlee12001
Copy link
Contributor Author

Missed the point that APPLICATION_ADDR only defined when "restrict_size" given in json.
Add the default value for APPLICATION_ADDR to fix the issue. Verified locally and works all fine now.

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 20, 2019

CI started

@mbed-ci
Copy link

mbed-ci commented Nov 20, 2019

Test run: SUCCESS

Summary: 11 of 11 test jobs passed
Build number : 2
Build artifacts

@0xc0170 0xc0170 removed the needs: CI label Nov 20, 2019
@0xc0170 0xc0170 merged commit 9dc0c37 into ARMmbed:master Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants