mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Committer:
<>
Date:
Fri Oct 28 11:17:30 2016 +0100
Revision:
149:156823d33999
This updates the lib to the mbed lib v128

NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 149:156823d33999 1 {
<> 149:156823d33999 2 "name": "M451",
<> 149:156823d33999 3 "config": {
<> 149:156823d33999 4 "gpio-irq-debounce-enable": {
<> 149:156823d33999 5 "help": "Enable GPIO IRQ debounce",
<> 149:156823d33999 6 "value": 0
<> 149:156823d33999 7 },
<> 149:156823d33999 8 "gpio-irq-debounce-clock-source": {
<> 149:156823d33999 9 "help": "Select GPIO IRQ debounce clock source: GPIO_DBCTL_DBCLKSRC_HCLK or GPIO_DBCTL_DBCLKSRC_LIRC",
<> 149:156823d33999 10 "value": "GPIO_DBCTL_DBCLKSRC_LIRC"
<> 149:156823d33999 11 },
<> 149:156823d33999 12
<> 149:156823d33999 13 "gpio-irq-debounce-sample-rate": {
<> 149:156823d33999 14 "help": "Select GPIO IRQ debounce sample rate: GPIO_DBCTL_DBCLKSEL_1, GPIO_DBCTL_DBCLKSEL_2, GPIO_DBCTL_DBCLKSEL_4, ..., or GPIO_DBCTL_DBCLKSEL_32768",
<> 149:156823d33999 15 "value": "GPIO_DBCTL_DBCLKSEL_16"
<> 149:156823d33999 16 }
<> 149:156823d33999 17 }
<> 149:156823d33999 18 }