CONFIG_PELION_PAL_USE_APPLICATION_REBOOT

Use reboot function provided by application

Type: bool

Help

Override default reboot function with one provided by application.
Useful for shutting down the device gracefully, powering down external
components and saving state.

Signature for C function:
  void pal_plat_osApplicationReboot(void)

Direct dependencies

PELION_SOURCES && PELION_CLIENT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.pal:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:26/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:32

Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Platform Abstraction Layer options

config PELION_PAL_USE_APPLICATION_REBOOT
    bool "Use reboot function provided by application"
    depends on PELION_SOURCES && PELION_CLIENT
    help
      Override default reboot function with one provided by application.
      Useful for shutting down the device gracefully, powering down external
      components and saving state.

      Signature for C function:
        void pal_plat_osApplicationReboot(void)

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)