Skip to content

NSC veneers when TZEN=1; WOLFCRYPT_TZ_PKCS11 on the NXP MCX N #2028

NSC veneers when TZEN=1; WOLFCRYPT_TZ_PKCS11 on the NXP MCX N

NSC veneers when TZEN=1; WOLFCRYPT_TZ_PKCS11 on the NXP MCX N #2028

name: Wolfboot keytools with MSYS2
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: base-devel git
pacboy: toolchain:p
- name: git config
shell: bash
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v4
with:
submodules: true
- name: Build tools
shell: msys2 {0}
run: |
make distclean
cp config/examples/sim.config .config
make include/target.h
make -C tools/keytools
make -C tools/bin-assemble