Skip to content

Commit

Permalink
build is possible for Renesas RA4M1 target
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Feb 20, 2024
1 parent 117c2e3 commit b2a253e
Show file tree
Hide file tree
Showing 10 changed files with 1,103 additions and 21 deletions.
3 changes: 2 additions & 1 deletion software/firmware/source/SoftRF/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ PLAT_CPPS := $(PLATFORM_PATH)/ESP8266.cpp \
$(PLATFORM_PATH)/SAMD.cpp \
$(PLATFORM_PATH)/AVR.cpp \
$(PLATFORM_PATH)/ASR66.cpp \
$(PLATFORM_PATH)/RP2040.cpp
$(PLATFORM_PATH)/RP2040.cpp \
$(PLATFORM_PATH)/RA4M1.cpp

DRV_CPPS := $(DRIVER_PATH)/RF.cpp \
$(DRIVER_PATH)/GNSS.cpp \
Expand Down
Loading

0 comments on commit b2a253e

Please sign in to comment.