1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538/periph
Gunar Schorcht 42db6861e1 cpu/cc2538: fix I2C compilation error with NDEBUG
When NDEBUG macro is defined during compilation, the assert macro produces empty code. The dev parameter is then unused.
2020-01-30 11:57:36 +01:00
..
adc.c cpu/cc2538/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
gpio.c cc2538: mark closing #endif for MODULE_PERIPH_GPIO_IRQ 2018-10-09 15:10:59 +02:00
hwrng.c cpu/cc2538: adapt and cleanup periph/hwrng 2018-09-03 09:01:42 +02:00
i2c.c cpu/cc2538: fix I2C compilation error with NDEBUG 2020-01-30 11:57:36 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c all: fix my email address 2017-10-20 15:02:41 +02:00
rtt.c cpu/cc2538: add periph_rtt 2020-01-08 09:16:49 +01:00
spi.c cpu/cc2538: fix spi_transfer_bytes() 2019-09-30 13:11:11 +02:00
timer.c many typo fixes 2019-11-23 22:39:07 +01:00
uart.c cpu/cc2538: Add periph_uart_mode implementation 2019-05-15 09:26:56 +02:00