mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
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:
committed by
Gregory Nutt
parent
160931ba72
commit
afe5f706f6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user