Port psoc6 (latest)#18550
Open
jaenrig-ifx wants to merge 20 commits into
Open
Conversation
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
Signed-off-by: jaenrig-ifx <[email protected]>
|
Code size report: |
jkorte-dev
reviewed
Dec 11, 2025
|
|
||
| Build the firmware: | ||
|
|
||
| make BOARD=CY8CKIT_062S2_AI |
There was a problem hiding this comment.
CY8CKIT_062S2_AI does not match the directory boards/CY8CKIT-062S2-AI
compiles with make BOARD=CY8CKIT-062S2-AI
Contributor
Author
There was a problem hiding this comment.
100%. Fixed :) That was a typo.
|
I'm very impressed by the effort that went into the testing. Very exciting. |
Signed-off-by: jaenrig-ifx <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18550 +/- ##
=======================================
Coverage 98.38% 98.38%
=======================================
Files 171 171
Lines 22300 22300
=======================================
Hits 21939 21939
Misses 361 361 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Hi @mattytrentini @dpgeorge,
We have kept working on further enabling the PSOC6 controller in MPY. This pull request deprecates #16705.
Here a list of the features enabled:
machineclasses:ADCADCBlockI2C. Master and slave mode.I2SPinPWMRTCSDCardSPI. Master and slave mode.TimerUARTWDTAdditional modules:
network.WLANPSoC6 evaluation boards available:
CY8CPROTO-062-4343W
CY8CPROTO-063-BLE
CY8CKIT-062S2-AI
Tests running in a hardware in the loop setup under ci/cd are provided for (at least) the main API functionalities of the enabled classes.
Looking forward to discuss the next steps regarding this PR with our teams.