Skip to content

Commit 6790478

Browse files
McuxCIBotmcuxsusan
authored andcommitted
Apply MCUXpresso SDK 2.13.3 RW610 release update
This update includes the same code base of MCUXpresso SDK 2.13.3 RW610 release
1 parent 3390e54 commit 6790478

File tree

5,693 files changed

+1028300
-16169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,693 files changed

+1028300
-16169
lines changed

LA_OPT_NXP_Software_License.txt

Lines changed: 213 additions & 2 deletions
Large diffs are not rendered by default.

SW-Content-Register.txt

Lines changed: 104 additions & 572 deletions
Large diffs are not rendered by default.

all_devices.cmake

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
CMAKE_MINIMUM_REQUIRED (VERSION 3.10.0)
22
# OR Logic component
3+
if(${MCUX_DEVICE} STREQUAL "RW612")
4+
list(APPEND CMAKE_MODULE_PATH
5+
${CMAKE_CURRENT_LIST_DIR}/devices/RW612
6+
)
7+
8+
include(all_lib_device_RW612)
9+
10+
endif()
11+
12+
if(${MCUX_DEVICE} STREQUAL "RW610")
13+
list(APPEND CMAKE_MODULE_PATH
14+
${CMAKE_CURRENT_LIST_DIR}/devices/RW610
15+
)
16+
17+
include(all_lib_device_RW610)
18+
19+
endif()
20+
321
if(${MCUX_DEVICE} STREQUAL "MIMXRT1166_cm7")
422
list(APPEND CMAKE_MODULE_PATH
523
${CMAKE_CURRENT_LIST_DIR}/devices/MIMXRT1166

0 commit comments

Comments
 (0)