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:
commit
39f14f7f71
@ -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 */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user