aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorMichael Walker <walkerstop@gmail.com>2018-05-03 15:17:52 -0700
committerMichael Walker <walkerstop@gmail.com>2018-05-03 15:17:52 -0700
commitf4b640014d7b042e80dfaec520d3a02fb7220dfe (patch)
treecfbbf5ee4c56702109e5003e3552b8e9551801cf /os/hal/ports
parent8f7e1d18b943d1e2ba808f9a8e1e79cc78b6044e (diff)
downloadChibiOS-Contrib-f4b640014d7b042e80dfaec520d3a02fb7220dfe.tar.gz
ChibiOS-Contrib-f4b640014d7b042e80dfaec520d3a02fb7220dfe.tar.bz2
ChibiOS-Contrib-f4b640014d7b042e80dfaec520d3a02fb7220dfe.zip
Correct register definitions for MK66F18 for LPTMR and FlexRAM
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/KINETIS/MK66F18/kinetis_registry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/ports/KINETIS/MK66F18/kinetis_registry.h b/os/hal/ports/KINETIS/MK66F18/kinetis_registry.h
index f733244..6634b10 100644
--- a/os/hal/ports/KINETIS/MK66F18/kinetis_registry.h
+++ b/os/hal/ports/KINETIS/MK66F18/kinetis_registry.h
@@ -158,6 +158,9 @@
#define KINETIS_USB0_IS_USBOTG TRUE
#define KINETIS_HAS_USB_CLOCK_RECOVERY TRUE
+/* LPTMR attributes.*/
+#define KINETIS_LPTMR0_IRQ_VECTOR Vector128
+
/** @} */
#endif /* KINETIS_REGISTRY_H_ */