Article: LoRaWAN on NuttX

2022-01-02 Thread Lee, Lup Yuen
This article explains how I ported Semtech's LoRaWAN Stack to NuttX. Have an awesome 2022! :-) https://lupyuen.github.io/articles/lorawan3 Lup

Re: question about design of priority inheritance

2022-01-02 Thread Gregory Nutt
a As for the priority inversion avoidance test, both NuttX > and ChibiOS passed. However, with NuttX, we found that > there is no priority inheritance implemented for threads > blocked on a mutex but only on a binary semaphore. > This is completely untrue. Certainly priority inheritance is suppor

question about design of priority inheritance

2022-01-02 Thread xyluo
Hello, sorry to trouble you. This week I found a conference paper named " Which Is the Best Real-Time Operating System for Drones? Evaluation of the Real-Time Characteristics of NuttX and ChibiOS", published in 2021, in this paper nuttx9.0 and chibios are compared and analysed.As for the priority