-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: micro-ROS/system_modes
base: master
head repository: micro-ROS/system_modes
compare: refactoring
- 11 commits
- 23 files changed
- 1 contributor
Commits on Jun 10, 2021
-
Mode handling was part of inference by mistake
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3506258 - Browse repository at this point
Copy the full SHA 3506258View commit details
Commits on Jun 11, 2021
-
Default modes can have arbitrary names now
#69 Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16e640f - Browse repository at this point
Copy the full SHA 16e640fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4db96a8 - Browse repository at this point
Copy the full SHA 4db96a8View commit details
Commits on Jun 17, 2021
-
Mode implementation no longer relying on deprectaed default mode name
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0683be - Browse repository at this point
Copy the full SHA b0683beView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for c81d264 - Browse repository at this point
Copy the full SHA c81d264View commit details -
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c864b22 - Browse repository at this point
Copy the full SHA c864b22View commit details -
Documented default mode specification
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a56c0e2 - Browse repository at this point
Copy the full SHA a56c0e2View commit details
Commits on Jun 18, 2021
-
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc6db34 - Browse repository at this point
Copy the full SHA bc6db34View commit details -
Fixed default modes in example files
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7958be5 - Browse repository at this point
Copy the full SHA 7958be5View commit details -
Make defaultmodeptr const, more testing
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 483eebf - Browse repository at this point
Copy the full SHA 483eebfView commit details -
Refactored parsing of SMH file
* Less code duplication, less code Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15640d3 - Browse repository at this point
Copy the full SHA 15640d3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...refactoring