1. f4379e9 Add negative testing to message_handler by Davide Grohmann · 1 year, 11 months ago
  2. 05dd24d Skip ThreadX application for NPU configs other than ethos-u55-128 by Ledion Daja · 1 year, 9 months ago
  3. fc42c71 Fix wrong assertion in test for Ethos-U65 by Davide Grohmann · 1 year, 9 months ago 22.08
  4. 244a9b8 Make sure that unused symbols are dropped when using GCC by Davide Grohmann · 1 year, 9 months ago 22.08-rc2
  5. ec72e9b Add first set of tests for the message_handler by Davide Grohmann · 1 year, 9 months ago
  6. 5508acb Generalize test models to be reused by Davide Grohmann · 1 year, 9 months ago
  7. 06f954b Fix: compile message_handler_lib with correct flags by Davide Grohmann · 1 year, 11 months ago
  8. 85552b1 Updating Tensorflow to 2.9.0 by Kristofer Jonsson · 1 year, 9 months ago
  9. 089b31e Increase stack for ThreadX demo by Kristofer Jonsson · 1 year, 9 months ago 22.08-rc1
  10. 7275f50 Revert "Corstone-310 FVP update" by Davide Grohmann · 1 year, 9 months ago
  11. de1a9f6 Corstone-310 FVP update by Kristofer Jonsson · 1 year, 10 months ago
  12. 1142d9c Bug fix for queue capacity calculation by Kristofer Jonsson · 1 year, 11 months ago
  13. a349df1 Initialize padding for core message queues by Kristofer Jonsson · 1 year, 11 months ago
  14. ebe33a4 Disable Timing Adapters for Corstone-310 by Henrik Hoglind · 1 year, 11 months ago
  15. caf6e6d Update npu config for corstone-310 by Henrik Hoglind · 1 year, 11 months ago
  16. ca7b03e Improve documentation by Ledion Daja · 2 years ago
  17. 7422610 Documenting porting guidelines by Kristofer Jonsson · 2 years ago
  18. 144b2d2 Refactor message_handler app to be more test friendly by Davide Grohmann · 2 years ago
  19. 922d299 Fix: add missing ethosu_core_*_queue mapping in scatter file by Davide Grohmann · 2 years ago
  20. 497ba58 Fix: add missing sections to dram in corstone-300 by Davide Grohmann · 2 years ago
  21. d798c6e Bugfix for tarmac traces being always enabled by Jonny Svärd · 2 years ago 22.05 22.05-rc3
  22. deb120c Updating Tensorflow to 2.8.0 by Kristofer Jonsson · 2 years ago 22.05-rc2
  23. 4199935 Handle network indices out of range by Per Åstrand · 2 years ago
  24. b055072 Move taskparams out of main stack by Per Åstrand · 2 years ago
  25. acd0232 Update documentation with new path of Vela INI config file by Ledion Daja · 2 years ago
  26. dd59604 Silence irrelevant compiler notes about GCC ABI incompatibilities by Davide Grohmann · 2 years ago
  27. a8832cc Add support for Cortex-M85 by Davide Grohmann · 2 years ago
  28. e6df5a7 Update Python version in documentation by Kristofer Jonsson · 2 years ago 22.05-rc1
  29. bbbd916 Fix warning by adding missing delete operator functions by Davide Grohmann · 2 years ago
  30. a739d21 Update documentation by Kristofer Jonsson · 2 years ago
  31. 5a68ca5 Removing Corstone-Polaris by Kristofer Jonsson · 2 years ago
  32. 160001c Add support for cancelling enqueued inferences by Davide Grohmann · 2 years, 2 months ago
  33. 8b53aad Fix: length for scatter loading should be in words not in bytes by Davide Grohmann · 2 years ago
  34. 9038df9 Remove power handling code from driver_unit_tests by Jonny Svärd · 2 years, 1 month ago
  35. 00de9ee Initial support for inference cancellation by Davide Grohmann · 2 years, 2 months ago
  36. 60c5737 Change return value of mutex and semaphore handling functions by Ledion Daja · 2 years, 1 month ago
  37. 134c39e Avoid blocking calls in input message handler task by Davide Grohmann · 2 years, 1 month ago
  38. 2c76ec7 Add installation target to the message_handler application by Per Åstrand · 2 years, 1 month ago
  39. 9317581 Add Corstone-310 target by Kristofer Jonsson · 2 years, 1 month ago
  40. 44b250b Add simple async API testing to driver_unit_tests by Jonny Svärd · 2 years, 1 month ago
  41. 6552005 Extract inference parsing in a dedicated library by Davide Grohmann · 2 years, 1 month ago
  42. 06ebcbc Fix: threadx demo app semaphore should be initlaized to count 0 by Davide Grohmann · 2 years, 1 month ago
  43. d89ee0d Enable IRQs after Incoming Message Handler by Kristofer Jonsson · 2 years, 2 months ago
  44. adc908c Ensure message-handler can be compiled without EthosU support by Davide Grohmann · 2 years, 3 months ago
  45. ac535f0 Network info by Kristofer Jonsson · 2 years, 2 months ago
  46. 585ce69 Firmware resident model by Kristofer Jonsson · 2 years, 2 months ago
  47. d188e90 Update ld script for corstone-300 by Johan Alfvén · 2 years, 2 months ago
  48. 456dbb7 Updating Tensorflow to 2.7.0 in requirements.txt by Kristofer Jonsson · 2 years, 3 months ago 22.02
  49. 9de1b74 Add CMake variable to pass arguments to ctest by Per Åstrand · 2 years, 3 months ago 22.02-rc3
  50. 41dc341 Fixing compilation warnings in threadx demo app by Davide Grohmann · 2 years, 3 months ago
  51. cd8754e Skip printing OFM with message_handler by Alexander Israelsson · 2 years, 3 months ago 22.02-rc2
  52. 4a25eb3 README: Add section on how to specify NPU config by Jonny Svärd · 2 years, 3 months ago
  53. fe0d043 Fix compilation warnings by Davide Grohmann · 2 years, 3 months ago
  54. 4882dbe ThreadX demo app bug fix by Lior Dekel · 2 years, 3 months ago 22.02-rc1
  55. 3eaabb4 Updating baremetal models by Kristofer Jonsson · 2 years, 3 months ago
  56. b9d7ded PMU begin and end events by Kristofer Jonsson · 2 years, 3 months ago
  57. 09d4945 Replace deprecated word to comply with inclusive language guidelines by Ledion Daja · 2 years, 3 months ago
  58. 47f556a Add PMU prints by Kristofer Jonsson · 2 years, 3 months ago
  59. 5410db1 PMU multi NPU support by Kristofer Jonsson · 2 years, 4 months ago
  60. 6e9fdc0 Adding Corstone-Polaris target by Kristofer Jonsson · 2 years, 4 months ago
  61. f7edeb7 Build system updates by Kristofer Jonsson · 2 years, 4 months ago
  62. 6110f41 Fix CMake warnings by Nir Ekhauz · 2 years, 4 months ago
  63. 20d0a87 Adapt secure/non-secure split of BRAM by Per Åstrand · 2 years, 5 months ago
  64. 412adc2 PlatformNightly ThreadX bug fix by Lior Dekel · 2 years, 5 months ago
  65. 7b8fa5e Timing adapter fix, init constructor priority by Kristofer Jonsson · 2 years, 5 months ago
  66. e9cdc63 Add mpu driver and remove interface library from drivers by Yulia Garbovich · 2 years, 6 months ago
  67. 29467e0 Fixing compiler warnings by Kristofer Jonsson · 2 years, 6 months ago
  68. 7cec916 Exclude ThreadX appliction by Kristofer Jonsson · 2 years, 6 months ago 21.11
  69. d387405 Use CMake to find Python 3 interpreter by Kristofer Jonsson · 2 years, 6 months ago 21.11-rc3
  70. 15625f1 Exclude applications that depend on NPU by Kristofer Jonsson · 2 years, 6 months ago
  71. e07dda6 Updating required CMake version to 3.20 by Kristofer Jonsson · 2 years, 6 months ago
  72. e277674 Updating required C compiler version to 11 by Kristofer Jonsson · 2 years, 6 months ago 21.11-rc2
  73. 8948704 Add support for Ninja by Kristofer Jonsson · 2 years, 6 months ago
  74. f61ea35 Add message_handler application by Yulia Garbovich · 2 years, 6 months ago
  75. afa0c81 Set default value for TFLu build type by Yulia Garbovich · 2 years, 7 months ago
  76. 6f2d819 Update documentation by Kristofer Jonsson · 2 years, 7 months ago
  77. bec9ac1 driver_unit_tests: Remove redundant code by Jonny Svärd · 2 years, 7 months ago
  78. 1a96939 Verify Corstone-300 AN552 by Nir Ekhauz · 2 years, 7 months ago
  79. 64f37cd Default timing adapters mode value by Kristofer Jonsson · 2 years, 7 months ago
  80. 54350d6 Add 11.16 to supported FVP versions in run_ctest.py by Rickard Bolin · 2 years, 7 months ago
  81. a58edd8 Configure timing adapter in run_platform.py by Nir Ekhauz · 2 years, 7 months ago
  82. 52fddd0 NPU configuration support update in relevant apps. by Lior Dekel · 2 years, 7 months ago
  83. 3e12862 FreeRTOS app bug fix. by Lior Dekel · 2 years, 8 months ago
  84. e25a89d add fallthrough attribute to prevent fallthorugh warning in uart, corstone-300 by Annie Tallund · 2 years, 9 months ago
  85. 0e9dbfe Revert "FreeRTOS app bug fix." by Kristofer Jonsson · 2 years, 7 months ago
  86. 43834ab FreeRTOS app bug fix. by Lior Dekel · 2 years, 8 months ago
  87. 3c505ca Add memory area to run_platform.py by Nir Ekhauz · 3 years ago
  88. 08191ea Fixing misspelled define by Kristofer Jonsson · 2 years, 8 months ago
  89. 1af67f7 Enable the execution of run_platform.py when no values for pmu configuration are defined by Nir Ekhauz · 2 years, 8 months ago
  90. ff2084b Document memory configurations by Kristofer Jonsson · 2 years, 8 months ago
  91. ce05c41 Remove designated initializers by Jonny Svärd · 2 years, 9 months ago
  92. 4756bf1 run_platform.py PMU configuration by Nir Ekhauz · 2 years, 11 months ago
  93. b62e944 Fix: return value for GCC _write and _read is written/read chars by Davide Grohmann · 2 years, 9 months ago 21.08 21.08-rc2 21.08-rc3
  94. 03e19e2 Ensure same flags are used for both GCC and ARMClang by Davide Grohmann · 2 years, 9 months ago 21.08-rc1
  95. edaf2f8 small fixes to FreeRTOS app. by Lior Dekel · 2 years, 9 months ago
  96. 489e40b Adding inference application for ThreadX by Lior Dekel · 2 years, 10 months ago
  97. e5fcbd3 Adding FM 11.15 support to run_ctest script by liodek01 · 2 years, 9 months ago
  98. 99f1942 Increased heap and FreeRTOS stack by Kristofer Jonsson · 2 years, 11 months ago
  99. cbf1d6d Adding assembly compiler to toolchain files by liodek01 · 2 years, 11 months ago
  100. a2f95d4 Support 'none' accelerator by Kristofer Jonsson · 2 years, 11 months ago