Releases: tass-belgium/picotcp-bsd
Releases · tass-belgium/picotcp-bsd
picotcp-bsd version 1.3
Improved event handling. Fixed bug in connect(). Restored syscall wrappers previously removed.
picotcp-bsd version 1.2
- Replaced stdcall defines with inline wrappers (see pico_bsd_syscalls.h)
- Added pico_bsd_stack_tick_timeout(), which ticks the stack, but waits for a signal with a timeout (e.g. from the device driver interrupt)
- Added poll, ppoll, pselect
- Bugfixes