1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/lpc2387
Marian Buschsieweke 2c901ff181
cpu/lpc2387: Fixed invalid call to send_msg in lpc2387-mci.c
At `lpc2387-mci.c:383` in `send_cmd()` an `assert()` enforces that parameter
`buff` is not `NULL`. At `lpc2387-mci.c:538` in `mci_initialize()` `send_cmd()`
was called with `buff==NULL`.
2018-05-30 09:09:22 +02:00
..
doc cpu/arm7_common: Rename Doxygen group to cpu_arm7_common 2015-07-20 12:40:31 +02:00
include cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
ldscripts lpc2387: Adjust ldscript memory segment attributes 2018-05-09 06:46:05 +02:00
mci cpu/lpc2387: Fixed invalid call to send_msg in lpc2387-mci.c 2018-05-30 09:09:22 +02:00
periph cpu/lpc2387: Fixed broken SPI driver 2018-05-19 18:12:25 +02:00
tools lpc2387: Replace tabs by spaces 2015-05-18 07:10:52 +02:00
asmfunc.s cpu: lpc2387: make comment a comment 2017-04-14 14:36:16 +02:00
cpu.c cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
lpc23xx-iap.c cpu: instead of cpp-style, use C-style comments 2018-02-06 16:59:58 +01:00
Makefile cpu: lpc2387: drop gpioint 2015-08-14 16:50:41 +02:00
Makefile.features cpu: arm7: reorganize Makefile.features 2017-11-02 12:59:45 +01:00
Makefile.include make: Move BOARD and CPU includes to Makefile.modules 2016-02-10 16:37:03 +01:00
startup.s cpu: removing tabs from asm files (#1439) 2014-08-02 12:47:02 +02:00