pkg/wolfssl: add SAMD51 to name collision hack
Fix this properly in the future by not pulling in all vendor files through cpu_conf.h which gets included by several core headers.
This commit is contained in:
parent
b130142785
commit
735d22ea1b
@ -315,8 +315,11 @@ int strncasecmp(const char *s1, const char * s2, unsigned int sz);
|
|||||||
|
|
||||||
/* The following defines should prevent declaration of name-colliding "Aes"
|
/* The following defines should prevent declaration of name-colliding "Aes"
|
||||||
* structure on SAML21, SAME54 platform code
|
* structure on SAML21, SAME54 platform code
|
||||||
|
*
|
||||||
|
* TODO: avoid pulling in all vendor files through cpu_conf.h
|
||||||
*/
|
*/
|
||||||
#define _SAML21_AES_COMPONENT_
|
#define _SAML21_AES_COMPONENT_
|
||||||
|
#define _SAMD51_AES_COMPONENT_
|
||||||
#define _SAME54_AES_COMPONENT_
|
#define _SAME54_AES_COMPONENT_
|
||||||
#define _SAMR34_AES_COMPONENT_
|
#define _SAMR34_AES_COMPONENT_
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user