1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387/periph
Marian Buschsieweke 17a5101b40
cpu/lpc2387: Fixed broken SPI driver
In commit 513b20ffd3 the SPI API was changed to
power up an configure the SPI bus on spi_acquire(). Sadly, the lpc2387 SPI
apparently needs to be reconfigured after each power up. This commit moves
the initialization code required after each power up from spi_init() to
spi_acquire().
2018-05-19 18:12:25 +02:00
..
gpio.c doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pwm.c build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
rtc.c doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
spi.c cpu/lpc2387: Fixed broken SPI driver 2018-05-19 18:12:25 +02:00
timer.c Merge pull request #7129 from haukepetersen/opt_periph_sharetimerset 2017-08-01 15:09:48 +02:00
uart.c cpu/lpc2487: add empty uart/power_x functions 2018-03-02 10:53:55 +01:00