forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: efm32pg_stk3402a: Add minimal pwm support
With this additions samples/basic/blinky_pwm works. LED0 is used as pwm output. Signed-off-by: Christian Taedcke <[email protected]>
- Loading branch information
1 parent
a232b1b
commit e71c2d1
Showing
4 changed files
with
28 additions
and
0 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
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 |
---|---|---|
|
@@ -28,3 +28,7 @@ config SOC_FLASH_GECKO | |
config SPI_GECKO | ||
default y | ||
depends on SPI | ||
|
||
config PWM_GECKO | ||
default y | ||
depends on PWM |
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 |
---|---|---|
|
@@ -28,3 +28,7 @@ config SOC_FLASH_GECKO | |
config SPI_GECKO | ||
default y | ||
depends on SPI | ||
|
||
config PWM_GECKO | ||
default y | ||
depends on PWM |