1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/openmote-b: set at86rf215 reset to 2ms

This commit is contained in:
Benjamin Valentin 2024-11-08 16:06:16 +01:00
parent 6401abbd92
commit 602acbf3c5

View File

@ -122,6 +122,12 @@
#define AT86RF215_PARAM_CS GPIO_PIN(0, 3) /* A3 */ #define AT86RF215_PARAM_CS GPIO_PIN(0, 3) /* A3 */
#define AT86RF215_PARAM_INT GPIO_PIN(3, 0) /* D0 */ #define AT86RF215_PARAM_INT GPIO_PIN(3, 0) /* D0 */
#define AT86RF215_PARAM_RESET GPIO_PIN(3, 1) /* D1 */ #define AT86RF215_PARAM_RESET GPIO_PIN(3, 1) /* D1 */
/**
* @brief board requires unusually long reset */
#ifndef CONFIG_AT86RF215_RESET_PULSE_WIDTH_US
#define CONFIG_AT86RF215_RESET_PULSE_WIDTH_US (50000u)
#endif
/** @} */ /** @} */
/** /**