Skip to content

Commit

Permalink
Drop support for mbed framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 30, 2022
1 parent 97aac71 commit 7f347df
Show file tree
Hide file tree
Showing 49 changed files with 16 additions and 1,130 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- "examples/arduino-blink"
- "examples/arduino-ble-led"
- "examples/arduino-internal-libs"
- "examples/mbed-ble-thermometer"
- "examples/mbed-blink"
- "examples/mbed-serial"
- "examples/zephyr-ble-eddystone"
- "examples/zephyr-blink"
- "examples/zephyr-drivers-entropy"
Expand Down
4 changes: 1 addition & 3 deletions boards/bbcmicrobit.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "BBC micro:bit",
Expand All @@ -35,10 +34,9 @@
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"mbed",
"jlink"
]
},
"url": "https://developer.mbed.org/platforms/Microbit/",
"url": "https://microbit.org/",
"vendor": "BBC"
}
1 change: 0 additions & 1 deletion boards/calliope_mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"protocol": "cmsis-dap",
"protocols": [
"cmsis-dap",
"mbed",
"jlink"
]
},
Expand Down
31 changes: 0 additions & 31 deletions boards/delta_dfcm_nnn50.json

This file was deleted.

32 changes: 0 additions & 32 deletions boards/dfcm_nnn40.json

This file was deleted.

31 changes: 0 additions & 31 deletions boards/hrm1017.json

This file was deleted.

36 changes: 0 additions & 36 deletions boards/nrf51822_y5_mbug.json

This file was deleted.

4 changes: 1 addition & 3 deletions boards/nrf51_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "Nordic nRF51X22 Development Kit(PCA1000X)",
Expand All @@ -42,8 +41,7 @@
"blackmagic",
"jlink",
"nrfjprog",
"stlink",
"mbed"
"stlink"
]
},
"url": "https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF51-DK",
Expand Down
6 changes: 2 additions & 4 deletions boards/nrf51_dongle.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "Nordic nRF51 Dongle (PCA10031)",
Expand All @@ -40,10 +39,9 @@
"protocols": [
"cmsis-dap",
"jlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/Nordic-nRF51-Dongle/",
"url": "https://www.nordicsemi.com/Products/Development-hardware/nRF51-Dongle",
"vendor": "Nordic"
}
31 changes: 0 additions & 31 deletions boards/nrf51_mkit.json

This file was deleted.

8 changes: 3 additions & 5 deletions boards/redBearLab.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"svd_path": "nrf51.svd"
},
"frameworks": [
"arduino",
"mbed"
"arduino"
],
"name": "RedBearLab nRF51822",
"upload": {
Expand All @@ -34,10 +33,9 @@
"blackmagic",
"jlink",
"stlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/RedBearLab-nRF51822/",
"url": "https://www.seeedstudio.com/RedBearLab-nRF51822-p-2126.html",
"vendor": "RedBearLab"
}
6 changes: 2 additions & 4 deletions boards/redBearLabBLENano.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"frameworks": [
"arduino",
"mbed",
"zephyr"
],
"name": "RedBearLab BLE Nano 1.5",
Expand All @@ -38,10 +37,9 @@
"blackmagic",
"jlink",
"stlink",
"nrfjprog",
"mbed"
"nrfjprog"
]
},
"url": "https://developer.mbed.org/platforms/RedBearLab-BLE-Nano/",
"url": "https://www.sparkfun.com/products/retired/13730",
"vendor": "RedBearLab"
}
36 changes: 0 additions & 36 deletions boards/seeedArchBLE.json

This file was deleted.

36 changes: 0 additions & 36 deletions boards/seeedArchLink.json

This file was deleted.

8 changes: 3 additions & 5 deletions boards/seeedTinyBLE.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"svd_path": "nrf51.svd"
},
"frameworks": [
"arduino",
"mbed"
"arduino"
],
"name": "Seeed Tiny BLE",
"upload": {
Expand All @@ -34,10 +33,9 @@
"blackmagic",
"jlink",
"nrfjprog",
"stlink",
"mbed"
"stlink"
]
},
"url": "http://developer.mbed.org/platforms/Seeed-Tiny-BLE/",
"url": "https://www.seeedstudio.com/Seeed-Tiny-BLE-BLE-6DOF-Mbed-Platform-p-2268.html",
"vendor": "SeeedStudio"
}
Loading

0 comments on commit 7f347df

Please sign in to comment.