You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "michallenc (via GitHub)" <gi...@apache.org> on 2023/08/31 09:48:20 UTC

[GitHub] [nuttx] michallenc opened a new pull request, #10455: samv: include mpu.h in sam_boot_image.c to avoid compilation warnings

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

   ## Summary
   Header file mpu.h was not included although mpu_control() function was used.
   
   ## Impact
   Fix compilation warnings.
   
   ## Testing
   CI pass.
   
   


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #10455: samv7: include mpu.h in sam_boot_image.c to avoid compilation warnings

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko commented on code in PR #10455:
URL: https://github.com/apache/nuttx/pull/10455#discussion_r1311422081


##########
boards/arm/samv7/common/src/sam_boot_image.c:
##########
@@ -36,6 +36,10 @@
 #include "arm_internal.h"
 #include "barriers.h"
 
+#ifdef CONFIG_ARM_MPU
+# include "mpu.h"

Review Comment:
   ```suggestion
   #  include "mpu.h"
   ```
   



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] pkarashchenko merged pull request #10455: samv7: include mpu.h in sam_boot_image.c to avoid compilation warnings

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #10455:
URL: https://github.com/apache/nuttx/pull/10455


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org