mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:02:56 +00:00
This is a complete new cc2520 driver for zephyr. Intention is to fit better within Zephyr device driver model. - It's (almost*) ready to be instanciated as many times as necessary - It's fully interrupt based on SFD and FIFOP (no pin polling) - It's nicer to other sub-systems (it sleeps, no busy-wait loop) - It still loosely complies to old legacy radio device driver model *: GPIO API needs to be fixed in order to accept multiple callbacks, as well as enabling callbacks to retrieve private data. Notes: - Hardware filtering does not work yet as the net stack, above, needs to provide the relevant information for it (src/dst ieee802154 extended addresses, short addresses...) - A embryo of generic functions (txpower, channel, addresses...) have been implemented but don't belong yet to any radio device driver model. Such new driver model will come afterwards (soon?) - SPI API would need to be improved to avoid as much as possible memcpy as well as spi_slave_select() call. Change-Id: I1fd6dfff28fba3984f6006d394ea12f1e763ac18 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
clock_control | ||
console | ||
pci | ||
serial | ||
spi | ||
ioapic.h | ||
k6x_mpu.h | ||
k6x_pmc.h | ||
k20_mcg.h | ||
k20_pcr.h | ||
k20_sim.h | ||
k20_watchdog.h | ||
loapic.h | ||
mvic.h | ||
rand32.h | ||
system_timer.h |