Skip to content

Commit ea8723e

Browse files
committed
New BSP
1 parent 69736f1 commit ea8723e

File tree

1,968 files changed

+706119
-15
lines changed

Some content is hidden

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

1,968 files changed

+706119
-15
lines changed

Dockerfile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ RUN apt-get update && \
88
wget \
99
ninja-build \
1010
xvfb \
11-
xz-utils \
12-
pipx \
13-
git-all
14-
15-
ENV PATH="$PATH:/root/.local/bin"
16-
RUN pipx install west
11+
xz-utils
1712

1813
# Install cmake
1914
RUN wget https://cmake.org/files/v3.30/cmake-3.30.3-linux-x86_64.tar.gz
@@ -31,13 +26,6 @@ RUN tar -xf arm-gnu-toolchain-13.2.rel1-x86_64-arm-none-eabi.tar.xz --directory=
3126
ENV ARMGCC_DIR=/opt/arm-gnu-toolchain-13.2.Rel1-x86_64-arm-none-eabi/
3227

3328

34-
# Fetch VEE Port
35-
RUN mkdir nxpvee-mimxrt1170-prj
36-
RUN cd nxpvee-mimxrt1170-prj
37-
RUN west init -m https://github.com/nxp-mcuxpresso/nxp-vee-imxrt1170-evk .
38-
RUN west update
39-
40-
4129
# Build the project application
4230
ENV ACCEPT_MICROEJ_SDK_EULA_V3_1C=YES ACCEPT_MICROEJ_SDK_EULA_V3_1B=YES
4331

bsp/mcux-sdk/core

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0878f9588d86ccb8127cff6b08e12009a71a1c58

bsp/mcux-sdk/middleware/coreHTTP

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit ccc45d847167e91cac112389b5c0423b5545c483

bsp/mcux-sdk/middleware/eiq

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2e28e0f7a5630948fa95459b134676ef3d68740f

bsp/mcux-sdk/middleware/fatfs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5a37596801315d263c62ca51676ba27a22b8a389

bsp/mcux-sdk/middleware/lwip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 0ce34892ca24b46d1fc42c2e6f2cf2d9dd80499b

bsp/mcux-sdk/middleware/mbedtls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit e250a9766de710f2d67e7c453f894c1466d35070

bsp/mcux-sdk/middleware/sdmmc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 131a33e16088587004f782bd64725d26ce88f5c9

bsp/mcux-sdk/middleware/wifi_nxp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5cfe13380d3327ac368af55e8e3f78d5fb8110c4
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3d2f94e2560fd7135a30d58c44da8a302ac78327

0 commit comments

Comments
 (0)