TheThingsIndustries / generic-node-se

Generic Node Sensor Edition
https://www.genericnode.com
Other
108 stars 31 forks source link

Add Azure RTOS support (basic application) #165

Closed elsalahy closed 3 years ago

elsalahy commented 3 years ago

Summary:

We can add Azure RTOS support and build a basic application around the support. Why do we need this?

To integrate LoRaWAN and build LoRaWAN applications using Azure RTOS.

What is already there? What do you see now?

Nothing related to Azure RTOS FreeRTOS basic applications and LoRaWAN support

What is missing? What do you want to see?

Adding Azure RTOS target support and a basic application similar to basic_freeRTOS

How do you propose to implement this?

There is a number of support repositories that make adding support simpler. The all fall under https://github.com/azure-rtos

Environment:

Azure RTOS

Acceptance Criteria:

Basic application compiles using the same structure as FreeRTOS. Basic application functionality works as intended and logs device behavior.

What can you do yourself and what do you need help with?

Need some porting effort but can be handled by one engineer.