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

Driver development guide #343

Open
wants to merge 9 commits into
base: freedom-metal-next
Choose a base branch
from
Prev Previous commit
Next Next commit
Rename codegen.py to freedom-metal-generate
This makes the tool name unique, which is useful for documentation.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Oct 1, 2020
commit 8f06409e606aaed43a8b60ed74864ef395465376
2 changes: 1 addition & 1 deletion freedom-metal.make
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ clean::
rm -rf metal .deps

metal/metal.mk: $(METAL_MK_DEPEND)
python3 $(FREEDOM_METAL)/scripts/codegen.py --dts $(DEVICETREE) --source-paths $(FREEDOM_METAL) $(FREEDOM_METAL)/sifive-blocks --output-dir=metal
python3 $(FREEDOM_METAL)/scripts/freedom-metal-generate --dts $(DEVICETREE) --source-paths $(FREEDOM_METAL) $(FREEDOM_METAL)/sifive-blocks --output-dir=metal

ESDK_SETTINGS_GENERATOR ?= $(FREEDOM_METAL)/../scripts/esdk-settings-generator

Expand Down
File renamed without changes.