Skip to content
  1. Aug 09, 2024
  2. Jul 30, 2024
  3. Jul 12, 2024
  4. Jul 04, 2024
    • Ahmed Ismail's avatar
      freertos-pkcs11-psa: Update to latest commit · 29bc5449
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      This commit contains two main changes:
      
      * Update to latest commit on `freertos-pkcs11-psa`
      master branch.
      
      * Remove build-Update-mbedtls-version patch as it is
      available upstream as part of the latest commit.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      29bc5449
    • Ahmed Ismail's avatar
      corepkcs11: Refactor Arm Compiler patch · eb02b19f
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      Do not define __PASTE-macro for Arm compiler patch is
      modified as the issue that the patch is trying to solve
      was already introduced before for Keil Compiler so, the
      condition is just modified to add Arm Compiler too.
      
      This is done to be able to push this patch upstream.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      eb02b19f
    • Ahmed Ismail's avatar
      mqtt-tests: Refactor mqtt keep alive patch · bde041af
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      This patch is modified so it can be pushed upstream
      The idea is to check if the `MQTT_KEEP_ALIVE_INTERVAL_SECONDS`
      macro is defined by the user. Where if it is not defined,
      a default value (5) would be used, this way the user can choose
      the default value or different one that is to be provided using
      CMake or command line. In our case, target_compile_definitions()
      CMake function is used to overwrite the value of the macro for
      mqtt integration tests.
      
      This is done to avoid maintaining a patch which is project specific.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      bde041af
    • Ahmed Ismail's avatar
      mlek: Update MLEK version and refactor patches · 5b8fe4a0
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      This commit include the following changes:
      
      * Update MLEK library to latest release v24.05
      
      * EthosU configurable arch patch is removed as
      the issue of the constant NPU ID `u55` has been
      fixed as part of v24.05 release.
      
      * Use case resources patch is modified as the user
      configurable use case resource file part of the patch
      was added to v24.05 release where the remaining part
      (user defined downloaded resources path) is to be available
      in v24.08 release.
      
      * tensorflow patch removed as the version of tensorflow
      dependency the new MLEK v24.05 use doesn't need this
      patch.
      
      * activation_buf_dram placement in .bss.NoInit region patch
      is removed to follow what MLEK library do regarding placement
      of the activation buffers in the respective linker files for
      each platform. This requires modification of all FRI
      supported platforms' linker files.
      
      * SetupMlEmbeddedEvaluationKitLibraries.cmake is modified to
      adapt to v24.05 release changes.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      5b8fe4a0
    • Ahmed Ismail's avatar
      pkcs11-tests: Remove access to mbedtls "private" fields patch · 7db1d8ed
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      This patch can be removed and substituted by using
      target_compile_definitions() CMake function to
      define `MBEDTLS_ALLOW_PRIVATE_ACCESS` for pkcs11
      integration tests source files (core_pkcs11_test.c and
      dev_mode_key_provisioning.c) as they both need to define
      this macro as part of their source files to be able to
      access mbedtls private fields.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      7db1d8ed
    • Ahmed Ismail's avatar
      tf-m: Remove change provisioning log message patch · 6dfc7e19
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      The provisioning message change patch can't be pushed
      upstream as it is mainly done to adapt to our CI pass
      criteria. The intention is to remove of the out of
      tree patches, thus custom pass_output.log files have been
      created for each platform as the serial statements on
      the terminal are platform specific and should have different
      pass_output.log files to define the pass/success criteria for
      each platform.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      6dfc7e19
    • Ahmed Ismail's avatar
      ci: Add IoT-vSocket stack nightly tests · 4473bc6d
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      Nightly tests should support testing FRI
      applications/integration tests using
      FreeRTOS-Plus-TCP and IoT-vSocket connectivity
      stacks, integration tests nightly job is modified
      to use both stacks, and a new job is added to
      test FRI applications with IoT-vSocket stack
      as FreeRTOS-Plus-TCP stack is already used in other jobs.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      4473bc6d
    • Ahmed Ismail's avatar
      build-script: Add support for connectivity stack selection · b0e58918
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      Instead of changing the desired connectivity stack
      manually in `components/connectivity/CMakeLists.txt`,
      a new option is added to the build script to choose the
      desired connectivity stack to be used during application
      compilation.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      b0e58918
    • Ahmed Ismail's avatar
      sntp-client: Add library if using FreeRTOS-Plus-TCP stack · c9ea2bca
      Ahmed Ismail authored and Devaraj Ranganna's avatar Devaraj Ranganna committed
      
      
      sntp helper library depends on FreeRTOS-Plus-TCP connectivity
      stack as it includes `FreeRTOS_IP.h` header file in one of its
      source files (sntp_client_task.c), thus this library is only added
      in case of using FREERTOS_PLUS_TCP connectivity stack.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      c9ea2bca
  5. Jul 01, 2024
  6. Jun 19, 2024
    • Ahmed Ismail's avatar
      freertos-plus-tcp: Update to latest commit on main branch (#76) · 4af549a7
      Ahmed Ismail authored
      
      
      pxLAN91C111_FillInterfaceDescriptor() function is implemented
      in freertos-plus-tcp portable code and then used in
      integration/src/network_startup.c source file without being
      declared resulting in function implicit declaration error.
      This was working before as FreeRTOS-Plus-TCP project previously
      forced the usage of C90 standard but now the standard in not forced
      thus the application's standard shall be used, in our case C99 standard
      is used.
      
      Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
      4af549a7
  7. May 23, 2024
  8. May 22, 2024
  9. May 17, 2024
  10. May 09, 2024
    • Devaraj Ranganna's avatar
      freertos-kernel: Update to `V11.1.0` release · 12828dc2
      Devaraj Ranganna authored
      Even though CMake supports circular dependency, but currently it is
      supported only for static libraries. If CMake detects a circular
      dependency which involves an object library then CMake stops. For more
      info, check https://gitlab.kitware.com/cmake/cmake/-/issues/17905.
      
      With FreeRTOS-Kernel 11.1.0 release, FreeRTOS-Kernel produces a single
      static library. As part of this effort, `freertos_kernel_port` library
      has been changed to an `OBJECT` library. With our current dependency
      chain in FRI, this leads to a circular dependency with an object
      library. Therefore, remove the dependency of `freertos_config` on
      `fri-bsp` to avoid this. Because of this, we've to add the necessary
      includes from bsp to `freertos-config`.
      
      The CS315 network interface layer inside the FreeRTOS TCP/IP stack
      https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/source/portable/NetworkInterface/MPS4_CS315/Device/Include/SSE315.h#L62
      
      
      is done in such a way that it depends on fri-bsp. Therefore, add
      `freertos_plus_tcp` dependency on `fri-bsp`.
      
      In general, a library A  depending on another library B should avoid
      linking against granular libraries defined inside the library B. This
      can cause build failures in future. Therefore, the dependency of
      `isp_platform_driver_system` and `isp_control` on
      `freertos_kernel_include` has been changed to `freertos_kernel`.
      
      Signed-off-by: Devaraj Ranganna's avatarDevaraj Ranganna <devaraj.ranganna@arm.com>
      12828dc2
  11. May 07, 2024
  12. Apr 29, 2024
Loading