From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2059) id 60589396E845; Mon, 14 Jun 2021 20:25:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60589396E845 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 59818926fd9b6376537816fb071b294b73e73c32 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 97390ada23198cb3849b75a17735d582919cfc46 X-Git-Newrev: 59818926fd9b6376537816fb071b294b73e73c32 Message-Id: <20210614202540.60589396E845@sourceware.org> Date: Mon, 14 Jun 2021 20:25:40 +0000 (GMT) From: Dimitar Dimitrov X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 20:25:40 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 59818926fd9b6376537816fb071b294b73e73c32 (commit) from 97390ada23198cb3849b75a17735d582919cfc46 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 59818926fd9b6376537816fb071b294b73e73c32 Author: Dimitar Dimitrov Date: Tue Jun 1 22:45:22 2021 +0300 readings: Add PRU documents With TI official wiki gone, let's put stable links to their proprietary toolchain documents, which happen to describe ABI and instruction set. diff --git a/htdocs/readings.html b/htdocs/readings.html index 33ed5822..e75bfc49 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -256,6 +256,8 @@ names.
  • pru
    Manufacturer: Texas Instruments +
    PRU Assembly Instruction User Guide. +
    TI ABI Specification (see chapter 6).
    Community PRU Documentation
  • ----------------------------------------------------------------------- Summary of changes: htdocs/readings.html | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- gcc-wwwdocs