Skip to content

Commit

Permalink
squashme daigen
Browse files Browse the repository at this point in the history
  • Loading branch information
andyross committed Nov 25, 2024
1 parent a35ef12 commit 19e9445
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/platform/mtk/tools/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

MTK AFE Generator tool
======================

Early versions of the AFE driver were published with large C struct
definitions tied to platform headers. Zephyr strongly prefers
Devicetree for configuration and not C code.

So this is a somewhat klugey C program that builds and runs the AFE
platform code on a Linux host CPU, producing valid DTS output that can
be included in a board devicetree file in Zephyr.

Just run ./build.sh from inside this directory. The only required
host software is a working gcc that supports the "-m32" flag.

The resulting afe-<platform>.dts files can be included directly in
Zephyr board config.

0 comments on commit 19e9445

Please sign in to comment.