Files
Video_Game_Mini_Maps/managed_components/espressif__eppp_link/CHANGELOG.md
valentineautos 16ffc2ab10 initial commit
2025-12-05 09:22:55 +00:00

4.3 KiB

Changelog

1.1.3

Bug Fixes

  • Fix test dependency issue on driver (1ace92c2)
  • Fix tun netif to (optionally) return errors (7a6cf0f9)

1.1.2

Bug Fixes

  • Update uart driver deps per IDF > v5.3 (92e14607)

1.1.1

Bug Fixes

  • Fix getting context for channel API (94563cdc)
  • Cover more combinations in build tests (e0b8de8f)

1.1.0

Features

Bug Fixes

  • Fix SPI transport to allow already init GPIO ISR (497ee2d6, #868)
  • Fix stack-overflow in ping task for TUN netif (b2568a3d, #867)

Updated

  • ci(common): Update test component dir for IDFv6.0 (18418c83)

1.0.1

Bug Fixes

1.0.0

Features

  • Add support for custom channels (4ee9360f)

0.3.1

Bug Fixes

  • Fix NETIF_PPP_STATUS link issue if PPP disabled in lwip (077ea0bb)

0.3.0

Features

  • Add support for TUN interface (2ff150c3)
  • Add support for transport via Ethernet link (a21ce883)

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)

0.1.1

Bug Fixes

  • Make some common netif options configurable (7829e8f)

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)

0.0.1

Features

  • Added CI job to build examples and tests (8686977)
  • Added support for SPI transport (18f8452)
  • Added support for UART transport (ad27414)
  • Introduced ESP-PPP-Link component (a761039)