aboutsummaryrefslogtreecommitdiff
path: root/applications/freertos/output.h
diff options
context:
space:
mode:
authorAnton Moberg <anton.moberg@arm.com>2021-03-02 15:14:29 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2021-04-09 11:48:08 +0000
commit6a7703ea93b962869a78976811b8a5920f298f67 (patch)
treee256e28cb8d65562c458274f6be0d569026fff4c /applications/freertos/output.h
parentfa3e51bf84baa19bac43fbd69ad702932a8c9dbe (diff)
downloadethos-u-core-platform-6a7703ea93b962869a78976811b8a5920f298f67.tar.gz
Multi NPU freertos example
Modified freertos.cpp to the support multi NPUs API. Spawn NUM_INFERENCE_TASKS inference processing tasks (Reserves, locks, and runs inference on an available NPU driver. Usually 1 per NPU, but not required) Spawn NUM_JOB_TASKS job creating/recieving tasks (Creates NUM_JOBS_PER_TASK jobs, sends them to inference job queue, and recieves response once finished) Added: Mutex & Semaphore interfaces. Overrides weakly linked symbols in driver. Change-Id: Id187c6c9b43b988b1fdd560fdf3d57bd4b30b79c
Diffstat (limited to 'applications/freertos/output.h')
-rw-r--r--applications/freertos/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/freertos/output.h b/applications/freertos/output.h
index 48380b4..0aa7954 100644
--- a/applications/freertos/output.h
+++ b/applications/freertos/output.h
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-uint8_t expectedData[1001] __attribute__((aligned(4), section("expected_output_data_sec"))) = {
+uint8_t expectedOutputData[1001] __attribute__((aligned(4), section("expected_output_data_sec"))) = {
0x32, 0x35, 0x45, 0x51, 0x55, 0x5b, 0x4c, 0x5a, 0x42, 0x39, 0x2f, 0x37,
0x3b, 0x31, 0x3f, 0x3a, 0x36, 0x43, 0x36, 0x46, 0x32, 0x39, 0x32, 0x35,
0x3b, 0x31, 0x48, 0x3d, 0x43, 0x3c, 0x3b, 0x43, 0x45, 0x30, 0x43, 0x52,