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: 107-systems/107-Arduino-Cyphal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: 107-systems/107-Arduino-Cyphal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 13 commits
  • 45 files changed
  • 2 contributors

Commits on Aug 10, 2023

  1. Encapsulate all library code into namespace "cyphal". (#244)

    The purpose of this is to prevent naming collisions with other libraries.
    aentinger authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8d9be68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d005b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6070e38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09696be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17c6bb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Providing a host based filesystem for loading from/storing to files.

    Note: crashes upon out-commented code ...
    aentinger committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    da241e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4830cb4 View commit details
    Browse the repository at this point in the history
  3. Store KeyValueStorage and NodeRegistry on global stack in order to pr…

    …event those symbols going out of memory for the service callback.
    aentinger committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bee41c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00608c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50ef6cc View commit details
    Browse the repository at this point in the history
  6. Remove trailing whitespace.

    aentinger committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    718dd4d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #229 from 107-systems/port-id-config-reg

    [example/host] Port ID shall be configurable via register.
    aentinger authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    11aaeaf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Release v3.4.0.

    aentinger authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    cc3775b View commit details
    Browse the repository at this point in the history
Loading