Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimble/phy: Introduce common phy for nRF52 and nRF53 #1354

Merged
merged 9 commits into from
Sep 14, 2022
13 changes: 2 additions & 11 deletions nimble/drivers/nrf52/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,5 @@
#

pkg.name: nimble/drivers/nrf52
pkg.description: BLE driver for nRF52 systems.
pkg.author: "Apache Mynewt <[email protected]>"
pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
- ble
- bluetooth

pkg.apis: ble_driver
pkg.deps:
- nimble
- nimble/controller
pkg.type: transient
pkg.link: "@apache-mynewt-nimble/nimble/drivers/nrf5x"
81 changes: 0 additions & 81 deletions nimble/drivers/nrf52/syscfg.yml

This file was deleted.

50 changes: 0 additions & 50 deletions nimble/drivers/nrf5340/include/ble/xcvr.h

This file was deleted.

13 changes: 2 additions & 11 deletions nimble/drivers/nrf5340/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,5 @@
#

pkg.name: nimble/drivers/nrf5340
pkg.description: BLE driver for nRF5340 systems.
pkg.author: "Apache Mynewt <[email protected]>"
pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
- ble
- bluetooth

pkg.apis: ble_driver
pkg.deps:
- nimble
- nimble/controller
pkg.type: transient
pkg.link: "@apache-mynewt-nimble/nimble/drivers/nrf5x"
Loading