[CI Update]: Add EMSRPROTO4 to build CI (#44)

* add proto4 to build ci

* fix emsrproto4 target.mk
This commit is contained in:
Hugo Chiang 2023-04-03 23:16:21 +08:00 committed by GitHub
parent 6c254d1f57
commit fd426a4319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, NEUTRONRCF435MINI, NEUTRONRCF435SE ]
targets: [ EMSRPROTO1, EMSRPROTO2, EMSRPROTO3, EMSRPROTO4, NEUTRONRCF435MINI, NEUTRONRCF435SE ]
steps:
- name: Code Checkout
uses: actions/checkout@v2

View File

@ -12,6 +12,7 @@ TARGET_SRC = \
drivers/compass/compass_hmc5883l.c\
drivers/compass/compass_qmc5883l.c\
$(ROOT)/lib/main/BoschSensortec/BMI270-Sensor-API/bmi270.c \
drivers/accgyro/accgyro_spi_bmi270_init.c \
drivers/accgyro/accgyro_spi_bmi270.c\
drivers/accgyro/accgyro_spi_asm330lhh_init.c \
drivers/accgyro/accgyro_spi_asm330lhh.c \