Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
7fda5bdf
Commit
7fda5bdf
authored
Feb 10, 2015
by
HuangRui
Browse files
Use more powerful UART baudrate list from RTOS driver.
parent
0f09d237
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/include/driver/uart.h
View file @
7fda5bdf
...
...
@@ -33,18 +33,23 @@ typedef enum {
}
UartExistParity
;
typedef
enum
{
BIT_RATE_1200
=
1200
,
BIT_RATE_2400
=
2400
,
BIT_RATE_4800
=
4800
,
BIT_RATE_9600
=
9600
,
BIT_RATE_300
=
300
,
BIT_RATE_600
=
600
,
BIT_RATE_1200
=
1200
,
BIT_RATE_2400
=
2400
,
BIT_RATE_4800
=
4800
,
BIT_RATE_9600
=
9600
,
BIT_RATE_19200
=
19200
,
BIT_RATE_38400
=
38400
,
BIT_RATE_57600
=
57600
,
BIT_RATE_74880
=
74880
,
BIT_RATE_115200
=
115200
,
BIT_RATE_230400
=
230400
,
BIT_RATE_460800
=
460800
,
BIT_RATE_921600
=
921600
BIT_RATE_115200
=
115200
,
BIT_RATE_230400
=
230400
,
BIT_RATE_256000
=
256000
,
BIT_RATE_460800
=
460800
,
BIT_RATE_921600
=
921600
,
BIT_RATE_1843200
=
1843200
,
BIT_RATE_3686400
=
3686400
,
}
UartBautRate
;
typedef
enum
{
...
...
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