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 498498#ifdef CONFIG_NRFX_SPIM3
499499#define NRFX_SPIM3_ENABLED 1
500500#ifdef CONFIG_NRF52_ANOMALY_198_WORKAROUND
501- #define NRFX_SPIM3_NRF52840_ANOMALY_198_WORKAROUND_ENABLED 1
501+ #define NRF52_ERRATA_198_ENABLE_WORKAROUND 1
502502#endif
503503#endif
504504#ifdef CONFIG_NRFX_SPIM4
815815#define NRFX_TWIM137_ENABLED 1
816816#endif
817817#ifdef CONFIG_NRF52_ANOMALY_219_WORKAROUND
818- #define NRFX_TWIM_NRF52_ANOMALY_219_WORKAROUND_ENABLED 1
818+ #define NRF52_ERRATA_219_ENABLE_WORKAROUND 1
819819#endif
820820#ifdef CONFIG_SOC_NRF53_ANOMALY_47_WORKAROUND
821- #define NRFX_TWIM_NRF53_ANOMALY_47_WORKAROUND_ENABLED 1
821+ #define NRF53_ERRATA_47_ENABLE_WORKAROUND 1
822822#endif
823823
824824#ifdef CONFIG_NRFX_TWIS
10161016#endif
10171017
10181018#ifdef CONFIG_NRF52_ANOMALY_109_WORKAROUND
1019- #define NRFX_SPIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1020- #define NRFX_SPIS_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1021- #define NRFX_TWIM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1022- #define NRFX_PWM_NRF52_ANOMALY_109_WORKAROUND_ENABLED 1
1019+ #define NRF52_ERRATA_109_ENABLE_WORKAROUND 1
10231020#define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE \
10241021 CONFIG_NRF52_ANOMALY_109_WORKAROUND_EGU_INSTANCE
10251022#endif
You can’t perform that action at this time.
0 commit comments