ok
Dependencies: LPC1114_WakeInterruptIn
Fork of WakeUp by
History
ok
2017-01-24, by wataloh [Tue, 24 Jan 2017 08:59:30 +0000] rev 23
ok
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).
Improved STM support (now properly support L152 (hopefully) by fixing which RTC IRQ vector it should use).
2014-08-29, by Sissors [Fri, 29 Aug 2014 05:59:30 +0000] rev 15
Improved STM support (now properly support L152 (hopefully) by fixing which RTC IRQ vector it should use).
Calibrate on LPC1114 now restores pin function settings afterwards (previously this broke wakeups were dp24 was used).
2014-07-30, by Sissors [Wed, 30 Jul 2014 20:39:57 +0000] rev 14
Calibrate on LPC1114 now restores pin function settings afterwards (previously this broke wakeups were dp24 was used).
;
; Moved WakeInterruptIn to Device folder.