Skip to content

Commit

Permalink
nrfx/hal: Added minor clarification to README
Browse files Browse the repository at this point in the history
Just a clarification to the README about this hal intending
to be as much of a carbon copy of the original as possible

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar committed May 1, 2020
1 parent fec6970 commit d728f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nrfx/hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ There is two main differences in this HAL compared to the real one:
function `nrf_rng_regw_sideeffects_TASK_START()` needs to be called.
This replacement HAL functions take care of that.

Note that this HAL version should be, wherever possible, a copy of the
official nRFx HAL, with only minor differences due to what is described above.
And normally most differences between the official version and this one will be
simply due to this not having been updated yet.

Note that, so far, this replacement HAL only provides a small subset of the
whole nRFx API: Mostly the functions and types used by the current Zephyr
BLE controller and necessary drivers, and only for the peripherals which are
Expand Down

0 comments on commit d728f95

Please sign in to comment.