f1053fb963
This allows the web workflow send code to yield briefly when waiting for more room to send in a socket. Waiting for an "interrupt" could wait forever because the select task only waits for read and error. Adding wait on write is tricky because much of the time we don't care if the sockets are ready to write. Using yield avoids this trickiness. |
||
---|---|---|
.. | ||
internal_flash.c | ||
internal_flash.h | ||
internal_flash_root_pointers.h | ||
port.c | ||
serial.c | ||
usb.c | ||
usb_serial_jtag.c | ||
usb_serial_jtag.h |