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: micro-ROS/system_modes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: micro-ROS/system_modes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactoring
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 23 files changed
  • 1 contributor

Commits on Jun 10, 2021

  1. Mode handling was part of inference by mistake

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    3506258 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Default modes can have arbitrary names now

    #69
    
    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    16e640f View commit details
    Browse the repository at this point in the history
  2. More flexibility in defining default mode

    Default mode can now be defined by
    * Naming a mode '__DEFAULT__' (backword compatible)
    * Specifying the parameter '__default'
    * Neither of these two, then te first mode of a part will be its default
    
    #69
    
    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4db96a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Mode implementation no longer relying on deprectaed default mode name

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b0683be View commit details
    Browse the repository at this point in the history
  2. Adapted mode inference

    * Now parsing default modes for all system parts first, including its
    custom name
    * Introduced new matching function that considers custom default mode
    names
    
    #69
    
    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c81d264 View commit details
    Browse the repository at this point in the history
  3. Adapts example and tests

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c864b22 View commit details
    Browse the repository at this point in the history
  4. Documented default mode specification

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a56c0e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Minor cleanup

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    bc6db34 View commit details
    Browse the repository at this point in the history
  2. Fixed default modes in example files

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    7958be5 View commit details
    Browse the repository at this point in the history
  3. Make defaultmodeptr const, more testing

    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    483eebf View commit details
    Browse the repository at this point in the history
  4. Refactored parsing of SMH file

    * Less code duplication, less code
    
    Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
    norro committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    15640d3 View commit details
    Browse the repository at this point in the history
Loading