stm32: exti: Define all irqs in common header.

There's more exti lines on many more devices now. F0 and F3 have extras, as did
L1 and L0.  There's no real reason not to have higher order EXTI definitions
defined at the top level, and it reduces the number of files to merge together
to find all definitions for the bigger devices.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>

Fixes #338
This commit is contained in:
Karl Palsson
2014-09-30 22:32:52 +00:00
parent 283d8cc7d2
commit 2211944233
5 changed files with 22 additions and 48 deletions

View File

@@ -36,6 +36,6 @@
#ifndef LIBOPENCM3_EXTI_H
#define LIBOPENCM3_EXTI_H
#include <libopencm3/stm32/common/exti_common_l1f24.h>
#include <libopencm3/stm32/common/exti_common_all.h>
#endif