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/

History

disable DEBUG mode default tip

2017-10-03, by kenjiArai [Tue, 03 Oct 2017 00:30:47 +0000] rev 26

disable DEBUG mode


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

2017-09-21, by kenjiArai [Thu, 21 Sep 2017 21:53:16 +0000] rev 25

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


Added attach documentation

2017-07-04, by Sissors [Tue, 04 Jul 2017 07:59:06 +0000] rev 24

Added attach documentation


Switched WakeUp to use the new callback system, to remove warnings during compilation.; ; Attached normal functions should still work the same. Attaching member functions is now:; WakeUp::attach(callback(&object, &Class::function));

2017-06-14, by Sissors [Wed, 14 Jun 2017 08:56:55 +0000] rev 23

Switched WakeUp to use the new callback system, to remove warnings during compilation.; ; Attached normal functions should still work the same. Attaching member functions is now:; WakeUp::attach(callback(&object, &Class::function));


Added tag test for changeset 30845899cca2

2015-11-11, by root@developer-sjc-cyan-compiler.local.mbed.org [Wed, 11 Nov 2015 20:20:27 +0000] rev 22

Added tag test for changeset 30845899cca2


Modified to support for LPC11UXX in new branch LPC11UXX test

2015-11-11, by labishrestha [Wed, 11 Nov 2015 17:56:03 +0000] rev 21

Modified to support for LPC11UXX in new branch


Added L476 support (changing some names/adding some defines).

2015-10-30, by Sissors [Fri, 30 Oct 2015 21:29:40 +0000] rev 20

Added L476 support (changing some names/adding some defines).
;
; It shouldn't break it for other STM targets, but if it does, send me a message.


Fixed for KSDK targets because Freescale couldn't agree if they called the oscillator "OSC" or "OSC0"

2015-07-01, by Sissors [Wed, 01 Jul 2015 19:33:12 +0000] rev 19

Fixed for KSDK targets because Freescale couldn't agree if they called the oscillator "OSC" or "OSC0"


Use for Freescale devices 32k system oscillator if available. In this mode no calibration is available: It is assumed you are using a 32kHz crystal with sufficient performance.

2015-07-01, by Sissors [Wed, 01 Jul 2015 19:28:55 +0000] rev 18

Use for Freescale devices 32k system oscillator if available. In this mode no calibration is available: It is assumed you are using a 32kHz crystal with sufficient performance.


Keep backup power domain always enabled for STM since the mbed library does not like it (anymore) when I disable it again.

2015-04-22, by Sissors [Wed, 22 Apr 2015 20:36:13 +0000] rev 17

Keep backup power domain always enabled for STM since the mbed library does not like it (anymore) when I disable it again.