Skip to content
  1. Jul 06, 2022
  2. Jul 04, 2022
    • Lingkai Dong's avatar
      cmake: Fix linking error when project_options is unavailable · 76aa21b3
      Lingkai Dong authored
      
      
      When the SDK is used in another project, `project_options` is not
      fetched or added by the SDK and results in the following error when
      linking executables:
      
          Fatal error: L3900U: Unrecognized option '-lproject_options'
      
      This is a linker error rather than a CMake error, because when no CMake
      target exists for a named library, CMake assumes this library to be in
      the linker's search path and adds a link flag.
      
      To fix this, link `project_options` and `project_warnings` only when the
      SDK is the top-level project. This fix is needed for libraries only, and
      examples and tests are not affected because they are not built when the
      SDK is used inside another project.
      
      Signed-off-by: Lingkai Dong's avatarLingkai Dong <lingkai.dong@arm.com>
      76aa21b3
  3. Jul 01, 2022
  4. Jun 30, 2022
  5. Jun 29, 2022
  6. Jun 24, 2022
  7. Jun 23, 2022
    • Anna Bridge's avatar
      gitlint: Add options to enforce the Open IoT SDK commit guidelines · 0f0a9595
      Anna Bridge authored and Jaeden Amero's avatar Jaeden Amero committed
      
      
      This is the list of commit guidelines that are enforced by this change:
      
      Separate subject from body with a blank line
          - body-first-line-empty
      Commit message subject is allowed to be 72 characters wide
          - title-max-length
      Capitalize the subject line
          - title-match-regex
      Do not end the subject line with a period
          - title-trailing-punctuation
      Subject line must include a prefix that identifies the subsystem being
      changed
          - title-match-regex
      Wrap the body at 72 characters
          - body-max-line-length
      
      Signed-off-by: Anna Bridge's avatarAnna Bridge <anna.bridge@arm.com>
      0f0a9595
  8. Jun 22, 2022
    • Hugues Kamba Mpiana's avatar
      MDH-ARM: Update to latest reference · 3222882a
      Hugues Kamba Mpiana authored
      
      
      mcu-driver-reference-platforms-for-arm reference is updated to get the
      latest fixes including LAN91C111 broadcast packet handling.
      
      `mdh-arm-corstone-300-startup` is linked to example applications that
      require the startup file to be visible.
      
      The ARM linker requires the startup symbols to be in an object file
      rather than an archive so `tfm-ns-startup-an552` was converted to
      an object library.
      
      Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba-Mpiana <hugues.kambampiana@arm.com>
      3222882a
  9. Jun 21, 2022
  10. Jun 09, 2022
  11. Jun 08, 2022
  12. Jun 07, 2022
    • Artur Tynecki's avatar
      Add Azure SDK example · 6679764a
      Artur Tynecki authored and Jaeden Amero's avatar Jaeden Amero committed
      
      
      The changes contain the implementation of azure-sdk
      example applications.
      RTX and freertos versions are supported.
      It's a simple IoT Hub client which establishes a connection with
      the cloud and sends text messages.
      
      Signed-off-by: default avatarArtur Tynecki <Artur.Tynecki@arm.com>
      6679764a
    • Artur Tynecki's avatar
      Add azure-iot-sdk-c component · d2aef767
      Artur Tynecki authored and Jaeden Amero's avatar Jaeden Amero committed
      
      
      The Azure IOT Hub Device SDK allows C/C++ applications to communicate
      easily with Azure IoT Hub, Azure IoT Central and to Azure IoT Device
      Provisioning.
      
      Add azure-sdk as separate SDK components. It could be a part of
      network communication apps.
      Azure-sdk component depends on others connectivity items: ip-network
      and sockets.
      Also CMSIS-RTOS API should be available for proper building.
      Mbedtls libraries is also required for TLS communication
      with Azure cloud.
      
      Signed-off-by: default avatarArtur Tynecki <Artur.Tynecki@arm.com>
      d2aef767
  13. Jun 03, 2022
  14. May 26, 2022
  15. May 25, 2022
Loading