1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:49:47 +01:00

Merge pull request #20969 from benpicco/boards/openmote-b-reset_delay

boards/openmote-b: set at86rf215 reset pulse width to 50ms
This commit is contained in:
Marian Buschsieweke 2024-11-11 16:45:28 +00:00 committed by GitHub
commit e419c144fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,12 @@
#define AT86RF215_PARAM_CS GPIO_PIN(0, 3) /* A3 */
#define AT86RF215_PARAM_INT GPIO_PIN(3, 0) /* D0 */
#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
/** @} */
/**