Skip to content
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: im-tomu/tomu-samples
base: a093d42718da
Choose a base ref
...
head repository: im-tomu/tomu-samples
compare: 92a9785427d8
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 1, 2018

  1. libopencm3: ld: sort vectors symbols and don't gc them

    Ensure that all symbols in the .vectors section are included in the
    output binary.  Also, ensure the symbols are sorted.  This will
    enable us to stash the Toboot configuration struct after the vector
    table.
    
    Signed-off-by: Sean Cross <sean@xobs.io>
    xobs committed Apr 1, 2018
    Copy the full SHA
    afa5dfb View commit details
    Browse the repository at this point in the history
  2. libopencm3: toboot: add header file

    Add toboot.h, which will enable programs to add Toboot support.
    
    Signed-off-by: Sean Cross <sean@xobs.io>
    xobs committed Apr 1, 2018
    Copy the full SHA
    77eea0b View commit details
    Browse the repository at this point in the history
  3. libopencm3: makefile: add ../include to include list

    Add ../include to the list of included directories, because that is where
    toboot.h will live.
    
    Signed-off-by: Sean Cross <sean@xobs.io>
    xobs committed Apr 1, 2018
    Copy the full SHA
    fcaf88c View commit details
    Browse the repository at this point in the history
  4. libopencm3: miniblink: add toboot config

    Add an example of how to create a Toboot configuration using the
    TOBOOT_CONFIGURATION(cfg) macro.
    
    Signed-off-by: Sean Cross <sean@xobs.io>
    xobs committed Apr 1, 2018
    Copy the full SHA
    92a9785 View commit details
    Browse the repository at this point in the history