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

Any kind of network support, fix #428 #435

Merged
merged 150 commits into from
Sep 19, 2023
Merged

Conversation

nicolas-rabault
Copy link
Member

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

By submiting this PR, you agree with the associated license (Apache 2.0 or 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.
  • Assign @Simonbdy to this PR
  • 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

Description and dependencies

Please include here a summary of the changes and the related issue. List any dependencies that are required for this change.

Changes

Please choose the relevant options:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • 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 advanced Advanced skills are needed for this subject multi-phy Deal with multiple network at the same time labels Apr 18, 2023
@nicolas-rabault nicolas-rabault added this to the 3.0.0 milestone Apr 18, 2023
@nicolas-rabault nicolas-rabault self-assigned this Apr 18, 2023
@nicolas-rabault nicolas-rabault force-pushed the feat/isolate_robus branch 2 times, most recently from f0a2b39 to 8715f7e Compare April 18, 2023 11:56
@nicolas-rabault nicolas-rabault changed the base branch from main to 3.0.0 April 18, 2023 11:56
@nicolas-rabault nicolas-rabault force-pushed the feat/isolate_robus branch 2 times, most recently from 9d0aac8 to 2b3bdda Compare April 19, 2023 13:53
@nicolas-rabault nicolas-rabault force-pushed the feat/isolate_robus branch 10 times, most recently from cfff594 to 92cdb7a Compare June 9, 2023 15:12
@nicolas-rabault
Copy link
Member Author

Here is a representation of the current state of this development.
At this point Luos_engine is usable the same way Luos_engine 2.X.X is. There is no new features at this stage and no known regression.
image
Now I will work on adding new features.

…to perform calculations with `raw` instead of converting it each time.
…ardware.

This avoid a potential IRQ to broke the code.
@nicolas-rabault nicolas-rabault changed the base branch from 3.0.0 to rc_3.0.0 September 18, 2023 16:58
@nicolas-rabault nicolas-rabault mentioned this pull request Sep 19, 2023
9 tasks
@nicolas-rabault nicolas-rabault merged commit f8142c1 into rc_3.0.0 Sep 19, 2023
46 of 50 checks passed
@nicolas-rabault nicolas-rabault deleted the feat/isolate_robus branch September 19, 2023 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment