This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
can_router is misplaced in this library. Utilities, at their core, are optional constructs. They provide helper functions for developers. can_router is an interface requirement for drivers which does not fit the design of util. Thus it will be decoupled from libhal-util and brought into libhal-canrouter. Add unit tests for can message comparison
- Loading branch information
Showing
6 changed files
with
32 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ name: ✅ Checks | |
on: | ||
workflow_dispatch: | ||
pull_request: | ||
release: | ||
types: [published] | ||
push: | ||
tags: | ||
- "*" | ||
branches: | ||
- main | ||
schedule: | ||
|
@@ -19,14 +19,3 @@ jobs: | |
devices: | ||
uses: libhal/ci/.github/workflows/[email protected] | ||
secrets: inherit | ||
|
||
release: | ||
needs: [ci, devices] | ||
if: startsWith(github.ref, 'refs/tags/') | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
if: startsWith(github.ref, 'refs/tags/') | ||
with: | ||
generate_release_notes: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.