Skip to content

nRF54l15 support#263

Merged
TMRh20 merged 8 commits into
masterfrom
nrf54l15Support
Apr 4, 2026
Merged

nRF54l15 support#263
TMRh20 merged 8 commits into
masterfrom
nrf54l15Support

Conversation

@TMRh20
Copy link
Copy Markdown
Member

@TMRh20 TMRh20 commented Apr 3, 2026

Adds nRF54l15 support

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-linter Review

Used clang-format v14.0.6

Click here for the full clang-format patch
diff --git a/RF24Network.cpp b/RF24Network.cpp
index c53419b..c8919a6 100644
--- a/RF24Network.cpp
+++ b/RF24Network.cpp
@@ -1226,7 +1226,7 @@ void ESBNetwork<radio_t>::pipe_address(uint16_t node, uint8_t pipe, uint8_t* add
-    static uint8_t address_translation[] = {0xc3,
-                                            0x3c,
-                                            0x33,
-                                            0xce,
-                                            0x3e,
-                                            0xe3,
-                                            0xec
+    static uint8_t address_translation[] = { 0xc3,
+                                             0x3c,
+                                             0x33,
+                                             0xce,
+                                             0x3e,
+                                             0xe3,
+                                             0xec
@@ -1234,2 +1234,2 @@ void ESBNetwork<radio_t>::pipe_address(uint16_t node, uint8_t pipe, uint8_t* add
-                                            ,
-                                            0xee
+                                             ,
+                                             0xee
@@ -1237,2 +1237,2 @@ void ESBNetwork<radio_t>::pipe_address(uint16_t node, uint8_t pipe, uint8_t* add
-                                            ,
-                                            0xed
+                                             ,
+                                             0xed
@@ -1310,2 +1310,2 @@ bool ESBNetwork<radio_t>::sleepNode(unsigned int cycles, int interruptPin, uint8
-    } // The WDT_vect interrupt wakes the MCU from here
-    sleep_disable(); // System continues execution here when watchdog timed out
+    }                 // The WDT_vect interrupt wakes the MCU from here
+    sleep_disable();  // System continues execution here when watchdog timed out
diff --git a/RF24Network.h b/RF24Network.h
index b40ba85..23b71c0 100644
--- a/RF24Network.h
+++ b/RF24Network.h
@@ -968 +968 @@ private:
-    uint8_t frame_queue[1]; /** Space for a small set of frames that need to be delivered to the app layer */
+    uint8_t frame_queue[1];  /** Space for a small set of frames that need to be delivered to the app layer */
@@ -973 +973 @@ private:
-    uint8_t* next_frame; /** Pointer into the @p frame_queue where we should place the next received frame */
+    uint8_t* next_frame;                                 /** Pointer into the @p frame_queue where we should place the next received frame */

Have any feedback or feature suggestions? Share it here.

Comment thread RF24Network.cpp Outdated
Comment thread RF24Network.cpp Outdated
Comment thread RF24Network.cpp Outdated
Comment thread RF24Network.cpp Outdated
Comment thread RF24Network.h Outdated
Comment thread RF24Network.h Outdated
TMRh20 and others added 6 commits April 3, 2026 11:07
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions Bot dismissed their stale review April 3, 2026 17:08

outdated suggestion

@TMRh20 TMRh20 requested a review from 2bndy5 April 3, 2026 17:18
@TMRh20 TMRh20 merged commit 3fa7469 into master Apr 4, 2026
25 checks passed
@TMRh20 TMRh20 deleted the nrf54l15Support branch April 4, 2026 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants