aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-11Clear inference related data before freeing itMikael Olsson
2023-08-09Add version to driver library23.08-rc1Mikael Olsson
2023-08-09Add kernel driver version check in driver libraryMikael Olsson
2023-08-09Add kernel driver version to UAPIMikael Olsson
2023-08-09Add protocol version check during probingMikael Olsson
2023-08-09Remove protocol version request IOCTL from UAPIMikael Olsson
2023-08-09Fix concurrent access to IDR in kernel driverMikael Olsson
2023-08-07Correct license in UAPI header fileJonny Svärd
2023-07-31Fix kernel driver probe not freeing endpointMikael Olsson
2023-07-31Fix double free in kernel driver probe clean upMikael Olsson
2023-07-31Change NPU kernel driver to use async probingMikael Olsson
2023-06-16Add type check when getting message by IDMikael Olsson
2023-05-29Add device capabilities caching in kernel driverMikael Olsson
2023-05-16Fix shared state race in mailbox message handling23.05-rc223.05Mikael Olsson
2023-05-15Add rpmsg message magic check in kernel driverMikael Olsson
2023-05-02Fix kernel driver not setting coherent DMA maskMikael Olsson
2023-04-20Fix compiler flag passing in Python API CMake file23.05-rc1Mikael Olsson
2023-04-20Fix Python API CMake file ETHOS_U_DRIVER_LIB pathMikael Olsson
2023-04-20Fix license file path in Python API CMake fileMikael Olsson
2023-03-24Minor formatting fixJonny Svärd
2023-03-24Update toolchain filesJonny Svärd
2023-02-15Add documentation about required Linux kernel version23.02-rc223.02Kristofer Jonsson
2023-02-14Update documentation about AMP communicationKristofer Jonsson
2023-02-08Removing core interface23.02-rc1Kristofer Jonsson
2023-02-02Create device for Ethos-U kernel driverKristofer Jonsson
2023-02-02Break circulare dependency on struct ethosu_deviceKristofer Jonsson
2023-02-02Converting Ethos-U driver to rpmsgKristofer Jonsson
2023-02-02Removing watchdog and resetKristofer Jonsson
2023-02-02Add rpmsg capabilities to remoteprocKristofer Jonsson
2023-01-16Updating .gitignoreKristofer Jonsson
2023-01-16Add rpmsg interfaceKristofer Jonsson
2022-12-19Add custom cross compilation documentationJonny Svärd
2022-11-04Update README how to contribute22.11-rc222.11Kristofer Jonsson
2022-10-25Added Python interface for Arm Ethos-U NPU driver library.22.11-rc1Kshitij Sisodia
2022-10-25Add list of files to be ignored from inclusive language scanningLedion Daja
2022-09-08Add cancel inference testsDavide Grohmann
2022-08-29Add linux_driver_stack testsDavide Grohmann
2022-08-25Remove sgm775 supportDavide Grohmann
2022-06-30Improved logging22.08-rc222.08-rc122.08Kristofer Jonsson
2022-06-30Fix bug in inference releaseKristofer Jonsson
2022-06-29Bug fix for queue capacity calculationKristofer Jonsson
2022-06-29Return network info error codeKristofer Jonsson
2022-06-29Add missing padding to core interfaceKristofer Jonsson
2022-06-01reset controller driver for corstone1000 ESPer Åstrand
2022-05-24Update uapi definition for capability requestPer Åstrand
2022-05-23Use ids for identifying messages sent to EthosU firmwareDavide Grohmann
2022-05-19Add sentinel entry to dt array22.05-rc322.05-rc222.05Per Åstrand
2022-05-18Check size of buffer before allocatingPer Åstrand
2022-05-18Replace usage of forbidden strncpy with strscpyDavide Grohmann
2022-05-09Reset firmware when inference cancellation fails22.05-rc1Davide Grohmann