forked from nxp-mcuxpresso/nxp-vee-imxrt595-evk
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the NXP VEE Port for i.MX RT595 EVK with a G1120B0MIPI circular display. Signed-off-by: Fabrice Goucem <[email protected]>
- Loading branch information
1 parent
db196ce
commit 849b9d0
Showing
85 changed files
with
2,017 additions
and
5,595 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{ | ||
"name": "armgcc", | ||
"keep": true, | ||
"cmakeSettings": { | ||
"LANGUAGE": "C", | ||
"DEBUG_CONSOLE": "UART" | ||
}, | ||
"toolchainFile": "${workspaceFolder}/nxpvee-mimxrt595-evk-round-bsp/mcux-sdk/core/tools/cmake_toolchain_files/armgcc.cmake" | ||
} | ||
] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"build_type": { | ||
"default": "debug", | ||
"choices": { | ||
"debug": { | ||
"short": "debug", | ||
"buildType": "debug" | ||
}, | ||
"release": { | ||
"short": "release", | ||
"buildType": "release" | ||
} | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"type": "cppdbg", | ||
"name": "Debug project configuration", | ||
"request": "launch", | ||
"cwd": "${workspaceRoot}", | ||
"MIMode": "gdb", | ||
"setupCommands": [ | ||
{ | ||
"text": "set remotetimeout 600" | ||
}, | ||
{ | ||
"text": "set debug-file-directory" | ||
} | ||
], | ||
"program": "", | ||
"miDebuggerServerAddress": "", | ||
"variables": { | ||
"mcuxStopAtSymbol": "main", | ||
"mcuxSerialNumber": "02280000082d27a600000000000000000000000097969905", | ||
"mcuxAttach": "false", | ||
"mcuxRemoteProbeType": "" | ||
}, | ||
"logging": { | ||
"engineLogging": false | ||
} | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"version": "1.1", | ||
"toolchainPath": "${env:ARMGCC_DIR}", | ||
"toolchainVersion": "GNU Arm Embedded Toolchain 10.3-2021.10", | ||
"linkedProjects": [], | ||
"trustZoneType": "none", | ||
"debug": { | ||
"linkserver": { | ||
"device": "MIMXRT595S:EVK-MIMXRT595", | ||
"core": "primary" | ||
}, | ||
"pemicro": {}, | ||
"segger": { | ||
"device": "MIMXRT595S_M33" | ||
} | ||
}, | ||
"projectType": "sdk-freestanding", | ||
"sdk": { | ||
"version": "2.12.1", | ||
"path": "${workspaceFolder}/nxpvee-mimxrt595-evk-round-bsp/mcux-sdk", | ||
"boardId": "evkmimxrt595", | ||
"deviceId": "MIMXRT595S", | ||
"coreId": "cm33_MIMXRT595S", | ||
"manifestId": "SDK_2.x_EVK-MIMXRT595_manifest_v3_13" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"cmake.configureOnOpen": false, | ||
"C_Cpp.errorSquiggles": "disabled", | ||
"cmake.preferredGenerators": [ | ||
"Ninja", | ||
"Unix Makefiles", | ||
"MinGW Makefiles" | ||
], | ||
"cmake.sourceDirectory": "${workspaceFolder}/nxpvee-mimxrt595-evk-round-bsp/projects/nxpvee-ui/armgcc", | ||
"cmake.buildDirectory": "${workspaceFolder}/nxpvee-mimxrt595-evk-round-bsp/projects/nxpvee-ui/armgcc/${buildType}" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
...k_platform-CM4hardfp_GCC48-1.1.0/.project → ...k_platform-CM4hardfp_GCC48-1.2.0/.project
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.