forked from kofal.net/zmk
fix(boards): Fix nRF5340 DK issues
- Fixed a stack overflow when enabling Bluetooth. - Increased the I2C buffer size to support displays.
This commit is contained in:
committed by
Pete Johanson
parent
2b235ae281
commit
36ee1f4e0a
10
app/boards/nrf5340dk_nrf5340_cpuapp.overlay
Normal file
10
app/boards/nrf5340dk_nrf5340_cpuapp.overlay
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright (c) 2022 The ZMK Contributors
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
&arduino_i2c {
|
||||
// Default buffer size is too small for use with displays.
|
||||
zephyr,concat-buf-size = <512>;
|
||||
};
|
||||
Reference in New Issue
Block a user