mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[update] add fal component. (#5662)
* [update] add fal component. * [update] format code. * [update] change PKG_USING_FAL to RT_USING_FAL * [update] format code. * [update] fal * [update] delete FAL_SW_VERSION
This commit is contained in:
@@ -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_10056
|
||||
@@ -378,7 +378,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user