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: cd50f45
Choose a base ref
...
head repository: stm32duino/STM32Ethernet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b44edf6
Choose a head ref
  • 8 commits
  • 11 files changed
  • 4 contributors

Commits on Jan 2, 2024

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

Commits on Jan 3, 2024

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

Commits on Sep 11, 2024

  1. fix: typo raised by codespell

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc099cf View commit details
    Browse the repository at this point in the history
  2. fix: use default MAC address only if no MAC_ADDRx defined

    Anyway the MAC address get by the application is always 0 while
    the real address is correct.
    Will be fixed by latter commit.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    293b2d9 View commit details
    Browse the repository at this point in the history
  3. fix: align MAC address api with Arduino reference

    References:
    https://www.arduino.cc/reference/en/libraries/ethernet/ethernet.macaddress/
    https://www.arduino.cc/reference/en/libraries/ethernet/ethernet.setmacaddress/
    
    Pay attention that setMACAddress have to be called before Begin().
    Else new MAC will be ignored.
    
    Fixes #81
    
    
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    348c968 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #89 from fpistm/MACAddress

    fix: align MAC address api with Arduino reference
    fpistm authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    055af9a View commit details
    Browse the repository at this point in the history
  5. peek() function always return first byte of data

    Signed-off-by: patricklaf <patrick.lafarguette@gmail.com>
    patricklaf authored and fpistm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cc8310f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Update EthernetClient.cpp (#94)

    Signed-off-by: TingRua zhang <68175738+q1098401179@users.noreply.github.com>
    Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    TingRuazhang and fpistm authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b44edf6 View commit details
    Browse the repository at this point in the history
Loading