From 09f236aea49498fc70475f583b4b2e1feca1c039 Mon Sep 17 00:00:00 2001 From: Gregory Nutt <gnutt@nuttx.org> Date: Mon, 14 Dec 2015 13:20:47 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ Documentation | 2 +- arch | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2595cd0f84..d9846672f2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11240,3 +11240,6 @@ * sched/module: Add an implementation of rmmod() (2015-12-12). * sched/module and fs/procfs: Add some basic module procfs support (2015-12-12), + * arch/arm/src/armv7-r: Add basic architecture support for the ARMv7-R + processor family (2015-12-13). + diff --git a/Documentation b/Documentation index c344ebc453..37c9f22b0c 160000 --- a/Documentation +++ b/Documentation @@ -1 +1 @@ -Subproject commit c344ebc4538d51ff0acc22122e42dbd8614f261c +Subproject commit 37c9f22b0cc785c3120efd6041a9b7233dde51bc diff --git a/arch b/arch index 982356fab5..ca35a76083 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 982356fab5364d3f70f54483394cec9cfe9b9199 +Subproject commit ca35a760835dc6eac4cf67a1976c6f4673d11a32 -- GitLab