mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Apr 03 11:30:06 2014 +0100
Parent:
147:39a1839cac63
Child:
149:1fb5f62b92bd
Commit message:
Synchronized with git revision 2e4bbfb84fbc6e875f822c45374ea0b4c6b3b00c

Full URL: https://github.com/mbedmicro/mbed/commit/2e4bbfb84fbc6e875f822c45374ea0b4c6b3b00c/

Changed in this revision

targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Thu Apr 03 00:00:07 2014 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KSDK_MCUS/TARGET_K64F/gpio_irq_api.c	Thu Apr 03 11:30:06 2014 +0100
@@ -205,10 +205,3 @@
     }
 }
 
-// Change the NMI pin to an input. This allows NMI pin to
-//  be used as a low power mode wakeup.  The application will
-//  need to change the pin back to NMI_b or wakeup only occurs once!
-void NMI_Handler(void) {
-    gpio_t gpio;
-    gpio_init_in(&gpio, PTA4);
-}