-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nomad tx #272
base: main
Are you sure you want to change the base?
nomad tx #272
Conversation
|
||
|
||
//-- UARTS | ||
// UARTB = serial port BT/ESP port |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UARTB isn't BT/ESP port here. Should this e changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, moved to UARTD Serial2
#define UARTC_TXBUFSIZE 0 // TX FIFO = 128 | ||
#define UARTC_RXBUFSIZE TX_COM_RXBUFSIZE | ||
|
||
#define UART_USE_SERIAL1 // JR bay pin5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want the UART order here to be the same as the comment above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well all other HALs use this order with UART after UARTB and UARTC.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pl use the order/sequence as in all hals
it makes it easier for us to be consistent
MANY thx. |
Title