1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/sam0_common/include
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
..
vendor Merge pull request #10941 from keestux/update-samr30-vendor 2019-10-02 13:35:06 +02:00
cpu_conf.h cpu/samd5x: add support for samd5x/same5x MCUs 2019-06-06 16:47:11 +02:00
periph_cpu_common.h cpu/sam0_common: fix potential undefined result with sercom_id 2019-10-27 12:02:47 +01:00
sam_usb.h sam0_common: Add USB peripheral driver 2019-03-26 10:26:11 +01:00