We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f80f0f commit fec7420Copy full SHA for fec7420
2 files changed
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
lib/mbedtls_errors/generate_errors.diff
29
)
30
- repo: https://github.com/codespell-project/codespell
31
- rev: v2.2.4
+ rev: v2.4.1
32
hooks:
33
- id: codespell
34
args: [-w]
ports/zephyr-cp/cptools/zephyr2cp.py
@@ -145,6 +145,16 @@
145
"LCD_D14",
146
"LCD_D15",
147
],
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
+ ],
158
"raspberrypi,csi-connector": [
159
"CSI_D0_N",
160
"CSI_D0_P",
0 commit comments