feat: broadcast uaux (12V aux battery) on CAN 0x210 (SKUDAK-448) #1
@@ -20,15 +20,13 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build libopencm3
|
- name: Build libopencm3
|
||||||
run: make -C libopencm3 -j$(nproc)
|
run: make get-deps
|
||||||
|
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
run: make -j$(nproc)
|
run: make images -j$(nproc)
|
||||||
|
|
||||||
- name: Show binary size
|
- name: Show binary size
|
||||||
run: |
|
run: ls -lh stm32_charger.bin
|
||||||
arm-none-eabi-size stm32_charger.elf
|
|
||||||
ls -lh stm32_charger.bin
|
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user