From 0c89ac9a44675e99d3308a42f579ed1540235be0 Mon Sep 17 00:00:00 2001 From: Alexey Starikovskiy Date: Wed, 6 Sep 2023 13:23:08 +0300 Subject: [PATCH] Add GD32VF103 to misc devices --- src/part.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/part.hpp b/src/part.hpp index be337eb..87b40b0 100644 --- a/src/part.hpp +++ b/src/part.hpp @@ -251,6 +251,8 @@ static std::map misc_dev_list = { {0x4ba00477, {"ARM cortex A9", 4}}, {0x5ba00477, {"ARM cortex A53", 4}}, {0xfffffffe, {"ZynqMP dummy device", 12}}, + {0x1000563d, {"GD32VF103", 5}}, + {0x790007a3, {"GD32VF103", 5}}, }; /* list of JTAG manufacturer ID */