libopencm3/include/libopencmsis
Piotr Esden-Tempski 7df63fcae0 First coarse run to fix coding style in locm3.
Added --terse and --mailback options to the make stylecheck target. It
also does continue even if it enounters a possible error.

We decided on two exceptions from the linux kernel coding standard:
- Empty wait while loops may end with ; on the same line.
- All blocks after while, if, for have to be in brackets even if they
  only contain one statement. Otherwise it is easy to introduce an
  error.

Checkpatch needs to be adapted to reflect those changes.
2013-06-12 18:22:56 -07:00
..
dispatch added irqs for the rest of the efm32 devices 2012-10-19 01:11:43 +02:00
core_cm3.h First coarse run to fix coding style in locm3. 2013-06-12 18:22:56 -07:00