Skip to content

Commit

Permalink
hal: nuvoton: m2l31: support Timer
Browse files Browse the repository at this point in the history
For example, UTCPD requires Timer to trigger EADC periodically for measuring VBUS/VCONN voltages wihout intervention of CPU.

Signed-off-by: Chun-Chieh Li <ccli8@nuvoton.com>
  • Loading branch information
ccli8 authored and fabiobaltieri committed Jun 4, 2024
1 parent ab342e6 commit 90071ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m2l31x/StdDriver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ zephyr_library_sources_ifdef(CONFIG_HAS_NUMAKER_USBD src/usbd.c)
zephyr_library_sources_ifdef(CONFIG_HAS_NUMAKER_CANFD src/canfd.c)
zephyr_library_sources_ifdef(CONFIG_HAS_NUMAKER_ADC src/eadc.c)
zephyr_library_sources_ifdef(CONFIG_HAS_NUMAKER_RTC src/rtc.c)
zephyr_library_sources_ifdef(CONFIG_HAS_NUMAKER_TMR src/timer.c)

0 comments on commit 90071ba

Please sign in to comment.