This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Configuration Wizard annotations

Dear all,
I'm experimenting Keil Configuration Wizard and it looks fine.
Apart from number (<o>) and string (<s>), is it possible to enter "free text"?
This could be usefull, for example, to setup a field with a macro name, a callback function name, etc.
For example, I'd like to enter something like the following:

#define TRUE                    1
#define FALSE                   0

/*
//      <<< Use Configuration Wizard in Context Menu >>>
//      <e0> Configuration wizard example
//              <o1> Integer data <1-100>
//              <s0> String data
//      </e>
//      <<< end of configuration section >>>
*/
#define MODULE_ENABLE           1
#define MODULE_INTEGER          1
#define MODULE_STRING           "MyString"
#define I_NEED_THIS             TRUE
#define I_NEED_ALSO_THIS        MyCallback

Is it possible to properly show and manage also "I_NEED_THIS" and "I_NEED_ALSO_THIS" values?
Thank you in advance for your reply.
BR