mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 23:45:11 +00:00
Add skeleton lowputc() file for EFM32
This commit is contained in:
parent
534194aa68
commit
4355396d81
1 changed files with 2 additions and 1 deletions
|
|
@ -94,7 +94,8 @@ ifeq ($(CONFIG_ARMV7M_CMNVECTOR),y)
|
|||
CHIP_ASRCS += efm32_vectors.S
|
||||
endif
|
||||
|
||||
CHIP_CSRCS = efm32_start.c efm32_clockconfig.c efm32_irq.c efm32_timerisr.c
|
||||
CHIP_CSRCS = efm32_start.c efm32_clockconfig.c efm32_irq.c efm32_timerisr.c
|
||||
CHIP_CSRCS += efm32_lowputc.c
|
||||
|
||||
ifneq ($(CONFIG_ARCH_IDLE_CUSTOM),y)
|
||||
CHIP_CSRCS += efm32_idle.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue