zephyr/drivers
Tomasz Bursztyka 8ded57d3a2 drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip
CC1200 is a sub-ghz chip supporting 6 ISM & SRD bands: 169, 433, 470,
868, 915 and 920 MHz, with features dedicated to IEEE 802.15.4(g).

Current driver enables CC1200 against actual IEEE 802.15.4 Soft-MAC. 'g'
version support in the Soft-MAC will follow later.

The chip itself is closer to a bare metal radio modem than to a usual
15.4 chip: up to the user to provide the right RF settings for the
carrier band. Such settings can be generaten through TI's SmartRF tool.

Hopefully, for channel selection, this driver will be clever enough to
compute the proper register change without any special input from the
user. This will work for all the bands supported by the chip.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2018-01-15 15:15:38 +02:00
..
adc drivers: ti_adc108s102: remove newline from syslog messages 2018-01-09 10:59:41 -05:00
aio kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
bluetooth cmake: Use path-corrected version of ZEPHYR_BASE 2018-01-11 14:59:03 -05:00
clock_control drivers: stm32 clock control: fix HSI PLLSOURCE with PREDIV1 support 2018-01-11 19:00:19 -05:00
console various: Update/fix some textual material and code comments. 2017-12-29 09:45:39 -05:00
counter kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
crypto kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
display kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
dma kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
entropy drivers: entropy: stm32: Remove STM32F411XE from building 2018-01-12 19:42:54 -05:00
ethernet drivers: eth: mcux: Use correct Kconfig option for RX bufs 2018-01-10 10:32:16 -06:00
flash flash: add a driver for the internal flash on the SAM0 series. 2018-01-11 19:03:52 -05:00
gpio drivers: gpio_stm32: Add defines for ports I, J, K 2018-01-11 14:35:45 -06:00
grove kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
i2c drivers: i2c: stm32f4: Fix incorrect buffer assignment 2018-01-13 11:36:15 -08:00
i2s drivers: Add Atmel SAM I2S (SSC) driver 2017-11-30 10:30:33 -05:00
ieee802154 drivers/ieee802154: Add support for Sub-GHz TI CC1200 chip 2018-01-15 15:15:38 +02:00
interrupt_controller dts: x86: Add interrupt controller node 2017-12-15 11:22:55 -06:00
ipm kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
led_strip kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
net drivers: net: loopback: Simulate real hw device 2017-11-15 12:27:14 +02:00
pci kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
pinmux pinmux: stm32f0: Add B3/4/5 SPI1 B13/14/15 SPI2 pinmux 2018-01-11 19:00:19 -05:00
pwm drivers: pwm: nRF5x: Use TIMER2 and PPI indices 14-19 2017-11-22 18:46:20 -05:00
rtc kconfig: fix help syntax and add spaces 2017-12-13 17:43:28 -06:00
sensor Revert "sensors: hts221: provide name to Kconfig choice" 2018-01-13 09:06:58 -08:00
serial drivers: serial: use the right clock busses for STM32F0 series UARTs 2018-01-11 19:00:19 -05:00
shared_irq kbuild: Removed KBuild 2017-11-08 20:00:22 -05:00
spi spi: add a SPI driver for the SAM0 series. 2018-01-13 07:39:05 -05:00
timer kconfig: fix help text indentation 2018-01-08 08:08:45 -05:00
usb usb: Fix USB Device dependency 2018-01-12 07:46:28 -05:00
watchdog watchdog: add a watchdog driver for the SAM0 family. 2018-01-04 13:18:25 -05:00
CMakeLists.txt lib: move crc from drivers to lib/ 2017-12-15 20:02:01 -05:00
Kconfig drivers/ieee802154: Cleanup Kconfig 2018-01-10 21:53:01 -05:00