Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/STM32Ethernet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: stm32duino/STM32Ethernet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    a55d412 View commit details
    Browse the repository at this point in the history
  2. fix: set Ethernet Timer priority to 15

    Aim is to have Ethernet Timer priority lower (higher value)
    than Systick (including FreeRTOS usecase)
    
    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM authored and fpistm committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b9cd0a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    aa55112 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. fix(client): setTimeout shadows Stream.setTimeout

    Rename it setConnectionTimeout to match Arduino Ethernet API.
    
    Fixes #72
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9474719 View commit details
    Browse the repository at this point in the history
  2. chore(keywords.txt): add missing keywords

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6d46fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #74 from fpistm/setConnectionTimeout

    fix(client): setTimeout shadows Stream.setTimeout
    fpistm authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    60bbf39 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Fixing bug that caused large memory consumption

    Signed-off-by: jeremyB01 <[email protected]>
    jeremyB01 authored and fpistm committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    df78428 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix(doc): wiki link

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c4b0663 View commit details
    Browse the repository at this point in the history
  2. fix(server): do not use same variable name

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    566dc84 View commit details
    Browse the repository at this point in the history
  3. feat(server): add bool operator

    Fixes #73.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6b9664b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. feat(server): add end()

    Fixes #73.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8803014 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from fpistm/ArduinoAPI

    feat(server): add bool operator and end() api
    fpistm authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f000a6e View commit details
    Browse the repository at this point in the history
  3. chore: bump library version

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    cd50f45 View commit details
    Browse the repository at this point in the history
Loading