Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNuvoton: Add implementations of HAL API i2c_free and analogin_free #11780
Conversation
1. Deal with channel-wise and module-wise 2. Disable IP clock 3. Free up pin Support targets: - NUMAKER_PFM_NANO130 - NUMAKER_PFM_NUC472 - NUMAKER_PFM_M453 - NUMAKER_PFM_M487/NUMAKER_IOT_M487 - NU_PFM_M2351* - NUMAKER_IOT_M263A - NUMAKER_M252KG
1. Disable interrupt 2. Disable IP clock 3. Free up pins Support targets: - NUMAKER_PFM_NANO130 - NUMAKER_PFM_NUC472 - NUMAKER_PFM_M453 - NUMAKER_PFM_M487/NUMAKER_IOT_M487 - NU_PFM_M2351* - NUMAKER_IOT_M263A - NUMAKER_M252KG
Driver AnalogIn has done with it, so remove synchronization in analog-in HAL.
This comment has been minimized.
This comment has been minimized.
NUMAKER_PFM_NUC472
NUMAKER_PFM_M453
NUMAKER_PFM_M487
NUMAKER_IOT_M487
NU_PFM_M2351_NPSA_NS
NUMAKER_IOT_M263A
NUMAKER_M252KG
|
This comment has been minimized.
This comment has been minimized.
Thanks for adding this. Great work! Perfect test results! |
Closed
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@ccli8, thank you for your changes. |
This comment has been minimized.
This comment has been minimized.
CI started |
This comment has been minimized.
This comment has been minimized.
mbed-ci
commented
Oct 31, 2019
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
This comment has been minimized.
This comment has been minimized.
Internal fault, restart the job |
This comment has been minimized.
This comment has been minimized.
mbed-ci
commented
Oct 31, 2019
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
This comment has been minimized.
This comment has been minimized.
It was restarted, all looks fine now |
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.
ccli8 commentedOct 31, 2019
•
edited
Description (required)
Follow-up of #11746 (comment), this PR adds implementations of HAL API
i2c_free(...)
andanalogin_free(...)
for FPGA CI test shield tests on Nuvoton targets:Pull request type (required)
Test results (required)
Reviewers
@mprse