Skip to content

Commit 13e289e

Browse files
committed
mass rebuild
1 parent f6effd0 commit 13e289e

File tree

6,628 files changed

+2550846
-2670986
lines changed

Some content is hidden

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

6,628 files changed

+2550846
-2670986
lines changed

variants/arduino_giga_r1_stm32h747xx_m7/cflags.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
-DUSE_FULL_LL_DRIVER
99
-DCORE_CM7
1010
-DHSE_VALUE=16000000
11-
-DK_HEAP_MEM_POOL_SIZE=65536
11+
-DK_HEAP_MEM_POOL_SIZE=2048
1212
-DLL_EXTENSION_BUILD
1313
-fno-strict-aliasing
1414
-fno-common
15-
-fdiagnostics-color=always
1615
-mcpu=cortex-m7
1716
-mthumb
1817
-mabi=aapcs
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
-DKERNEL
2+
-D__ZEPHYR__=1
3+
-D__LINUX_ERRNO_EXTENSIONS__
4+
-DPICOLIBC_DOUBLE_PRINTF_SCANF
5+
-D__PROGRAM_START
6+
-DSTM32H747xx
7+
-DUSE_HAL_DRIVER
8+
-DUSE_FULL_LL_DRIVER
9+
-DCORE_CM7
10+
-DHSE_VALUE=16000000
11+
-DK_HEAP_MEM_POOL_SIZE=2048
12+
-DLL_EXTENSION_BUILD
13+
-fno-strict-aliasing
14+
-fno-common
15+
-mcpu=cortex-m7
16+
-mthumb
17+
-mabi=aapcs
18+
-mfpu=fpv5-d16
19+
-mfloat-abi=hard
20+
-mfp16-format=ieee
21+
-mtp=soft
22+
-Wall
23+
-Wformat
24+
-Wformat-security
25+
-Wformat
26+
-Wno-format-zero-length
27+
-Wdouble-promotion
28+
-Wpointer-arith
29+
-Wexpansion-to-defined
30+
-Wno-unused-but-set-variable
31+
-fno-asynchronous-unwind-tables
32+
-ftls-model=local-exec
33+
-fno-reorder-functions
34+
--param=min-pagesize=0
35+
-fno-defer-pop
36+
-specs=picolibc.specs
37+
-D_POSIX_THREADS
38+
-mlong-calls
39+
-mthumb
40+
-nodefaultlibs
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
LLEXT_CFLAGS = -DKERNEL -D__ZEPHYR__=1 -D__LINUX_ERRNO_EXTENSIONS__ -DPICOLIBC_DOUBLE_PRINTF_SCANF -D__PROGRAM_START -DSTM32H747xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=16000000 -DK_HEAP_MEM_POOL_SIZE=65536 -DLL_EXTENSION_BUILD -fno-strict-aliasing -fno-common -fdiagnostics-color=always -mcpu=cortex-m7 -mthumb -mabi=aapcs -mfpu=fpv5-d16 -mfloat-abi=hard -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wformat -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -specs=picolibc.specs -D_POSIX_THREADS -std=c99 -mlong-calls -mthumb -nodefaultlibs -imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h -imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr/autoconf.h -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32 -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/ -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../ -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/. -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include
21

