1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common
Alexandre Abadie 1c416185b6
cpu/sam0_common: fix potential undefined result with sercom_id
Scan-build detected that sercom_id could return -1 and the value of this function is affected to uint8_t variables. Since these variables are used for shitfing bit in registers, this could lead to undefined behavior
2019-10-27 12:02:47 +01:00
..
include cpu/sam0_common: fix potential undefined result with sercom_id 2019-10-27 12:02:47 +01:00
ldscripts sam0_common: Adjust ldscript memory segment attributes 2018-05-09 06:49:02 +02:00
periph sam0_common/usb: fix typo in comment 2019-10-23 10:35:47 +02:00
doc.txt cpu/sam0: update doc.txt with new MCU families 2019-07-17 11:37:46 +02:00
Makefile cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
Makefile.features sam0_common: add Watchdog implementation 2019-09-20 19:04:41 +02:00
Makefile.include cpu: use makefiles/utils uppercase 2019-09-30 17:25:24 +02:00