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

Move some cortex-m specific code to arch/ #962

Merged
merged 3 commits into from May 26, 2018
Merged

Move some cortex-m specific code to arch/ #962

merged 3 commits into from May 26, 2018

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented May 26, 2018

Pull Request Overview

This pull request moves the ipsr_isr_number_to_str() function out of process.rs and into arch.

It also moves the kernel::support::arm modules to arch/cortex-m.

Testing Strategy

This pull request was tested by make allboards.

TODO or Help Wanted

n/a

Documentation Updated

  • Kernel: Updated the relevant files in /docs, or no updates are required.
  • Userland: Added/updated the application README, if needed.

Formatting

  • Ran make formatall.

@bradjc bradjc mentioned this pull request May 26, 2018
3 tasks
The `ipsr_isr_number_to_str()` function maps interrupts to string names,
but is architecture specific so it shouldn't be in process.rs.
kernel::support::arm has moved to arch/cortex-m because the kernel
should be architecture agnostic.
alevy
alevy previously approved these changes May 26, 2018
Copy link
Member

@ppannuto ppannuto left a comment

Choose a reason for hiding this comment

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

This is a record number of Cargo.lock's

@bradjc bradjc added the P-Upkeep This a relatively minor change, or one that is limited in scope, and requires less scrutiny. label May 26, 2018
@bradjc bradjc merged commit 33bbc3a into master May 26, 2018
@bradjc bradjc deleted the kernel-no-swiping branch May 26, 2018 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-Upkeep This a relatively minor change, or one that is limited in scope, and requires less scrutiny.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants