- Notifications
You must be signed in to change notification settings - Fork54
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.3.0
cc1e72dWhat's Changed
- HardwareTimer: remove usage of
TIMER_OUTPUT_COMPAREmode 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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.2.0
7907e31- Added functionality to pass custom parameter to HardwareTimer callback
- Rework ethernet cable hotplug detection
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.1.0
d14d8e8Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.0.5
Compatible withHardwareTimer available sincestm32duino/Arduino_Core_STM32 1.7.0.
Several bug fixes:
1.0.4...1.0.5
Many thanks to@gdsports
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.0.4
d1bb810- MAC support (#11)
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.0.3
eb156a3Allow 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).
Assets2
Uh oh!
There was an error while loading.Please reload this page.
STM32dunio STM32Ethernet 1.0.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Release 1.0.1 version
- Use callback method to update LwIP stack
- Add schedule() function to Ethernet Class
Assets2
Uh oh!
There was an error while loading.Please reload this page.
First release
Merge pull request #1 from fprwi6labs/add_srcSTM32Ethernet source files
Assets2
Uh oh!
There was an error while loading.Please reload this page.