Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Kopp
Ardix
Commits
27939716
Verified
Commit
27939716
authored
Aug 10, 2021
by
Felix Kopp
Browse files
config: set CONFIG_SERIAL_BAUD min to 1200
parent
1bc2448c
Changes
1
Hide whitespace changes
Inline
Side-by-side
options.cmake
View file @
27939716
...
...
@@ -20,7 +20,7 @@ set(CONFIG_SCHED_FREQ 1000 CACHE STRING "Task switch frequency in Hz")
set
(
CONFIG_SERIAL_BAUD 115200 CACHE STRING
"Default serial baud rate"
)
set_property
(
CACHE CONFIG_SERIAL_BAUD PROPERTY STRINGS
200 2400 4800 9600 19200 38400 57600 115200
1
200 2400 4800 9600 19200 38400 57600 115200
)
set
(
CONFIG_SERIAL_BUFSZ 256 CACHE STRING
"Default serial buffer size in bytes"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment