Skip to content

Commit e797f2b

Browse files
committed
temp: giga: recompile firmware
1 parent bdc9136 commit e797f2b

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed
128 Bytes
Binary file not shown.
612 Bytes
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
#define CONFIG_ASSERT_VERBOSE 1
379379
#define CONFIG_LLEXT 1
380380
#define CONFIG_LLEXT_TYPE_ELF_OBJECT 1
381-
#define CONFIG_LLEXT_HEAP_SIZE 64
381+
#define CONFIG_LLEXT_HEAP_SIZE 32
382382
#define CONFIG_LLEXT_SHELL 1
383383
#define CONFIG_LLEXT_SHELL_MAX_SIZE 8192
384384
#define CONFIG_LLEXT_STORAGE_WRITABLE 1
@@ -416,7 +416,7 @@
416416
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_SIZE 512
417417
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DEFAULT 1
418418
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL 5
419-
#define CONFIG_SHELL_STACK_SIZE 32768
419+
#define CONFIG_SHELL_STACK_SIZE 2048
420420
#define CONFIG_SHELL_BACKSPACE_MODE_DELETE 1
421421
#define CONFIG_SHELL_PROMPT_CHANGE 1
422422
#define CONFIG_SHELL_PROMPT_BUFF_SIZE 20

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 "3.7.0+0"
2020
#define KERNEL_VERSION_TWEAK_STRING "3.7.0+0"
2121

22-
#define BUILD_VERSION 0f2bd4ce8600
22+
#define BUILD_VERSION 381ed731c0a7
2323

2424

2525
#endif /* _KERNEL_VERSION_H_ */

variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include/zephyr/bluetooth/buf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ enum bt_buf_type {
4444
BT_BUF_ISO_IN,
4545
/** H:4 data */
4646
BT_BUF_H4,
47+
/** RAW data */
48+
BT_BUF_RAW,
4749
};
4850

4951
/** @brief This is a base type for bt_buf user data. */

0 commit comments

Comments
 (0)