Kaynağa Gözat

[action] add nrf5340 ci config

hydevcode 6 ay önce
ebeveyn
işleme
40124ca12b

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/adc.attach

@@ -0,0 +1 @@
+CONFIG_RT_USING_ADC=y

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/chip_flash.attach

@@ -0,0 +1 @@
+CONFIG_BSP_USING_ON_CHIP_FLASH=y

+ 4 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/i2c.attach

@@ -0,0 +1,4 @@
+CONFIG_BSP_USING_I2C=y
+CONFIG_BSP_USING_I2C0=n
+CONFIG_BSP_USING_I2C1=n
+CONFIG_BSP_USING_I2C2=y

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/ipc.attach

@@ -0,0 +1 @@
+CONFIG_RT_USING_IPC=y

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/pwm.attach

@@ -0,0 +1 @@
+CONFIG_RT_USING_PWM=y

+ 2 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/qspi_flash.attach

@@ -0,0 +1,2 @@
+CONFIG_BSP_USING_QSPI_FLASH=y
+CONFIG_RT_USING_SFUD=y

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/rtc.attach

@@ -0,0 +1 @@
+CONFIG_BSP_USING_ONCHIP_RTC=y

+ 4 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/spi.attach

@@ -0,0 +1,4 @@
+CONFIG_BSP_USING_SPI=y
+CONFIG_BSP_USING_SPI0=n
+CONFIG_BSP_USING_SPI1=n
+CONFIG_BSP_USING_SPI2=y

+ 2 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/tim.attach

@@ -0,0 +1,2 @@
+CONFIG_BSP_USING_TIM=y
+CONFIG_BSP_USING_TIM1=y

+ 1 - 0
bsp/nrf5x/nrf5340/.ci/attachconfig/devices/wdt.attach

@@ -0,0 +1 @@
+CONFIG_RT_USING_WDT=y

+ 2 - 2
bsp/nrf5x/nrf5340/board/Kconfig

@@ -37,7 +37,7 @@ menu "Onboard Peripheral Drivers"
 
 
     menuconfig BSP_USING_QSPI_FLASH
-        select PKG_USING_FAL
+        select RT_USING_FAL
         bool "Enable QSPI FLASH(MX25R64 8MB)"
         default n
         depends on BSP_BOARD_PCA_10095
@@ -482,7 +482,7 @@ menu "On-chip Peripheral Drivers"
 
 
     config BSP_USING_ON_CHIP_FLASH
-        select PKG_USING_FAL
+        select RT_USING_FAL
         bool "Enable on-chip FLASH"
         default n