Skip to content

fix: repair ARM build broken by cleanup - #36

Merged
ozan956 merged 1 commit into
mainfrom
hotfix/arm-build-arch-serial
Sep 5, 2026
Merged

fix: repair ARM build broken by cleanup#36
ozan956 merged 1 commit into
mainfrom
hotfix/arm-build-arch-serial

Conversation

@ozan956

@ozan956 ozan956 commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

The dead-code cleanup removed arch/arm/cm7_common.c and cm7_fft.c but arch/arm/arch_profile.cmake still listed them, so any ARM/STM32 configure failed on missing sources. Point EMBEDDIP_ARCH_SOURCES at the real dwt_timer.c/cmsis_fft.c. Also restore the EMBED_DIP_BOARD_STM32H7S extern serial_t stm32h7s_uart; block dropped during branch reconstruction, without which H7S apps fail to compile.

The dead-code cleanup removed arch/arm/cm7_common.c and cm7_fft.c but
arch/arm/arch_profile.cmake still listed them, so any ARM/STM32 configure
failed on missing sources. Point EMBEDDIP_ARCH_SOURCES at the real
dwt_timer.c/cmsis_fft.c. Also restore the EMBED_DIP_BOARD_STM32H7S extern
serial_t stm32h7s_uart; block dropped during branch reconstruction,
without which H7S apps fail to compile.

Signed-off-by: Ozan Durgut <ozndrgt@gmail.com>
@ozan956 ozan956 self-assigned this Sep 5, 2026
@ozan956
ozan956 merged commit c8d20b1 into main Sep 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant