SENT
This commit is contained in:
parent
2232b9599a
commit
ee11c025b2
|
@ -37,3 +37,7 @@ jobs:
|
||||||
- name: Build Digital Inputs Firmware
|
- name: Build Digital Inputs Firmware
|
||||||
working-directory: ./digital-inputs/firmware
|
working-directory: ./digital-inputs/firmware
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
- name: Build SENT Firmware
|
||||||
|
working-directory: ./SENT-box/firmware
|
||||||
|
run: make
|
||||||
|
|
|
@ -90,7 +90,7 @@ PROJECT = ch
|
||||||
MCU = cortex-m3
|
MCU = cortex-m3
|
||||||
|
|
||||||
# Imported source files and paths.
|
# Imported source files and paths.
|
||||||
CHIBIOS = ../ChibiOS
|
CHIBIOS = ../../ChibiOS
|
||||||
CONFDIR := ./cfg
|
CONFDIR := ./cfg
|
||||||
BUILDDIR := ./build
|
BUILDDIR := ./build
|
||||||
DEPDIR := ./.dep
|
DEPDIR := ./.dep
|
Loading…
Reference in New Issue