Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:7907e31
Choose a base ref
Loading
...
head repository:stm32duino/STM32Ethernet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:cc1e72d
Choose a head ref
Loading
  • 13commits
  • 15files changed
  • 5contributors

Commits on Dec 3, 2020

  1. HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode

    With introduction of PRstm32duino/Arduino_Core_STM32#1247Usage of TIMER_OUTPUT_COMPARE becomes obsolete.Note: removing setMode(1, TIMER_OUTPUT_COMPARE)also works before PR #1247.Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    @ABOSTM
    ABOSTM committedDec 3, 2020
    Configuration menu
    Copy the full SHA
    4984100View commit details
    Browse the repository at this point in the history
  2. Run astyle

    Fix astyle issueSigned-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    @ABOSTM
    ABOSTM committedDec 3, 2020
    Configuration menu
    Copy the full SHA
    ea18d12View commit details
    Browse the repository at this point in the history
  3. Merge pull request#48from ABOSTM/HARDWARETIMER_REMOVE_OUTPUT_COMPARE

    HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode
    @fpistm
    fpistm authoredDec 3, 2020
    Configuration menu
    Copy the full SHA
    8155ff2View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. ci: change to main branch

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    @fpistm
    fpistm committedOct 5, 2021
    Configuration menu
    Copy the full SHA
    a1f708dView commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    abcf362View commit details
    Browse the repository at this point in the history
  2. 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#36Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    @ABOSTM@fpistm
    ABOSTM authored andfpistm committedFeb 28, 2022
    Configuration menu
    Copy the full SHA
    7669880View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. 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 <alexandre.bourdiol@st.com>
    @ABOSTM@fpistm
    ABOSTM authored andfpistm committedMar 1, 2022
    Configuration menu
    Copy the full SHA
    c191eadView commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. fix: if DHCP fails the static IP can be applied without problem (#50)

    and adding timeout to client connectionCo-authored-by: Alexandre Bourdiol <50730894+ABOSTM@users.noreply.github.com>Co-authored-by: Frederic Pillon <frederic.pillon@st.com>
    @Solairseir@ABOSTM@fpistm
    3 people authoredMar 11, 2022
    Configuration menu
    Copy the full SHA
    d5993dbView commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. 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 callbackFixes#45Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
    @ABOSTM@fpistm
    ABOSTM authored andfpistm committedMar 14, 2022
    Configuration menu
    Copy the full SHA
    e2e0a42View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Fix : Wrong _tcp_client[] array initialization

    Former "_tcp_client[MAX_CLIENT] = {};" tries to initializethe 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 <alexandre.bourdiol@st.com>
    @ABOSTM@fpistm
    ABOSTM authored andfpistm committedApr 13, 2022
    Configuration menu
    Copy the full SHA
    fb56c54View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    89e4523View commit details
    Browse the repository at this point in the history
  2. chore: bump version

    @fpistm
    fpistm authoredApr 26, 2022
    Configuration menu
    Copy the full SHA
    3d930a6View commit details
    Browse the repository at this point in the history
  3. chore: bump version

    @fpistm
    fpistm authoredApr 26, 2022
    Configuration menu
    Copy the full SHA
    cc1e72dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp