From 7f451c6705700bedaf29a724714a14dc5625c2e0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Stekiel Date: Wed, 7 Mar 2018 10:44:39 +0100 Subject: [PATCH] Disable RTC support for UBLOX_EVK_ODIN_W2. This board inherits from STM_FAMILY, but drivers for this board are not consistent with the new standards. This board needs to be disabled for now. --- targets/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/targets.json b/targets/targets.json index e432580b09..6ad0ceecdc 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -2168,6 +2168,7 @@ "inherits": ["MODULE_UBLOX_ODIN_W2"], "supported_form_factors": ["ARDUINO"], "release_versions": ["5"], + "device_has_remove": ["RTC"], "config": { "stdio_uart_tx_help": { "help": "Value: D8(default) or D1"