1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at86rf215
Benjamin Valentin 14bb15d91f drivers/at86rf215: make reset pulse width configurable
Some hardware designers like to include filtering capacitors into reset
lines in order to protect against ESD or other pulses.

This increases the raise time of the reset signal. To still reach the
required 16 µs reset pulse width, we thus have to increase the reset pulse
width via board config.
2020-06-11 15:05:21 +02:00
..
include drivers/at86rf215: make reset pulse width configurable 2020-06-11 15:05:21 +02:00
at86rf215_getset.c drivers/at86rf215: implement at86rf215_get_phy_mode() 2020-04-29 10:41:37 +02:00
at86rf215_internal.c drivers/at86rf215: make reset pulse width configurable 2020-06-11 15:05:21 +02:00
at86rf215_netdev.c drivers/at86rf215: don't compile modulations that are not selected 2020-06-09 11:48:59 +02:00
at86rf215_o-qpsk.c drivers/at86rf215: implement MR-O-QPSK 2020-04-29 10:41:37 +02:00
at86rf215_ofdm.c drivers/at86rf215: implement MR-OFDM 2020-06-03 15:58:50 +02:00
at86rf215.c drivers/at86rf215: make default O-QPSK rate configutable 2020-06-09 11:48:59 +02:00
Kconfig drivers/at86rf215: make reset pulse width configurable 2020-06-11 15:05:21 +02:00
Makefile drivers/at86rf215: Add basic driver for the AT86RF215 radio 2020-03-19 14:39:18 +01:00