Searched full:rf2xx (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | sample.yaml | 24 sample.net.sockets.echo_client.802154.rf2xx: 27 sample.net.sockets.echo_client.802154.rf2xx.xplained: 32 sample.net.sockets.echo_client.802154.rf2xx.xpro: 41 sample.net.sockets.echo_client.802154.rf2xx.legacy: 50 sample.net.sockets.echo_client.802154.rf2xx.arduino: 60 sample.net.sockets.echo_client.802154.rf2xx.mikrobus:
|
D | README.rst | 70 Example building for the IEEE 802.15.4 RF2XX transceiver:
|
/Zephyr-latest/boards/shields/atmel_rf2xx/ |
D | atmel_rf2xx_legacy.overlay | 16 ieee802154_atmel_rf2xx_legacy: rf2xx@0 { 17 compatible = "atmel,rf2xx";
|
D | atmel_rf2xx_xplained.overlay | 16 ieee802154_atmel_rf2xx_xplained: rf2xx@0 { 17 compatible = "atmel,rf2xx";
|
D | atmel_rf2xx_xpro.overlay | 16 ieee802154_atmel_rf2xx_xpro: rf2xx@0 { 17 compatible = "atmel,rf2xx";
|
D | atmel_rf2xx_arduino.overlay | 20 ieee802154_atmel_rf2xx_arduino: rf2xx@0 { 21 compatible = "atmel,rf2xx";
|
D | atmel_rf2xx_mikrobus.overlay | 19 ieee802154_atmel_rf2xx_mikrobus: rf2xx@0 { 20 compatible = "atmel,rf2xx";
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | sample.yaml | 29 sample.net.sockets.echo_server.802154.rf2xx.xplained: 34 sample.net.sockets.echo_server.802154.rf2xx.xpro: 43 sample.net.sockets.echo_server.802154.rf2xx.legacy: 52 sample.net.sockets.echo_server.802154.rf2xx.arduino: 62 sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
|
D | README.rst | 74 Example building for the samr21_xpro with RF2XX driver support:
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.rf2xx | 7 bool "ATMEL RF2XX Driver support" 28 you know what you are doing. Beware rf2xx requires gpio and spi to
|
D | ieee802154_rf2xx.h | 1 /* ieee802154_rf2xx.h - IEEE 802.15.4 Driver definition for ATMEL RF2XX */
|
D | Kconfig | 77 source "drivers/ieee802154/Kconfig.rf2xx"
|
D | ieee802154_rf2xx.c | 1 /* ieee802154_rf2xx.c - ATMEL RF2XX IEEE 802.15.4 Driver */ 169 * The rf2xx frame buffer can have length > 128 bytes. The in rf2xx_trx_rx() 1010 LOG_DBG("\nInitialize RF2XX Transceiver\n"); in rf2xx_init() 1030 LOG_ERR("Configuring RF2XX failed"); in rf2xx_init() 1118 "rf2xx: Error TX-PWR-MIN len is different of two"); \ 1120 "rf2xx: Error TX-PWR-MAX len is different of two"); \ 1122 "rf2xx: Error TX-PWR-TABLE len must be greater than zero"); \
|
D | ieee802154_rf2xx_iface.h | 1 /* ieee802154_rf2xx_iface.h - ATMEL RF2XX transceiver interface */
|
D | ieee802154_rf2xx_regs.h | 1 /* ieee802154_rf2xx_regs.h - ATMEL RF2XX transceiver registers */
|
D | ieee802154_rf2xx_iface.c | 1 /* ieee802154_rf2xx_iface.c - ATMEL RF2XX IEEE 802.15.4 Interface */
|
/Zephyr-latest/tests/drivers/build_all/ieee802154/boards/ |
D | native_sim.overlay | 70 test_spi_rf2xx: rf2xx@3 { 71 compatible = "atmel,rf2xx";
|
/Zephyr-latest/samples/net/wpan_serial/ |
D | README.rst | 17 a board. You can pick, for example, a transceiver such as a CC2520 or RF2xx
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/ |
D | samr21_xpro.dts | 164 ieee802154: rf2xx@0 { 165 compatible = "atmel,rf2xx";
|
/Zephyr-latest/dts/bindings/ieee802154/ |
D | atmel,rf2xx.yaml | 6 compatible: "atmel,rf2xx"
|
/Zephyr-latest/boards/shields/atmel_rf2xx/doc/ |
D | index.rst | 15 2.4 Ghz transceiver, except AT86RF230. The RF2xx driver allows use of 126 .. note:: DIG2 is not current implemented on RF2xx driver.
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 448 :ref:`RF2XX <atmel_at86rf2xx_transceivers>`"
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.3.rst | 439 * Added "no auto start" option and local MAC address support to rf2xx 446 * Various fixes to rf2xx 913 * :github:`24965` - RF2XX radio driver does automatic retransmission and OpenThread as well 1126 * :github:`23595` - RF2XX driver Openthread ACK handling
|
D | release-notes-2.2.rst | 735 * :github:`23198` - rf2xx driver uses mutex in ISR
|
D | release-notes-2.4.rst | 479 * Added support for setting TX power in rf2xx driver.
|
12