Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] flashing over jtag & swd #33

Open
kammce opened this issue Feb 13, 2022 · 0 comments
Open

[docs] flashing over jtag & swd #33

kammce opened this issue Feb 13, 2022 · 0 comments
Labels
📝 documentation Improvements or additions to documentation

Comments

@kammce
Copy link
Collaborator

kammce commented Feb 13, 2022

No description provided.

@kammce kammce added the 📝 documentation Improvements or additions to documentation label Apr 15, 2022
kammce pushed a commit that referenced this issue Jul 15, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📝 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant