git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4735 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
4542e4c750
commit
56cc87ba13
|
@ -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.*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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();
|
||||||
|
|
|
@ -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.*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue