cc2520: Initial checkin for TI CC2520 802.15.4 driver

Integrating it into network stack. Centralizing all in drivers/802.15.4

Change-Id: Ia2916ff652afe5fe736f6560c2ed4a911a5f0679
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2015-09-11 16:13:26 +03:00 committed by Anas Nashif
commit f1563253cf
13 changed files with 1799 additions and 8 deletions

View file

@ -21,6 +21,8 @@ menu "Device Drivers"
source "drivers/bluetooth/Kconfig"
source "drivers/802.15.4/Kconfig"
source "drivers/console/Kconfig"
source "drivers/ethernet/Kconfig"