Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ARMmbed/uvisor-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: ARMmbed/uvisor-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 22 files changed
  • 3 contributors

Commits on Mar 21, 2016

  1. Configuration menu
    Copy the full SHA
    c925f99 View commit details
    Browse the repository at this point in the history
  2. Remove unsupported.* files

    They are moved to ARMmbed/uvisor, since they are general enough to be
    kept in the main uVisor code-base.
    AlessandroA committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    4447c13 View commit details
    Browse the repository at this point in the history
  3. Translate yotta-specific symbols to uVisor ones

    With this commit uvisor-lib/uvisor-lib.h becomes a wrapper to
    uvisor/api/inc/uvisor-lib.h. This latter file is included after all
    yotta-specific symbols have been translated into uVisor ones.
    
    This currently includes the following symbols:
        * UVISOR_PRESENT
        * ARCH_MPU_{ARMv7M, KINETIS}
    AlessandroA committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    62308b7 View commit details
    Browse the repository at this point in the history
  4. Build unsupported.c if not UVISOR_SUPPORTED

    Now unsupported.c is located in the uVisor main code-base. It is only
    built by yotta if uVisor is not supported on the current target.
    Otherwise, the uVisor release library (*.a) is included — as usual.
    AlessandroA committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    7028c8f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. Merge pull request #43 from AlessandroA/generalize_uvisor_lib

    Generalize uvisor lib
    meriac committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    4606181 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    075cae3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2016

  1. Merge pull request #44 from ccli8/master

    Support Nuvoton NUC472 and M451
    meriac committed May 31, 2016
    Configuration menu
    Copy the full SHA
    4f83027 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

  1. Deprecate uVisor for yotta

    - point to new repository
    meriac committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    04fa92b View commit details
    Browse the repository at this point in the history
Loading