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
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
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