mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
stm32: add support for up_perf
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
26ab4e9200
commit
b487101b87
@@ -29,7 +29,7 @@ CMN_CSRCS += arm_releasestack.c arm_reprioritizertr.c arm_schedulesigaction.c
|
||||
CMN_CSRCS += arm_sigdeliver.c arm_stackframe.c arm_svcall.c arm_systemreset.c
|
||||
CMN_CSRCS += arm_trigger_irq.c arm_unblocktask.c arm_udelay.c arm_usestack.c
|
||||
CMN_CSRCS += arm_doirq.c arm_vfork.c arm_switchcontext.c arm_puts.c
|
||||
CMN_CSRCS += arm_tcbinfo.c
|
||||
CMN_CSRCS += arm_tcbinfo.c arm_perf.c
|
||||
|
||||
ifeq ($(CONFIG_STM32_TICKLESS_SYSTICK),y)
|
||||
CMN_CSRCS += arm_systick.c
|
||||
|
||||
Reference in New Issue
Block a user