Skip to content
  1. Feb 22, 2021
    • Per Astrand's avatar
      Move queue to global memory · 4d61275f
      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
      4d61275f
    • Per Astrand's avatar
      Add trustzone application example · 79929ff2
      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
      79929ff2
  2. Feb 15, 2021
  3. Feb 12, 2021
  4. Feb 03, 2021
    • Per Astrand's avatar
      Adapt build to using cmsis_system · dfcc0172
      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
      dfcc0172
  5. Feb 02, 2021
    • Kristofer Jonsson's avatar
      Build system refactoring · f62c3d75
      Kristofer Jonsson authored and Per Astrand's avatar Per Astrand committed
      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
      f62c3d75
  6. Dec 08, 2020
  7. Dec 07, 2020
  8. Nov 26, 2020
  9. Nov 19, 2020
  10. Nov 17, 2020
Loading