Azure RTOSでRXマイコンが使えるようになったのですね

こんにちは。NoMaYです。

Azure RTOSでRXマイコンが使えるようになったのですね。コンパイラはGNURXが使われていました。

Getting started with the Renesas Starter Kit+ for RX65N-2MB (英文です。)
02/05/2021 Ryan Winter
docs.microsoft.com/ja-jp/samples/azure-rtos/getting-started/getting-started-with-the-renesas-starter-kit-for-rx65n-2mb/
 

Parents
  • こんにちは。NoMaYです。

    んっ?これは何でしょうかね?FreeRTOSを使ってAzure IoT servicesも使うことが出来るのかな?(ちなみに、RXマイコンは未対応、でした。)

    Azure IoT middleware for FreeRTOS in general availability
    azure.microsoft.com/ja-jp/updates/azure-iot-middleware-for-freertos-in-general-availability/

    Currently, customers who are leveraging FreeRTOS-based devices and wish to connect to Azure need to resort to home-grown solutions or venture to adapt existing SDKs to get a working solution. With this middleware they'll get a proper SDK that exposes the APIs these developers expect to see when getting their devices connected to Azure. In contrast with home-grown solutions, the Azure IoT middleware for FreeRTOS is maintained and supported by Microsoft, and it is an open-source project that allows you to adapt it to a number of different hardware combinations to support your business and technical requirements.


    samples for Azure IoT middleware for FreeRTOS on GitHub.
    github.com/Azure-Samples/iot-middleware-freertos-samples

    The Azure IoT middleware for FreeRTOS simplifies the connection of devices running FreeRTOS to the Azure IoT services. It implements a modular approach that brings flexibility to IoT developers by allowing them to bring their own network stack (MQTT, TLS and Socket).

    The Azure IoT middleware for FreeRTOS repo has the core functionalities of the middleware and no external dependencies, however to implement the working samples, we need to bring a network stack which is the objective of the samples in this repo.

Reply
  • こんにちは。NoMaYです。

    んっ?これは何でしょうかね?FreeRTOSを使ってAzure IoT servicesも使うことが出来るのかな?(ちなみに、RXマイコンは未対応、でした。)

    Azure IoT middleware for FreeRTOS in general availability
    azure.microsoft.com/ja-jp/updates/azure-iot-middleware-for-freertos-in-general-availability/

    Currently, customers who are leveraging FreeRTOS-based devices and wish to connect to Azure need to resort to home-grown solutions or venture to adapt existing SDKs to get a working solution. With this middleware they'll get a proper SDK that exposes the APIs these developers expect to see when getting their devices connected to Azure. In contrast with home-grown solutions, the Azure IoT middleware for FreeRTOS is maintained and supported by Microsoft, and it is an open-source project that allows you to adapt it to a number of different hardware combinations to support your business and technical requirements.


    samples for Azure IoT middleware for FreeRTOS on GitHub.
    github.com/Azure-Samples/iot-middleware-freertos-samples

    The Azure IoT middleware for FreeRTOS simplifies the connection of devices running FreeRTOS to the Azure IoT services. It implements a modular approach that brings flexibility to IoT developers by allowing them to bring their own network stack (MQTT, TLS and Socket).

    The Azure IoT middleware for FreeRTOS repo has the core functionalities of the middleware and no external dependencies, however to implement the working samples, we need to bring a network stack which is the objective of the samples in this repo.

Children
No Data