Re: [PATCH] bsp/atsam: Allow setting the drive strength.

2018-03-13 Thread Sebastian Huber
On 12/03/18 16:43, Christian Mauderer wrote: This adds a simple function for setting the PIO drive strength. Thanks, looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail :

[PATCH] bsp/atsam: Allow setting the drive strength.

2018-03-12 Thread Christian Mauderer
This adds a simple function for setting the PIO drive strength. --- bsps/arm/atsam/include/libchip/include/pio.h | 2 ++ .../lib/libbsp/arm/atsam/libraries/libchip/source/pio.c | 16 2 files changed, 18 insertions(+) diff --git