mirror of
https://github.com/ayabusa/Numworks-zeta-os.git
synced 2024-11-21 18:53:24 +00:00
updated workflow
This commit is contained in:
parent
c26afbadae
commit
12a9e6029a
@ -10,18 +10,18 @@ MCU_SPEC = cortex-m7
|
||||
|
||||
# Toolchain definitions (ARM bare metal defaults)
|
||||
ifndef RUN_IN_GITHUB_ACTION
|
||||
TOOLCHAIN = /usr/bin# if make is run normally
|
||||
TOOLCHAIN = /usr/bin/# if make is run normally
|
||||
else
|
||||
TOOLCHAIN = $(ARM_NONE_EABI_GCC_PATH) # if run inside of a github action
|
||||
endif
|
||||
|
||||
CP = $(TOOLCHAIN)/arm-none-eabi-g++
|
||||
CC = $(TOOLCHAIN)/arm-none-eabi-gcc
|
||||
AS = $(TOOLCHAIN)/arm-none-eabi-as
|
||||
LD = $(TOOLCHAIN)/arm-none-eabi-ld
|
||||
OC = $(TOOLCHAIN)/arm-none-eabi-objcopy
|
||||
OD = $(TOOLCHAIN)/arm-none-eabi-objdump
|
||||
OS = $(TOOLCHAIN)/arm-none-eabi-size
|
||||
CP = $(TOOLCHAIN)arm-none-eabi-g++
|
||||
CC = $(TOOLCHAIN)arm-none-eabi-gcc
|
||||
AS = $(TOOLCHAIN)arm-none-eabi-as
|
||||
LD = $(TOOLCHAIN)arm-none-eabi-ld
|
||||
OC = $(TOOLCHAIN)arm-none-eabi-objcopy
|
||||
OD = $(TOOLCHAIN)arm-none-eabi-objdump
|
||||
OS = $(TOOLCHAIN)arm-none-eabi-size
|
||||
|
||||
# Assembly directives.
|
||||
ASFLAGS += -c
|
||||
|
BIN
numworks_port/build/Laplace/gpio_helper.o
Normal file
BIN
numworks_port/build/Laplace/gpio_helper.o
Normal file
Binary file not shown.
BIN
numworks_port/build/Laplace/keyboard.o
Normal file
BIN
numworks_port/build/Laplace/keyboard.o
Normal file
Binary file not shown.
BIN
numworks_port/build/Laplace/laplace.o
Normal file
BIN
numworks_port/build/Laplace/laplace.o
Normal file
Binary file not shown.
BIN
numworks_port/build/Laplace/led.o
Normal file
BIN
numworks_port/build/Laplace/led.o
Normal file
Binary file not shown.
BIN
numworks_port/build/Laplace/time.o
Normal file
BIN
numworks_port/build/Laplace/time.o
Normal file
Binary file not shown.
BIN
numworks_port/build/info_headers.o
Normal file
BIN
numworks_port/build/info_headers.o
Normal file
Binary file not shown.
BIN
numworks_port/build/main.bin
Executable file
BIN
numworks_port/build/main.bin
Executable file
Binary file not shown.
BIN
numworks_port/build/main.elf
Executable file
BIN
numworks_port/build/main.elf
Executable file
Binary file not shown.
BIN
numworks_port/build/main.o
Normal file
BIN
numworks_port/build/main.o
Normal file
Binary file not shown.
BIN
numworks_port/build/start_handler.o
Normal file
BIN
numworks_port/build/start_handler.o
Normal file
Binary file not shown.
BIN
numworks_port/build/vector_table.o
Normal file
BIN
numworks_port/build/vector_table.o
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user