-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add overlays for nRF52840 DK and nRF52840 Dongle
- Loading branch information
Showing
10 changed files
with
26 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// | ||
// gp-nrf-ble-blinky | ||
// Copyright (c) 2023, Greg PFISTER. MIT Licennse | ||
// | ||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE | ||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
// SOFTWARE. | ||
// | ||
|
||
/ { | ||
// Define led aliases | ||
aliases { | ||
ledblinky = &led0_green; // Blinky led | ||
ledbtstatus = &led1_blue; // BT Led (off: disconnected / Blue: connected) | ||
}; | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
70 changes: 0 additions & 70 deletions
70
boards/arm/ns_nrf52840_usb_dongle/ns_nrf52840_usb_dongle.dts
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
boards/arm/ns_nrf52840_usb_dongle/ns_nrf52840_usb_dongle.yaml
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
boards/arm/ns_nrf52840_usb_dongle/ns_nrf52840_usb_dongle_defconfig
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters