Skip to content

Commit fec7420

Browse files
committed
RW612 changes
1 parent 7f80f0f commit fec7420

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
lib/mbedtls_errors/generate_errors.diff
2929
)
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.4
31+
rev: v2.4.1
3232
hooks:
3333
- id: codespell
3434
args: [-w]

ports/zephyr-cp/cptools/zephyr2cp.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@
145145
"LCD_D14",
146146
"LCD_D15",
147147
],
148+
"nxp,lcd-pmod": [
149+
"LCD_WR",
150+
"TOUCH_SCL",
151+
"LCD_DC",
152+
"TOUCH_SDA",
153+
"LCD_MOSI",
154+
"TOUCH_RESET",
155+
"LCD_CS",
156+
"TOUCH_INT",
157+
],
148158
"raspberrypi,csi-connector": [
149159
"CSI_D0_N",
150160
"CSI_D0_P",

0 commit comments

Comments
 (0)