meson: Removed efm and hc32 support from the default set on swlink to solve the out of Flash space problem

This commit is contained in:
dragonmux
2024-12-09 17:18:41 +00:00
parent a709975912
commit 1d5c1fb6fb

View File

@@ -19,6 +19,6 @@ endian = 'little'
[project options]
probe = 'swlink'
targets = 'cortexm,efm,hc32,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
targets = 'cortexm,lpc,nrf,nxp,renesas,rp,sam,stm,ti'
rtt_support = false
bmd_bootloader = false