1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

Merge pull request #20913 from benpicco/boards/saml10-xpro_cryptoauthlib

boards/saml10-xpro: enable ATECC508A
This commit is contained in:
Dylan Laduranty 2024-10-17 13:28:21 +00:00 committed by GitHub
commit 39f14f7f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,12 +30,11 @@ extern "C" {
#endif
/**
* @brief ATCA device type on SAML11 XPro boards
* @brief ATCA device type on SAML1x XPro boards
* @{
*/
#ifdef BOARD_SAML11_XPRO
#define ATCA_DEVTYPE (ATECC508A)
#endif
#define ATCA_DEVTYPE ATECC508A
#define ATCA_PARAM_I2C I2C_DEV(0) /**< I2C bus device is connected to */
/** @} */
/**