Skip to content
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

Docs - removal on reference to INUM in uart_driver_install #185

Closed
nkolban opened this issue Dec 26, 2016 · 0 comments
Closed

Docs - removal on reference to INUM in uart_driver_install #185

nkolban opened this issue Dec 26, 2016 · 0 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@nkolban
Copy link
Contributor

nkolban commented Dec 26, 2016

The docs for the uart_driver_install() function found here:

http://esp-idf.readthedocs.io/en/latest/api/uart.html#_CPPv219uart_driver_install11uart_port_tiiiPvi

Specifically:

Users should know that which CPU is running and then pick a INUM that is not used by system. We can find the information of INUM and interrupt level in soc.h.

I believe explicit selection of an INUM is no longer part of the function but it was previously.

@igrr igrr closed this as completed in 4db4e28 Feb 22, 2017
@espressif-bot espressif-bot added Resolution: Done Issue is done internally Status: Done Issue is done internally labels Mar 11, 2021
0xFEEDC0DE64 pushed a commit to 0xFEEDC0DE64/esp-idf that referenced this issue May 5, 2021
Currently there is bug in WiFiUDP library when you want to use beginPacket(...) without listening on socket (without calling begin(...) first). You can't send any data because socket is not open and also tx_buffer is not allocated which cause crash while writing data to tx_buffer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

2 participants