Added Restart(by RESET) function from Standby mode only for some Nucleo boards (STM32 series)

Dependencies:   LPC1114_WakeInterruptIn

Dependents:   Check_StandBy

Fork of WakeUp by Erik -

Example program using "Standby function" for Nucleo series is here.
/users/kenjiArai/code/Check_StandBy/

Revision:
13:fd24cec76d5a
Parent:
12:779d866b8a2d
Child:
14:6bf547e1e62d
--- a/Device/WakeUp_LPC11XX.cpp	Wed Jul 30 15:07:08 2014 +0000
+++ b/Device/WakeUp_LPC11XX.cpp	Wed Jul 30 20:02:47 2014 +0000
@@ -7,6 +7,7 @@
 #include "WakeUp.h"
 #include "WakeInterruptIn.h"
 #include "pinmap.h"
+#include "toolchain.h"
 
 //Pin used, allowed pins = P0_1 (dp24, default), P0_8 (dp1) and P0_9 (dp2)
 //By defining WakeUpPin in for example your main.cpp this can be overridden