nimble/phy: Add initial support for nRF54L15 PHY#1949
Conversation
|
seems like lost of the code was copied from the nrf5x driver so this should be part of that driver, i.e. the same way as we have nrf52 and nrf53 |
2b58720 to
37a83fc
Compare
sjanc
left a comment
There was a problem hiding this comment.
package should be name nrf54l since L15,L10 and L5 share same radio
| * under the License. | ||
| */ | ||
|
|
||
| #include "../nrf52/phy_hw.h" |
There was a problem hiding this comment.
I don't like this approach, although I don't have better idea for the moment (other than common phy_hw with #ifdefs...) :)
|
I force-pushed the version without the static inline functions because I had @m-gorecki patch applied to it. Should I keep this version or switch to static inline? I remember there was a discussion about the readability of this version, but I don't remember what was the conclusion. I use this version for Channel Sounding testing. |
The RTC for nRF54L15 has been removed since nrfx 3.10.0, but at least older board revisions (like 1.0.0) can still handle RTC at the old address.
|
UPF tested |
No description provided.