-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: stm32duino/STM32Ethernet
base: 1.2.0
head repository: stm32duino/STM32Ethernet
compare: 1.3.0
- 13 commits
- 15 files changed
- 5 contributors
Commits on Dec 3, 2020
-
HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode
With introduction of PR stm32duino/Arduino_Core_STM32#1247 Usage of TIMER_OUTPUT_COMPARE becomes obsolete. Note: removing setMode(1, TIMER_OUTPUT_COMPARE) also works before PR #1247. Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4984100 - Browse repository at this point
Copy the full SHA 4984100View commit details -
Fix astyle issue Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea18d12 - Browse repository at this point
Copy the full SHA ea18d12View commit details -
Merge pull request #48 from ABOSTM/HARDWARETIMER_REMOVE_OUTPUT_COMPARE
HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode
Configuration menu - View commit details
-
Copy full SHA for 8155ff2 - Browse repository at this point
Copy the full SHA 8155ff2View commit details
Commits on Oct 5, 2021
-
Signed-off-by: Frederic Pillon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1f708d - Browse repository at this point
Copy the full SHA a1f708dView commit details
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for abcf362 - Browse repository at this point
Copy the full SHA abcf362View commit details -
feat: Add examples to demonstrate how to use FreeRTOS with Ethernet
Both WebClientFreeRTOS and WebServerFreeRTOS are available. Warning: FreeRTOS may disable interrupts between xTaskCreate() and vTaskStartScheduler(). Thus Ethernet, which is using Interrupts, should be initialized after scheduling start. thus it is done within a task. Fixes #36 Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7669880 - Browse repository at this point
Copy the full SHA 7669880View commit details
Commits on Mar 1, 2022
-
fix: Assume DNS is the same IP than gateway
When DNS is not provided, it is more likely to be the same than gateway (more likely than xx.xx.xx.1) Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c191ead - Browse repository at this point
Copy the full SHA c191eadView commit details
Commits on Mar 11, 2022
-
fix: if DHCP fails the static IP can be applied without problem (#50)
and adding timeout to client connection Co-authored-by: Alexandre Bourdiol <[email protected]> Co-authored-by: Frederic Pillon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5993db - Browse repository at this point
Copy the full SHA d5993dbView commit details
Commits on Mar 14, 2022
-
fix: call effective ETH scheduler only from Timer callback
Restrict effective ETH scheduler to Timer callback only. This is to avoid any race condition on ETH scheduler, which could previously be called from timer ISR, as well as DHCP or UDP driver parts. Any direct request for ETH scheduler (direct call to stm32_eth_scheduler()) will generate a Timer Update Event to force a call to timer callback Fixes #45 Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2e0a42 - Browse repository at this point
Copy the full SHA e2e0a42View commit details
Commits on Apr 13, 2022
-
Fix : Wrong _tcp_client[] array initialization
Former "_tcp_client[MAX_CLIENT] = {};" tries to initialize the array element with index MAX_CLIENT, which is out of array range [0 .. (MAX_CLIENT-1)] Fixes warning: warning: array subscript 32 is above array bounds of 'tcp_struct* [32]' [-Warray-bounds] Instead initialize each element of the array one by one. Signed-off-by: Alexandre Bourdiol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb56c54 - Browse repository at this point
Copy the full SHA fb56c54View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89e4523 - Browse repository at this point
Copy the full SHA 89e4523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d930a6 - Browse repository at this point
Copy the full SHA 3d930a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1e72d - Browse repository at this point
Copy the full SHA cc1e72dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.0...1.3.0