Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKPORT] Patches for STM32H7 support from Apache NuttX #286

Draft
wants to merge 16 commits into
base: px4_firmware_nuttx-10.3.0+
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[BACKPORT] fix: arm common Make.defs
royratcliffe committed Nov 14, 2023
commit 01ef7d631bf4b78b4c57085000eb544d9a9c0f3c
7 changes: 5 additions & 2 deletions arch/arm/src/common/Make.defs
Original file line number Diff line number Diff line change
@@ -20,13 +20,16 @@

# Common ARM files

CMN_CSRCS += arm_assert.c arm_blocktask.c
CMN_CSRCS += arm_allocateheap.c arm_createstack.c arm_exit.c
CMN_CSRCS += arm_fullcontextrestore.c
CMN_CSRCS += arm_getintstack.c arm_initialize.c arm_lowputs.c
CMN_CSRCS += arm_modifyreg8.c arm_modifyreg16.c arm_modifyreg32.c
CMN_CSRCS += arm_releasepending.c
CMN_CSRCS += arm_nputs.c arm_releasestack.c arm_registerdump.c
CMN_CSRCS += arm_reprioritizertr.c
CMN_CSRCS += arm_stackframe.c arm_switchcontext.c
CMN_CSRCS += arm_usestack.c
# arm_fork.c
CMN_CSRCS += arm_vfork.c arm_unblocktask.c arm_usestack.c

ifneq ($(CONFIG_ALARM_ARCH),y)
ifneq ($(CONFIG_TIMER_ARCH),y)