Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Remove infocenter mentions #15548

Merged
merged 1 commit into from
Jun 5, 2024
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
2 changes: 1 addition & 1 deletion applications/nrf5340_audio/doc/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nRF5340 Audio development kit
*****************************

The nRF5340 Audio development kit is a hardware development platform that demonstrates the nRF5340 Audio applications.
Read the `nRF5340 Audio DK Hardware`_ documentation on Nordic Semiconductor Infocenter for more information about this development kit.
Read the `nRF5340 Audio DK Hardware`_ documentation for more information about this development kit.

You can :ref:`test the DK out of the box <nrf53_audio_app_dk_testing_out_of_the_box>` before you program it.

Expand Down
4 changes: 3 additions & 1 deletion doc/nrf/libraries/others/emds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ If the remaining empty flash area is smaller than the required data size, the fl

The storage is done in deterministic time, so it is possible to know how long it takes to store all registered entries.
However, this is chip-dependent, so it is important to measure the time.
The `Nordic Semiconductor Infocenter`_ contains chip information and datasheet, and timing values can be found under the "Electrical specification" for the Non-volatile memory controller.
Find timing values under the "Electrical specification" section for the non-volatile memory controller in the Product Specification for the relevant SoC or the SiP you are using.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Find timing values under the "Electrical specification" section for the non-volatile memory controller in the Product Specification for the relevant SoC or the SiP you are using.
Find timing values under the "Electrical specification" section for the non-volatile memory controller in the Product Specification for the relevant SoC or the SiP you are using.
For example, for the nRF9160 SiP, see the `Electrical specification of nRF9160`_ page.

For example, for the nRF9160 SiP, see the `Electrical specification of nRF9160`_ page.

The following Kconfig options can be configured:

* :kconfig:option:`CONFIG_EMDS_FLASH_TIME_WRITE_ONE_WORD_US`
Expand Down
6 changes: 2 additions & 4 deletions doc/nrf/protocols/bt/bt_qualification/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,9 @@ Switching to another SDK version

If you want to switch to another |NCS| version for an existing product, complete the following steps:

1. Go to the `Nordic Semiconductor Infocenter`_ and search for the SoC or SiP model you use.
1. Go to the Compatibility Matrix relevant for the SoC or SiP model you use.

#. Navigate to the relevant Compatibility Matrix directory.

#. Open the Bluetooth QDIDs article and, based on the table, confirm the following:
#. Open the Bluetooth QDIDs section and, based on the table, confirm the following:

* The version you want to use must be compatible with versions of other Subsystems you want to keep for your product.
* Relevant Host and SoftDevice Controller Subsystems implemented in the |NCS| version you want to use must be pre-qualified.
Expand Down
3 changes: 1 addition & 2 deletions doc/nrf/protocols/thread/certification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Thread certification options

The :ref:`nrfxlib:ot_libs`, which are available in the :ref:`nrfxlib:nrfxlib` repository, are certified by Thread Group for various Nordic Semiconductor devices.

You can find the certification information for the chip that you are using in the `Nordic Semiconductor Infocenter`_.
Navigate to the compatibility matrix for your chip and select *Thread CIDs*.
You can find the certification information for the SoC or the SiP you are using in the relevant Compatibility Matrix's "Thread CIDs" section.

Depending on your development approach, you have several certification options when using Nordic Semiconductor devices.

Expand Down
2 changes: 1 addition & 1 deletion doc/nrf/test_and_optimize/optimizing/power_general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Peripherals other than the serial ports can also cause elevated currents.
The power management of the Nordic SoCs automatically switches in and out the resources that are needed by the active peripherals.
Peripherals that need a high frequency clock like UART, PWM, PDM or high frequency timers will show similar currents if enabled.

You can check the current consumption in peripherals for the SoC you are using in the "Power and clock management" section of the Product Specification for your SoC on `Nordic Semiconductor Infocenter`_.
You can check the current consumption in peripherals for the SoC or the SiP you are using in the relevant Product Specification's "Power and clock management" section.
For example, for the nRF9160 SiP, see the `Electrical specification of nRF9160`_ page.
Comment on lines +88 to 89
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this approach be used for other occurrences? For example, for the Compatibility Matrices?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if I understood what you meant completely :) Can you please check the change I made in the certification.rst file, if I got it right?


.. note::
Expand Down
Loading