You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/07/13 12:55:34 UTC

[incubator-nuttx] branch master updated (83f7c08 -> 3d26c3e)

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

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


    from 83f7c08  net/tcp: only print the error when disable the TCP_NODELAY
     add b2a9f85  arch/arm/src/imxrt: added support for Tickless OS
     add 28ad7b6  boards/arm/imxrt/teensy-4.x: update pikron-bb configuration to use tickless mode
     add cafcb05  Documentation/platforms/arm/imxrt: added information regarding tickless mode support
     add 3d26c3e  fix nxstyle errors and warnings

No new revisions were added by this update.

Summary of changes:
 .../arm/imxrt/boards/teensy-4.x/index.rst          |  14 +
 Documentation/platforms/arm/imxrt/index.rst        |  15 +
 arch/arm/src/imxrt/Kconfig                         |  25 +
 arch/arm/src/imxrt/Make.defs                       |   2 +
 arch/arm/src/imxrt/imxrt_tickless.c                | 603 +++++++++++++++++++++
 .../imxrt/teensy-4.x/configs/pikron-bb/defconfig   |   4 +-
 6 files changed, 662 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/src/imxrt/imxrt_tickless.c