Menu

#17 Type modifyer for c-array output

v1.64
closed
None
5
2014-04-27
2009-04-02
Anonymous
No

It would be good to be able to specify a pre-, and a post-fix string for the C array variable definition.
Current definition is:
const unsigned char program[] =
{
...
}

I would like to have
__root __no_init const unsigned char program[] @0x20000000 =
{
...
}

Thus a in my case the prefix string would be "__roor __no_init" and the postfix "@0x20000000".
Thanks! :)

Discussion

  • Scott Finneran

    Scott Finneran - 2014-04-26
    • labels: Interface Improvements (example) -->
    • status: open --> accepted
    • assigned_to: Scott Finneran
    • Group: --> Next Release
     
  • Scott Finneran

    Scott Finneran - 2014-04-27
    • Group: Next Release --> v1.64
     
  • Scott Finneran

    Scott Finneran - 2014-04-27
    • status: accepted --> closed