1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/periph
Juergen Fitschen df90176b1f cpu/sam0_common/spi: move clk pin muxing into spi_acquire / spi_release
When the SPI peripheral is disabled, the output lines will become HIGH-Z.
If the clk pin is not pulled HIGH or LOW, connected SPI slaves will start drawing current expectedly.
2020-05-23 13:54:39 +02:00
..
adc.c cpu/sam0_common/periph: adc_sample() now returns int32_t 2020-01-10 14:13:15 +01:00
cpuid.c sam0_common: clarify memcpy in cpuid_get 2020-04-28 14:56:19 +02:00
dac.c cpu/sam0_common: implement periph/dac 2020-05-02 18:31:55 +02:00
flashpage.c cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
gpio.c cpu/sam0_common: gpio: add gpio_disable_mux() function 2020-03-09 19:23:33 +01:00
hwrng.c cpu/sam0_common: add hwrng driver 2019-08-03 14:50:58 +02:00
i2c.c cpu/sam0_common: i2c: implement the periph_i2c_reconfigure feature 2020-05-05 16:12:19 +02:00
Kconfig cpu/sam0_common: Add CPU-specific WDT peripheral configuration 2020-03-31 13:39:39 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
rtc.c cpu/sam0_common: clean up formatting 2020-05-06 14:11:47 +02:00
rtt.c Merge pull request #13271 from kfessel/patch-shed 2020-02-05 14:44:08 +01:00
spi.c cpu/sam0_common/spi: move clk pin muxing into spi_acquire / spi_release 2020-05-23 13:54:39 +02:00
timer.c cpu/sam0_common: timer: don't ignore frequency in timer_init() 2020-05-01 16:44:06 +02:00
uart.c cpu/sam0: use generic hw fc module 2020-03-10 14:22:34 +01:00
usbdev.c cpu/sam0: don't hard-code peripheral clocks 2020-02-04 21:06:21 +01:00
wdt.c drivers/wdt: Move WDT_WARNING_PERIOD to 'CONFIG_' namespace 2020-03-31 13:39:37 +02:00