Skip to content

Commit

Permalink
Consolidate RX65N/RX72N common code (99% the same).
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed May 31, 2024
1 parent c937a43 commit 649c37b
Show file tree
Hide file tree
Showing 8 changed files with 1,099 additions and 1,737 deletions.
2 changes: 1 addition & 1 deletion arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ ifeq ($(ARCH),RENESAS_RX)
endif

# Renesas specific files
OBJS+=src/boot_renesas.o src/boot_renesas_start.o
OBJS+=src/boot_renesas.o src/boot_renesas_start.o hal/renesas-rx.o
ifeq ($(SPMATH),1)
MATH_OBJS += ./lib/wolfssl/wolfcrypt/src/sp_c32.o
endif
Expand Down
Loading

0 comments on commit 649c37b

Please sign in to comment.