Skip to content

Commit 2d9f676

Browse files
ycsinerwango
authored andcommitted
zephyr: remove autoconf.h
`autoconf.h` should be injected, remove them. Signed-off-by: Yong Cong Sin <[email protected]>
1 parent d12e21e commit 2d9f676

Some content is hidden

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

50 files changed

+0
-100
lines changed

scripts/genllheaders/header-template.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
{% for series in all_series %}
108
#{{ "if" if loop.index == 1 else "elif"}} defined(CONFIG_SOC_SERIES_{{ series[:-1] | upper }})
119
#include <{{ series }}_ll_{{ ll_api }}.h>

scripts/tests/genllheaders/data/stm32_ll_tim.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32F0X)
108
#include <stm32f0xx_ll_tim.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F1X)

scripts/tests/genllheaders/data/stm32_ll_usart.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32F1X)
108
#include <stm32f1xx_ll_usart.h>
119
#endif

stm32cube/common_ll/include/stm32_ll_adc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32C0X)
108
#include <stm32c0xx_ll_adc.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F0X)

stm32cube/common_ll/include/stm32_ll_bdma.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32H7X)
108
#include <stm32h7xx_ll_bdma.h>
119
#endif

stm32cube/common_ll/include/stm32_ll_bus.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32C0X)
108
#include <stm32c0xx_ll_bus.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F0X)

stm32cube/common_ll/include/stm32_ll_comp.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32F0X)
108
#include <stm32f0xx_ll_comp.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F3X)

stm32cube/common_ll/include/stm32_ll_cordic.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32G4X)
108
#include <stm32g4xx_ll_cordic.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32H5X)

stm32cube/common_ll/include/stm32_ll_cortex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32C0X)
108
#include <stm32c0xx_ll_cortex.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F0X)

stm32cube/common_ll/include/stm32_ll_crc.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <autoconf.h>
8-
97
#if defined(CONFIG_SOC_SERIES_STM32C0X)
108
#include <stm32c0xx_ll_crc.h>
119
#elif defined(CONFIG_SOC_SERIES_STM32F0X)

0 commit comments

Comments
 (0)