mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
PICO: Adding PICO tooling to CI
This commit is contained in:
parent
9b4d123db3
commit
8bc99a47ee
2 changed files with 12 additions and 0 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -32,7 +32,17 @@ jobs:
|
||||||
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
run: make arm_sdk_install
|
run: make arm_sdk_install
|
||||||
|
|
||||||
|
- name: Hydrate the PICO sdk
|
||||||
|
description: Hydration is required to build the PICO tool
|
||||||
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
|
run: make pico_sdk
|
||||||
|
|
||||||
|
- name: Build pico tool and install
|
||||||
|
if: steps.cache-toolchain.outputs.cache-hit != 'true'
|
||||||
|
run: make picotool_install
|
||||||
|
|
||||||
- name: Hydrate configuration
|
- name: Hydrate configuration
|
||||||
|
description: Load the configuration sub-module as it is needed to ensure the build target list is successful
|
||||||
id: get-config
|
id: get-config
|
||||||
run: make configs
|
run: make configs
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
#
|
#
|
||||||
# Release date: July 04, 2024
|
# Release date: July 04, 2024
|
||||||
#
|
#
|
||||||
|
# PICO SDK Version: 2.X - July 03, 2025
|
||||||
|
#
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue