From commits-return-7896-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Wed Apr 22 20:07:15 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 6F584180181 for ; Wed, 22 Apr 2020 22:07:15 +0200 (CEST) Received: (qmail 16045 invoked by uid 500); 22 Apr 2020 20:07:14 -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 16030 invoked by uid 99); 22 Apr 2020 20:07:14 -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; Wed, 22 Apr 2020 20:07:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id BFADB8B6C7; Wed, 22 Apr 2020 20:07:14 +0000 (UTC) Date: Wed, 22 Apr 2020 20:07:14 +0000 To: "commits@nuttx.apache.org" Subject: [incubator-nuttx] branch master updated (02ab0cd -> 048d495) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158758603461.2597.10126944093645025024@gitbox.apache.org> From: gnutt@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: 02ab0cd149f464d5bc4acfaefe23a430c585da72 X-Git-Newrev: 048d4954a08c46486a9d9f0db19f8ce0e7253bb3 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. gnutt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git. from 02ab0cd stm32: Fix typos, wrong comments, and nxstyle. new 7ddf7c6 binfmt: nxstyle fixes new e6b47ea video: videomode: nxstyle cleanup new 048d495 crypto: nxstyle fixes The 3 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: binfmt/binfmt.h | 7 +- binfmt/binfmt_copyargv.c | 12 +- binfmt/binfmt_dumpmodule.c | 4 +- binfmt/binfmt_execsymtab.c | 3 +- binfmt/binfmt_globals.c | 7 +- binfmt/elf.c | 4 +- binfmt/libelf/libelf.h | 17 +- binfmt/libelf/libelf_sections.c | 4 +- binfmt/libelf/libelf_symbols.c | 4 +- binfmt/nxflat.c | 4 +- crypto/aes.c | 354 +++++++++++++++++++++++++++---------- crypto/blake2s.c | 37 ++-- crypto/cryptodev.c | 19 +- crypto/testmngr.c | 4 +- video/videomode/edid_dump.c | 6 +- video/videomode/edid_parse.c | 26 +-- video/videomode/videomode_dump.c | 8 +- video/videomode/videomode_lookup.c | 276 +++++++++++++++++++---------- video/videomode/videomode_sort.c | 6 +- 19 files changed, 553 insertions(+), 249 deletions(-)