Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AE087200BA5 for ; Wed, 5 Oct 2016 02:08:37 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ACA86160AE8; Wed, 5 Oct 2016 00:08:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 00655160ACC for ; Wed, 5 Oct 2016 02:08:36 +0200 (CEST) Received: (qmail 79137 invoked by uid 500); 5 Oct 2016 00:08:36 -0000 Mailing-List: contact commits-help@mynewt.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mynewt.incubator.apache.org Delivered-To: mailing list commits@mynewt.incubator.apache.org Received: (qmail 79124 invoked by uid 99); 5 Oct 2016 00:08:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 00:08:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C88BD1A5375 for ; Wed, 5 Oct 2016 00:08:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UrQb49aaR8RC for ; Wed, 5 Oct 2016 00:08:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 0ECC95FB18 for ; Wed, 5 Oct 2016 00:08:32 +0000 (UTC) Received: (qmail 79094 invoked by uid 99); 5 Oct 2016 00:08:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 00:08:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2F998DFC55; Wed, 5 Oct 2016 00:08:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wes3@apache.org To: commits@mynewt.incubator.apache.org Date: Wed, 05 Oct 2016 00:08:32 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] incubator-mynewt-core git commit: No jira ticket: added pin definition for led 2 on nrf51dk. archived-at: Wed, 05 Oct 2016 00:08:37 -0000 Repository: incubator-mynewt-core Updated Branches: refs/heads/develop 2b3154cc0 -> 749430af2 No jira ticket: added pin definition for led 2 on nrf51dk. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/749430af Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/749430af Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/749430af Branch: refs/heads/develop Commit: 749430af2bca37abb754386c4d614bfffa4818b7 Parents: 48ac44f Author: William San Filippo Authored: Tue Oct 4 17:00:17 2016 -0700 Committer: William San Filippo Committed: Tue Oct 4 17:08:24 2016 -0700 ---------------------------------------------------------------------- hw/bsp/nrf51dk/include/bsp/bsp.h | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/749430af/hw/bsp/nrf51dk/include/bsp/bsp.h ---------------------------------------------------------------------- diff --git a/hw/bsp/nrf51dk/include/bsp/bsp.h b/hw/bsp/nrf51dk/include/bsp/bsp.h index 205dad9..185ee65 100644 --- a/hw/bsp/nrf51dk/include/bsp/bsp.h +++ b/hw/bsp/nrf51dk/include/bsp/bsp.h @@ -38,6 +38,7 @@ extern uint8_t _ram_start; /* LED pins */ #define LED_BLINK_PIN (21) +#define LED_2 (22) /* SPI SS */ #define SPI_SS_PIN (24)