Skip to content

Clarify that wolfBoot_open_image_address expects the passed in img structure to be memset and does not perform the memset itself. #782

Clarify that wolfBoot_open_image_address expects the passed in img structure to be memset and does not perform the memset itself.

Clarify that wolfBoot_open_image_address expects the passed in img structure to be memset and does not perform the memset itself. #782

name: Test PIC32CZ and PIC32CK Build
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
build-pic32cz:
uses: ./.github/workflows/test-build.yml
with:
arch: ARM
config-file: config/examples/pic32cz.config
make-args: "TARGET=pic32cz"
build-pic32ck:
uses: ./.github/workflows/test-build.yml
with:
arch: ARM
config-file: config/examples/pic32ck.config
make-args: "TARGET=pic32ck"