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
..
2016-02-29 21:30:31 +00:00
2016-11-05 13:54:09 -07:00
2015-10-14 22:15:15 +00:00
2016-03-08 08:52:54 -08:00
2015-11-24 09:55:27 +00:00
2015-10-14 22:15:15 +00:00
2017-10-18 20:51:33 +00:00