-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from xmos/release/v5.5.0
Release/v5.5.0
- Loading branch information
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
default: bclk mclk | ||
default: bclk mclk setup_arbitrary_i2s_rate | ||
|
||
bclk: setup_mclk_bclk.c | ||
gcc -g -o setup_bclk setup_mclk_bclk.c | ||
|
||
mclk: setup_mclk_bclk.c | ||
gcc -g -DMCLK -o setup_mclk setup_mclk_bclk.c | ||
|
||
setup_arbitrary_i2s_rate: setup_mclk_bclk.c | ||
gcc -g -DARBITRARY_LRCLK -o setup_arbitrary_i2s_rate setup_mclk_bclk.c | ||
|
||
clean: | ||
rm -f setup_mclk | ||
rm -f setup_bclk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters