summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-09 17:03:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-09 17:03:16 +0000
commit88f3c3ba8d3161537032f2390936047c0535dce9 (patch)
treed13d6f30d8434fcb973fe397ebe500632dd7e314 /nuttx/arch/mips/src/pic32mx
parent1a79f640a822bd01d8ef8149c5f0d3e793d65b88 (diff)
downloadpx4-nuttx-88f3c3ba8d3161537032f2390936047c0535dce9.tar.gz
px4-nuttx-88f3c3ba8d3161537032f2390936047c0535dce9.tar.bz2
px4-nuttx-88f3c3ba8d3161537032f2390936047c0535dce9.zip
Add PHY setup for STM3240G-EVAL Ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4151 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-head.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
index 860004980..611738395 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-head.S
@@ -161,7 +161,9 @@ __reset:
* Name: _gen_exception
*
* Description:
- * General Exception Vector Handler. Jumps to _exception_handler
+ * General Exception Vector Handler. Jumps to _exception_handler. NOTE:
+ * we set the BEV bit in the status register so all interrupt vectors
+ * should go through the _bev_exception.
*
* Input Parameters:
* None