File tree Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Expand file tree Collapse file tree 3 files changed +23
-8
lines changed Original file line number Diff line number Diff line change 3131#define DT_I2C_1_NAME DT_NORDIC_NRF_TWI_I2C_1_LABEL
3232#endif
3333
34+ #if defined(DT_NORDIC_NRF_SPIM_SPI_0_LABEL )
35+ #define DT_SPI_0_NAME DT_NORDIC_NRF_SPIM_SPI_0_LABEL
36+ #else
3437#define DT_SPI_0_NAME DT_NORDIC_NRF_SPI_SPI_0_LABEL
38+ #endif
39+
40+ #if defined(DT_NORDIC_NRF_SPIM_SPI_1_LABEL )
41+ #define DT_SPI_1_NAME DT_NORDIC_NRF_SPIM_SPI_1_LABEL
42+ #else
3543#define DT_SPI_1_NAME DT_NORDIC_NRF_SPI_SPI_1_LABEL
44+ #endif
45+
46+ #if defined(DT_NORDIC_NRF_SPIM_SPI_2_LABEL )
47+ #define DT_SPI_2_NAME DT_NORDIC_NRF_SPIM_SPI_2_LABEL
48+ #else
3649#define DT_SPI_2_NAME DT_NORDIC_NRF_SPI_SPI_2_LABEL
37- #define DT_SPI_3_NAME DT_NORDIC_NRF_SPI_SPI_3_LABEL
50+ #endif
51+
52+ #define DT_SPI_3_NAME DT_NORDIC_NRF_SPIM_SPI_3_LABEL
3853
3954#define DT_WDT_0_NAME DT_NORDIC_NRF_WATCHDOG_WDT_0_LABEL
4055
Original file line number Diff line number Diff line change 2626#define DT_I2C_0_NAME DT_NORDIC_NRF_TWIM_I2C_0_LABEL
2727#define DT_I2C_1_NAME DT_NORDIC_NRF_TWIM_I2C_1_LABEL
2828
29- #define DT_SPI_0_NAME DT_NORDIC_NRF_SPI_SPI_0_LABEL
30- #define DT_SPI_1_NAME DT_NORDIC_NRF_SPI_SPI_1_LABEL
31- #define DT_SPI_2_NAME DT_NORDIC_NRF_SPI_SPI_2_LABEL
29+ #define DT_SPI_0_NAME DT_NORDIC_NRF_SPIM_SPI_0_LABEL
30+ #define DT_SPI_1_NAME DT_NORDIC_NRF_SPIM_SPI_1_LABEL
31+ #define DT_SPI_2_NAME DT_NORDIC_NRF_SPIM_SPI_2_LABEL
3232
3333#define DT_WDT_0_NAME DT_NORDIC_NRF_WATCHDOG_WDT_0_LABEL
3434
Original file line number Diff line number Diff line change 2727#define DT_I2C_2_NAME DT_NORDIC_NRF_TWIM_I2C_2_LABEL
2828#define DT_I2C_3_NAME DT_NORDIC_NRF_TWIM_I2C_3_LABEL
2929
30- #define DT_SPI_0_NAME DT_NORDIC_NRF_SPI_SPI_0_LABEL
31- #define DT_SPI_1_NAME DT_NORDIC_NRF_SPI_SPI_1_LABEL
32- #define DT_SPI_2_NAME DT_NORDIC_NRF_SPI_SPI_2_LABEL
33- #define DT_SPI_3_NAME DT_NORDIC_NRF_SPI_SPI_3_LABEL
30+ #define DT_SPI_0_NAME DT_NORDIC_NRF_SPIM_SPI_0_LABEL
31+ #define DT_SPI_1_NAME DT_NORDIC_NRF_SPIM_SPI_1_LABEL
32+ #define DT_SPI_2_NAME DT_NORDIC_NRF_SPIM_SPI_2_LABEL
33+ #define DT_SPI_3_NAME DT_NORDIC_NRF_SPIM_SPI_3_LABEL
3434
3535#define DT_WDT_0_NAME DT_NORDIC_NRF_WATCHDOG_WDT_0_LABEL
3636
You can’t perform that action at this time.
0 commit comments