Skip to content

Commit 2d62f61

Browse files
committed
fix arduino soupport
1 parent 41a7835 commit 2d62f61

File tree

1 file changed

+9
-13
lines changed
  • bsp/nxp/mcx/mcxa/frdm-mcxa346/board

1 file changed

+9
-13
lines changed

bsp/nxp/mcx/mcxa/frdm-mcxa346/board/Kconfig

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,20 +141,16 @@ endmenu
141141

142142
menu "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

0 commit comments

Comments
 (0)