From 3eb114c680a63274948700c653dfc263d182171a Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 1 May 2023 00:49:15 +0200 Subject: stm32g0b1: Add initial support. --- platforms/cortex-m.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platforms/cortex-m.yaml') diff --git a/platforms/cortex-m.yaml b/platforms/cortex-m.yaml index 0a15611..fab494b 100644 --- a/platforms/cortex-m.yaml +++ b/platforms/cortex-m.yaml @@ -24,6 +24,13 @@ define: - CORTEX_M +# cortex-m0plus +- match: + cpu: cortex-m0plus + + cflags: + - -mcpu=cortex-m0plus + # cortex-m3 - match: cpu: !re cortex-m3 -- cgit v1.2.3