zephyr/drivers
Tomasz Bursztyka 0f2164cb5a drivers: ieee802154: Make CC2520 ready to tx only one fragment
The given buffer can come with many fragments, but it's not up to the
hardware driver to send all of these but only the first in the list.
The overall fragments send procedure is handled in l2 level where the
radio transmission strategy loops over the list of framents and send
them one by one relevantly.

Change-Id: Ia7ae42ab4e9f8efb83bf07de6791918059b1e1c9
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-12-02 12:40:55 +02:00
..
adc adc: Cleanup ti 108s102 adc driver 2016-11-16 11:26:54 -06:00
aio aio: Configuration issue in aio driver 2016-11-23 00:16:22 +00:00
bluetooth Bluetooth: Use convenience macros for timeout durations 2016-11-18 07:47:50 +02:00
clock_control clock_control: NRF5 Kconfig option should be available only on NRF5 2016-11-22 17:00:46 +00:00
console drivers: console: use unified kernel API 2016-11-30 23:49:04 +00:00
counter counter: Fix interface 2016-11-30 14:39:10 +00:00
dma drivers: dma: update to unified kernel 2016-11-09 18:38:57 -08:00
ethernet eth: enc28j60_legacy: Make driver config_info structure const. 2016-12-02 12:40:51 +02:00
flash drivers: spi_flash: add erase boundary check and correct an error 2016-11-12 01:37:00 +00:00
gpio drivers: gpio_dw: Remove contradictory if statement evaluation 2016-11-18 02:04:36 +00:00
grove drivers: lcd: use unified kernel APIs 2016-11-30 21:45:21 +00:00
i2c i2c_qmsi_ss: Use qm_ss_i2c_save/restore_context APIs 2016-11-11 23:33:20 +00:00
ieee802154 drivers: ieee802154: Make CC2520 ready to tx only one fragment 2016-12-02 12:40:55 +02:00
interrupt_controller kernel/arch: consolidate tTCS and TNANO definitions 2016-11-12 07:04:52 -05:00
ipm kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
pci drivers: pci: fix incorrect printk() usage 2016-08-28 07:47:28 -04:00
pinmux pinmux: nucleo_f103: Fix an 80 chars limit issue 2016-11-22 17:00:45 +00:00
pwm drivers: pwm: Fix uninitialized pointer 2016-11-16 12:37:07 +00:00
random drivers:config: Fix help text format. 2016-10-28 12:35:19 +00:00
rtc drivers: rtc: fix enum type mismatching issue 2016-11-17 23:39:25 +00:00
sensor drivers: sensor: use unified kernel API 2016-11-30 23:54:58 +00:00
serial serial: Add driver for CMSDK (Cortex-M System Design Kit) APB UART 2016-11-11 20:39:54 +00:00
shared_irq kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
slip slip: Fix hexdump print 2016-12-02 12:40:54 +02:00
spi drivers spi_ss: Fix setting of wrong config for SPI 1 2016-11-16 14:05:54 +00:00
timer drivers: timer: replace deprecated interface in nrf_rtc_timer 2016-11-30 19:21:54 +00:00
usb drivers: usb: update to unified kernel 2016-11-11 02:48:20 +00:00
watchdog watchdog: Refactor main Kconfig file 2016-11-30 17:25:15 +00:00
Kconfig drivers: cc2520: Add a new IP stack ready adaptation of CC2520 driver 2016-12-02 12:40:18 +02:00
Makefile enc28j60: Adapt driver for native IP stack 2016-12-02 12:40:50 +02:00