-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Add support ADC, I2C, PWM, Counter and Watchdog for S32K5 M7 & R52 #101017
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
Dat-NguyenDuy
wants to merge
10
commits into
zephyrproject-rtos:main
from
nxp-upstream:s32k5-can-adc-i2c-pwm-counter
Closed
Add support ADC, I2C, PWM, Counter and Watchdog for S32K5 M7 & R52 #101017
Dat-NguyenDuy
wants to merge
10
commits into
zephyrproject-rtos:main
from
nxp-upstream:s32k5-can-adc-i2c-pwm-counter
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
S32K566 is a member of the S32K5 family which expands s32k3 series to higher performance and larger memory. Zephyr port for S32K5 will support cortex-M7 and cortex-R52 After reset, swt_startup is enabled and starts running, disable it using the watchdog hook. Signed-off-by: Ha Duong Quang <[email protected]> Co-authored-by: Dat Nguyen Duy <[email protected]>
Initial support for NXP S32K566 M7 & R52: Clock, Pin control, GPIO and Uart Signed-off-by: Dat Nguyen Duy <[email protected]>
Add support for NXP S32K5XXCVB boards which features S32K566 SoC. Signed-off-by: Ha Duong Quang <[email protected]> Co-authored-by: Dat Nguyen Duy <[email protected]>
There is no USB port or headers for lpuart on the cvb board, thus introducing a shield for the mother board in order to visualize serial output and expand I/O connectivity: Signed-off-by: Dat Nguyen Duy <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Add devicetree nodes for counter (PIT, STM) and watchdog (SWT) Signed-off-by: Ha Duong Quang <[email protected]>
Add devicetree of adc instances for s32k566. Signed-off-by: Ha Duong Quang <[email protected]>
enable samples/tests adc for s32k566_m7 Signed-off-by: Ha Duong Quang <[email protected]>
Add support for FlexTimer (FTM) module on S32K5 Signed-off-by: Ha Duong Quang <[email protected]>
Enable pwm tests for s32k5 Signed-off-by: Ha Duong Quang <[email protected]>
add support lpi2c for s32k566 Signed-off-by: Tu Nguyen Van <[email protected]>
ad58b20 to
e741e64
Compare
|
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.



Add support ADC, I2C, PWM, Counter and Watchdog for S32K5 M7 & R52
This depends on: #100803