trns1997 commented on issue #10479:
URL: https://github.com/apache/nuttx/issues/10479#issuecomment-1711894033

   @acassis alright soo after a little bit of digging i think i found when the 
problem started. Basically I found that in the following tag `nuttx-11.0.0`, 
there exists a file that was removed from `nuttx-12.0.0` onwards that was 
responsible for calling `LED_PANIC` at a frequency of 2Hz.
   
   This is seen in 
   Tag: `nuttx-11.0.0` 
   File: `arch/arm/src/common/arm_assert.c` **line: 486-493**
   
   But in the later releases this file was removed causing us to lose the PANIC 
functionality that existed before. I tested on the `stm32f411e-disco` by cherry 
picking my commit (153137a2584ce0dcadb6c62ffc2fec64fdb05443) for the autoled 
implementation and it worked with tag `nuttx-11.0.0`. 
   
   Now to why that file was removed I have no clue. I am trying to figure out 
why it was removed. But hopefully you could help us out :).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to