summaryrefslogtreecommitdiff
path: root/board/keyborg/ec.irqlist
blob: 670978c5c562f51dabb30d371dab3073d3158fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/**
 * List of enabled IRQ. To enable an IRQ, use ENABLE_IRQ(irq_num). Any
 * IRQ that is not listed here is disabled.
 */

ENABLE_IRQ(STM32_IRQ_EXTI0)
ENABLE_IRQ(STM32_IRQ_TIM2)