Squashed commit of the following:

cc1101:  Changes from review of last PR.
    remove gpio
    remove  cc1101 frame len
    remove FLAGS_RXONLY flags
    add cc1101 function
    remove some waring
    add cc1101 poll function
    add cc1101 register
    add cc1101 isr read data
    add cc1101 spi deviceId
    add cc1101 init2
    add wait cc1101 chip ready
    raw init cc1101
This commit is contained in:
Author: lihaichen
2018-03-03 08:53:51 -06:00
committed by Gregory Nutt
parent 160931ba72
commit afe5f706f6
10 changed files with 1400 additions and 257 deletions
+13
View File
@@ -9,6 +9,19 @@ config WL_CC1101
bool "CC1101 RF transceiver support"
default n
select SPI
select SCHED_HPWORK
select SCHED_LPWORK
if WL_CC1101
config CC1101_SPIDEV
int "SPI bus number"
default 2
---help---
Selects the SPI bus number identying that SPI interface that
connects the CC1101 to the MCU.
endif
menuconfig WL_CC3000
bool "CC3000 Wireless Module support"