[action] add nrf5340 ci config

This commit is contained in:
hydevcode 2024-10-22 21:52:34 +08:00 committed by Meco Man
parent fed7c9acda
commit 40124ca12b
11 changed files with 20 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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