Skip to content

Commit f6971ae

Browse files
mcatee-infineonkartben
authored andcommitted
soc: move defintion of BUILD_OUTPUT_HEX from board to soc for ifx boards
- Move definition for boards under infineon - Move definition for boards under cypress Signed-off-by: McAtee Maxwell <[email protected]>
1 parent 86a7e29 commit f6971ae

File tree

10 files changed

+4
-12
lines changed

10 files changed

+4
-12
lines changed

boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m0_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
CONFIG_CONSOLE=y
99
CONFIG_UART_CONSOLE=y
10-
CONFIG_BUILD_OUTPUT_HEX=y
1110

1211
# UART driver
1312
CONFIG_SERIAL=y

boards/cypress/cy8ckit_062_ble/cy8ckit_062_ble_cy8c6347_m4_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
CONFIG_CONSOLE=y
99
CONFIG_UART_CONSOLE=y
10-
CONFIG_BUILD_OUTPUT_HEX=y
1110

1211
# UART driver
1312
CONFIG_SERIAL=y

boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m0_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
CONFIG_CONSOLE=y
88
CONFIG_UART_CONSOLE=y
9-
CONFIG_BUILD_OUTPUT_HEX=y
109

1110
# UART driver
1211
CONFIG_SERIAL=y

boards/cypress/cy8ckit_062_wifi_bt/cy8ckit_062_wifi_bt_cy8c6247_m4_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
CONFIG_CONSOLE=y
88
CONFIG_UART_CONSOLE=y
9-
CONFIG_BUILD_OUTPUT_HEX=y
109

1110
# UART driver
1211
CONFIG_SERIAL=y

boards/infineon/cy8ckit_062s4/cy8ckit_062s4_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CONFIG_CONSOLE=y
55
CONFIG_UART_CONSOLE=y
66
CONFIG_SERIAL=y
77

8-
CONFIG_BUILD_OUTPUT_HEX=y
98
CONFIG_CORTEX_M_SYSTICK=y
109
CONFIG_XIP=y
1110

boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
# General configuration
77
CONFIG_CORTEX_M_SYSTICK=y
8-
CONFIG_BUILD_OUTPUT_HEX=y
9-
108
CONFIG_ARM_MPU=y
119
CONFIG_HW_STACK_PROTECTION=y
1210

boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
# General configuration
88
CONFIG_CORTEX_M_SYSTICK=y
9-
CONFIG_BUILD_OUTPUT_HEX=y
10-
119
CONFIG_ARM_MPU=y
1210
CONFIG_HW_STACK_PROTECTION=y
1311

boards/infineon/cyw920829m2evk_02/cyw920829m2evk_02_defconfig

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#
55

66
# General configuration
7-
CONFIG_BUILD_OUTPUT_HEX=y
8-
CONFIG_BUILD_OUTPUT_BIN=y
9-
107
CONFIG_ARM_MPU=y
118
CONFIG_HW_STACK_PROTECTION=y
129

soc/infineon/cat1a/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ config SOC_FAMILY_PSOC6
1212
select DYNAMIC_INTERRUPTS
1313
select CPU_HAS_FPU
1414
select SOC_FAMILY_INFINEON_CAT1
15+
select BUILD_OUTPUT_HEX
1516

1617
config SOC_FAMILY_PSOC6_LEGACY
1718
select ARM
1819
select HAS_CYPRESS_DRIVERS
1920
select CPU_CORTEX_M_HAS_SYSTICK
21+
select BUILD_OUTPUT_HEX
2022
select CPU_HAS_ARM_MPU
2123

2224
config SOC_FAMILY_PSOC6_LEGACY_M4

soc/infineon/cat1b/cyw20829/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ config SOC_SERIES_CYW20829
1212
select DYNAMIC_INTERRUPTS
1313
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
1414
select HAS_PM
15+
select BUILD_OUTPUT_HEX
16+
select BUILD_OUTPUT_BIN

0 commit comments

Comments
 (0)