Skip to content

Releases: espressif/esp-protocols

eppp-v0.2.0

28 Jun 05:57
68da69e
Compare
Choose a tag to compare

0.2.0

Features

  • Add support for SDIO transport (085dd790)

Bug Fixes

  • Fixed strict prototype API decl issue in SDIO (eb09e426)
  • Fix SIDO host to check/clear interrupts atomically (402176c9)

console_cmd_wifi-v1.1.0

11 Jun 11:04
b2272b4
Compare
Choose a tag to compare

1.1.0

Features

  • Added support to join pre-configured network (bdbf16c1)

wifi_remote-v0.2.3

05 Jun 06:17
39d5903
Compare
Choose a tag to compare

0.2.3

Bug Fixes

  • Fix server event/command race condtion using eventfd (732b1d5)
  • Lock server before marshalling events (9e13870)

mdns-v1.3.2

05 Jun 09:01
5d69d3f
Compare
Choose a tag to compare

1.3.2

Features

  • add check of instance when handling PTR query (6af6ca5)

Bug Fixes

  • Fix of mdns afl tests (139166c)
  • remove same protocol services with different instances (042533a)

wifi_remote-v0.2.2

28 May 15:44
3f12ef6
Compare
Choose a tag to compare

0.2.2

Bug Fixes

  • Added more netif options for eppp connection (24ce867)
  • Do not restrict EPPP config to RSA keys only (f05c765, #570)

eppp-v0.1.1

28 May 14:37
39dfe26
Compare
Choose a tag to compare

0.1.1

Bug Fixes

  • Make some common netif options configurable (7829e8f)

mdns-v1.3.1

14 May 12:26
c9439bd
Compare
Choose a tag to compare

1.3.1

Bug Fixes

wifi_remote-v0.2.1

07 May 20:56
e25b2a1
Compare
Choose a tag to compare

0.2.1

Bug Fixes

  • Added misc wifi API in eppp impl (93256d1)
  • Updated eppp dependency not to use fixed version (3a48c06)

eppp-v0.1.0

07 May 17:49
e011188
Compare
Choose a tag to compare

0.1.0

Features

  • Added CI job to build examples and tests (7eefcf0)

Bug Fixes

  • Fixed to select PPP LWIP opts which are OFF by default (16be2f9)
  • Example to use iperf component from the registry (bd6b66d)
  • Fixed defalt config designated init issue in C++ (8bd4712)

wifi_remote-v0.2.0

25 Apr 14:06
f032a9f
Compare
Choose a tag to compare

0.2.0

Features

  • Add support for simple eppp based RPC (fd168d8)

Bug Fixes

  • Make services restartable, code cleanup (6c82ce2)
  • Add examples to CI (d2b7c55)