1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/saml21: create compatibility headers for vendor files migration

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2024-09-04 11:38:07 +02:00
parent b056060bd8
commit fb8473a2ea
4 changed files with 3185 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,4 +45,6 @@
#error Library does not support the specified device.
#endif
#include "compat_saml21a.h"
#endif /* _SAML21_ */

File diff suppressed because it is too large Load Diff

View File

@ -63,4 +63,6 @@
#error Library does not support the specified device.
#endif
#include "compat_saml21b.h"
#endif /* _SAML21_ */