micropython/ports
Damien George 7f366a2190 esp32/modsocket: Correctly handle poll/read of unconnected TCP socket.
For an unconnected TCP socket, poll should return WR|HUP and read should
raise ENOTCONN.  This is implemented by this commit and now the following
tests pass on esp32: extmod/usocket_tcp_basic.py,
net_hosted/connect_poll.py.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-14 15:35:31 +10:00
..
bare-arm
cc3200
esp32 esp32/modsocket: Correctly handle poll/read of unconnected TCP socket. 2021-04-14 15:35:31 +10:00
esp8266
javascript
mimxrt mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options. 2021-04-14 12:55:53 +10:00
minimal
nrf
pic16bit
powerpc
qemu-arm
rp2
samd
stm32 stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins. 2021-04-14 11:06:32 +10:00
teensy
unix unix/main: Make static variable that's potentially clobbered by longjmp. 2021-04-14 10:45:26 +10:00
windows
zephyr