Releases: stm32duino/STM32Ethernet
Releases · stm32duino/STM32Ethernet
STM32dunio STM32Ethernet 1.4.0
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
- @jeremyB01 made their first contribution in #76
Full Changelog: 1.3.0...1.4.0
STM32dunio STM32Ethernet 1.3.0
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
- @Solairseir made their first contribution in #50
- @patricklaf made their first contribution in #63
Full Changelog: 1.2.0...1.3.0
STM32dunio STM32Ethernet 1.2.0
- Added functionality to pass custom parameter to HardwareTimer callback
- Rework ethernet cable hotplug detection
STM32dunio STM32Ethernet 1.1.0
STM32dunio STM32Ethernet 1.0.5
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
- MAC support (#11)
STM32dunio STM32Ethernet 1.0.3
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
Release 1.0.1 version
- Use callback method to update LwIP stack
- Add schedule() function to Ethernet Class
First release
Merge pull request #1 from fprwi6labs/add_src STM32Ethernet source files