NuMaker GPIO Interrupt with Debounce Setting

Revision:
15:d825021a7e5b
Parent:
14:e242598d7698
Child:
17:707b60147ca6
--- a/mbed_app.json	Mon Oct 15 15:11:09 2018 +0800
+++ b/mbed_app.json	Mon Oct 15 15:38:34 2018 +0800
@@ -15,10 +15,20 @@
             "target.gpio-irq-debounce-clock-source": "GPIO_DBCTL_DBCLKSRC_LIRC",
             "target.gpio-irq-debounce-sample-rate": "GPIO_DBCTL_DBCLKSEL_16"
         },
+        "NUMAKER_IOT_M487": {
+            "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.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"
+        },
+        "NUMAKER_PFM_M2351": {
+            "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"
         }
     }
 }