updated workflow

This commit is contained in:
ayabusa 2024-04-02 18:44:36 +02:00
parent c26afbadae
commit 12a9e6029a
12 changed files with 8 additions and 8 deletions

View File

@ -10,18 +10,18 @@ MCU_SPEC = cortex-m7
# Toolchain definitions (ARM bare metal defaults) # Toolchain definitions (ARM bare metal defaults)
ifndef RUN_IN_GITHUB_ACTION ifndef RUN_IN_GITHUB_ACTION
TOOLCHAIN = /usr/bin# if make is run normally TOOLCHAIN = /usr/bin/# if make is run normally
else else
TOOLCHAIN = $(ARM_NONE_EABI_GCC_PATH) # if run inside of a github action TOOLCHAIN = $(ARM_NONE_EABI_GCC_PATH) # if run inside of a github action
endif endif
CP = $(TOOLCHAIN)/arm-none-eabi-g++ CP = $(TOOLCHAIN)arm-none-eabi-g++
CC = $(TOOLCHAIN)/arm-none-eabi-gcc CC = $(TOOLCHAIN)arm-none-eabi-gcc
AS = $(TOOLCHAIN)/arm-none-eabi-as AS = $(TOOLCHAIN)arm-none-eabi-as
LD = $(TOOLCHAIN)/arm-none-eabi-ld LD = $(TOOLCHAIN)arm-none-eabi-ld
OC = $(TOOLCHAIN)/arm-none-eabi-objcopy OC = $(TOOLCHAIN)arm-none-eabi-objcopy
OD = $(TOOLCHAIN)/arm-none-eabi-objdump OD = $(TOOLCHAIN)arm-none-eabi-objdump
OS = $(TOOLCHAIN)/arm-none-eabi-size OS = $(TOOLCHAIN)arm-none-eabi-size
# Assembly directives. # Assembly directives.
ASFLAGS += -c ASFLAGS += -c

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
numworks_port/build/main.bin Executable file

Binary file not shown.

BIN
numworks_port/build/main.elf Executable file

Binary file not shown.

BIN
numworks_port/build/main.o Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.