You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/09/28 01:30:13 UTC

[incubator-nuttx] branch master updated (764540267e -> 589647308c)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


    from 764540267e sched/clock: Rename g_system_timer to g_system_ticks
     add 589647308c arm/tlsr82: move peripherals pin config to board.h

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/tlsr82/tlsr82_adc.c                   |  32 ++---
 arch/arm/src/tlsr82/tlsr82_adc.h                   |   7 ++
 arch/arm/src/tlsr82/tlsr82_pwm.c                   |  12 +-
 arch/arm/src/tlsr82/tlsr82_serial.c                |   8 +-
 boards/arm/tlsr82/tlsr8278adk80d/include/board.h   | 135 +++++++++++++++++++++
 .../arm/tlsr82/tlsr8278adk80d/src/tlsr8278_gpio.c  |  52 ++++++--
 .../arm/tlsr82/tlsr8278adk80d/src/tlsr8278adk80d.h |  10 --
 7 files changed, 209 insertions(+), 47 deletions(-)