-
Notifications
You must be signed in to change notification settings - Fork 157
Sync sdk 25.06.00 to hal nxp #576
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
base: master
Are you sure you want to change the base?
Sync sdk 25.06.00 to hal nxp #576
Conversation
1e1c238
to
24d3075
Compare
@ZhaoxiangJin , please take a look at this PR #574 that is requiring update to newer version of the mipi-dsi driver. |
578fb8c
to
5c335ba
Compare
@ZhaoxiangJin , another PR that is updating SDK drivers. Is this covered as part of this update? |
Not covered, PR can merge first, then i will drop irqsteer_1 driver in my PR. |
Can the mcux-sdk-ng/board folder be moved to Zephyr repo? |
Are the RT1180 board level jlink script needed? |
should the binary files in mcux-sdk-ng/components/conn_fwloader/fw_bin/ be placed in zephyr/modules/hal/nxp/zephyr/blobs? |
Why move sdk files to zephyr repo,
yes, see https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nxp/mimxrt1180_evk/board.cmake |
The conn_fwloader CMakeList.txt needs these binary files, move these binary files requires modify conn_fwloader CMakeList.txt |
Why move SDK files to zephyr repo? Only glue code should be placed in zephyr repo. |
Move to the Zephyr repo board folder, they are board specific files. |
Hi @ZhaoxiangJin , please note don't miss this code during migration: #577. thanks. |
b77ba07
to
905aff8
Compare
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
38fa8f8
to
1fd6228
Compare
Update:
|
1fd6228
to
6c0d41d
Compare
Update: |
Moved board specific files to zephyr repo, remove them from hal_nxp. Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
This cmake code is not needed for zephyr, and is specific for MCUX SDK. SDK also applied this patch. Signed-off-by: Zhaoxiang Jin <[email protected]>
1. Remove MCXA166 and MCXA276 as they are renamed to MCXA346 and MCXA266. 2. Add MCXA266 and MCXA366 header and pinctrl 3. Rename MCXA166 to MCXA346. Signed-off-by: Peter Wang <[email protected]> Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
Signed-off-by: Zhaoxiang Jin <[email protected]>
The latest version of the caam driver causes run issues on the RT1170/RT1160 platform, using an older version for now, and have contacted the SDK driver owner to resolve the issue. Signed-off-by: Zhaoxiang Jin <[email protected]>
6c0d41d
to
53fea4f
Compare
Update: |
Sync sdk 25.06.00 to hal nxp