Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fixed and documented PORTCON configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dual Tachyon authored and Dual Tachyon committed Sep 15, 2023
1 parent 2744a3f commit 65d7e51
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 49 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENABLE_AIRCOPY := 1
ENABLE_FMRADIO := 1
ENABLE_NOAA := 1
ENABLE_OVERLAY := 1
ENABLE_SWD := 0
ENABLE_UART := 1

BSP_DEFINITIONS := $(wildcard hardware/*/*.def)
Expand Down Expand Up @@ -131,6 +132,9 @@ endif
ifeq ($(ENABLE_OVERLAY),1)
CFLAGS += -DENABLE_OVERLAY
endif
ifeq ($(ENABLE_SWD),1)
CFLAGS += -DENABLE_SWD
endif
ifeq ($(ENABLE_UART),1)
CFLAGS += -DENABLE_UART
endif
Expand Down
Loading

0 comments on commit 65d7e51

Please sign in to comment.