You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add RZ/A3M board configuration in CMakeLists.txt for both demos
- Add software rotation support for portrait displays (720x1280)
- Add touch input support with GT911 controller
- Update west.yaml to use Renesas Zephyr fork (wip_rz branch)
- Add board-specific config and overlay files
Copy file name to clipboardExpand all lines: demos/home-automation/zephyr/README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ The `-p always` option of the build command forces a pristine build. The Zephyr
83
83
84
84
## Build and Run the Example on a Device
85
85
86
+
### NXP MIMXRT1170-EVKB
87
+
86
88
This sample has been tested on the [NXP MIMXRT1170-EVKB](https://docs.zephyrproject.org/latest/boards/nxp/mimxrt1170_evk/doc/index.html) with a [RK055HDMIPI4MA0 MIPI display](https://docs.zephyrproject.org/latest/boards/shields/rk055hdmipi4ma0/doc/index.html). The board/debug probe may require configuring as described [here](https://docs.zephyrproject.org/latest/boards/nxp/mimxrt1170_evk/doc/index.html#configuring-a-debug-probe).
This sample can run on the [Renesas EK-RZ/A3M](https://www.renesas.com/en/products/microcontrollers-microprocessors/rz-mpus/ek-rza3m-evaluation-kit-rza3m-mpu) evaluation kit with its 5-inch 720x1280 MIPI display.
101
+
102
+
**Note:** The EK-RZ/A3M requires using Renesas's Zephyr fork. Replace step 4 of the prerequisites with:
103
+
104
+
```bash
105
+
# If Slint source is already checked out (use west-rza3m.yaml instead of west.yaml):
106
+
cd ..
107
+
west init -l --mf demos/zephyr-common/west-rza3m.yaml ./slint
108
+
109
+
# If you do not have Slint source yet:
110
+
west init -m https://github.com/slint-ui/slint --mr zephyr --mf demos/zephyr-common/west-rza3m.yaml slint-zephyr
111
+
cd slint-zephyr
112
+
113
+
# Checkout the repositories:
114
+
west update
115
+
```
116
+
117
+
```bash
118
+
# Build
119
+
west build -b rza3m_ek -p always slint/demos/home-automation/zephyr -- -DSHIELD=rtkapplcdms02001be -DCMAKE_BUILD_TYPE=Release
Copy file name to clipboardExpand all lines: demos/printerdemo/zephyr/README.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,8 @@ The `-p always` option of the build command forces a pristine build. The Zephyr
83
83
84
84
## Build and Run the Example on a Device
85
85
86
+
### NXP MIMXRT1170-EVKB
87
+
86
88
This sample has been tested on the [NXP MIMXRT1170-EVKB](https://docs.zephyrproject.org/latest/boards/nxp/mimxrt1170_evk/doc/index.html) with a [RK055HDMIPI4MA0 MIPI display](https://docs.zephyrproject.org/latest/boards/shields/rk055hdmipi4ma0/doc/index.html). The board/debug probe may require configuring as described [here](https://docs.zephyrproject.org/latest/boards/nxp/mimxrt1170_evk/doc/index.html#configuring-a-debug-probe).
This sample can run on the [Renesas EK-RZ/A3M](https://www.renesas.com/en/products/microcontrollers-microprocessors/rz-mpus/ek-rza3m-evaluation-kit-rza3m-mpu) evaluation kit with its 5-inch 720x1280 MIPI display.
101
+
102
+
**Note:** The EK-RZ/A3M requires using Renesas's Zephyr fork. Replace step 4 of the prerequisites with:
103
+
104
+
```bash
105
+
# If Slint source is already checked out (use west-rza3m.yaml instead of west.yaml):
106
+
cd ..
107
+
west init -l --mf demos/zephyr-common/west-rza3m.yaml ./slint
108
+
109
+
# If you do not have Slint source yet:
110
+
west init -m https://github.com/slint-ui/slint --mr zephyr --mf demos/zephyr-common/west-rza3m.yaml slint-zephyr
111
+
cd slint-zephyr
112
+
113
+
# Checkout the repositories:
114
+
west update
115
+
```
116
+
117
+
```bash
118
+
# Build
119
+
west build -b rza3m_ek -p always slint/demos/printerdemo/zephyr -- -DSHIELD=rtkapplcdms02001be -DCMAKE_BUILD_TYPE=Release
0 commit comments