File tree Expand file tree Collapse file tree
variants/arduino_giga_r1_stm32h747xx_m7 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ build.zsk_args.startup-mode-wait=
8080build.zsk_args.startup-mode-immediate=-immediate
8181
8282# These can be overridden in platform.local.txt
83- compiler.c.extra_flags=
83+ compiler.c.extra_flags="-DARDUINO_LV_CONF_PATH={build.source.path}/lv_conf_user.h"
8484compiler.c.elf.extra_flags=
8585compiler.S.extra_flags=
86- compiler.cpp.extra_flags=
86+ compiler.cpp.extra_flags="-DARDUINO_LV_CONF_PATH={build.source.path}/lv_conf_user.h"
8787compiler.ar.extra_flags=
8888compiler.objcopy.eep.extra_flags=
8989compiler.elf2hex.extra_flags=
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ CONFIG_LLEXT_STORAGE_WRITABLE=n
1717CONFIG_SHARED_MULTI_HEAP=y
1818CONFIG_HEAP_MEM_POOL_SIZE=32768
1919CONFIG_MAIN_STACK_SIZE=32768
20- CONFIG_LLEXT_HEAP_SIZE=128
20+ CONFIG_LLEXT_HEAP_SIZE=256
2121
2222CONFIG_CODE_DATA_RELOCATION=y
2323CONFIG_MAIN_STACK_REGION="DTCM"
24- CONFIG_LLEXT_HEAP_REGION="SRAM2 "
24+ CONFIG_LLEXT_HEAP_REGION="SRAM1 "
2525
2626CONFIG_LOG_BACKEND_UART=y
2727CONFIG_LOG_BACKEND_UART_AUTOSTART=n
Original file line number Diff line number Diff line change 356356 };
357357
358358 user_sketch: partition@e0000 {
359- reg = <0x0E0000 0x20000 >;
359+ reg = <0x000E0000 0x00040000 >;
360360 };
361361 };
362362};
550550 };
551551};
552552
553+ &sram1 {
554+ reg = <0x30000000 DT_SIZE_K(256)>;
555+ };
556+
557+ /delete-node/ &sram2;
558+
559+ &sdram1 {
560+ /* Frame buffer memory cache will cause screen flickering. */
561+ zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM_NOCACHE) )>;
562+ };
563+
553564/* Include common flash filesystem configuration */
554565qspi_flash: &n25q128a1 {};
555566#include "../common/arduino_flash_fs.dtsi"
You can’t perform that action at this time.
0 commit comments