mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
72c93a9743
For now, nRF53 and nRF9160 will shared UART/I2C/SPI IRQs, nRF52 will reuse the same callback but will keep its own file to avoid breakage. This can be continue in a followup PR Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
8 lines
119 B
Makefile
8 lines
119 B
Makefile
MODULE = nrf_shared_serial_irq
|
|
|
|
SRC_FILE = shared_serial_irq.c
|
|
|
|
SRCS += $(SRC_FILE)
|
|
|
|
include $(RIOTBASE)/Makefile.base
|