makerdiary / nrf52840-mdk-usb-dongle

An open-source, small and low-cost USB Dongle that supports Bluetooth 5.4, Bluetooth mesh, Thread, Zigbee, 802.15.4, ANT and 2.4 GHz proprietary protocols
https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/
Apache License 2.0
301 stars 79 forks source link

Moved common parts of the example Makefiles to a common Makefile. #3

Closed wingunder closed 5 years ago

wingunder commented 5 years ago

The common Makefile is called examples/nrf5-sdk/Makefile.common. It support both softdevice and non-softdevice Makefiles.

The flash-usb-serial target was also added, which uses nrfutil for building packages and flashing them.

caizelin commented 5 years ago

Truly appreciate your PR! @wingunder