We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccabdec commit 290ed1dCopy full SHA for 290ed1d
.github/workflows/kernel-demos.yml
@@ -308,6 +308,16 @@ jobs:
308
working-directory: FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC
309
run: make -j
310
311
+ - name: Upload CORTEX_MPU_M3_MPS2_QEMU_GCC Demo to Loci
312
+ uses: auroralabs-loci/loci-action@v1
313
+ env:
314
+ LOCI_BACKEND_URL: '${{ vars.LOCI_BACKEND_URL }}'
315
+ LOCI_API_KEY: '${{ secrets.LOCI_API_KEY }}'
316
+ with:
317
+ mode: upload
318
+ binaries: FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC/build/RTOSDemo.axf
319
+ project: FreeRTOS-Kernel
320
+
321
- name: Build CORTEX_MPU_R4F_TI_RM46_HERCULES_GCC Demo
322
shell: bash
323
working-directory: FreeRTOS/Demo/CORTEX_MPU_R4F_TI_RM46_HERCULES_GCC
0 commit comments