Created by: FlorinHadarean
I added support which allows user to put attributes to arrays. The need appears when a processor, in my case a DSP, requires to have _buffer aligned at 8 bytes, so in this case the syntax should be : char _buffer[CAPACITY] attribute ((aligned(8)));