Skip to content

Commit

Permalink
[bsp/ifx] add cyw43012 wifi module
Browse files Browse the repository at this point in the history
  • Loading branch information
Guozhanxin authored and mysterywolf committed Aug 11, 2023
1 parent f307a2c commit f53fc15
Show file tree
Hide file tree
Showing 64 changed files with 6,058 additions and 2,738 deletions.
3 changes: 1 addition & 2 deletions bsp/Infineon/libraries/IFX_PSOC6_HAL/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ if GetDepend(['SOC_CY8C6244LQI_S4D92']):
src += Glob('psoc6cm0p/COMPONENT_CM0P_SLEEP/*.c')

if GetDepend(['RT_USING_SERIAL']):
src += ['retarget-io/cy_retarget_io.c']
src += ['mtb-hal-cat1/source/cyhal_uart.c']
src += ['mtb-pdl-cat1/drivers/source/cy_scb_uart.c']

Expand All @@ -93,7 +92,7 @@ if GetDepend(['RT_USING_ADC']):
src += ['mtb-pdl-cat1/drivers/source/cy_dmac.c']
src += ['mtb-pdl-cat1/drivers/source/cy_sysanalog.c']

if GetDepend(['RT_USING_SDIO']):
if GetDepend(['RT_USING_SDIO']) or GetDepend(['BSP_USING_CYW43012_WIFI']):
src += ['mtb-hal-cat1/source/cyhal_sdhc.c']
src += ['mtb-pdl-cat1/drivers/source/cy_sd_host.c']

Expand Down

This file was deleted.

55 changes: 0 additions & 55 deletions bsp/Infineon/libraries/IFX_PSOC6_HAL/retarget-io/EULA

This file was deleted.

Loading

0 comments on commit f53fc15

Please sign in to comment.