File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
variants/arduino_giga_r1_m7/llext-edk/include/zephyr/include Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 378
378
#define CONFIG_ASSERT_VERBOSE 1
379
379
#define CONFIG_LLEXT 1
380
380
#define CONFIG_LLEXT_TYPE_ELF_OBJECT 1
381
- #define CONFIG_LLEXT_HEAP_SIZE 64
381
+ #define CONFIG_LLEXT_HEAP_SIZE 32
382
382
#define CONFIG_LLEXT_SHELL 1
383
383
#define CONFIG_LLEXT_SHELL_MAX_SIZE 8192
384
384
#define CONFIG_LLEXT_STORAGE_WRITABLE 1
416
416
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_SIZE 512
417
417
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DEFAULT 1
418
418
#define CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL 5
419
- #define CONFIG_SHELL_STACK_SIZE 32768
419
+ #define CONFIG_SHELL_STACK_SIZE 2048
420
420
#define CONFIG_SHELL_BACKSPACE_MODE_DELETE 1
421
421
#define CONFIG_SHELL_PROMPT_CHANGE 1
422
422
#define CONFIG_SHELL_PROMPT_BUFF_SIZE 20
Original file line number Diff line number Diff line change 19
19
#define KERNEL_VERSION_EXTENDED_STRING "3.7.0+0"
20
20
#define KERNEL_VERSION_TWEAK_STRING "3.7.0+0"
21
21
22
- #define BUILD_VERSION 0f2bd4ce8600
22
+ #define BUILD_VERSION 381ed731c0a7
23
23
24
24
25
25
#endif /* _KERNEL_VERSION_H_ */
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ enum bt_buf_type {
44
44
BT_BUF_ISO_IN ,
45
45
/** H:4 data */
46
46
BT_BUF_H4 ,
47
+ /** RAW data */
48
+ BT_BUF_RAW ,
47
49
};
48
50
49
51
/** @brief This is a base type for bt_buf user data. */
You can’t perform that action at this time.
0 commit comments