acassis commented on code in PR #6815:
URL: https://github.com/apache/incubator-nuttx/pull/6815#discussion_r942835457
##########
arch/mips/src/pic32mx/Kconfig:
##########
@@ -1019,6 +1019,14 @@ config PIC32MX_GPIOIRQ
---help---
Build in support for interrupts based on GPIO inputs from
IOPorts
+config PIC32MX_JTAG_ENABLE
+ bool "Enable JTAG"
+ default y
Review Comment:
@rm5248 I suggest you to change it to "default n" to avoid the security
issues that David raised.
--
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]