From commits-return-8017-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Fri Apr 24 10:27:55 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 275C518062C for ; Fri, 24 Apr 2020 12:27:55 +0200 (CEST) Received: (qmail 2888 invoked by uid 500); 24 Apr 2020 10:27:54 -0000 Mailing-List: contact commits-help@nuttx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nuttx.apache.org Delivered-To: mailing list commits@nuttx.apache.org Received: (qmail 2878 invoked by uid 99); 24 Apr 2020 10:27:54 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Apr 2020 10:27:54 +0000 From: =?utf-8?q?GitBox?= To: commits@nuttx.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-nuttx=5D_yanyunyouyou_opened_a_new_pull_?= =?utf-8?q?request_=23857=3A_fix_a_bug_in_timer=5Fgettime=2Ec?= Message-ID: Date: Fri, 24 Apr 2020 10:27:54 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit yanyunyouyou opened a new pull request #857: URL: https://github.com/apache/incubator-nuttx/pull/857 fix a bug :change the timer->pt_last to timer->pt_delay, # Pull Request Template ## Title guidelines Following the guidelines for writting good commit messages (https://chris.beams.io/posts/git-commit/) and creating a meaningful title is key in effective team communication. **do's** - stm32h7: Add SDMMC Support - nsh: Separate `source` and `sh` for POSIX compliance - nxstyle: Fixed Camel case detection - drivers/serial: Fixed style violation **dont's** - fixed bug - nxstyle - PR #12 ## Description **Describe problem solved by the PR** A clear and concise description of the problem, if any, this PR will solve. Please also include relevant motivation and context: E.g. The current nsh sh command violates the POSIX ... List any dependencies that are required for this change. **Describe your solution** A clear and concise description of what you have implemented. **Describe possible alternatives** A clear and concise description of alternative solutions you've considered. **Additional context** Add any other context or screenshots for the pr. Fixes # (issue) ## Type of change Delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B **Test Configuration**: * Nuttx board/config: * Hardware: * Toolchain: ## Checklist: - [ ] My code follows the style guidelines of this project (NEED link to how to run checkpatch) - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules - [ ] I have checked my code and corrected any misspellings (NEED link to how to run checkpatch spelling) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org