Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cba7dd

Browse files
committedJan 22, 2025·
variants/arduino_giga_r1_m7: Rebuild variant.
Signed-off-by: iabdalkader <[email protected]>
1 parent 861c4aa commit 0cba7dd

File tree

12 files changed

+1239
-1206
lines changed

12 files changed

+1239
-1206
lines changed
 
16.5 KB
Binary file not shown.
191 KB
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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=32768 -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/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
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=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
22

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/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
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
44

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/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
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
66

77
LLEXT_GENERATED_INCLUDE_CFLAGS = -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr -I$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated
88

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=32768 -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
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=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
1010

1111
LLEXT_GENERATED_IMACROS_CFLAGS = -imacros$(LLEXT_EDK_INSTALL_DIR)/include/zephyr/include/generated/zephyr/autoconf.h
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
set(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=32768;-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${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h;-imacros${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr/autoconf.h;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
1+
set(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${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h;-imacros${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr/autoconf.h;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/cpp/minimal/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
22

3-
set(LLEXT_ALL_INCLUDE_CFLAGS -I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
3+
set(LLEXT_ALL_INCLUDE_CFLAGS -I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/cpp/minimal/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
44

5-
set(LLEXT_INCLUDE_CFLAGS -I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
5+
set(LLEXT_INCLUDE_CFLAGS -I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/libc/common/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/posix/options/getopt/;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/lib/cpp/minimal/include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/common/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/drivers;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/soc/st/stm32/stm32h7x/.;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/usb/device;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/subsys/shell/modules/kernel_service/thread/../;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/cmsis/CMSIS/Core/Include;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/modules/cmsis/.;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/soc;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/stm32h7xx/drivers/include;-I${CMAKE_CURRENT_LIST_DIR}/include/modules/hal/stm32/stm32cube/common_ll/include)
66

77
set(LLEXT_GENERATED_INCLUDE_CFLAGS -I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr;-I${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated)
88

9-
set(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=32768;-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${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h)
9+
set(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${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/zephyr/toolchain/zephyr_stdint.h)
1010

1111
set(LLEXT_GENERATED_IMACROS_CFLAGS -imacros${CMAKE_CURRENT_LIST_DIR}/include/zephyr/include/generated/zephyr/autoconf.h)

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/syscall_list.h

Lines changed: 491 additions & 491 deletions
Large diffs are not rendered by default.

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/autoconf.h

Lines changed: 41 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
#define CONFIG_UART_INTERRUPT_DRIVEN 1
44
#define CONFIG_I2C 1
55
#define CONFIG_SPI 1
6+
#define CONFIG_SPI_STM32_INTERRUPT 1
67
#define CONFIG_NUM_IRQS 150
78
#define CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC 480000000
89
#define CONFIG_FLASH_SIZE 1024
910
#define CONFIG_FLASH_BASE_ADDRESS 0x8000000
1011
#define CONFIG_MP_MAX_NUM_CPUS 1
11-
#define CONFIG_MAIN_STACK_SIZE 32768
12+
#define CONFIG_MAIN_STACK_SIZE 8192
1213
#define CONFIG_IDLE_STACK_SIZE 320
1314
#define CONFIG_ISR_STACK_SIZE 2048
1415
#define CONFIG_CLOCK_CONTROL 1
@@ -22,6 +23,7 @@
2223
#define CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION 1
2324
#define CONFIG_STM32H7_DUAL_CORE 1
2425
#define CONFIG_TICKLESS_KERNEL 1
26+
#define CONFIG_ENTROPY_STM32_CLK_CHECK 1
2527
#define CONFIG_FPU 1
2628
#define CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE 1024
2729
#define CONFIG_CORTEX_M_SYSTICK 1
@@ -49,6 +51,7 @@
4951
#define CONFIG_BUILD_OUTPUT_HEX 1
5052
#define CONFIG_UART_USE_RUNTIME_CONFIGURE 1
5153
#define CONFIG_SERIAL_INIT_PRIORITY 50
54+
#define CONFIG_ENTROPY_INIT_PRIORITY 50
5255
#define CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE -1
5356
#define CONFIG_SOC_TOOLCHAIN_NAME "amd_acp_6_0_adsp"
5457
#define CONFIG_GEN_SW_ISR_TABLE 1
@@ -66,11 +69,11 @@
6669
#define CONFIG_DT_HAS_ARM_V7M_NVIC_ENABLED 1
6770
#define CONFIG_DT_HAS_FIXED_CLOCK_ENABLED 1
6871
#define CONFIG_DT_HAS_FIXED_PARTITIONS_ENABLED 1
72+
#define CONFIG_DT_HAS_GALAXYCORE_GC2145_ENABLED 1
6973
#define CONFIG_DT_HAS_GPIO_KEYS_ENABLED 1
7074
#define CONFIG_DT_HAS_GPIO_LEDS_ENABLED 1
7175
#define CONFIG_DT_HAS_INFINEON_CYW43XXX_BT_HCI_ENABLED 1
7276
#define CONFIG_DT_HAS_MMIO_SRAM_ENABLED 1
73-
#define CONFIG_DT_HAS_OVTI_OV7670_ENABLED 1
7477
#define CONFIG_DT_HAS_PWM_CLOCK_ENABLED 1
7578
#define CONFIG_DT_HAS_SOC_NV_FLASH_ENABLED 1
7679
#define CONFIG_DT_HAS_ST_MBOX_STM32_HSEM_ENABLED 1
@@ -111,7 +114,6 @@
111114
#define CONFIG_DT_HAS_ZEPHYR_BT_HCI_UART_ENABLED 1
112115
#define CONFIG_DT_HAS_ZEPHYR_CDC_ACM_UART_ENABLED 1
113116
#define CONFIG_DT_HAS_ZEPHYR_MEMORY_REGION_ENABLED 1
114-
#define CONFIG_TAINT_BLOBS 1
115117
#define CONFIG_ZEPHYR_ARDUINO_API_MODULE 1
116118
#define CONFIG_ZEPHYR_CMSIS_MODULE 1
117119
#define CONFIG_HAS_CMSIS_CORE 1
@@ -124,7 +126,6 @@
124126
#define CONFIG_ZEPHYR_HAL_INTEL_MODULE 1
125127
#define CONFIG_ZEPHYR_HAL_NORDIC_MODULE 1
126128
#define CONFIG_ZEPHYR_HAL_NXP_MODULE 1
127-
#define CONFIG_ZEPHYR_HAL_NXP_MODULE_BLOBS 1
128129
#define CONFIG_ZEPHYR_HAL_RENESAS_MODULE 1
129130
#define CONFIG_ZEPHYR_HAL_RPI_PICO_MODULE 1
130131
#define CONFIG_ZEPHYR_HAL_SILABS_MODULE 1
@@ -138,6 +139,9 @@
138139
#define CONFIG_ZEPHYR_TINYCRYPT_MODULE 1
139140
#define CONFIG_HAS_STM32CUBE 1
140141
#define CONFIG_USE_STM32_HAL_CORTEX 1
142+
#define CONFIG_USE_STM32_HAL_DCMI 1
143+
#define CONFIG_USE_STM32_HAL_DMA 1
144+
#define CONFIG_USE_STM32_HAL_DMA_EX 1
141145
#define CONFIG_USE_STM32_HAL_MDMA 1
142146
#define CONFIG_USE_STM32_HAL_PCD 1
143147
#define CONFIG_USE_STM32_HAL_PCD_EX 1
@@ -146,6 +150,7 @@
146150
#define CONFIG_USE_STM32_LL_DMA 1
147151
#define CONFIG_USE_STM32_LL_FMC 1
148152
#define CONFIG_USE_STM32_LL_RCC 1
153+
#define CONFIG_USE_STM32_LL_RNG 1
149154
#define CONFIG_USE_STM32_LL_SPI 1
150155
#define CONFIG_USE_STM32_LL_TIM 1
151156
#define CONFIG_USE_STM32_LL_USB 1
@@ -255,14 +260,16 @@
255260
#define CONFIG_POLL 1
256261
#define CONFIG_NUM_MBOX_ASYNC_MSGS 10
257262
#define CONFIG_KERNEL_MEM_POOL 1
258-
#define CONFIG_HEAP_MEM_POOL_SIZE 32768
263+
#define CONFIG_HEAP_MEM_POOL_SIZE 2048
259264
#define CONFIG_SWAP_NONATOMIC 1
260265
#define CONFIG_TIMEOUT_64BIT 1
261266
#define CONFIG_SYS_CLOCK_MAX_TIMEOUT_DAYS 365
267+
#define CONFIG_STACK_POINTER_RANDOM 0
262268
#define CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE 1
263269
#define CONFIG_THREAD_LOCAL_STORAGE 1
264270
#define CONFIG_KERNEL_WHOLE_ARCHIVE 1
265271
#define CONFIG_TOOLCHAIN_SUPPORTS_STATIC_INIT_GNU 1
272+
#define CONFIG_STATIC_INIT_GNU 1
266273
#define CONFIG_DEVICE_DT_METADATA 1
267274
#define CONFIG_KERNEL_INIT_PRIORITY_OBJECTS 30
268275
#define CONFIG_KERNEL_INIT_PRIORITY_LIBC 35
@@ -298,6 +305,15 @@
298305
#define CONFIG_DMAMUX_STM32 1
299306
#define CONFIG_DMAMUX_STM32_INIT_PRIORITY 41
300307
#define CONFIG_DMA_ESP32_MAX_DESCRIPTOR_NUM 16
308+
#define CONFIG_ENTROPY_GENERATOR 1
309+
#define CONFIG_ENTROPY_LOG_LEVEL_DEFAULT 1
310+
#define CONFIG_ENTROPY_LOG_LEVEL 3
311+
#define CONFIG_ENTROPY_STM32_RNG 1
312+
#define CONFIG_ENTROPY_STM32_THR_POOL_SIZE 8
313+
#define CONFIG_ENTROPY_STM32_THR_THRESHOLD 4
314+
#define CONFIG_ENTROPY_STM32_ISR_POOL_SIZE 16
315+
#define CONFIG_ENTROPY_STM32_ISR_THRESHOLD 12
316+
#define CONFIG_ENTROPY_HAS_DRIVER 1
301317
#define CONFIG_FLASH_HAS_DRIVER_ENABLED 1
302318
#define CONFIG_FLASH_HAS_EXPLICIT_ERASE 1
303319
#define CONFIG_FLASH_HAS_PAGE_LAYOUT 1
@@ -351,6 +367,7 @@
351367
#define CONFIG_UART_LOG_LEVEL 3
352368
#define CONFIG_UART_LINE_CTRL 1
353369
#define CONFIG_UART_STM32 1
370+
#define CONFIG_SPI_ASYNC 1
354371
#define CONFIG_SPI_INIT_PRIORITY 50
355372
#define CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE 200
356373
#define CONFIG_SPI_LOG_LEVEL_DEFAULT 1
@@ -373,7 +390,17 @@
373390
#define CONFIG_NRF_USBD_COMMON_LOG_LEVEL 3
374391
#define CONFIG_USBC_LOG_LEVEL_DEFAULT 1
375392
#define CONFIG_USBC_LOG_LEVEL 3
376-
#define CONFIG_SHELL_STACK_SIZE 2048
393+
#define CONFIG_VIDEO 1
394+
#define CONFIG_VIDEO_LOG_LEVEL_DBG 1
395+
#define CONFIG_VIDEO_LOG_LEVEL 4
396+
#define CONFIG_VIDEO_INIT_PRIORITY 60
397+
#define CONFIG_VIDEO_BUFFER_POOL_SZ_MAX 160000
398+
#define CONFIG_VIDEO_BUFFER_POOL_NUM_MAX 1
399+
#define CONFIG_VIDEO_BUFFER_POOL_ALIGN 32
400+
#define CONFIG_VIDEO_STM32_DCMI 1
401+
#define CONFIG_VIDEO_GC2145 1
402+
#define CONFIG_VIDEO_EMUL_IMAGER_FRAMEBUFFER_SIZE 4096
403+
#define CONFIG_SHELL_STACK_SIZE 8192
377404
#define CONFIG_FULL_LIBC_SUPPORTED 1
378405
#define CONFIG_MINIMAL_LIBC_SUPPORTED 1
379406
#define CONFIG_NEWLIB_LIBC_SUPPORTED 1
@@ -388,6 +415,9 @@
388415
#define CONFIG_PICOLIBC_IO_FLOAT 1
389416
#define CONFIG_STDOUT_CONSOLE 1
390417
#define CONFIG_NEED_LIBC_MEM_PARTITION 1
418+
#define CONFIG_CPP 1
419+
#define CONFIG_STD_CPP17 1
420+
#define CONFIG_MINIMAL_LIBCPP 1
391421
#define CONFIG_SYS_HEAP_ALLOC_LOOPS 3
392422
#define CONFIG_SYS_HEAP_AUTO 1
393423
#define CONFIG_ZVFS_OPEN_MAX 4
@@ -422,7 +452,7 @@
422452
#define CONFIG_ASSERT_VERBOSE 1
423453
#define CONFIG_LLEXT 1
424454
#define CONFIG_LLEXT_TYPE_ELF_OBJECT 1
425-
#define CONFIG_LLEXT_HEAP_SIZE 32
455+
#define CONFIG_LLEXT_HEAP_SIZE 128
426456
#define CONFIG_LLEXT_SHELL 1
427457
#define CONFIG_LLEXT_SHELL_MAX_SIZE 8192
428458
#define CONFIG_LLEXT_EXPORT_DEVICES 1
@@ -445,7 +475,11 @@
445475
#define CONFIG_LOG_SIMPLE_MSG_OPTIMIZE 1
446476
#define CONFIG_LOG_ALWAYS_RUNTIME 1
447477
#define CONFIG_LOG_OUTPUT 1
478+
#define CONFIG_TEST_RANDOM_GENERATOR 1
448479
#define CONFIG_TIMER_RANDOM_INITIAL_STATE 123456789
480+
#define CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR 1
481+
#define CONFIG_CSPRNG_ENABLED 1
482+
#define CONFIG_HARDWARE_DEVICE_CS_GENERATOR 1
449483
#define CONFIG_SHELL 1
450484
#define CONFIG_SHELL_LOG_LEVEL_DEFAULT 1
451485
#define CONFIG_SHELL_LOG_LEVEL 3
@@ -558,6 +592,5 @@
558592
#define CONFIG_CHECK_INIT_PRIORITIES 1
559593
#define CONFIG_WARN_DEPRECATED 1
560594
#define CONFIG_EXPERIMENTAL 1
561-
#define CONFIG_TAINT 1
562595
#define CONFIG_ENFORCE_ZEPHYR_STDINT 1
563596
#define CONFIG_LEGACY_GENERATED_INCLUDE_PATH 1

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/devicetree_generated.h

Lines changed: 203 additions & 203 deletions
Large diffs are not rendered by default.

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/driver-validation.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
#define K_SYSCALL_DRIVER_DMA(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, dma, DMA)
1010

11+
#define K_SYSCALL_DRIVER_ENTROPY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, entropy, ENTROPY)
12+
1113
#define K_SYSCALL_DRIVER_FLASH(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, flash, FLASH)
1214

1315
#define K_SYSCALL_DRIVER_GPIO(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, gpio, GPIO)
@@ -62,8 +64,6 @@
6264

6365
#define K_SYSCALL_DRIVER_EMUL_SENSOR(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, emul_sensor, EMUL_SENSOR)
6466

65-
#define K_SYSCALL_DRIVER_ENTROPY(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, entropy, ENTROPY)
66-
6767
#define K_SYSCALL_DRIVER_ESPI(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, espi, ESPI)
6868

6969
#define K_SYSCALL_DRIVER_ESPI_SAF(ptr, op) K_SYSCALL_DRIVER_GEN(ptr, op, espi_saf, ESPI_SAF)

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/kobj-types-enum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ K_OBJ_SENSOR_DECODER_API,
4242
/* Driver subsystems */
4343
K_OBJ_DRIVER_ADC,
4444
K_OBJ_DRIVER_DMA,
45+
K_OBJ_DRIVER_ENTROPY,
4546
K_OBJ_DRIVER_FLASH,
4647
K_OBJ_DRIVER_GPIO,
4748
K_OBJ_DRIVER_I2C,
@@ -69,7 +70,6 @@ K_OBJ_DRIVER_EEPROM,
6970
K_OBJ_DRIVER_EMUL_BBRAM,
7071
K_OBJ_DRIVER_FUEL_GAUGE_EMUL,
7172
K_OBJ_DRIVER_EMUL_SENSOR,
72-
K_OBJ_DRIVER_ENTROPY,
7373
K_OBJ_DRIVER_ESPI,
7474
K_OBJ_DRIVER_ESPI_SAF,
7575
K_OBJ_DRIVER_FPGA,

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/otype-to-str.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ case K_OBJ_SENSOR_DECODER_API: ret = "sensor_decoder_api"; break;
4242
/* Driver subsystems */
4343
case K_OBJ_DRIVER_ADC: ret = "adc driver"; break;
4444
case K_OBJ_DRIVER_DMA: ret = "dma driver"; break;
45+
case K_OBJ_DRIVER_ENTROPY: ret = "entropy driver"; break;
4546
case K_OBJ_DRIVER_FLASH: ret = "flash driver"; break;
4647
case K_OBJ_DRIVER_GPIO: ret = "gpio driver"; break;
4748
case K_OBJ_DRIVER_I2C: ret = "i2c driver"; break;
@@ -69,7 +70,6 @@ case K_OBJ_DRIVER_EEPROM: ret = "eeprom driver"; break;
6970
case K_OBJ_DRIVER_EMUL_BBRAM: ret = "emul_bbram driver"; break;
7071
case K_OBJ_DRIVER_FUEL_GAUGE_EMUL: ret = "fuel_gauge_emul driver"; break;
7172
case K_OBJ_DRIVER_EMUL_SENSOR: ret = "emul_sensor driver"; break;
72-
case K_OBJ_DRIVER_ENTROPY: ret = "entropy driver"; break;
7373
case K_OBJ_DRIVER_ESPI: ret = "espi driver"; break;
7474
case K_OBJ_DRIVER_ESPI_SAF: ret = "espi_saf driver"; break;
7575
case K_OBJ_DRIVER_FPGA: ret = "fpga driver"; break;

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/syscall_list.h

Lines changed: 491 additions & 491 deletions
Large diffs are not rendered by default.

‎variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/generated/zephyr/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define KERNEL_VERSION_EXTENDED_STRING "4.0.99+0"
2020
#define KERNEL_VERSION_TWEAK_STRING "4.0.99+0"
2121

22-
#define BUILD_VERSION v4.0.0-2101-gd5cc72a5209a
22+
#define BUILD_VERSION v3.7.0-8117-gd5cc72a5209a
2323

2424

2525
#endif /* _KERNEL_VERSION_H_ */

0 commit comments

Comments
 (0)
Please sign in to comment.