From 5ac0166388ac9a493491a30fbc3570f23950dc51 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 7 Feb 2016 21:48:40 +0000 Subject: qeditor: port to the new hwstub library and add features This commit adds support for the version of the hwstub library, which requires a lot of changes. It also adds some editing features, such as register access and much better editing of fields using the mouse (double click on a field to be able to resize and move it). Change-Id: I3c4e4cc855cb44911c72bc8127bad841b68efe52 --- utils/imxtools/misc/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/imxtools') diff --git a/utils/imxtools/misc/map.h b/utils/imxtools/misc/map.h index b94875ff6d..6143f91912 100644 --- a/utils/imxtools/misc/map.h +++ b/utils/imxtools/misc/map.h @@ -79,7 +79,7 @@ struct soc_t #define PIN_GROUP_PREFIX_NONE "" #define R(group,name,block) {PIN_GROUP_PREFIX_##group name, PIN_GROUP_##group, block} -#define Q(group,block,name) R(group,STR(block)"_"name, block) +#define Q(group,block,name) R(group,STR(block) "_" name, block) #define P(group,name) R(group,name,PIN_NO_BLOCK) #define IO P(GPIO,"gpio") -- cgit v1.2.3