File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 495495#ifdef CONFIG_NRFX_SPIM3
496496#define NRFX_SPIM3_ENABLED 1
497497#ifdef CONFIG_NRF52_ANOMALY_198_WORKAROUND
498- #define NRFX_SPIM3_NRF52840_ANOMALY_198_WORKAROUND_ENABLED 1
498+ #define NRF52_ERRATA_198_ENABLE_WORKAROUND 1
499499#endif
500500#endif
501501#ifdef CONFIG_NRFX_SPIM4
806806#define NRFX_TWIM137_ENABLED 1
807807#endif
808808#ifdef CONFIG_NRF52_ANOMALY_219_WORKAROUND
809- #define NRFX_TWIM_NRF52_ANOMALY_219_WORKAROUND_ENABLED 1
809+ #define NRF52_ERRATA_219_ENABLE_WORKAROUND 1
810810#endif
811811#ifdef CONFIG_SOC_NRF53_ANOMALY_47_WORKAROUND
812- #define NRFX_TWIM_NRF53_ANOMALY_47_WORKAROUND_ENABLED 1
812+ #define NRF53_ERRATA_47_ENABLE_WORKAROUND 1
813813#endif
814814
815815#ifdef CONFIG_NRFX_TWIS
10071007#endif
10081008
10091009#ifdef CONFIG_NRF52_ANOMALY_109_WORKAROUND
1010- #define NRFX_SPIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1011- #define NRFX_SPIS_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1012- #define NRFX_TWIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1013- #define NRFX_PWM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1010+ #define NRF52_ERRATA_109_ENABLE_WORKAROUND 1
10141011#define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE \
10151012 CONFIG_NRF52_ANOMALY_109_WORKAROUND_EGU_INSTANCE
10161013#endif
You can’t perform that action at this time.
0 commit comments