1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

Merge pull request #7436 from gebart/pr/mulle-rtt-config

mulle: Update RTT config to match other Kinetis boards
This commit is contained in:
Francisco Acosta 2017-10-31 15:38:14 +01:00 committed by GitHub
commit ba2e55bc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,9 +365,9 @@ static const spi_conf_t spi_config[] = {
* @{
*/
#define RTT_NUMOF (1U)
#define RTT_IRQ_PRIO CPU_DEFAULT_IRQ_PRIO
#define RTT_IRQ RTC_IRQn
#define RTT_ISR isr_rtc_alarm
#define RTT_IRQ_PRIO 10
#define RTT_ISR isr_rtc
#define RTT_DEV RTC
#define RTT_UNLOCK() (BITBAND_REG32(SIM->SCGC6, SIM_SCGC6_RTC_SHIFT) = 1)
#define RTT_MAX_VALUE (0xffffffff)