Skip to content

Commit b6f08c3

Browse files
committed
config: Reduce memory usage of usb_comm
1 parent 2747507 commit b6f08c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/app/usb_comm/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ config HW75_USB_COMM_THREAD_PRIORITY
1818

1919
config HW75_USB_COMM_THREAD_STACK_SIZE
2020
int
21-
default 1024
21+
default 768
2222

2323
config HW75_USB_COMM_MAX_TX_MESSAGE_SIZE
2424
int
25-
default 512
25+
default 256
2626

2727
config HW75_USB_COMM_MAX_RX_MESSAGE_SIZE
2828
int
29-
default 512
29+
default 256
3030

3131
config HW75_USB_COMM_MAX_BYTES_FIELD_SIZE
3232
int

config/drivers/console/Kconfig.uart_slip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config UART_SLIP_INIT_PRIORITY
1818

1919
config UART_SLIP_RX_RING_BUFFER_SIZE
2020
int
21-
default 1024
21+
default 256
2222

2323
module = UART_SLIP
2424
module-str = uart_slip

0 commit comments

Comments
 (0)