generated from libhal-google/libhal-__device__
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interrupts wouldn't fire for handlers passed into them. systick_timer's interrupt was also reported to not work either. Further changes were made: - Removal of demos as they were not easy to use when demonstrating the usage of the libraries. Platform libraries utilizing libhal-armcortex should be responsible for creating that use the the processor libraries. - Add flags to thumbvX profiles that were removed from libhal/arm-gnu-toolchain/#33. - Update to ci/4.0.1, which builds the demos if and only if the demos directory exists. - Bump to version 2.0.1 - Make hal::cortex_minterrupt::vector_table variable anonymous. Normally this would be an API break, but no users of the project are using this field, so keeping the major number as "2". - Provide static disable and enable interrupts APIs to interrupt class. - Improve correctness of systick timer's implementation.
- Loading branch information
Khalil Estell
committed
Jul 15, 2023
1 parent
ac5c784
commit c350ebc
Showing
14 changed files
with
100 additions
and
351 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 |
---|---|---|
|
@@ -13,43 +13,43 @@ on: | |
|
||
jobs: | ||
ci: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
library: libhal-armcortex | ||
secrets: inherit | ||
|
||
cortex-m0: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m0 | ||
secrets: inherit | ||
|
||
cortex-m0plus: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m0plus | ||
secrets: inherit | ||
|
||
cortex-m1: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m1 | ||
secrets: inherit | ||
|
||
cortex-m3: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m3 | ||
secrets: inherit | ||
|
||
cortex-m4: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m4 | ||
secrets: inherit | ||
|
||
cortex-m4f: | ||
uses: libhal/ci/.github/workflows/[email protected].0 | ||
uses: libhal/ci/.github/workflows/[email protected].1 | ||
with: | ||
profile: cortex-m4f | ||
secrets: inherit | ||
|
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.