RIOT/cpu/cortexm_common
Francisco Molina cb5cbe7431
cpu/cortexm_common: add inlined header only def for irq_%
irq_% are not inlined by the compiler which leads to it branching
to a function that actually implement a single machine instruction.

Inlining these functions makes the call more efficient as well as
saving some bytes in ROM.
2020-05-12 16:37:34 +02:00
..
2020-01-11 13:37:20 +01:00
2018-06-11 19:12:02 +02:00