• Alvise Rigo's avatar
    atomic-test: Fix a GCC 5.1 compatibility issue · 78d701a6
    Alvise Rigo authored
    For some reason, arm-none-eabi GCC 5.1 does not like the following way
    to allocate a static array:
    char array[10] = {0};
    for an undefined reference of memset().
    
    Changing the linker to gcc might solve the problem, for the time being
    workaround the problem initiating the memory manually.
    78d701a6