Skip to content

Commit 928e6af

Browse files
committed
boards: delete outdated comments
Clean up code comments Signed-off-by: Krzysztof Taborowski <[email protected]>
1 parent 4220eae commit 928e6af

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

boards/shields/simple_arduino_adapter/Kconfig.shield

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ config SHIELD_SIMPLE_ARDUINO_ADAPTER
66
help
77
This shield maps nrf board pins to Arduino header format,
88
allowing standard Arduino shields to work on every nrf board.
9-
It can be realized with a cable connection between the board
10-
and the Arduino shield.

boards/shields/simple_arduino_adapter/boards/nrf54l15dk_common.overlay

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
/*
77
* Arduino header adapter shield for nrf54l15dk
88
* This shield maps nrf54l15dk pins to Arduino header format
9-
* allowing standard Arduino shields to work on nrf54l15dk
10-
*
11-
* IMPORTANT: This implementation avoids serial interface conflicts by using
12-
* separate hardware blocks for I2C, SPI, and UART functions.
9+
* allowing standard Arduino shields to work on nrf54l15dk.
10+
* It can be realized with a cable connection between the board
11+
* and the Arduino shield.
1312
*/
1413

1514
/ {
@@ -43,17 +42,6 @@
4342
};
4443
};
4544

46-
/*
47-
* Serial Interface Assignment Strategy (avoiding conflicts):
48-
*
49-
* Address Mapping:
50-
* - 0xc6000 (Serial Interface 20): UART20 (console) - RESERVED
51-
* - 0xc8000 (Serial Interface 22): I2C22 (Arduino I2C)
52-
* - 0x104000 (Serial Interface 30): SPI30 (Arduino SPI)
53-
*
54-
* This assignment ensures no conflicts between console and Arduino functions.
55-
*/
56-
5745
arduino_spi: &spi30 {
5846
status = "okay";
5947
pinctrl-0 = <&spi30_default_alt>;

0 commit comments

Comments
 (0)