Skip to content

Multi container fixes plus initial GPIO support (#27)#57

Merged
srberard merged 6 commits intomainfrom
features/multi-container-fixed
Mar 19, 2025
Merged

Multi container fixes plus initial GPIO support (#27)#57
srberard merged 6 commits intomainfrom
features/multi-container-fixed

Conversation

@srberard
Copy link
Collaborator

Description

This PR fixes multiple issues related to running multiple containers. It also includes initial GPIO support. Additional updates include the following:

  • Fix multi container issues
  • Added memory check feature
  • Initial GPIO support
  • Fix for container ID in thread create
  • Fix for container update
  • Clean up mechanism for timers
  • Fix for ocre sensors
  • Fix for app updates

Type of change

  • 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)
  • Code cleanup/refactoring
  • This change requires a documentation update
  • CI system update
  • Test Coverage update

How Has This Been Tested?

Tested in native_sim and on the B-U585 board

**Test Configuration **:

  • Host OS type, version, and arch: Ubuntu 20.04 (arm64)
  • Developer Board make & model: ST B-U585

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

* Fix multi container issues
* Added memory check feature
* Initial GPIO support
* Fix for container ID in thread create
* Fix for container update
* Clean up mechanism for timers
* Fix for ocre sensors
* Fix for app updates 

---------

Co-authored-by: ArturSir <artur@atym.io>
Co-authored-by: SorinOlari <sorin.olari2@gmail.com>
@srberard srberard requested a review from gonzolively as a code owner March 19, 2025 19:09
Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
Copy link
Contributor

@gonzolively gonzolively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@gonzolively gonzolively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@srberard srberard merged commit 66c44f5 into main Mar 19, 2025
3 checks passed
@srberard srberard deleted the features/multi-container-fixed branch March 19, 2025 20:04
kr-t added a commit that referenced this pull request Aug 28, 2025
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants