On the ARMv7-M port of RTEMS the interrupt level is not a part of the
thread context. Thus, this test cannot work. The sp37 test is the only
test that calls operating system services with interrupts disabled in
thread context. In general this would be a major application bug. This
is a known is
On 10/28/2015 04:29 PM, Joel Sherrill wrote:
On October 28, 2015 2:52:34 PM EDT, Jay Doyle wrote:
All,
We are having problems passing the RTEMS sp37 test case using our
STM32F7x BSP. I did some digging around it looks like the problem
stems
>from the fact that test_interrupt_body calls rt
On October 28, 2015 2:52:34 PM EDT, Jay Doyle wrote:
>All,
>
>We are having problems passing the RTEMS sp37 test case using our
>STM32F7x BSP. I did some digging around it looks like the problem
>stems
>from the fact that test_interrupt_body calls rtems_interrupt_disable
>twice and the funct
All,
We are having problems passing the RTEMS sp37 test case using our
STM32F7x BSP. I did some digging around it looks like the problem stems
from the fact that test_interrupt_body calls rtems_interrupt_disable
twice and the function returns with most interrupts still disabled.
Later in th