From f93860b8947cf4d3202d303f2a4bb586f9a5a2e7 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 28 Nov 2021 23:47:45 +0100 Subject: [PATCH] Do not output `kind` to the yamls. I originally added it for debugging of the stm32-data script itself. It is useless to anyone trying to consume the yamls, due to the wonky st versioning. --- stm32data/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stm32data/__main__.py b/stm32data/__main__.py index ef18953..23b0f39 100755 --- a/stm32data/__main__.py +++ b/stm32data/__main__.py @@ -624,7 +624,6 @@ def parse_chips(): p = OrderedDict({ 'address': addr, - 'kind': pkind, }) peri_clock = None