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

This commit is contained in:
dragonmux
2024-12-09 18:48:31 +00:00
parent b10a119fec
commit 75102a93b3

View File

@@ -19,6 +19,6 @@ endian = 'little'
[project options]
probe = 'bluepill'
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 = true