File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
bsp/nxp/mcx/mcxa/frdm-mcxa346/board Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -141,20 +141,16 @@ endmenu
141141
142142menu "Onboard Peripheral Drivers"
143143 config BSP_USING_ARDUINO
144- bool "Compatible with Arduino Ecosystem (RTduino)"
144+ bool "Compatible with Arduino Ecosystem (RTduino)"
145145 select PKG_USING_RTDUINO
146- select BSP_USING_UART2
147- select BSP_USING_GPIO
148- select BSP_USING_PWM
149- select BSP_USING_ADC
150- select BSP_USING_ADC0
151- select BSP_USING_ADC1
152- select BSP_USING_I2C
153- select BSP_USING_I2C1
154- select BSP_USING_I2C2
155- select BSP_USING_SPI
156- select BSP_USING_SPI1
157- default n
146+ select BSP_USING_UART2
147+ select BSP_USING_GPIO
148+ select BSP_USING_ADC0
149+ select BSP_USING_PWM0
150+ select BSP_USING_PWM1
151+ select BSP_USING_I2C1
152+ select BSP_USING_I2C2
153+ select BSP_USING_SPI1
158154 endmenu
159155
160156
You can’t perform that action at this time.
0 commit comments