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

Luos Engine Release 3.0.0 #445

Merged
merged 207 commits into from
Dec 13, 2023
Merged

Luos Engine Release 3.0.0 #445

merged 207 commits into from
Dec 13, 2023

Conversation

nicolas-rabault
Copy link
Member

@nicolas-rabault nicolas-rabault commented Sep 18, 2023

By submiting this PR, you agree with the associated license (MIT) and with our Contributor License Agreement (CLA).

Before to begin

Thank you for contributing to the Luos project!

Before to begin, please follow these steps:

  • Ensure that this PR is not a duplicate.
  • Add the PR to the Luos contribution project

Feel free to read the Luos contribution's guidelines and the documentation page to have more insight about how to contribute to Luos.

PR Description section

Changelog

Luos Engine 3.0.0

Dependencies:

Pyluos version ≥ 2.3.0

What's new:

🆕 Features:

  • #444: Allow synchronized network to bypass differential timestamping management. @nicolas-rabault
  • #428: Any kind of Network is now supported, you can make your own. @nicolas-rabault
  • #429: Multiple simultaneous network is now supported. You can give multiple networks and Luos will use all of them at the same time to synchronize different services across different networks. @nicolas-rabault
  • #435: Add a user dedicated pointer in services allowing to reference specific service structs. @nicolas-rabault
  • #435: Luos_engine is now completely independent from Robus. @nicolas-rabault
  • #451: Luos_engine filter service sources avoiding intruders or excluded service to reach a target. @nicolas-rabault

🆕 Added:

🆕 Changed:

🛠️ Fix:

Changes

Please choose the relevant options:

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Related issue(s)

Provide a list of the related issues that will be fixed by this PR.


WARNING: Do not edit the checklist below.


Developer section

  • [Documentation] is up to date with new feature
  • [Tests] are passed OK (non regression, new features & bug fixes)
  • [Code Quality] please check if:
    • Each function has a header (description, inputs, outputs)
    • Code is commented (particularly in hard to understand areas)
    • There are no new warnings that can be corrected
    • Commits policy is respected (constitancy commits, clear commits comments)

QA section

  • [Review] tests for new features have been reviewed
  • [Changelog] is up-to-date with expected tags
    🆕 Feature: [Feature] Description...
    🆕 Added: [Feature] Description...
    🆕 Changed: [Feature] Description...
    🛠️ Fix: [Feature] Description...

@nicolas-rabault nicolas-rabault added this to the 3.0.0 milestone Sep 18, 2023
@nicolas-rabault nicolas-rabault self-assigned this Sep 18, 2023
@nicolas-rabault nicolas-rabault mentioned this pull request Sep 18, 2023
12 tasks
nicolas-rabault and others added 26 commits September 18, 2023 13:59
We will have to completely redesign them and they represent complexity when it come to move things.
@nicolas-rabault nicolas-rabault added advanced Advanced skills are needed for this subject multi-phy Deal with multiple network at the same time labels Nov 7, 2023
@nicolas-rabault nicolas-rabault linked an issue Nov 13, 2023 that may be closed by this pull request
@nicolas-rabault nicolas-rabault marked this pull request as ready for review December 8, 2023 15:49
@nicolas-rabault nicolas-rabault merged commit e87fe5e into main Dec 13, 2023
44 checks passed
@nicolas-rabault nicolas-rabault deleted the rc_3.0.0 branch December 13, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced Advanced skills are needed for this subject multi-phy Deal with multiple network at the same time
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[NEW FEATURE] New LuosHAL_SetIrqState
2 participants