File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
boards/arm/mimxrt1170_evk
samples/drivers/display/boards Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ RT1170 EVKB (`mimxrt1170_evkb_cm7/cm4`)
130
130
+-----------+------------+-------------------------------------+-----------------+-----------------+
131
131
| HWINFO | on-chip | Unique device serial number | Supported (M7) | Supported (M7) |
132
132
+-----------+------------+-------------------------------------+-----------------+-----------------+
133
- | DISPLAY | on-chip | display | Supported (M7) | No support |
133
+ | DISPLAY | on-chip | display | Supported (M7) | Supported (M7) |
134
134
+-----------+------------+-------------------------------------+-----------------+-----------------+
135
135
| ACMP | on-chip | analog comparator | Supported | No support |
136
136
+-----------+------------+-------------------------------------+-----------------+-----------------+
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ supported:
22
22
- gpio
23
23
- hwinfo
24
24
- i2c
25
+ - kscan:touch
26
+ - mipi_dsi
25
27
- spi
26
28
- usb_device
27
29
- watchdog
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright 2023, NXP
3
+ #
4
+ # SPDX-License-Identifier: Apache-2.0
5
+ #
6
+
7
+ CONFIG_HEAP_MEM_POOL_SIZE=4194304
You can’t perform that action at this time.
0 commit comments