From f54d385901cdc512e97ea9765cb7bd64e7d2bab6 Mon Sep 17 00:00:00 2001 From: CYFS <2805686936@qq.com> Date: Sat, 30 Nov 2024 15:05:16 +0800 Subject: [PATCH] add m85 --- .github/workflows/tflm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tflm.yml b/.github/workflows/tflm.yml index 15aab80..cd5b015 100644 --- a/.github/workflows/tflm.yml +++ b/.github/workflows/tflm.yml @@ -29,6 +29,7 @@ jobs: strategy: matrix: target: + - {name: cortex-m85, arch: cortex-m85, kernel: cmsis_nn, coproc: '', args: ''} - {name: cortex-m0plus, arch: cortex-m0plus, kernel: cmsis_nn, coproc: '', args: ''} - {name: cortex-m4+fp, arch: cortex-m4+fp, kernel: cmsis_nn, coproc: '', args: ''} - {name: cortex-m7+fp, arch: cortex-m7+fp, kernel: cmsis_nn, coproc: '', args: ''}