Skip to content

Commit a8ebfaa

Browse files
authored
Merge pull request #3288 from LMESTM/dev_spi_asynch_l0l1
Dev spi asynch l0l1
2 parents 257d635 + 40b0402 commit a8ebfaa

File tree

13 files changed

+1230
-440
lines changed

13 files changed

+1230
-440
lines changed

targets/TARGET_STM/TARGET_STM32F0/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32F1/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ struct spi_s {
7878
PinName pin_ssel;
7979
#ifdef DEVICE_SPI_ASYNCH
8080
uint32_t event;
81-
uint8_t module;
8281
uint8_t transfer_type;
8382
#endif
8483
};

targets/TARGET_STM/TARGET_STM32F2/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ struct spi_s {
9494
PinName pin_ssel;
9595
#ifdef DEVICE_SPI_ASYNCH
9696
uint32_t event;
97-
uint8_t module;
9897
uint8_t transfer_type;
9998
#endif
10099
};

targets/TARGET_STM/TARGET_STM32F3/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32F4/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ struct spi_s {
7878
PinName pin_ssel;
7979
#ifdef DEVICE_SPI_ASYNCH
8080
uint32_t event;
81-
uint8_t module;
8281
uint8_t transfer_type;
8382
#endif
8483
};

targets/TARGET_STM/TARGET_STM32F7/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

targets/TARGET_STM/TARGET_STM32L0/common_objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ struct spi_s {
5959
PinName pin_ssel;
6060
#ifdef DEVICE_SPI_ASYNCH
6161
uint32_t event;
62-
uint8_t module;
6362
uint8_t transfer_type;
6463
#endif
6564
};

0 commit comments

Comments
 (0)