Implicit declaration warning in RX65N due to ARCH_NOINTC configuration in arch/Kconfig

2020-09-29 Thread Anjana
Hello Team, In arch/Kconfig, for Renesas architecture, the configuration ARCH_NOINTC is selected as mentioned below : config ARCH_RENESAS bool "Renesas" select ARCH_NOINTC select ARCH_HAVE_INTERRUPTSTACK ---help--- Renesas architectures (SH and M16C). Renesas RX65N supports Interrupt controller

Logic issue in Timers' Exemple

2020-09-29 Thread Sara da Cunha Monteiro de Souza
Hi all, I realized a logic issue in the Timers' Example. The ioctl notification is called before the ioctl start in order to set the timer callback. The set callback function, in the lower half layer, sets the callback and enables the interruption, but to do so, it dependes on 2 conditions: 1. It

Reminder about NuttX 10.0.0 Release schedule

2020-09-29 Thread Brennan Ashton
On Tue, Sep 22, 2020, 10:13 PM Brennan Ashton wrote: > > Here is what I would propose for a release schedule: > > 09/28/20 -- Master Stability Window (keep the merging of risky PRs > to a minimum this week) > 10/03/20 -- Create the 10.0 release branch > 10/04/20 - 10/12/20 -- Stabilize / te