diff options
| author | HiFiPhile <[email protected]> | 2024-04-26 17:57:53 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-26 17:57:53 +0200 |
| commit | 268cc19f4448438c77f1c4a6a79f1dc9881796c1 (patch) | |
| tree | 0135f047c9c45189d765440efe10492b28bdcff9 /.github/workflows/codeql-buildscript.sh | |
| parent | 4af67dd0078009c1378612440afd5806e84a81c7 (diff) | |
| parent | 085bd3c9d5948e7938e00e3a0c13fa63e9f7f3d4 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253
Diffstat (limited to '.github/workflows/codeql-buildscript.sh')
| -rw-r--r-- | .github/workflows/codeql-buildscript.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/codeql-buildscript.sh b/.github/workflows/codeql-buildscript.sh new file mode 100644 index 000000000..35e029922 --- /dev/null +++ b/.github/workflows/codeql-buildscript.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +FAMILY=stm32l4 +python3 tools/get_deps.py $FAMILY +python3 tools/build_make.py $FAMILY |
