raiden00pl opened a new pull request, #9698:
URL: https://github.com/apache/nuttx/pull/9698

   ## Summary
   
   - arch/armv8-m/nvic.h: add definition for NVIC non-secure registers offset
   This will make it easier to use the NVIC non-secure registers using the 
current NVIC secure registers definitions.
   
   ## Impact
   For example, setting a vector table for non-secure environment would look 
like this:
   `putreg32(VECTOR_TABLE_NS, (NVIC_VECTAB + ARMV8M_NS_OFFSET));`
   ## Testing
   nrf9160
   


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