File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
samples/sensor/mcux_lpcmp Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,14 @@ LPCMP positive input port voltage by changing the voltage input to J2-9.
57
57
:board: frdm_mcxa156
58
58
:goals: build flash
59
59
:compact:
60
+
61
+ Building and Running for NXP FRDM-MCXA153
62
+ =========================================
63
+ Build the application for the :zephyr:board: `frdm_mcxa153 ` board, and adjust the
64
+ LPCMP positive input port voltage by changing the voltage input to J2-9.
65
+
66
+ .. zephyr-app-commands ::
67
+ :zephyr-app: samples/sensor/mcux_lpcmp
68
+ :board: frdm_mcxa153
69
+ :goals: build flash
70
+ :compact:
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2025 NXP
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ &lpcmp0 {
8
+ function-clock = "CMP_CLOCK";
9
+ };
Original file line number Diff line number Diff line change 7
7
- mcx_n9xx_evk/mcxn947/cpu0
8
8
- frdm_mcxn236
9
9
- frdm_mcxa156
10
+ - frdm_mcxa153
10
11
integration_platforms :
11
12
- frdm_mcxn947/mcxn947/cpu0
12
13
- frdm_mcxn236
You can’t perform that action at this time.
0 commit comments