Skip to content

STM32N6xx: add support for running from external flash #8

STM32N6xx: add support for running from external flash

STM32N6xx: add support for running from external flash #8

Workflow file for this run

name: Compile targets
on:
push:
branches:
- 'master'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
config: [
all
]
container:
image: igormisic/improject:v1.0.2
options: --privileged --ulimit core=-1 --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: 'true'
- name: make ${{matrix.config}}
run: make ${{matrix.config}}