3-
LLEXT_ALL_INCLUDE_CFLAGS = -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32 -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/ -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../ -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/. -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include
4-
5-
LLEXT_INCLUDE_CFLAGS = -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32 -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/ -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/. -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../ -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/. -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include -I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include
6-
7-
LLEXT_GENERATED_INCLUDE_CFLAGS = -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated
8-
9-
LLEXT_BASE_CFLAGS = -DKERNEL -D__ZEPHYR__=1 -D__LINUX_ERRNO_EXTENSIONS__ -DPICOLIBC_DOUBLE_PRINTF_SCANF -D__PROGRAM_START -DSTM32H747xx -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -DCORE_CM7 -DHSE_VALUE=16000000 -DK_HEAP_MEM_POOL_SIZE=65536 -DLL_EXTENSION_BUILD -fno-strict-aliasing -fno-common -fdiagnostics-color=always -mcpu=cortex-m7 -mthumb -mabi=aapcs -mfpu=fpv5-d16 -mfloat-abi=hard -mfp16-format=ieee -mtp=soft -Wall -Wformat -Wformat-security -Wformat -Wno-format-zero-length -Wdouble-promotion -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -specs=picolibc.specs -D_POSIX_THREADS -std=c99 -mlong-calls -mthumb -nodefaultlibs -imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h
10-
11-
LLEXT_GENERATED_IMACROS_CFLAGS = -imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr/autoconf.h
2+
# Target information
3+
LLEXT_EDK_BOARD_NAME = "arduino_giga_r1"
4+
LLEXT_EDK_BOARD_QUALIFIERS = "stm32h747xx/m7"
5+
LLEXT_EDK_BOARD_REVISION = ""
6+
LLEXT_EDK_BOARD_TARGET = "arduino_giga_r1_stm32h747xx_m7"
7+
8+
# Compile flags
9+
LLEXT_CFLAGS = "-DKERNEL" "-D__ZEPHYR__=1" "-D__LINUX_ERRNO_EXTENSIONS__" "-DPICOLIBC_DOUBLE_PRINTF_SCANF" "-D__PROGRAM_START" "-DSTM32H747xx" "-DUSE_HAL_DRIVER" "-DUSE_FULL_LL_DRIVER" "-DCORE_CM7" "-DHSE_VALUE=16000000" "-DK_HEAP_MEM_POOL_SIZE=2048" "-DLL_EXTENSION_BUILD" "-fno-strict-aliasing" "-fno-common" "-fdiagnostics-color=always" "-mcpu=cortex-m7" "-mthumb" "-mabi=aapcs" "-mfpu=fpv5-d16" "-mfloat-abi=hard" "-mfp16-format=ieee" "-mtp=soft" "-Wall" "-Wformat" "-Wformat-security" "-Wformat" "-Wno-format-zero-length" "-Wdouble-promotion" "-Wno-pointer-sign" "-Wpointer-arith" "-Wexpansion-to-defined" "-Wno-unused-but-set-variable" "-Werror=implicit-int" "-fno-asynchronous-unwind-tables" "-ftls-model=local-exec" "-fno-reorder-functions" "--param=min-pagesize=0" "-fno-defer-pop" "-specs=picolibc.specs" "-D_POSIX_THREADS" "-std=c99" "-mlong-calls" "-mthumb" "-nodefaultlibs" "-imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h" "-imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr/autoconf.h" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include"
10+
LLEXT_ALL_INCLUDE_CFLAGS = "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include"
11+
LLEXT_INCLUDE_CFLAGS = "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/libc/common/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/posix/options/getopt/" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/lib/cpp/minimal/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/common/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/drivers" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/soc/st/stm32/stm32h7x/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/usb/device" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/subsys/shell/modules/kernel_service/thread/../" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/cmsis/CMSIS/Core/Include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/modules/cmsis/." "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/soc" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include" "-I$(LLEXT_EDK_INSTALL_DIR)/include/modules/hal/stm32/stm32cube/common_ll/include"
12+
LLEXT_GENERATED_INCLUDE_CFLAGS = "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr" "-I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated"
13+
LLEXT_BASE_CFLAGS = "-DKERNEL" "-D__ZEPHYR__=1" "-D__LINUX_ERRNO_EXTENSIONS__" "-DPICOLIBC_DOUBLE_PRINTF_SCANF" "-D__PROGRAM_START" "-DSTM32H747xx" "-DUSE_HAL_DRIVER" "-DUSE_FULL_LL_DRIVER" "-DCORE_CM7" "-DHSE_VALUE=16000000" "-DK_HEAP_MEM_POOL_SIZE=2048" "-DLL_EXTENSION_BUILD" "-fno-strict-aliasing" "-fno-common" "-fdiagnostics-color=always" "-mcpu=cortex-m7" "-mthumb" "-mabi=aapcs" "-mfpu=fpv5-d16" "-mfloat-abi=hard" "-mfp16-format=ieee" "-mtp=soft" "-Wall" "-Wformat" "-Wformat-security" "-Wformat" "-Wno-format-zero-length" "-Wdouble-promotion" "-Wno-pointer-sign" "-Wpointer-arith" "-Wexpansion-to-defined" "-Wno-unused-but-set-variable" "-Werror=implicit-int" "-fno-asynchronous-unwind-tables" "-ftls-model=local-exec" "-fno-reorder-functions" "--param=min-pagesize=0" "-fno-defer-pop" "-specs=picolibc.specs" "-D_POSIX_THREADS" "-std=c99" "-mlong-calls" "-mthumb" "-nodefaultlibs" "-imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h"
14+
LLEXT_GENERATED_IMACROS_CFLAGS = "-imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr/autoconf.h"

0 commit comments

Comments
 (0)