Skip to content

Feat/expand for imx8 board#2

Merged
mbraendli merged 6 commits intomasterfrom
feat/expand-for-imx8-board
Nov 12, 2025
Merged

Feat/expand for imx8 board#2
mbraendli merged 6 commits intomasterfrom
feat/expand-for-imx8-board

Conversation

@mbraendli
Copy link
Copy Markdown
Collaborator

@mbraendli mbraendli commented Nov 11, 2025

  • feat(fbactivity): Add service
  • feat(ambientlightd): improve sensor reading precision and update feature tests
  • chore: add CI workflow for building and testing
  • build: build out of source with scripts
  • chore: Added a new devcontainer.json for development setup
  • chore: update Dockerfile and adapt tests

- Updated Dockerfile to use Debian 11-slim and install additional dependencies.
- Removed unused gmock-install.sh script.
- Adapt test cases to ensure comparison of chrono seconds.
- Updated dummy-brightnessd.py to use GLib instead of gobject.
- Adapt test.pri to include necessary libraries for testing.
@mbraendli mbraendli force-pushed the feat/expand-for-imx8-board branch 3 times, most recently from 4de35fb to 7a83f01 Compare November 11, 2025 13:36
@mbraendli mbraendli self-assigned this Nov 12, 2025
@@ -36,6 +36,7 @@ Thumbs.db
/.qmake.stash
build-*-Debug/
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Sind die Ignore-Einträge für Debug und Release dann immer noch notwendig?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Das Projekt ist für den Qt-Creator ausgelegt und dieser kreiert Ordner mit diesen Namen.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Fehlen da nicht noch Einträge für

  • Configuration.h / .cpp
  • PowersaveProxy.h / .cpp

Copy link
Copy Markdown
Collaborator Author

@mbraendli mbraendli Nov 12, 2025

Choose a reason for hiding this comment

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

Im common.test.pro nicht, da es keine Teste dazu gibt, aber habe nun noch eine common Lib eingeführt.

stop();

// Clean up devices
qDeleteAll(m_devices);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Wäre von mir aus gesehen nicht notwendig, weil die Devices über den Parent eh verbunden sind und damit beim Zerstören gelöscht werden würden.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Habe ich entfernt.

@mbraendli mbraendli force-pushed the feat/expand-for-imx8-board branch from 7a83f01 to 827c3c0 Compare November 12, 2025 08:43
@mbraendli mbraendli force-pushed the feat/expand-for-imx8-board branch from 827c3c0 to f9c5b08 Compare November 12, 2025 08:53
@mbraendli mbraendli merged commit 45d3e83 into master Nov 12, 2025
1 check passed
@mbraendli mbraendli deleted the feat/expand-for-imx8-board branch November 12, 2025 12:47
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