Skip to content

Commit

Permalink
Merge pull request #3 from QuickLogic-Corp/eos_s3_pwm_loader
Browse files Browse the repository at this point in the history
Load litex PWM FPGA from M4
  • Loading branch information
spingaliQL authored Jun 5, 2020
2 parents 23a41e9 + a41c59c commit 4fd38e5
Show file tree
Hide file tree
Showing 4 changed files with 1,936 additions and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/quick_feather/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config BOARD
if PWM

config PWM_LITEX
select SOC_EOS_S3_FPGA
select EOS_S3_PROGRAM_FPGA
default y

endif # PWM
Expand Down
1 change: 1 addition & 0 deletions drivers/pwm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ zephyr_library_sources_ifdef(CONFIG_PWM_SAM pwm_sam.c)
zephyr_library_sources_ifdef(CONFIG_PWM_MCUX pwm_mcux.c)
zephyr_library_sources_ifdef(CONFIG_PWM_XEC pwm_mchp_xec.c)
zephyr_library_sources_ifdef(CONFIG_PWM_LITEX pwm_litex.c)
zephyr_library_sources_ifdef(CONFIG_PWM_LITEX pwm_eos_s3.c)

zephyr_library_sources_ifdef(CONFIG_USERSPACE pwm_handlers.c)
zephyr_library_sources_ifdef(CONFIG_PWM_SHELL pwm_shell.c)
Loading

0 comments on commit 4fd38e5

Please sign in to comment.