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

WIP: Metal depend script #251

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

WIP: Metal depend script #251

wants to merge 2 commits into from

Commits on Apr 20, 2020

  1. pico: Make our __iob definition optional

    Let applications override our definition of __iob by declaring it as
    'weak'
    
    Signed-off-by: Keith Packard <keithp@keithp.com>
    keith-packard committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    1fb69c4 View commit details
    Browse the repository at this point in the history
  2. Add new 'metal_depend' script

    This finds the necessary freedom metal sources from the device tree
    file and then constructs the application from that, rather than
    linking againts a library.
    
    There are also a couple of helper makefile fragments:
    
     * metal-depend.make
    
       Contains instructions for building generated files from the BSP
    
     * freedom-metal.make
    
       Contains instructions for building a complete application
    
    Signed-off-by: Keith Packard <keithp@keithp.com>
    keith-packard committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e417283 View commit details
    Browse the repository at this point in the history