forked from zephyrproject-rtos/zephyr
-
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.
boards: arduino_nano_33_ble: remove redundant "gpio library"
The board had an internal "library" to configure pins in an Arduinoeish fasion. This is no longer used, so can be removed. Signed-off-by: Gerard Marull-Paretas <[email protected]>
- Loading branch information
1 parent
1b479d6
commit 58b60bb
Showing
4 changed files
with
0 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
# Copyright (c) 2020 Jefferson Lee. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
add_library(arduino_nano_33_ble_pins INTERFACE) | ||
target_include_directories(arduino_nano_33_ble_pins | ||
INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/inc/") | ||
|
||
|
||
zephyr_library() | ||
zephyr_library_sources(board.c) |
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 was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
boards/arm/arduino_nano_33_ble/inc/arduino_nano_33_ble_pins.h
This file was deleted.
Oops, something went wrong.