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

New MPU Interface #1159

Merged
merged 19 commits into from Oct 17, 2018
Merged

New MPU Interface #1159

merged 19 commits into from Oct 17, 2018

Commits on Aug 22, 2018

  1. New mpu interface

    Co-authored-by: Danilo Verhaert <daniloverhaert@gmail.com>
    cmcavity and dverhaert committed Aug 22, 2018
    Copy the full SHA
    f79253a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Update mpu interface and cortex-m implementation

    Added documentation and slightly changed fn signatures in interface,
    added region overlap checks and refactored in cortex-m implementation
    cmcavity committed Aug 23, 2018
    Copy the full SHA
    e74a7aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b95dec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Copy the full SHA
    0bd31dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4a3465 View commit details
    Browse the repository at this point in the history
  3. Clean up add_mpu_region

    cmcavity committed Aug 29, 2018
    Copy the full SHA
    b646633 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Copy the full SHA
    084b4e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Copy the full SHA
    9f66bd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Remove mut from Chip trait

    bradjc committed Sep 28, 2018
    Copy the full SHA
    1c34d78 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Handle edge case in cortex-m mpu

    dverhaert authored and cmcavity committed Oct 3, 2018
    Copy the full SHA
    5131abb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Copy the full SHA
    ee4ee1c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Copy the full SHA
    b773f2f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6cf7f28 View commit details
    Browse the repository at this point in the history
  3. Make formatall

    cmcavity committed Oct 6, 2018
    Copy the full SHA
    7350a07 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Refactor

    cmcavity committed Oct 9, 2018
    Copy the full SHA
    8197349 View commit details
    Browse the repository at this point in the history
  2. Use core::cmp::max

    cmcavity committed Oct 9, 2018
    Copy the full SHA
    df317e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Simplify code

    cmcavity committed Oct 12, 2018
    Copy the full SHA
    fcb6f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. new mpu: updates

    bradjc committed Oct 16, 2018
    4
    Copy the full SHA
    1e60298 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. kernel: process: map_or -> and_then

    thanks, rust
    bradjc committed Oct 17, 2018
    Copy the full SHA
    f170fb4 View commit details
    Browse the repository at this point in the history