Message ID | 1519638689-5134-1-git-send-email-liuxuenetmail@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Hello. On 02/26/2018 10:51 AM, Xue Liu wrote: > add NXP mcr20a to the suppoted hardware list. > > Signed-off-by: Xue Liu <liuxuenetmail@gmail.com> > --- > website/index.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/website/index.txt b/website/index.txt > index 6d9fe88..d631371 100644 > --- a/website/index.txt > +++ b/website/index.txt > @@ -47,6 +47,7 @@ Supported Hardware > |cc2420 |no | | SPI | http://de.aliexpress.com/store/product/ZIGBEE-networking-technology-Wi-Fi-CC2420-wireless-transceiver-modules-including-antenna/1383438_2036388706.html[aliexpress] > |cc2520 |yes |cc2520 | SPI | http://de.aliexpress.com/item/CC2520-wireless-module-ZIGBEE-wireless-sensor-networking-module-with-SMA-external-antenna/1921436550.html[aliexpress] > |cc2531 |no | | USB | http://de.aliexpress.com/item/free-shipping-FOR-ZigBee-CC2531-USB-dongle-protocol-analysis-port-capture-wireless-keyboard-and-mouse/32270975591.html[aliexpress] > +|mcr20a |yes |mcr20a | SPI | https://www.nxp.com/products/wireless-connectivity/thread/2.4-ghz-802.15.4-wireless-transceiver:MCR20A[NXP] > |mrf24j40 |yes |mrf24j40 | SPI | http://de.aliexpress.com/item/MRF24J40MA-I-RM-MRF24J40MA-I-MRF24J40MA-MRF24J40-MICROC-QFN-Import-original/32223258627.html[aliexpress] > |RZUSBstick |experimental, http://wpan.cakelab.org/firmwares/rzusb.bin[WIP] |atusb | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14] > |Xbee |no |https://github.com/joaopedrotaveira/linux-rpl/blob/master/mainline-3.12.y/0001-Added-XBee-driver-support.patch[out of tree]| ?? | https://www.sparkfun.com/pages/xbee_guide[sparkfun] Thanks for the patch. I applied it to the old website repo and also made sure it gets updated on the new page on http://linux-wpan.org/ regards Stefan Schmidt -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/website/index.txt b/website/index.txt index 6d9fe88..d631371 100644 --- a/website/index.txt +++ b/website/index.txt @@ -47,6 +47,7 @@ Supported Hardware |cc2420 |no | | SPI | http://de.aliexpress.com/store/product/ZIGBEE-networking-technology-Wi-Fi-CC2420-wireless-transceiver-modules-including-antenna/1383438_2036388706.html[aliexpress] |cc2520 |yes |cc2520 | SPI | http://de.aliexpress.com/item/CC2520-wireless-module-ZIGBEE-wireless-sensor-networking-module-with-SMA-external-antenna/1921436550.html[aliexpress] |cc2531 |no | | USB | http://de.aliexpress.com/item/free-shipping-FOR-ZigBee-CC2531-USB-dongle-protocol-analysis-port-capture-wireless-keyboard-and-mouse/32270975591.html[aliexpress] +|mcr20a |yes |mcr20a | SPI | https://www.nxp.com/products/wireless-connectivity/thread/2.4-ghz-802.15.4-wireless-transceiver:MCR20A[NXP] |mrf24j40 |yes |mrf24j40 | SPI | http://de.aliexpress.com/item/MRF24J40MA-I-RM-MRF24J40MA-I-MRF24J40MA-MRF24J40-MICROC-QFN-Import-original/32223258627.html[aliexpress] |RZUSBstick |experimental, http://wpan.cakelab.org/firmwares/rzusb.bin[WIP] |atusb | USB | http://www.element14.com/community/docs/DOC-67532/l/avr-rz-usb-stick-module[element14] |Xbee |no |https://github.com/joaopedrotaveira/linux-rpl/blob/master/mainline-3.12.y/0001-Added-XBee-driver-support.patch[out of tree]| ?? | https://www.sparkfun.com/pages/xbee_guide[sparkfun]
add NXP mcr20a to the suppoted hardware list. Signed-off-by: Xue Liu <liuxuenetmail@gmail.com> --- website/index.txt | 1 + 1 file changed, 1 insertion(+)