- Feb 22, 2021
-
-
Per Astrand authored
The FreeRTOS port resets the stack when the scheduler starts. Move the queue to global memory for it to not be overwritten. Change-Id: I98f2360a14a0f74a65353694c6e2f60d37461ecf
-
Per Astrand authored
Add example project that builds both secure and nonsecure world sides and the inference is done on the secure side. This commit includes the mpc driver as found in the upstream trustedfirmware git repository https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git (8c0a234e453b51e6606d11599d0cb15097c3da48) The model,input and output used are described in the README.md in this directory. Change-Id: Ie54904a38d54df4de2d6936f066c388ea58e396b
-
- Feb 15, 2021
-
-
Moved the initialisation of the TensorArena from inference_process.cpp in core_software to application level. Change-Id: Id2f8361b19241b4251e2ce90b4f330d32734e801
-
- Feb 12, 2021
-
-
Per Astrand authored
Change-Id: I59561365b61d256d3211101739dfb5c3e15488fa
-
- Feb 03, 2021
-
-
Per Astrand authored
The core_software handling has split cmsis_startup into cmsis_system and cmsis_startup in order to be able to controll the build of the libraries per excecutable. This change adapts to that change. Change-Id: I13286c75ba1c2298e760f9c0594ce4fec9db33dc
-
- Feb 02, 2021
-
-
The source tree is configured for a specific target as defined in the targets directory. The common target components are defined in targets/common. Targets for real platform should include this directory to get the default target libraries setup. Change-Id: I7fced4bfacec97432cbbd4125bd5b4cdd21122e3
-
- Dec 08, 2020
-
-
Bhavik Patel authored
Change-Id: I6e6643a483fd37e51fcc33f5c77cda62b320508d
-
- Dec 07, 2020
-
-
Kristofer Jonsson authored
Change-Id: I7e07dd5620f8f72dc9078b40699f7897002ca134
-
- Nov 26, 2020
-
-
Kristofer Jonsson authored
Change-Id: I34e9845abdccb3363953bd70fad7c6420865291e
-
- Nov 19, 2020
-
-
Kristofer Jonsson authored
Change-Id: If3ffa8ee200c4e304f655d7bdf9706bc7a27235f
-
- Nov 17, 2020
-
-
Magnus authored
-