1. 82d2258 Add support for rejected inference responses by Davide Grohmann · 2 years ago
  2. 415de58 Adapt remoteproc module for more kernel versions by Per Åstrand · 2 years, 1 month ago
  3. 3a353a3 Coverage by Kristofer Jonsson · 2 years, 1 month ago
  4. fc49559 Fix: always close fd when destructing buffers by Davide Grohmann · 2 years ago
  5. 80f8ddf Drop tflite and flatbuffer dependencies by Davide Grohmann · 2 years, 1 month ago
  6. 442fefb Reset firmware by Kristofer Jonsson · 2 years, 2 months ago
  7. f5b98c9 Kernel watchdog timeout by Kristofer Jonsson · 2 years, 2 months ago
  8. 3c6a260 Network info by Kristofer Jonsson · 2 years, 2 months ago
  9. 35de9e6 Firmware resident model by Kristofer Jonsson · 2 years, 2 months ago
  10. 118b059 Updating tflite schema by Kristofer Jonsson · 2 years, 4 months ago 22.02 22.02-rc1 22.02-rc2 22.02-rc3
  11. b5aa904 Support up to 8 PMU counters by Jonny Svärd · 2 years, 5 months ago
  12. c3f4a83 Corstone700 Kernel modules build fix. by Lior Dekel · 2 years, 5 months ago
  13. afb399f const:ify userspace driver library by Per Åstrand · 2 years, 5 months ago
  14. 3db0ffa Add support for int32 in inference_runner by Henrik Hoglind · 2 years, 5 months ago 21.11
  15. 4823921 linux_driver_stack: ethosu_remoteproc.c:122:14: error: initialization from incompatible pointer type by Nir Ekhauz · 2 years, 5 months ago
  16. ed7d6c1 Verify that dma buffer fits in the mapped range by Per Åstrand · 2 years, 6 months ago 21.11-rc2 21.11-rc3
  17. 2ba3c1d Fix: do not leak file descriptors on errors by Davide Grohmann · 2 years, 6 months ago
  18. b2252bb Documentation updates by Kristofer Jonsson · 2 years, 6 months ago 21.11-rc1
  19. 049c59b Add support for ID 0x20112 of FPGA reset ctrl by Per Åstrand · 2 years, 6 months ago
  20. bb17527 Increase message timeout by Per Åstrand · 2 years, 6 months ago
  21. 6d80c42 Add utility to print firmware log by Kristofer Jonsson · 2 years, 7 months ago
  22. e446b42 Improve granularity of wait call in Inference class by Davide Grohmann · 2 years, 7 months ago
  23. c90bfab Fix: e-functions should throw an exception on error by Davide Grohmann · 2 years, 7 months ago
  24. 4aec376 Use minor number for device node by Kristofer Jonsson · 2 years, 7 months ago
  25. 9f36f2e Add Juno FPGA reset kernel module by Per Åstrand · 2 years, 7 months ago
  26. 95fec03 Add section about multi subsystem to README.md by Kristofer Jonsson · 2 years, 8 months ago
  27. 5c05a33 Correct timescale of sleep for stub by Per Åstrand · 2 years, 8 months ago
  28. bdcb622 Update amba_driver.remove to comply with v5.12 by Anton Moberg · 2 years, 8 months ago 21.08 21.08-rc3
  29. ec3f2b0 Add weak linkage attributes for stubbing by Per Åstrand · 2 years, 11 months ago 21.08-rc2
  30. 90f5080 Increase capabilities timeout to 100 ms by Henrik Hoglind · 2 years, 9 months ago
  31. 40e23d1 Do not expose device specific hw config in capabilities by Davide Grohmann · 2 years, 11 months ago 21.08-rc1
  32. 1c26baa Fix: do not attempt to read data from mailbox when length is 0 by Davide Grohmann · 2 years, 11 months ago
  33. 2cd5397 Use remoteproc for controlling Ethos-U cpu by Per Åstrand · 3 years, 1 month ago
  34. 87ca5da Implement reset handler for remoteproc by Per Åstrand · 3 years, 1 month ago
  35. 35ce6c8 Add support for handling capabilities requests by Davide Grohmann · 3 years ago
  36. 0c79f89 Adding documentation by Kristofer Jonsson · 3 years ago
  37. 2c01713 Add nullptr checks by Jonny Svärd · 3 years, 1 month ago 21.05 21.05-rc2 21.05-rc3
  38. 4e5e056 Update license headers by Anton Moberg · 3 years, 1 month ago
  39. 031f4c1 Add support for float32 in inference_runner by Henrik Hoglind · 3 years, 1 month ago
  40. 097d292 Trademark information and missing license files by Kristofer Jonsson · 3 years, 2 months ago 21.02
  41. c823bcf Use namespace for ethosu kernel headers by Per Åstrand · 3 years, 4 months ago
  42. 44c507e arm_mhu_v2 driver bugfix by Jonny Svärd · 3 years, 3 months ago 21.02-rc1 21.02-rc2
  43. 7c24c77 Improve mailbox message handling by Jonny Svärd · 3 years, 4 months ago
  44. 9d8d92c Fix args order to PMU log message by Jonny Svärd · 3 years, 5 months ago
  45. 5e632c2 16 bit network support by Kristofer Jonsson · 3 years, 5 months ago 20.11
  46. 716546a Configure PMUs from inference_runner by Per Åstrand · 3 years, 6 months ago 20.11-rc2
  47. 2354d3e Add APIs for PMU configuration in library by Per Åstrand · 3 years, 6 months ago
  48. f7e407a Add PMU config to inference creation by Per Åstrand · 3 years, 6 months ago
  49. f8ae5e1 Update example mailbox.dtsi for MHUv2 by Per Åstrand · 3 years, 7 months ago 20.11-rc1
  50. b25695a Removing uapi/ethosu.h from ethosu.hpp by Kristofer Jonsson · 3 years, 7 months ago
  51. 8fac4a4 mhuv2: Verifiy ACCESS_REQUEST on send_data by Per Åstrand · 3 years, 7 months ago
  52. bb4089d Build module with cmake by Per Åstrand · 3 years, 7 months ago
  53. 79689c5 Clang format by Kristofer Jonsson · 3 years, 7 months ago
  54. d748336 Format code to align coding style by Per Åstrand · 3 years, 7 months ago
  55. be87baf Add corstone700 mhu v2 mailbox driver by Per Åstrand · 3 years, 7 months ago
  56. b74492c Support inferences with multiple inputs and outputs by Kristofer Jonsson · 3 years, 8 months ago
  57. 116a635 Initial commit by Kristofer Jonsson · 3 years, 9 months ago 20.08 20.08-rc2
  58. cd13a57 Initial commit by Kristofer Jonsson · 3 years, 9 months ago