You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: