add some dev notes
This commit is contained in:
parent
4588f5e3bd
commit
64aac2a020
1 changed files with 19 additions and 0 deletions
19
DEVELOPMENT.md
Normal file
19
DEVELOPMENT.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Developing ARDUX for ZMK
|
||||||
|
|
||||||
|
## Work In Progress
|
||||||
|
|
||||||
|
The below is a work in progress. Don't be surprised if there are quirks in the information provided below. PRs are welcome.
|
||||||
|
|
||||||
|
## Misc Notes
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
KiTTY has an auto reconnect option, but it's not fast enough to catch the first few messages
|
||||||
|
|
||||||
|
There's a Kconfig setting to delay starting the logging thread.
|
||||||
|
|
||||||
|
Set it a tad higher, should let you catch first log messages.
|
||||||
|
|
||||||
|
LOG_PROCESS_THREAD_STARTUP_DELAY_MS is the setting.
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in a new issue