zephyr/samples
Gerhard Jörges 67151b930a drivers: ieee802154: remove ieee802154_radio_handle_ack() stub
When using the IEEE802154 radio interface in CONFIG_IEEE802154_RAW_MODE,
there is no way to handle ack frames because of the dummy implementation
of ieee802154_radio_handle_ack() in the ieee802154_radio header file.
Removed the dummy implementation from the header so you can/need to
implement it in the application.

samples: added implementation of ieee802154_radio_handle_ack() to
         wpan_serial and wpanusb sample

Signed-off-by: Gerhard Jörges <joerges@metratec.com>
2021-09-21 18:28:25 -04:00
..
application_development cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
arch cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
basic samples: basic: blinky_pwm: Add support for nucleo_wb55rg platform 2021-08-31 19:56:22 -04:00
bluetooth samples: bluetooth: hci_uart: Fix command len calculation 2021-09-07 20:47:49 +02:00
boards Bluetooth: Update terms in public API to spec v5.3 2021-09-15 14:02:50 +03:00
compression cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
drivers samples: i2c: fram: use node label instead of alias 2021-09-17 20:18:47 -04:00
hello_world cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
kernel cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
modules samples: tflite-micro: hello_world: Enable standard C++ library 2021-09-21 11:39:18 -04:00
net drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
philosophers samples: philosophers: fix pointer type mismatch for stack fork 2021-09-09 19:06:38 -04:00
posix samples/posix: eventfd: Prevent run in twister when SRAM below 32K 2021-09-20 19:48:34 -04:00
sensor samples: sensor: added sample app for INA219 2021-08-23 10:32:07 -05:00
shields cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys samples/littlefs: Remove FIXME with PRIxPTR usage 2021-09-21 06:21:59 -04:00
synchronization cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
tfm_integration cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
userspace samples: prod_consumer: don't reuse main stack for app_b 2021-08-26 21:16:22 -04:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst samples: compression: lz4: lz4 sample application 2021-06-12 17:21:55 +02:00