mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 17:59:18 +01:00
feat: add luckfox pico pro/max support
This commit is contained in:
@@ -14,7 +14,7 @@ TARGET5 = luckfox_uart_test
|
||||
TARGET6 = luckfox_spi_test
|
||||
|
||||
|
||||
all: $(TARGET1) $(TARGET2) $(TARGET3) $(TARGET4) $(TARGET5) $(TARGET6)
|
||||
all: $(TARGET1) $(TARGET2) $(TARGET3) $(TARGET4) $(TARGET5) $(TARGET6)
|
||||
|
||||
$(TARGET1): $(TARGET1).o $(OBJ)
|
||||
@$(CC) $(CFLAGS) $(TARGET1).o $(OBJ) -o $@
|
||||
|
||||
Reference in New Issue
Block a user