We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2747507 commit b6f08c3Copy full SHA for b6f08c3
config/app/usb_comm/Kconfig
@@ -18,15 +18,15 @@ config HW75_USB_COMM_THREAD_PRIORITY
18
19
config HW75_USB_COMM_THREAD_STACK_SIZE
20
int
21
- default 1024
+ default 768
22
23
config HW75_USB_COMM_MAX_TX_MESSAGE_SIZE
24
25
- default 512
+ default 256
26
27
config HW75_USB_COMM_MAX_RX_MESSAGE_SIZE
28
29
30
31
config HW75_USB_COMM_MAX_BYTES_FIELD_SIZE
32
config/drivers/console/Kconfig.uart_slip
@@ -18,7 +18,7 @@ config UART_SLIP_INIT_PRIORITY
config UART_SLIP_RX_RING_BUFFER_SIZE
module = UART_SLIP
module-str = uart_slip
0 commit comments