Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SNTP from DHCP #2798

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2023

  1. Add sntp from dhcp

    Ensure the SNTP service is stopped before configure.
    Change default servers to seperate concerns.
    networkfusion committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    30400c0 View commit details
    Browse the repository at this point in the history
  2. Code style fixes

    Automated fixes for code style.
    nfbot committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    026c57b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from nanoframework/nfbot/clang-format-fix/a8d93…

    …bea-ae52-4668-9824-bc42dd0454a3
    
    Code style fixes for nanoframework/nf-interpreter PR#2798
    networkfusion committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1e919d8 View commit details
    Browse the repository at this point in the history
  4. Use a function for SNTP initialization

    Improve default MAC (set to developer)
    networkfusion committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    89b5f53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a8ce2b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Update targets/ChibiOS/_Lwip/nf_lwipthread.c

    Co-authored-by: José Simões <jose.simoes@eclo.solutions>
    networkfusion and josesimoes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    db7cb5d View commit details
    Browse the repository at this point in the history
  2. Code style fixes

    Automated fixes for code style.
    nfbot committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2bc94a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from nanoframework/nfbot/clang-format-fix/c7636…

    …ad3-3634-462a-9d4d-d9e58e668014
    
    Code style fixes for nanoframework/nf-interpreter PR#2798
    networkfusion committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    af101c9 View commit details
    Browse the repository at this point in the history
  4. Move SNTP_GET_SERVERS_FROM_DHCP to sntp options

    Add to other platforms
    networkfusion committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cfcdc0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58874d0 View commit details
    Browse the repository at this point in the history
  6. Code style fixes

    Automated fixes for code style.
    nfbot committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    025c270 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from nanoframework/nfbot/clang-format-fix/9ba74…

    …a79-253e-4c86-86fb-6825f847757f
    
    Code style fixes for nanoframework/nf-interpreter PR#2798
    networkfusion committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fab91bc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 14, 2023

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

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    37b80dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bfca7 View commit details
    Browse the repository at this point in the history
  3. move initialize_sntp()

    make static again.
    move above all functions that use it.
    networkfusion committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    9558d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on May 2, 2024

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