makerdiary / nrf52832-mdk

An Open Source, Micro Development Kit for IoT Embedded Applications using the nRF52832 SoC
https://wiki.makerdiary.com/nrf52832-mdk/
MIT License
206 stars 52 forks source link

Please include NuttX RTOS in the list of supported Platforms #19

Open acassis opened 4 years ago

acassis commented 4 years ago

Recently Matias Nitsche added support to the nrf52832-mdk see:

https://github.com/apache/incubator-nuttx/tree/master/boards/arm/nrf52/nrf52832-mdk

He still finishing the BLE stack integration for nRF52 but the basic things like discover and adverting is already working:

https://github.com/apache/incubator-nuttx/issues/1474

Please include NuttX RTOS below Mbed OS ;-)

xiongyihui commented 4 years ago

Added. Thank you for the good news.