KSKNico
7a6b83a40c
drivers: replace header guards with #pragma once
2025-05-16 19:33:04 +02:00
KSKNico
d357f5388b
drivers/include: applied the script to the driver headers
2025-03-28 17:09:07 +01:00
Marian Buschsieweke
c3500eb6e0
tree wide: fix typos in comments found by codespell
...
This will not change generated binaries, only the Doxygen output and
source code will have less typos.
2023-05-02 09:52:06 +02:00
Fabian Hüßler
f5f2decfa4
nrf24l01p_ng: add hook nrf24l01p_ng_eui_get()
2021-04-09 17:39:40 +02:00
Fabian Hüßler
7d618afa17
nrf24l01p_ng: make use of netdev_register()
2021-01-24 20:49:39 +01:00
fabian18
f7a77ebb04
drivers/nrf24l01p_ng: netdev driver for nrf24l01+
...
The driver uses the netdev interface. Due to the limited
capabilities of the transceiver (32 byte FIFO and no source address in the layer2 frame),
it relies on 6LowPAN compression and adds the source address to the frame for that.
2021-01-24 20:49:39 +01:00