Skip to content

[Renesas RX72N CCRX] Move flash functions to RAM for flash operation #944

[Renesas RX72N CCRX] Move flash functions to RAM for flash operation

[Renesas RX72N CCRX] Move flash functions to RAM for flash operation #944

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"