aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-12-19Support timeout for interrupt semaphore24.02-rc124.02Jonny Svärd
Introduce ETHOSU_INFERENCE_TIMEOUT CMake variable to set an arbitrary timeout value that will be sent as argument to ethosu_semaphore_take() for the interrupt semaphore. Adding the ability to have a timeout for an inference. (Defaults to no timeout/wait forever.) Implement a placeholder mutex for the baremetal example and add error checks for mutex_create() call. Change-Id: Ia74391620340a27c23dc3d15f9ba742c674c8bfa Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
2022-11-04Update README how to contributeKristofer Jonsson
Change-Id: I68660361c7af062ac76a38f86c118ddc74e1c0d6
2022-05-25Clarify README regarding CPU choice22.08-rc222.08-rc122.0822.05Jonny Svärd
Currently TARGET_CPU should be used to set CPU+features, if using core_platform provided toolchain files. Change-Id: I053cc25de12501a2773238820daa150f9ea20fa7
2022-04-12Update the documentationDavide Grohmann
- Improve build section by describing new build options - Add a section about driver APIs and basic usage examples - Add a section about mutexes and semaphores - Add a section about begin/end inference callbacks - Add a brief section about driver implementation design - Fix markdown title/subtitles structure - Small fixing of typos and rewording Also add .gitignore Change-Id: I7216a2b72b0dfaa605620f4344da205235339ddb
2021-02-23Trademark information21.02Kristofer Jonsson
Updating readme files with trademark information. Change-Id: Id5313510777b771231f42701faff1da93765deda
2020-11-16Flush and invalidate data cachesPer Åstrand
Implement a weak linked function to handle the data cache. If the specific device is implementing a data cache the function should be overriden with device specific implementation of the flush/invalidate functions to make sure that the cache is properly maintained with regards to the NPU DMA transaction. Change-Id: I175644ef37bee62cc77d789d2b7bc3073e72ea5a
2020-10-23Add security informationKristofer Jonsson
Change-Id: Id96dd7824352992c07b5fa3ce8a39a84926557a8
2020-09-01Update README.mdKristofer Jonsson
Add information how to contribute and how to report security incidents. Change-Id: I7946e66b30c4e338ffa5a279b5d769a764c34f0f
2020-05-05MLBEDSW-2054 Add README.mdKristofer Jonsson
Change-Id: I3cdf8f21ed58ace2f2c739748d788ec97fb4083a