File tree 2 files changed +10
-15
lines changed
boards/arm/chester_nrf52840
2 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 183
183
};
184
184
};
185
185
186
+ &uicr {
187
+ nfct-pins-as-gpios;
188
+ gpio-as-nreset;
189
+ };
190
+
186
191
&adc {
187
192
status = "okay";
188
193
};
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: LicenseRef-HARDWARIO-5-Clause
5
5
#
6
6
7
- CONFIG_SOC_SERIES_NRF52X=y
8
- CONFIG_SOC_NRF52840_QIAA=y
9
- CONFIG_BOARD_CHESTER_NRF52840=y
10
-
11
- # Enable MPU
12
7
CONFIG_ARM_MPU=y
13
-
14
- # Enable hardware stack protection
15
- CONFIG_HW_STACK_PROTECTION=y
16
-
17
- # Enable RTT
18
- CONFIG_USE_SEGGER_RTT=y
19
-
20
- # enable GPIO
8
+ CONFIG_BOARD_CHESTER_NRF52840=y
21
9
CONFIG_GPIO=y
22
- CONFIG_GPIO_AS_PINRESET=n
23
-
10
+ CONFIG_HW_STACK_PROTECTION=y
24
11
CONFIG_PINCTRL=y
12
+ CONFIG_SOC_NRF52840_QIAA=y
13
+ CONFIG_SOC_SERIES_NRF52X=y
14
+ CONFIG_USE_SEGGER_RTT=y
You can’t perform that action at this time.
0 commit comments