libopencm3/lib/cm3
keepkeyjon f53e12d2da cm3: Only inline asm is allowed in naked functions
According to: https://gcc.gnu.org/onlinedocs/gcc-6.2.0/gcc/ARM-Function-Attributes.html

"Only basic asm statements can safely be included in naked functions (see Basic
Asm). While using extended asm or a mixture of basic asm and C code may appear
to work, they cannot be depended upon to work reliably and are not supported."
2018-07-29 20:31:17 +00:00
..
assert.c First coarse run to fix coding style in locm3. 2013-06-12 18:22:56 -07:00
dwt.c Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
nvic.c [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
scb.c [Style] Global style fix run. 2014-01-03 01:07:30 +01:00
sync.c cm3/sync: Fix broken mutex_trylock() 2016-01-06 14:36:30 +00:00
systick.c Add method to clear the systick value, that is undefined at startup. 2014-01-15 22:37:45 +01:00
vector.c cm3: Only inline asm is allowed in naked functions 2018-07-29 20:31:17 +00:00