[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:
xiao xie
2022-09-15 05:08:26 -04:00
committed by GitHub
parent 09e29c4d93
commit a0ca06b499
6 changed files with 245 additions and 1 deletions
+3
View File
@@ -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]