]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/support_iperf' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 10 Oct 2016 20:52:34 +0000 (04:52 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 10 Oct 2016 20:52:34 +0000 (04:52 +0800)
commitab67378ef3fdd525060ef604d99d9559a46fc6de
tree1d929a50f8e1e380cc0afd007d51fcb17ee2f2cd
parent812d4ab4ea0e461ce2d79d70cab77b6749021d53
parentd71894bf99a3e9eab9d0c62fb3863b99be1039ce
Merge branch 'feature/support_iperf' into 'master'

lwip/esp32: support iperf

1. Add _exit() definition in syscalls.c
2. Fix a bug in sockets.c on which iperf depends

I'm now investigating performance of esp32, need iperf to be merged in to master branch for convience

See merge request !136