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 498
498
#ifdef CONFIG_NRFX_SPIM3
499
499
#define NRFX_SPIM3_ENABLED 1
500
500
#ifdef CONFIG_NRF52_ANOMALY_198_WORKAROUND
501
- #define NRFX_SPIM3_NRF52840_ANOMALY_198_WORKAROUND_ENABLED 1
501
+ #define NRF52_ERRATA_198_ENABLE_WORKAROUND 1
502
502
#endif
503
503
#endif
504
504
#ifdef CONFIG_NRFX_SPIM4
815
815
#define NRFX_TWIM137_ENABLED 1
816
816
#endif
817
817
#ifdef CONFIG_NRF52_ANOMALY_219_WORKAROUND
818
- #define NRFX_TWIM_NRF52_ANOMALY_219_WORKAROUND_ENABLED 1
818
+ #define NRF52_ERRATA_219_ENABLE_WORKAROUND 1
819
819
#endif
820
820
#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
822
822
#endif
823
823
824
824
#ifdef CONFIG_NRFX_TWIS
1016
1016
#endif
1017
1017
1018
1018
#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
1023
1020
#define NRFX_PWM_NRF52_ANOMALY_109_EGU_INSTANCE \
1024
1021
CONFIG_NRF52_ANOMALY_109_WORKAROUND_EGU_INSTANCE
1025
1022
#endif
You can’t perform that action at this time.
0 commit comments