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

Parallel Rendering: Multi-Core Integration and Testing #7078

Open
aurindam opened this issue Dec 12, 2024 · 0 comments
Open

Parallel Rendering: Multi-Core Integration and Testing #7078

aurindam opened this issue Dec 12, 2024 · 0 comments
Labels
a:platform-mcu Microcontrollers (mO,bS) enhancement New feature or request

Comments

@aurindam
Copy link
Member

aurindam commented Dec 12, 2024

Feature Description

Phase 4: Multi-Core Integration and Testing

  1. Establish Communication Between Cortex-A and Cortex-M

    • Set up a mechanism for inter-core communication (e.g., shared memory or message-passing protocols).
    • Implement test cases to verify robust and low-latency communication between the two cores.
  2. Integrate Slint Across Cortex-M and Cortex-A

    • Run the main Slint process on Cortex-M while supporting additional processing on Cortex-A as needed.
    • Develop and test scenarios where Cortex-A offloads tasks to Cortex-M, ensuring seamless operation.
  3. Simulate and Handle Cortex-A Core Panic

    • Design a scenario to simulate a panic or failure on the Cortex-A core.
    • Verify that the Slint process running on Cortex-M continues unaffected.
    • Implement any recovery or fallback mechanisms needed for a robust system design.
  4. Write Documentation

    • Document the setup, configurations, and steps for running Slint on Cortex-M.
    • Provide guidelines for troubleshooting and extending the system.
@aurindam aurindam added enhancement New feature or request need triaging Issue that the owner of the area still need to triage labels Dec 12, 2024
@ogoffart ogoffart added a:platform-mcu Microcontrollers (mO,bS) and removed need triaging Issue that the owner of the area still need to triage labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:platform-mcu Microcontrollers (mO,bS) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants