Skip to content

Releases: stm32duino/STM32Ethernet

STM32dunio STM32Ethernet 1.4.0

09 Nov 15:53
Compare
Choose a tag to compare

What's Changed

  • fix: set Ethernet Timer priority to 15 by @ABOSTM in #66
  • fix(client): setTimeout shadows Stream.setTimeout by @fpistm in #74
  • Fixing bug that caused large memory consumption by @jeremyB01 in #76
  • feat(server): add bool operator and end() api by @fpistm in #77

New Contributors

Full Changelog: 1.3.0...1.4.0

STM32dunio STM32Ethernet 1.3.0

26 Apr 08:17
cc1e72d
Compare
Choose a tag to compare

What's Changed

  • HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode by @ABOSTM in #48
  • feat: Add examples to demonstrate how to use FreeRTOS with Ethernet by @ABOSTM in #57
  • fix: Assume DNS is the same IP than gateway by @ABOSTM in #58
  • if DHCP fails the static IP can be applied without problem by @Solairseir in #50
  • fix: call effective ETH scheduler only from Timer callback by @ABOSTM in #60
  • Fix : Wrong _tcp_client[] array initialization by @ABOSTM in #62
  • feat: Add function to define port of EthernetServer at runtime by @patricklaf in #63

New Contributors

Full Changelog: 1.2.0...1.3.0

STM32dunio STM32Ethernet 1.2.0

22 May 07:15
7907e31
Compare
Choose a tag to compare
  • Added functionality to pass custom parameter to HardwareTimer callback
  • Rework ethernet cable hotplug detection

STM32dunio STM32Ethernet 1.1.0

24 Feb 15:48
d14d8e8
Compare
Choose a tag to compare
  • Add EthernetClient functions: localPort, remoteIP, remotePort #27
  • Update Ethernet.linkStatus to handle Unknown status #31
  • CI deployment

STM32dunio STM32Ethernet 1.0.5

10 Nov 06:32
Compare
Choose a tag to compare

Compatible with HardwareTimer available since stm32duino/Arduino_Core_STM32 1.7.0.

Several bug fixes:
1.0.4...1.0.5

Many thanks to @gdsports

STM32dunio STM32Ethernet 1.0.4

31 Oct 18:37
d1bb810
Compare
Choose a tag to compare

STM32dunio STM32Ethernet 1.0.3

07 Mar 17:01
eb156a3
Compare
Choose a tag to compare

Allow user to use his own LwIP options file.

Add a file named "STM32lwipopts.h" in the sketch folder will be used instead of the default configuration file (lwipopts_default.h).

STM32dunio STM32Ethernet 1.0.2

20 Oct 14:37
Compare
Choose a tag to compare
  • Scheduler is now called inside a timer callback each 1 ms to ensure update of the LwIP stack and avoid deadlock. (#3)
  • Fix issue with close client (#3)
  • Init sequence done only one time (#4)

Release 1.0.1 version

14 Sep 13:40
Compare
Choose a tag to compare
  • Use callback method to update LwIP stack
  • Add schedule() function to Ethernet Class

First release

16 Aug 13:40
Compare
Choose a tag to compare
Merge pull request #1 from fprwi6labs/add_src

STM32Ethernet source files