From commits-return-9588-archive-asf-public=cust-asf.ponee.io@nuttx.apache.org Thu May 14 21:57:49 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 4ED87180621 for ; Thu, 14 May 2020 23:57:48 +0200 (CEST) Received: (qmail 38341 invoked by uid 500); 14 May 2020 21:57:47 -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 38331 invoked by uid 99); 14 May 2020 21:57:47 -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; Thu, 14 May 2020 21:57:47 +0000 From: =?utf-8?q?GitBox?= To: commits@nuttx.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-nuttx=5D_hartmannathan_opened_a_new_pull?= =?utf-8?q?_request_=231051=3A_=5BDO_NOT_MERGE=5D_Add_support_for_STM32G474_?= =?utf-8?q?family?= Message-ID: Date: Thu, 14 May 2020 21:57:47 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit hartmannathan opened a new pull request #1051: URL: https://github.com/apache/incubator-nuttx/pull/1051 ## Summary Add support for the STM32G474 family of microcontrollers and the B-G474E-DPOW1 Discovery Board, which features a STM32G474RET6. ## Impact This is a major pull request as it adds support for an entirely new family of STM32. This support is implemented in arch/arm/src/stm32 and shares implementation with other STM32 families supported by that code, such as the 'L15xx, 'F10xx, 'F20xx, 'F3xxx, and 'F4xxx. ## Testing The B-G474E-DPOW1 Discovery Board boots successfully through to the NSH prompt. NSH runs and is responsive. ---------------------------------------------------------------- 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