Add an NSH configuration for the LPC43xx
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4930 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
29bac0de35
commit
1868522ad6
@ -363,7 +363,7 @@ void up_irqinitialize(void)
|
||||
/* If a debugger is connected, try to prevent it from catching hardfaults */
|
||||
|
||||
#ifdef CONFIG_DEBUG
|
||||
regval = getreg32(NVIC_DEMCR);
|
||||
regval = getreg32(NVIC_DEMCR);
|
||||
regval &= ~NVIC_DEMCR_VCHARDERR;
|
||||
putreg32(regval, NVIC_DEMCR);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user