You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/04 11:27:04 UTC

[incubator-nuttx] branch master updated: Updated README.txt

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e6ce1f  Updated README.txt
4e6ce1f is described below

commit 4e6ce1f00b0eba506628555e1fc517fccb6c2742
Author: RB <60...@users.noreply.github.com>
AuthorDate: Mon Jan 4 13:16:24 2021 +0530

    Updated README.txt
---
 boards/renesas/rx65n/rx65n-rsk2mb/README.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/boards/renesas/rx65n/rx65n-rsk2mb/README.txt b/boards/renesas/rx65n/rx65n-rsk2mb/README.txt
index 74ff236..67875bd 100644
--- a/boards/renesas/rx65n/rx65n-rsk2mb/README.txt
+++ b/boards/renesas/rx65n/rx65n-rsk2mb/README.txt
@@ -390,8 +390,3 @@ endif
    Select Motorola SREC format.
 4. Download Renesas flash programmer tool from https://www.renesas.com/in/en/products/software-tools/tools/programmer/renesas-flash-programmer-programming-gui.html#downloads
 5. Refer to the user manual document, for steps to flash NuttX binary using RFP tool.
-Changes Made in NuttX 8.2 Code
-================================
-1. In wd_start.c file, in function wd_expiration(), typecasting is done when the signal handler nxsig_timeout() is invoked.
-2. In rtc.c, (drivers/timers/rtc.c) file, in function rtc_periodic_callback(), alarminfo->active = false is commented.
-The reason being, periodic interrupt should not be disabled. Uncommenting the above mentioned line (alarminfo->active = false), will make the periodic interrupt come only once.