From 75102a93b3ae7126e8c09081aedc633dbce58c20 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Mon, 9 Dec 2024 18:48:31 +0000 Subject: [PATCH] meson: Removed efm and hc32 support from the default set on bluepill to solve the out of Flash space problem --- cross-file/bluepill.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-file/bluepill.ini b/cross-file/bluepill.ini index 0dd1529c54a..50028721002 100644 --- a/cross-file/bluepill.ini +++ b/cross-file/bluepill.ini @@ -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