|
@@ -12,32 +12,14 @@ board.c
|
|
|
CubeMX_Config/Src/stm32l4xx_hal_msp.c
|
|
|
''')
|
|
|
|
|
|
-if GetDepend(['BSP_USING_QSPI_FLASH']):
|
|
|
- src += Glob('ports/drv_qspi_flash.c')
|
|
|
-
|
|
|
-if GetDepend('BSP_USING_SPI_LCD'):
|
|
|
- src = src + ['ports/drv_lcd.c']
|
|
|
+if GetDepend(['BSP_USING_ON_CHIP_FLASH']):
|
|
|
+ src += Glob('mnt_onchip.c')
|
|
|
|
|
|
-if GetDepend(['BSP_USING_SDCARD']):
|
|
|
- src += Glob('ports/sdcard_port.c')
|
|
|
-
|
|
|
-if GetDepend(['BSP_USING_ICM20608']) or GetDepend(['BSP_USING_AHT10']):
|
|
|
- src += Glob('ports/sensor_port.c')
|
|
|
-
|
|
|
-if GetDepend(['BSP_USING_AUDIO']):
|
|
|
- src += Glob('ports/audio/drv_es8388.c')
|
|
|
- src += Glob('ports/audio/drv_sound.c')
|
|
|
-
|
|
|
-if GetDepend(['BSP_USING_AUDIO_RECORD']):
|
|
|
- src += Glob('ports/audio/drv_mic.c')
|
|
|
|
|
|
path = [cwd]
|
|
|
path += [cwd + '/CubeMX_Config/Inc']
|
|
|
path += [cwd + '/ports']
|
|
|
|
|
|
-if GetDepend(['BSP_USING_AUDIO']):
|
|
|
- path += [cwd + '/ports/audio']
|
|
|
-
|
|
|
startup_path_prefix = SDK_LIB
|
|
|
|
|
|
if rtconfig.PLATFORM in ['gcc']:
|