From commits-return-8558-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Fri May 1 19:55:42 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 55CBA18066D for ; Fri, 1 May 2020 21:55:42 +0200 (CEST) Received: (qmail 27101 invoked by uid 500); 1 May 2020 19:55:41 -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 27091 invoked by uid 99); 1 May 2020 19:55:41 -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, 01 May 2020 19:55:41 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id ADC5A8BFAB; Fri, 1 May 2020 19:55:41 +0000 (UTC) Date: Fri, 01 May 2020 19:55:41 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx] branch master updated (2476aad -> 673640b) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158836294155.856.15962495754871292970@gitbox.apache.org> From: acassis@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nuttx X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2476aad5b4df1abe1c60ee0970c06783d8c4137f X-Git-Newrev: 673640b313a5d9050d9c643302810edc3901012a X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 2476aad sim: Fix librt can't find on macOS new b0dbdd7 arch/arm, board/arm: Rename all up_ramvec_* functions to arm_ramvec_* new 673640b Run all .c and .h modified by this PR through nxstyle The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/arm/src/armv6-m/arm_dumpnvic.c | 4 +- arch/arm/src/armv6-m/nvic.h | 48 +++---- arch/arm/src/armv7-m/arm_ramvec_attach.c | 4 +- arch/arm/src/armv7-m/arm_ramvec_initialize.c | 6 +- arch/arm/src/armv7-m/ram_vectors.h | 8 +- arch/arm/src/cxd56xx/cxd56_irq.c | 2 +- arch/arm/src/efm32/efm32_irq.c | 84 ++++++----- arch/arm/src/imxrt/imxrt_irq.c | 125 +++++++++-------- arch/arm/src/kinetis/kinetis_irq.c | 110 ++++++++------- arch/arm/src/lc823450/lc823450_irq.c | 88 +++++++----- arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c | 83 ++++++----- arch/arm/src/lpc43xx/lpc43_irq.c | 77 +++++----- arch/arm/src/lpc54xx/lpc54_irq.c | 77 +++++----- arch/arm/src/max326xx/common/max326_irq.c | 80 ++++++----- arch/arm/src/nrf52/nrf52_irq.c | 2 +- arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c | 119 +++++++++------- arch/arm/src/sam34/sam_irq.c | 86 ++++++------ arch/arm/src/samd5e5/sam_irq.c | 113 ++++++++------- arch/arm/src/samv7/sam_irq.c | 86 ++++++------ arch/arm/src/stm32/stm32_irq.c | 97 ++++++------- arch/arm/src/stm32f7/stm32_irq.c | 102 +++++++------- arch/arm/src/stm32h7/stm32_irq.c | 156 +++++++++++---------- arch/arm/src/stm32l4/stm32l4_irq.c | 91 ++++++------ arch/arm/src/tiva/common/tiva_irq.c | 132 +++++++++-------- arch/arm/src/xmc4/xmc4_irq.c | 110 ++++++++------- boards/arm/stm32/nucleo-f302r8/src/stm32_highpri.c | 8 +- boards/arm/stm32/nucleo-f334r8/src/stm32_highpri.c | 8 +- boards/arm/stm32/nucleo-f334r8/src/stm32_spwm.c | 26 ++-- boards/arm/stm32/stm32f334-disco/src/stm32_smps.c | 4 +- .../arm/stm32/stm32f429i-disco/src/stm32_highpri.c | 8 +- .../stm32/viewtool-stm32f107/src/stm32_highpri.c | 54 +++---- boards/arm/stm32l4/nucleo-l432kc/src/stm32_spwm.c | 20 +-- 32 files changed, 1026 insertions(+), 992 deletions(-)