From d20385e3963f26bd89c3fc6ad3c239fbfce98280 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Wed, 9 Sep 2020 09:57:13 +0200 Subject: [PATCH] STM32G4: remove ADC support Waiting for implementation and test --- targets/targets.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 28cae19f39..933a368c3b 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -2469,6 +2469,9 @@ "EXTRA_IDLE_STACK_REQUIRED", "MBED_TICKLESS" ], + "device_has_remove": [ + "ANALOGIN" + ], "overrides": { "lpticker_delay_ticks": 0 },