mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 03:09:16 +08:00
[imxrt 1170]add flexspi support (#6429)
* [imxrt 1170]add flexspi support * format file * format file * update flexspi serial root clk to 80MHz * format file
This commit is contained in:
@@ -76,6 +76,9 @@ if GetDepend('RT_USING_USB_HOST'):
|
||||
|
||||
if GetDepend('BSP_USING_PULSE_ENCODER'):
|
||||
src += ['drv_pulse_encoder.c']
|
||||
|
||||
if GetDepend('BSP_USING_FLEXSPI'):
|
||||
src += ['drv_flexspi.c']
|
||||
|
||||
src += ['drv_common.c']
|
||||
path = [cwd]
|
||||
|
||||
Reference in New Issue
Block a user