Skip to content

Commit

Permalink
NXPVEE-MIMXRT595-EVK v2.0.0
Browse files Browse the repository at this point in the history
This is the NXP VEE Port for i.MX RT595 EVK with a G1120B0MIPI circular display.

Signed-off-by: Fabrice Goucem <fabrice.goucem@nxp.com>
Signed-off-by: Florian Quinart <florian.quinart@nxp.com>
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
  • Loading branch information
Florian Quinart authored and panfir committed Oct 16, 2024
1 parent 849b9d0 commit 562eaf5
Show file tree
Hide file tree
Showing 2,493 changed files with 320,258 additions and 134,165 deletions.
40 changes: 21 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
nxpvee-mimxrt595-evk-round-fp/lib/
nxpvee-mimxrt595-evk-round-configuration/target~/
nxpvee-mimxrt595-evk-round-configuration/dropins/include/
nxpvee-mimxrt595-evk-round-configuration/dropins/javaLibs/
nxpvee-mimxrt595-evk-round-configuration/dropins/mocks/
nxpvee-mimxrt595-evk-round-configuration/dropins/scripts/
nxpvee-mimxrt595-evk-round-configuration/dropins/tools/license-checker.jar
nxpvee-mimxrt595-evk-round-configuration/dropins/tools/imagegenerator-vectorimage.jar
nxpvee-mimxrt595-evk-round-configuration/dropins/resources/os/
nxpvee-mimxrt595-evk-round-configuration/dropins/workbenchExtension_*
nxpvee-mimxrt595-evk-round-bsp/projects/microej/platform/
MIMXRT595-*-CM4hardfp_GCC48-*
nxpvee-mimxrt595-evk-round-imageGenerator/bin/
nxpvee-mimxrt595-evk-round-configuration/dropins/scripts/init-microvg/microvginit.xml
nxpvee-mimxrt595-evk-round-bsp/projects/microej/vglite_patch/
microej/front-panel/lib/
microej/vee-port-configuration/target~/
microej/vee-port-configuration/dropins/include/
microej/vee-port-configuration/dropins/javaLibs/
microej/vee-port-configuration/dropins/mocks/
microej/vee-port-configuration/dropins/scripts/
microej/vee-port-configuration/dropins/tools/license-checker.jar
microej/vee-port-configuration/dropins/tools/imagegenerator-vectorimage.jar
microej/vee-port-configuration/dropins/resources/os/
microej/vee-port-configuration/dropins/workbenchExtension_*
microej/vee-port-configuration/dropins/scripts/init-microvg/microvginit.xml
microej/imageGenerator/bin/
microej/apps/launchers/*.properties
microej/MIMXRT595-*-CM4hardfp_GCC48-*

nxpvee-mimxrt595-evk-round-apps/launchers/*.properties
bsp/projects/microej/vglite_patch/
bsp/projects/microej/platform/
bsp/projects/nxpvee-ui/armgcc/mcux_include.json
bsp/projects/nxpvee-ui/armgcc/tree_version.c
bsp/mcux-sdk
bsp/projects/nxpvee-ui/armgcc/debug
bsp/projects/nxpvee-ui/armgcc/release

# ctags files
tags
Expand All @@ -41,6 +46,3 @@ CMakeCache.txt
.ninja_deps
build.ninja
rules.ninja
nxpvee-mimxrt595-evk-round-bsp/projects/nxpvee-ui/armgcc/tree_version.c
nxpvee-mimxrt595-evk-round-bsp/mcux-sdk
nxpvee-mimxrt595-evk-round-bsp/projects/nxpvee-ui/armgcc/debug
11 changes: 0 additions & 11 deletions .vscode/cmake-kits.json

This file was deleted.

15 changes: 0 additions & 15 deletions .vscode/cmake-variants.json

This file was deleted.

6 changes: 3 additions & 3 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"program": "",
"miDebuggerServerAddress": "",
"miDebuggerPath": "",
"variables": {
"mcuxStopAtSymbol": "main",
"mcuxSerialNumber": "02280000082d27a600000000000000000000000097969905",
"mcuxAttach": "false",
"mcuxRemoteProbeType": ""
"mcuxSerialNumber": "",
},
"logging": {
"engineLogging": false
}
}
]
}
}
15 changes: 3 additions & 12 deletions .vscode/mcuxpresso-tools.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
{
"version": "1.1",
"version": "1.4",
"toolchainPath": "${env:ARMGCC_DIR}",
"toolchainVersion": "GNU Arm Embedded Toolchain 10.3-2021.10",
"linkedProjects": [],
"trustZoneType": "none",
"multicoreType": "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"
}
"projectType": "cmake-freestanding"
}
12 changes: 4 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"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}"
}
"cmake.sourceDirectory": "${workspaceFolder}/bsp/projects/nxpvee-ui/armgcc",
"cmake.useCMakePresets": "always",
"cmake.buildTask": true
}
36 changes: 36 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "cmake",
"label": "CMake: build",
"command": "build",
"preset": "release",
"targets": [
"all"
],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"detail": "CMake template build task"
},
{
"type": "cmake",
"label": "CMake: clean",
"command": "clean",
"preset": "release",
"problemMatcher": [],
"detail": "CMake template clean task"
},
{
"type": "cmake",
"label": "CMake: configure",
"command": "configure",
"preset": "release",
"problemMatcher": [],
"detail": "CMake template configure task"
}
]
}
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.0] - 2024-10-31

### Added

- Add support for CMakePresets in VSCode
- Add Changelog.
- Add NXP GPIO support.

### Changed

- Updated UI pack to v14.0.1
- Updated VG pack to v1.5.1
- Updated MCUXpresso SDK to v2.15.100
- Updated MicroEJ Architecture to flopi4G25#8.1.1
- Fix MicroEJ SDK 6 builds on Linux.

## [1.2.0] - 2023-12-05

### Added

- Add VSCode support.
- Add the mock implementation of the MicroEJ Demo-Wearable-VG natives.

### Removed

- Remove MCUXPresso IDE support.

## [1.1.0] - 2023-06-30

### Added

- Add MCUXPresso IDE support.
- Add West for repository management.

### Changed

- Update Documentation of the README.

## [1.0.0] - 2022-11-28

### Added

- Add MicroEJ CORE support.
- Add MicroEJ UI support.
- Add MicroEJ VG support.
- Add Power Management.
- Add Demo applications (AnimatedMascot & SimpleGFX).
- Initial release of the VEE Port.
Binary file removed Documentation/pictures/RT595/evk_jtag.jpg
Binary file not shown.
Binary file removed Documentation/pictures/RT595/evk_running_app.jpg
Binary file not shown.
Binary file removed Documentation/pictures/RT595/evk_uart.jpg
Binary file not shown.
Binary file added Documentation/pictures/RT595/g1120b0mipi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Documentation/pictures/RT595/g1120b0mipi.png
Binary file not shown.
Binary file not shown.
Binary file added Documentation/pictures/RT595/imxrt595evk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Documentation/pictures/RT595/mcuide_debug.png
Binary file not shown.
Binary file removed Documentation/pictures/RT595/mcuide_file_example.png
Binary file not shown.
Binary file removed Documentation/pictures/RT595/mcuide_import.png
Binary file not shown.
Binary file removed Documentation/pictures/RT595/mcuide_import_menu.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Documentation/pictures/RT595/vscode_select_build.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Documentation/pictures/common/sdk6-button.png
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

0 comments on commit 562eaf5

Please sign in to comment.