Skip to content

Commit cc8a132

Browse files
authored
Merge pull request #3575 from LMESTM/dev_stm_factorize_gpio
Dev stm factorize gpio
2 parents c635c5d + 57e0225 commit cc8a132

File tree

72 files changed

+17
-1274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+17
-1274
lines changed

targets/TARGET_STM/TARGET_STM32F0/TARGET_DISCO_F051R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ struct dac_s {
6767
};
6868

6969
#include "common_objects.h"
70-
#include "gpio_object.h"
7170

7271
#ifdef __cplusplus
7372
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F031K6/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F042K6/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct can_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F070RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F072RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F091RC/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ struct can_s {
7272
};
7373

7474
#include "common_objects.h"
75-
#include "gpio_object.h"
7675

7776
#ifdef __cplusplus
7877
}

targets/TARGET_STM/TARGET_STM32F0/gpio_object.h

Lines changed: 0 additions & 75 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ struct can_s {
6565
int index;
6666
};
6767

68-
#include "gpio_object.h"
6968
#include "common_objects.h"
7069

7170
#ifdef __cplusplus

targets/TARGET_STM/TARGET_STM32F1/TARGET_DISCO_F100RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ struct analogin_s {
6161
};
6262

6363
#include "common_objects.h"
64-
#include "gpio_object.h"
6564

6665
#ifdef __cplusplus
6766
}

targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB/objects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct can_s {
6666
};
6767

6868
#include "common_objects.h"
69-
#include "gpio_object.h"
7069

7170
#ifdef __cplusplus
7271
}

targets/TARGET_STM/TARGET_STM32F1/gpio_api.c

Lines changed: 0 additions & 79 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32F1/gpio_object.h

Lines changed: 0 additions & 75 deletions
This file was deleted.

targets/TARGET_STM/TARGET_STM32F2/gpio_api.c

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)