git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4735 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-10-04 08:23:45 +00:00
parent 4542e4c750
commit 56cc87ba13
7 changed files with 9 additions and 6 deletions

View File

@ -118,7 +118,7 @@ void _port_irq_epilogue(regarm_t lr) {
} }
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
} }
} }

View File

@ -184,7 +184,7 @@ void _port_irq_epilogue(void) {
#endif #endif
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
return; return;
} }
port_unlock_from_isr(); port_unlock_from_isr();

View File

@ -23,6 +23,9 @@ ifeq ($(USE_VLE),yes)
DDEFS += -DPPC_USE_VLE=1 DDEFS += -DPPC_USE_VLE=1
DADEFS += -DPPC_USE_VLE=1 DADEFS += -DPPC_USE_VLE=1
MCU += -mvle MCU += -mvle
else
DDEFS += -DPPC_USE_VLE=0
DADEFS += -DPPC_USE_VLE=0
endif endif
# Source files groups and paths # Source files groups and paths

View File

@ -118,7 +118,7 @@ void _port_irq_epilogue(regarm_t lr) {
} }
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
} }
} }

View File

@ -189,7 +189,7 @@ void _port_irq_epilogue(void) {
#endif #endif
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
return; return;
} }
port_unlock_from_isr(); port_unlock_from_isr();

View File

@ -121,7 +121,7 @@ void _port_irq_epilogue(regarm_t lr) {
} }
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
} }
} }

View File

@ -196,7 +196,7 @@ void _port_irq_epilogue(void) {
#endif #endif
/* Note, returning without unlocking is intentional, this is done in /* Note, returning without unlocking is intentional, this is done in
order to keep the rest of the context switching atomic.*/ order to keep the rest of the context switch atomic.*/
return; return;
} }
port_unlock_from_isr(); port_unlock_from_isr();