NuMaker GPIO Interrupt with Debounce Setting

Revision:
10:286c71f85d6f
Parent:
8:a479ab0a14ef
Child:
14:e242598d7698
--- a/mbed_app.json	Fri Sep 29 17:46:04 2017 +0800
+++ b/mbed_app.json	Tue Oct 17 13:48:56 2017 +0800
@@ -14,6 +14,12 @@
             "target.gpio-irq-debounce-enable-list": "SW2, SW3",
             "target.gpio-irq-debounce-clock-source": "GPIO_DBCTL_DBCLKSRC_LIRC",
             "target.gpio-irq-debounce-sample-rate": "GPIO_DBCTL_DBCLKSEL_16"
+        },
+        "NUMAKER_PFM_NANO130": {
+            "target.macros_add": ["OS_IDLE_THREAD_STACK_SIZE=512"],
+            "target.gpio-irq-debounce-enable-list": "SW2, SW3",
+            "target.gpio-irq-debounce-clock-source": "GPIO_DBCLKSRC_IRC10K",
+            "target.gpio-irq-debounce-sample-rate": "GPIO_DBCLKSEL_16"
         }
     }
 }