1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at86rf2xx
Marian Buschsieweke 5ddf786c95
tests/driver_at86rf2xx: fix use of incorrect macro
The random test function should be guarded by
`AT86RF2XX_RANDOM_NUMBER_GENERATOR` not by
`AT86RF2XX_SMART_IDLE_LISTENING`. This fixes the issue and also sneaks
in a test for the return value.
2022-07-04 13:55:31 +02:00
..
addr.c tests/driver_at86rf2xx: fix var lengths and unused vars 2017-11-07 21:09:22 +01:00
cmd.c tests/driver_at86rf2xx: fix use of incorrect macro 2022-07-04 13:55:31 +02:00
common.h drivers/at86rf2xx: Adding Switch SRT to Random Number Generator 2022-07-03 17:44:47 -04:00
main.c tests/driver_at86rf2xx: fix use of incorrect macro 2022-07-04 13:55:31 +02:00
Makefile treewide: remove mentions of 'fox' BOARD 2021-10-20 13:53:26 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests: added test app for the at86rf2xx driver 2015-04-27 18:56:59 +02:00
recv.c drivers/at86rf2xx: use byteorder_ltohs() 2020-12-09 14:23:37 +01:00

About

This is a manual test application for the AT86RF2xx radio driver

For running this test, you need to connect/configure the following pins of your radio device:

  • SPI MISO
  • SPI MOSI
  • SPI CLK
  • CS (ship select)
  • RESET
  • SLEEP
  • INT (external interrupt)

Usage

For testing the radio driver you can use the netif and txtsnd shell commands that are included in this application.