Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following list includes the summary of the most relevant changes introduced
* Charger, BUCKs, LDOs, Load Switches, and GPIOs.
* :ref:`Sample showing fuel gauge functionality <npm1300_fuel_gauge>`.
The sample calculates battery state of charge, time to empty, time to full and provides updates of these over the terminal once every second.
* :zephyr:code-sample:`npm1300_ek` that supports PMIC features: regulators (BUCKs, LDO) and GPIOs.
* The nPM1300 EK sample that supports PMIC features: regulators (BUCKs, LDO) and GPIOs.

* Bluetooth Low Energy:

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: 8485ba9508d31411aab1159761612429d250d1ac
revision: 9d195bd67b4d3d78cac08b36d84b6e27e438fc70
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading