Enable I2CSLAVE for nRF52 targets

pull/12161/head
George Beckstein 2019-12-20 14:10:15 -05:00
parent c8ab263388
commit 85a17293d3
3 changed files with 8 additions and 6 deletions

View File

@ -3908,20 +3908,20 @@
// <e> NRFX_TWIS_ENABLED - nrfx_twis - TWIS peripheral driver
//==========================================================
#ifndef NRFX_TWIS_ENABLED
#define NRFX_TWIS_ENABLED 0
#define NRFX_TWIS_ENABLED 1
#endif
// <q> NRFX_TWIS0_ENABLED - Enable TWIS0 instance
#ifndef NRFX_TWIS0_ENABLED
#define NRFX_TWIS0_ENABLED 0
#define NRFX_TWIS0_ENABLED 1
#endif
// <q> NRFX_TWIS1_ENABLED - Enable TWIS1 instance
#ifndef NRFX_TWIS1_ENABLED
#define NRFX_TWIS1_ENABLED 0
#define NRFX_TWIS1_ENABLED 1
#endif
// <q> NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once

View File

@ -3908,20 +3908,20 @@
// <e> NRFX_TWIS_ENABLED - nrfx_twis - TWIS peripheral driver
//==========================================================
#ifndef NRFX_TWIS_ENABLED
#define NRFX_TWIS_ENABLED 0
#define NRFX_TWIS_ENABLED 1
#endif
// <q> NRFX_TWIS0_ENABLED - Enable TWIS0 instance
#ifndef NRFX_TWIS0_ENABLED
#define NRFX_TWIS0_ENABLED 0
#define NRFX_TWIS0_ENABLED 1
#endif
// <q> NRFX_TWIS1_ENABLED - Enable TWIS1 instance
#ifndef NRFX_TWIS1_ENABLED
#define NRFX_TWIS1_ENABLED 0
#define NRFX_TWIS1_ENABLED 1
#endif
// <q> NRFX_TWIS_ASSUME_INIT_AFTER_RESET_ONLY - Assume that any instance would be initialized only once

View File

@ -11183,6 +11183,7 @@
"FLASH",
"I2C",
"I2C_ASYNCH",
"I2C_SLAVE",
"INTERRUPTIN",
"ITM",
"LPTICKER",
@ -11567,6 +11568,7 @@
"FLASH",
"I2C",
"I2C_ASYNCH",
"I2C_SLAVE",
"INTERRUPTIN",
"ITM",
"LPTICKER",