This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8287f7c855
zephyr
/
boards
/
riscv32
/
hifive1
/
Kconfig.defconfig
14 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
boards: SiFive HiFive1 board Added support for the HiFive1 board from SiFive Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> Signed-off-by: Karol Gugala <kgugala@antmicro.com> Signed-off-by: Tomasz Jurtsch <tjurtsch@antmicro.com>
2018-04-05 04:11:07 +08:00
if BOARD_HIFIVE1
config BOARD
default "hifive1"
boards/hifive1: Enable PWM peripheral driver Enable the PWM peripheral driver on HiFive 1. Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2018-11-22 06:21:28 +08:00
if PWM
config PWM_SIFIVE
def_bool y
endif
boards: SiFive HiFive1 board Added support for the HiFive1 board from SiFive Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com> Signed-off-by: Karol Gugala <kgugala@antmicro.com> Signed-off-by: Tomasz Jurtsch <tjurtsch@antmicro.com>
2018-04-05 04:11:07 +08:00
endif