-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIMXRT1062-FMURT6: Fix PWM and RAM size.
Enable PWM to use unique names in pwm_shell application. Fix RAM size to correct value. Signed-off-by: Benjamin Perseghetti <[email protected]>
- Loading branch information
1 parent
e8c4565
commit 19b49b3
Showing
3 changed files
with
17 additions
and
18 deletions.
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ toolchain: | |
- zephyr | ||
- gnuarmemb | ||
- xtools | ||
ram: 768 | ||
ram: 32768 | ||
flash: 65536 | ||
supported: | ||
- counter | ||
|
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