Modified WakeUp program to run on STM32L152RE
Dependencies: mbed LPC1114_WakeInterruptIn
Fork of WakeUp by
History
Modified for use on STM32L152RE
2017-11-24, by mx300 [Fri, 24 Nov 2017 00:04:03 +0000] rev 25
Modified for use on STM32L152RE
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
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.
Set KLXX code for all Freescale targets (for now).
2014-09-14, by Sissors [Sun, 14 Sep 2014 06:45:51 +0000] rev 16
Set KLXX code for all Freescale targets (for now).