mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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:
commit
e419c144fa
@ -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
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user