aboutsummaryrefslogtreecommitdiff
path: root/applications
AgeCommit message (Expand)Author
2024-01-24Change threadx_demo to only build for Corstone-300Mikael Olsson
2024-01-22Change threadx_demo to use ThreadX lib init fileMikael Olsson
2024-01-16Remove cancel error for inference not in queueMikael Olsson
2024-01-16Remove designated initializer usage in remoteprocMikael Olsson
2023-12-21Change to accumulate PMU values in message handlerMikael Olsson
2023-12-19Add app support for core_driver inference timeoutJonny Svärd
2023-12-15Update message_handler_openamp to use NPU profilerMikael Olsson
2023-09-28Remove address translation for buffer and carveoutMikael Olsson
2023-09-28Add resource table entry for address translationMikael Olsson
2023-09-21Set mailbox interrupt priority in message handlerMikael Olsson
2023-06-15Add trace resource entry in firmware's resource tableLedion Daja
2023-03-14Fix SEI CERT coding standard warningsLedion Daja
2023-02-16Update baremetal systick timer handling23.02-rc223.02Kristofer Jonsson
2023-02-13Don't lock and unlock ThreadX mutex during initializationKristofer Jonsson
2023-02-10Fix size of TFLM arenaKristofer Jonsson
2023-02-08Updating message handler firmware23.02-rc1Kristofer Jonsson
2023-01-25Change app examples to use counting semaphoreJonny Svärd
2022-12-15Remove ethosu_core and ethosu_applicationsKristofer Jonsson
2022-12-14Change modelName to char array in keyword_spotting models' header filesLedion Daja
2022-12-14Remove duplicate linking of message handler test apps to mhu_dummy libLedion Daja
2022-12-05Use delta delays for baremetal applicationKristofer Jonsson
2022-10-19Ethos-U PMU monitorKristofer Jonsson
2022-09-08Add test message handler to be used for testingDavide Grohmann
2022-08-25Add message_handler tests for inference cancellationDavide Grohmann
2022-08-25Add negative testing to message_handlerDavide Grohmann
2022-08-24Skip ThreadX application for NPU configs other than ethos-u55-128Ledion Daja
2022-08-23Fix wrong assertion in test for Ethos-U6522.08Davide Grohmann
2022-08-17Make sure that unused symbols are dropped when using GCC22.08-rc2Davide Grohmann
2022-08-17Add first set of tests for the message_handlerDavide Grohmann
2022-08-17Generalize test models to be reusedDavide Grohmann
2022-08-16Fix: compile message_handler_lib with correct flagsDavide Grohmann
2022-08-10Increase stack for ThreadX demo22.08-rc1Kristofer Jonsson
2022-06-28Bug fix for queue capacity calculationKristofer Jonsson
2022-06-28Initialize padding for core message queuesKristofer Jonsson
2022-06-13Refactor message_handler app to be more test friendlyDavide Grohmann
2022-05-19Handle network indices out of rangePer Åstrand
2022-05-19Move taskparams out of main stackPer Åstrand
2022-05-18Update documentation with new path of Vela INI config fileLedion Daja
2022-05-10Fix warning by adding missing delete operator functionsDavide Grohmann
2022-05-09Update documentationKristofer Jonsson
2022-05-09Add support for cancelling enqueued inferencesDavide Grohmann
2022-05-05Remove power handling code from driver_unit_testsJonny Svärd
2022-05-05Initial support for inference cancellationDavide Grohmann
2022-05-04Change return value of mutex and semaphore handling functionsLedion Daja
2022-05-02Avoid blocking calls in input message handler taskDavide Grohmann
2022-04-27Add installation target to the message_handler applicationPer Åstrand
2022-04-26Add Corstone-310 targetKristofer Jonsson
2022-04-21Add simple async API testing to driver_unit_testsJonny Svärd
2022-04-12Extract inference parsing in a dedicated libraryDavide Grohmann
2022-04-05Fix: threadx demo app semaphore should be initlaized to count 0Davide Grohmann