From 3061ecca3d0fdfb87dabbf5f63c9e06c2a30f53a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 23 Aug 2018 17:08:59 +0200 Subject: o Initial import. --- .../esb_low_power_prx/esb_low_power_prx.eww | 6 + .../hex/esb_low_power_prx_pca10040.hex | 389 ++ .../esb_low_power_prx/hex/license.txt | 3 + .../proprietary_rf/esb_low_power_prx/main.c | 236 ++ .../blank/arm4/esb_low_power_prx_pca10040.uvopt | 31 + .../blank/arm4/esb_low_power_prx_pca10040.uvproj | 470 +++ .../esb_low_power_prx_pca10040.uvoptx | 115 + .../esb_low_power_prx_pca10040.uvprojx | 494 +++ .../pca10040/blank/armgcc/Makefile | 153 + .../blank/armgcc/esb_low_power_prx_gcc_nrf52.ld | 51 + .../pca10040/blank/config/sdk_config.h | 2604 +++++++++++++ .../blank/iar/esb_low_power_prx_iar_nRF5x.icf | 36 + .../blank/iar/esb_low_power_prx_pca10040.ewd | 1350 +++++++ .../blank/iar/esb_low_power_prx_pca10040.ewp | 1030 +++++ .../blank/ses/esb_low_power_prx_pca10040.emProject | 75 + .../blank/ses/esb_low_power_prx_pca10040.emSession | 7 + .../pca10040/blank/ses/flash_placement.xml | 35 + .../esb_low_power_ptx/esb_low_power_ptx.eww | 6 + .../hex/esb_low_power_ptx_pca10040.hex | 370 ++ .../esb_low_power_ptx/hex/license.txt | 3 + .../proprietary_rf/esb_low_power_ptx/main.c | 277 ++ .../blank/arm4/esb_low_power_ptx_pca10040.uvopt | 31 + .../blank/arm4/esb_low_power_ptx_pca10040.uvproj | 470 +++ .../esb_low_power_ptx_pca10040.uvoptx | 115 + .../esb_low_power_ptx_pca10040.uvprojx | 494 +++ .../pca10040/blank/armgcc/Makefile | 153 + .../blank/armgcc/esb_low_power_ptx_gcc_nrf52.ld | 51 + .../pca10040/blank/config/sdk_config.h | 2604 +++++++++++++ .../blank/iar/esb_low_power_ptx_iar_nRF5x.icf | 36 + .../blank/iar/esb_low_power_ptx_pca10040.ewd | 1350 +++++++ .../blank/iar/esb_low_power_ptx_pca10040.ewp | 1030 +++++ .../blank/ses/esb_low_power_ptx_pca10040.emProject | 75 + .../blank/ses/esb_low_power_ptx_pca10040.emSession | 7 + .../pca10040/blank/ses/flash_placement.xml | 35 + .../examples/proprietary_rf/esb_prx/esb_prx.eww | 6 + .../esb_prx/hex/esb_prx_pca10040.hex | 312 ++ .../proprietary_rf/esb_prx/hex/license.txt | 3 + .../examples/proprietary_rf/esb_prx/main.c | 164 + .../pca10040/blank/arm4/esb_prx_pca10040.uvopt | 31 + .../pca10040/blank/arm4/esb_prx_pca10040.uvproj | 470 +++ .../blank/arm5_no_packs/esb_prx_pca10040.uvoptx | 115 + .../blank/arm5_no_packs/esb_prx_pca10040.uvprojx | 494 +++ .../esb_prx/pca10040/blank/armgcc/Makefile | 153 + .../pca10040/blank/armgcc/esb_prx_gcc_nrf52.ld | 51 + .../esb_prx/pca10040/blank/config/sdk_config.h | 2604 +++++++++++++ .../pca10040/blank/iar/esb_prx_iar_nRF5x.icf | 36 + .../pca10040/blank/iar/esb_prx_pca10040.ewd | 1350 +++++++ .../pca10040/blank/iar/esb_prx_pca10040.ewp | 1030 +++++ .../pca10040/blank/ses/esb_prx_pca10040.emProject | 75 + .../pca10040/blank/ses/esb_prx_pca10040.emSession | 7 + .../esb_prx/pca10040/blank/ses/flash_placement.xml | 35 + .../examples/proprietary_rf/esb_ptx/esb_ptx.eww | 6 + .../esb_ptx/hex/esb_ptx_pca10040.hex | 348 ++ .../proprietary_rf/esb_ptx/hex/license.txt | 3 + .../examples/proprietary_rf/esb_ptx/main.c | 177 + .../pca10040/blank/arm4/esb_ptx_pca10040.uvopt | 31 + .../pca10040/blank/arm4/esb_ptx_pca10040.uvproj | 470 +++ .../blank/arm5_no_packs/esb_ptx_pca10040.uvoptx | 115 + .../blank/arm5_no_packs/esb_ptx_pca10040.uvprojx | 494 +++ .../esb_ptx/pca10040/blank/armgcc/Makefile | 153 + .../pca10040/blank/armgcc/esb_ptx_gcc_nrf52.ld | 51 + .../esb_ptx/pca10040/blank/config/sdk_config.h | 2604 +++++++++++++ .../pca10040/blank/iar/esb_ptx_iar_nRF5x.icf | 36 + .../pca10040/blank/iar/esb_ptx_pca10040.ewd | 1350 +++++++ .../pca10040/blank/iar/esb_ptx_pca10040.ewp | 1030 +++++ .../pca10040/blank/ses/esb_ptx_pca10040.emProject | 75 + .../pca10040/blank/ses/esb_ptx_pca10040.emSession | 7 + .../esb_ptx/pca10040/blank/ses/flash_placement.xml | 35 + .../device/gzll_ack_payload_device.eww | 8 + .../hex/gzll_ack_payload_device_pca10040.hex | 1634 ++++++++ .../hex/gzll_ack_payload_device_pca10056.hex | 1634 ++++++++ .../gzll/gzll_ack_payload/device/hex/license.txt | 3 + .../gzll/gzll_ack_payload/device/main.c | 377 ++ .../arm4/gzll_ack_payload_device_pca10040.uvopt | 31 + .../arm4/gzll_ack_payload_device_pca10040.uvproj | 527 +++ .../gzll_ack_payload_device_pca10040.uvoptx | 115 + .../gzll_ack_payload_device_pca10040.uvprojx | 551 +++ .../device/pca10040/blank/armgcc/Makefile | 179 + .../armgcc/gzll_ack_payload_device_gcc_nrf52.ld | 51 + .../device/pca10040/blank/config/sdk_config.h | 3860 +++++++++++++++++++ .../iar/gzll_ack_payload_device_iar_nRF5x.icf | 36 + .../blank/iar/gzll_ack_payload_device_pca10040.ewd | 1350 +++++++ .../blank/iar/gzll_ack_payload_device_pca10040.ewp | 1065 ++++++ .../device/pca10040/blank/ses/flash_placement.xml | 35 + .../ses/gzll_ack_payload_device_pca10040.emProject | 97 + .../ses/gzll_ack_payload_device_pca10040.emSession | 7 + .../arm4/gzll_ack_payload_device_pca10056.uvopt | 31 + .../arm4/gzll_ack_payload_device_pca10056.uvproj | 527 +++ .../gzll_ack_payload_device_pca10056.uvoptx | 115 + .../gzll_ack_payload_device_pca10056.uvprojx | 551 +++ .../device/pca10056/blank/armgcc/Makefile | 175 + .../armgcc/gzll_ack_payload_device_gcc_nrf52.ld | 51 + .../device/pca10056/blank/config/sdk_config.h | 3968 ++++++++++++++++++++ .../iar/gzll_ack_payload_device_iar_nRF5x.icf | 36 + .../blank/iar/gzll_ack_payload_device_pca10056.ewd | 1350 +++++++ .../blank/iar/gzll_ack_payload_device_pca10056.ewp | 1061 ++++++ .../device/pca10056/blank/ses/flash_placement.xml | 35 + .../ses/gzll_ack_payload_device_pca10056.emProject | 97 + .../ses/gzll_ack_payload_device_pca10056.emSession | 7 + .../host/gzll_ack_payload_host.eww | 8 + .../host/hex/gzll_ack_payload_host_pca10040.hex | 1623 ++++++++ .../host/hex/gzll_ack_payload_host_pca10056.hex | 1624 ++++++++ .../gzll/gzll_ack_payload/host/hex/license.txt | 3 + .../gzll/gzll_ack_payload/host/main.c | 357 ++ .../arm4/gzll_ack_payload_host_pca10040.uvopt | 31 + .../arm4/gzll_ack_payload_host_pca10040.uvproj | 527 +++ .../gzll_ack_payload_host_pca10040.uvoptx | 115 + .../gzll_ack_payload_host_pca10040.uvprojx | 551 +++ .../host/pca10040/blank/armgcc/Makefile | 179 + .../armgcc/gzll_ack_payload_host_gcc_nrf52.ld | 51 + .../host/pca10040/blank/config/sdk_config.h | 3860 +++++++++++++++++++ .../blank/iar/gzll_ack_payload_host_iar_nRF5x.icf | 36 + .../blank/iar/gzll_ack_payload_host_pca10040.ewd | 1350 +++++++ .../blank/iar/gzll_ack_payload_host_pca10040.ewp | 1065 ++++++ .../host/pca10040/blank/ses/flash_placement.xml | 35 + .../ses/gzll_ack_payload_host_pca10040.emProject | 97 + .../ses/gzll_ack_payload_host_pca10040.emSession | 7 + .../arm4/gzll_ack_payload_host_pca10056.uvopt | 31 + .../arm4/gzll_ack_payload_host_pca10056.uvproj | 527 +++ .../gzll_ack_payload_host_pca10056.uvoptx | 115 + .../gzll_ack_payload_host_pca10056.uvprojx | 551 +++ .../host/pca10056/blank/armgcc/Makefile | 175 + .../armgcc/gzll_ack_payload_host_gcc_nrf52.ld | 51 + .../host/pca10056/blank/config/sdk_config.h | 3968 ++++++++++++++++++++ .../blank/iar/gzll_ack_payload_host_iar_nRF5x.icf | 36 + .../blank/iar/gzll_ack_payload_host_pca10056.ewd | 1350 +++++++ .../blank/iar/gzll_ack_payload_host_pca10056.ewp | 1061 ++++++ .../host/pca10056/blank/ses/flash_placement.xml | 35 + .../ses/gzll_ack_payload_host_pca10056.emProject | 97 + .../ses/gzll_ack_payload_host_pca10056.emSession | 7 + .../gzp_desktop_emulator/config/nrf_gzp_config.h | 173 + .../gzp_desktop_emulator/gzp_desktop_emulator.eww | 8 + .../hex/gzp_desktop_emulator_pca10040.hex | 1832 +++++++++ .../hex/gzp_desktop_emulator_pca10056.hex | 1822 +++++++++ .../gzll/gzp_desktop_emulator/hex/license.txt | 3 + .../gzll/gzp_desktop_emulator/keyboard_emulator.c | 79 + .../gzll/gzp_desktop_emulator/keyboard_emulator.h | 92 + .../main_mouse_keyboard_emulator.c | 417 ++ .../gzp_desktop_emulator/mouse_sensor_emulator.c | 177 + .../gzp_desktop_emulator/mouse_sensor_emulator.h | 145 + .../gzll/gzp_desktop_emulator/nrf_gzllde_params.h | 139 + .../arm4/gzp_desktop_emulator_pca10040.uvopt | 31 + .../arm4/gzp_desktop_emulator_pca10040.uvproj | 542 +++ .../gzp_desktop_emulator_pca10040.uvoptx | 115 + .../gzp_desktop_emulator_pca10040.uvprojx | 566 +++ .../pca10040/config/sdk_config.h | 3195 ++++++++++++++++ .../pca10040/iar/gzp_desktop_emulator_pca10040.ewd | 1350 +++++++ .../pca10040/iar/gzp_desktop_emulator_pca10040.ewp | 1064 ++++++ .../arm4/gzp_desktop_emulator_pca10056.uvopt | 31 + .../arm4/gzp_desktop_emulator_pca10056.uvproj | 542 +++ .../gzp_desktop_emulator_pca10056.uvoptx | 115 + .../gzp_desktop_emulator_pca10056.uvprojx | 566 +++ .../pca10056/config/sdk_config.h | 3207 ++++++++++++++++ .../pca10056/iar/gzp_desktop_emulator_pca10056.ewd | 1350 +++++++ .../pca10056/iar/gzp_desktop_emulator_pca10056.ewp | 1060 ++++++ .../proprietary_rf/gzll/gzp_device_iar_nrf52.icf | 38 + .../device/config/nrf_gzp_config.h | 168 + .../device/gzll_dynamic_pairing_device.eww | 8 + .../hex/gzll_dynamic_pairing_device_pca10040.hex | 1884 ++++++++++ .../hex/gzll_dynamic_pairing_device_pca10056.hex | 1882 ++++++++++ .../gzp_dynamic_pairing/device/hex/license.txt | 3 + .../gzll/gzp_dynamic_pairing/device/main.c | 230 ++ .../gzll_dynamic_pairing_device_pca10040.uvopt | 31 + .../gzll_dynamic_pairing_device_pca10040.uvproj | 539 +++ .../gzll_dynamic_pairing_device_pca10040.uvoptx | 115 + .../gzll_dynamic_pairing_device_pca10040.uvprojx | 563 +++ .../device/pca10040/blank/config/sdk_config.h | 3398 +++++++++++++++++ .../iar/gzll_dynamic_pairing_device_pca10040.ewd | 1350 +++++++ .../iar/gzll_dynamic_pairing_device_pca10040.ewp | 1071 ++++++ .../gzll_dynamic_pairing_device_pca10056.uvopt | 31 + .../gzll_dynamic_pairing_device_pca10056.uvproj | 539 +++ .../gzll_dynamic_pairing_device_pca10056.uvoptx | 115 + .../gzll_dynamic_pairing_device_pca10056.uvprojx | 563 +++ .../device/pca10056/blank/config/sdk_config.h | 3410 +++++++++++++++++ .../iar/gzll_dynamic_pairing_device_pca10056.ewd | 1350 +++++++ .../iar/gzll_dynamic_pairing_device_pca10056.ewp | 1067 ++++++ .../host/config/nrf_gzp_config.h | 168 + .../host/gzll_dynamic_pairig_host.eww | 8 + .../host/hex/gzll_dynamic_pairig_host_pca10040.hex | 2014 ++++++++++ .../host/hex/gzll_dynamic_pairig_host_pca10056.hex | 2014 ++++++++++ .../gzll/gzp_dynamic_pairing/host/hex/license.txt | 3 + .../gzll/gzp_dynamic_pairing/host/main.c | 195 + .../arm4/gzll_dynamic_pairig_host_pca10040.uvopt | 31 + .../arm4/gzll_dynamic_pairig_host_pca10040.uvproj | 542 +++ .../gzll_dynamic_pairig_host_pca10040.uvoptx | 115 + .../gzll_dynamic_pairig_host_pca10040.uvprojx | 566 +++ .../host/pca10040/blank/config/sdk_config.h | 3398 +++++++++++++++++ .../iar/gzll_dynamic_pairig_host_pca10040.ewd | 1350 +++++++ .../iar/gzll_dynamic_pairig_host_pca10040.ewp | 1070 ++++++ .../arm4/gzll_dynamic_pairig_host_pca10056.uvopt | 31 + .../arm4/gzll_dynamic_pairig_host_pca10056.uvproj | 542 +++ .../gzll_dynamic_pairig_host_pca10056.uvoptx | 115 + .../gzll_dynamic_pairig_host_pca10056.uvprojx | 566 +++ .../host/pca10056/blank/config/sdk_config.h | 3410 +++++++++++++++++ .../iar/gzll_dynamic_pairig_host_pca10056.ewd | 1350 +++++++ .../iar/gzll_dynamic_pairig_host_pca10056.ewp | 1066 ++++++ 196 files changed, 122730 insertions(+) create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/esb_low_power_prx.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/esb_low_power_prx_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/esb_low_power_prx_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/esb_low_power_ptx.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/esb_low_power_ptx_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/esb_low_power_ptx_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/esb_prx.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/esb_prx_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/esb_prx_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/esb_ptx.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/esb_ptx_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/esb_ptx_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/gzll_ack_payload_device.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10056.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/gzll_ack_payload_host.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10056.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/Makefile create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/flash_placement.xml create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emProject create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emSession create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/config/nrf_gzp_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/gzp_desktop_emulator.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10056.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/main_mouse_keyboard_emulator.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/nrf_gzllde_params.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_device_iar_nrf52.icf create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/config/nrf_gzp_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/gzll_dynamic_pairing_device.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10056.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/config/nrf_gzp_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/gzll_dynamic_pairig_host.eww create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10040.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10056.hex create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/license.txt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/main.c create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewp create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvopt create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvproj create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvoptx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvprojx create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/config/sdk_config.h create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewd create mode 100644 thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewp (limited to 'thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf') diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/esb_low_power_prx.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/esb_low_power_prx.eww new file mode 100644 index 0000000..24083b7 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/esb_low_power_prx.eww @@ -0,0 +1,6 @@ + + + + $WS_DIR$\pca10040\blank\iar\esb_low_power_prx_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/esb_low_power_prx_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/esb_low_power_prx_pca10040.hex new file mode 100644 index 0000000..7b8a91b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/esb_low_power_prx_pca10040.hex @@ -0,0 +1,389 @@ +:020000040000FA +:10000000C0230020150200001D0200001F02000096 +:100010002102000023020000250200000000000071 +:1000200000000000000000000000000027020000A7 +:1000300029020000000000002B0200002D02000039 +:100040002F0200001D0300002F0200002F020000FD +:100050002F0200002F0200002F0200002F020000DC +:100060002F0200002F0200002F0200002F020000CC +:100070002F0200002F0200002F0200002F020000BC +:100080002F0200002F0200002F0200002F020000AC +:10009000790300002F0200002F0200002F02000051 +:1000A0002F0200002F020000ED0600002F020000CA +:1000B0002F0200002F0200000000000000000000DE +:1000C0002F0200002F0200002F0200002F0200006C +:1000D0002F0200002F0200002F020000000000008D +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F03CF8004800476D09000012 +:10021000C02300200648804706480047FEE7FEE767 +:10022000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7A6 +:10023000D10300000102000040EA01039B0703D044 +:1002400009E008C9121F08C0042AFAD203E011F815 +:10025000013B00F8013B521EF9D27047D2B201E0D7 +:1002600000F8012B491EFBD270470022F6E710B5BB +:1002700013460A4604461946FFF7F0FF204610BD14 +:10028000064C074D06E0E06840F0010394E80700E3 +:1002900098471034AC42F6D3FFF7B6FFA81700001A +:1002A000C817000000F01F020121914040098000A2 +:1002B00000F1E020C0F88012704700F01F02012119 +:1002C00091404009800000F1E020C0F880117047A3 +:1002D00000F01F02012191404009800000F1E02060 +:1002E000C0F80011704700F01F0201219140400941 +:1002F000800000F1E020C0F8001270474907090EA5 +:10030000002806DA00F00F0000F1E02080F8141D4C +:10031000704700F1E02080F80014704770B5144C6D +:10032000D4F80001002628B1D4F80403C00701D096 +:10033000C4F80061D4F80C010E4D40B1D4F80403A8 +:10034000000704D5C4F80C61286900B18047D4F8CF +:10035000100100280BD0D4F80403C00607D5C4F858 +:100360001061E868002802D0BDE87040004770BD09 +:1003700000100040040000207CB5144C606A01901D +:100380002078002821D00120FFF797FF656800261C +:1003900066600120FFF79CFFE169002915D0E8079E +:1003A00003D08DF8006068468847A80705D501206E +:1003B0008DF80000E16968468847680705D5022086 +:1003C0008DF80000E169684688477CBD0400002084 +:1003D000F0B5B5480023021D0178101D01254FF02E +:1003E000805406290BD11678360708D10678C6F353 +:1003F0000316032E06D0042E04D0052E02D00629A3 +:1004000007D00EE0B4F82463A84FC6F304263E607C +:1004100002E01678360704D10678C6F30316032ED9 +:1004200002D0062904D00FE0A24FA14E7E670EE055 +:100430001678360708D10678C6F30316032E06D0C1 +:10044000042E04D0052E02D0062907D00EE0D4F8E1 +:100450004462994FC6F342363E6002E01678360792 +:1004600004D10678C6F30316032E02D0062906D05F +:1004700011E0924E376827F0807737600EE01678EB +:10048000360708D10678C6F30316032E06D0042ECD +:1004900004D0052E02D006290AD011E04FF0804684 +:1004A000C6F80C31C6F81031834E361F336002E0B7 +:1004B0001678360704D10678C6F30316032E02D049 +:1004C000062905D00CE07C4F032664373E600AE025 +:1004D0001678360704D10678C6F30316032E02D029 +:1004E00006290DD014E0764F05263E60744E78360E +:1004F0003560734E083633603F263F1D3E6002E094 +:100500001678360704D10678C6F30316052E02D0F6 +:10051000062957D062E06B4E36686B4F3E60694EDD +:10052000361D36683F1D3E60664E083636683F1DF4 +:100530003E60644E0C3636683F1D3E60614E10369C +:1005400036683F1D3E605F4E143636683F1D3E6084 +:100550005C4E183636685C4F20373E60594E1C366C +:1005600036683F1D3E60574E203636683F1D3E6060 +:10057000544E243636683F1D3E60524E283636684B +:100580003F1D3E604F4E2C3636683F1D3E604D4E3F +:10059000303636684C4F40373E604A4E3436366807 +:1005A0003F1D3E60474E383636683F1D3E60454E23 +:1005B0003C3636683F1D3E60424E403636683F1D31 +:1005C0003E6002E01678360708D10678C6F30316B7 +:1005D000032E06D0042E04D0052E02D0062907D003 +:1005E00019E0D4F85812394A01F04F01116002E0C5 +:1005F000117809070FD10078C0F30310032803D046 +:10060000042801D0052806D131480168C90702D065 +:100610006FF001010160D4F83001062808D1D4F848 +:100620003401062804D12B48016841F4806101603F +:1006300022487438016841F470010160BFF34F8FA4 +:10064000BFF36F8F4FF01021D1F80002002803DBB9 +:10065000D1F80402002822DA1F4A15601F480468F6 +:10066000002CFCD01524C1F800420568002DFCD0F8 +:10067000C1F8044201680029FCD013600168002918 +:10068000FCD0BFF34F8F0D48F0380168144A01F4D5 +:10069000E06111430160BFF34F8F00BFFDE71249D6 +:1006A00010480860F0BD0000E00F00F04035014048 +:1006B0000DF0ADBA00C007403C050040FCED00E085 +:1006C000105600400404001020C50040E40E004015 +:1006D000000400403C17004004E5014000E40140F4 +:1006E0000400FA050090D0034C0000200748D0F821 +:1006F0004011002909D00021C0F840110448407879 +:10070000032802D1034901200861704700A001407D +:10071000040000200010004002E008C8121F08C1B9 +:10072000002AFAD170477047002001E001C1121F72 +:10073000002AFBD17047006890FAA0F000BA00BA16 +:100740007047000072B609480068C00700D000BEBC +:10075000BFF34F8F0548E4380168054A01F4E061B2 +:1007600011430160BFF34F8F00BFFDE7F0ED00E0E4 +:100770000400FA050EB500210091CDE901106A468A +:1007800044F20100FFF7DEFF0EBD000006480168DD +:1007900021F0010101600548016821F0010141F0EB +:1007A00080710160002070475016004074170040AF +:1007B0002DE9FC410646C0074FF000050ED0104F52 +:1007C00000240122385D009500231146019500F0B8 +:1007D0001FFC641C042CF4D300F01CF8B0070DD5EA +:1007E000074E0024361D0022305D0323009511467C +:1007F000019500F00DFC641C042CF4D3BDE8FC81D1 +:10080000A01700000249085C012100F01EBC000096 +:10081000A017000010B500242046FFF7F3FF641C6A +:10082000042CF9D310BD006890FAA0F000BA70470C +:1008300070B50F4D0F4CA868C4F800020E486969E6 +:10084000C07C88470E490D4808600021C4F810118B +:1008500001202061D4F81021002AFBD0C4F8101127 +:10086000A96841F00401C4F80012606070BD000086 +:1008700004000020001000409C0000207E030020A7 +:10088000041500404FF080400021C0F80011012104 +:10089000C0F80010D0F800110029FBD0704700000C +:1008A00010B51CA08AB0006808901BA01BA10068AE +:1008B0000990D1E90001CDE90601182219496846DD +:1008C000FFF7BAFC00208DF8140003208DF8130008 +:1008D0000124154801908DF808408DF801406846C4 +:1008E00000F00EF9002812D108A800F043FA002801 +:1008F0000DD109A800F06CFA002808D1082106A83B +:1009000000F0ACFA002802D10848047000200AB0B8 +:1009100010BD0000E7E7E7E7C2C2C2C2E7C2C3C436 +:10092000C5C6C7C888170000010A00005000002093 +:1009300010B50D4C012020706070A070E070FFF7C2 +:1009400037FF2178112000F075FB6178122000F04C +:1009500071FBA178132000F06DFBE178BDE8104039 +:10096000142000F067BB000000000020FFF7E0FF4C +:10097000FFF796FF08B1FFF7FDFEFFF783FF00F0DA +:10098000B1FA08B1FFF7F6FE0A480178427841EA69 +:1009900042018278C078920042EAC00001430648D2 +:1009A000417100F0DFFA08B1FFF7E4FE20BF40BF5D +:1009B00020BFFBE7000000205000002070B50C496C +:1009C0004FF4705008600B4C0025657000F01EFD60 +:1009D00020210948FFF749FCE56214202563FFF751 +:1009E0006CFC06490320C1F80002002070BD000025 +:1009F00008F5014004000020A00300200010004082 +:100A000010B5007800285ED0012814D002285AD1F1 +:100A10002D4800F06BF90028FAD02B482B4C407978 +:100A200000F00F0001280AD0022810D004283AD084 +:100A3000082813D13FE0BDE8104000F049B8207805 +:100A400018B100212170112006E00121FAE7607839 +:100A500038B300216170122000F0ECFA21781120E7 +:100A600000F0E8FA6178122000F0E4FAA17813208F +:100A700000F0E0FAE178142000F0DCFA12480121DD +:100A80002538017021786278E37841EA4201A27842 +:100A9000920042EAC30211434171BDE8104000F0E8 +:100AA00061BA0121D6E7A07818B10021A170132006 +:100AB000D2E70121FAE7E07818B10021E1701420B3 +:100AC000CAE70121FAE710BD7500002000000020F0 +:100AD000094810B5007860B10120FFF7EEFB074828 +:100AE00000218162016241620120FFF7F1FB0020D9 +:100AF00010BD082010BD000004000020DC01002013 +:100B00002DE9F04105007DD0694C207818B1FFF740 +:100B100055FF002877D16868E061182229466548AA +:100B2000FFF78AFB0025656020216348FFF79DFBE6 +:100B3000E562256300F0AEFD00287DD05F494FF0EF +:100B4000E7300860091D4FF043300860091D5C481C +:100B50000860091D5B48086000F058FC55490020FA +:100B6000183101F5947200BF00EB800303EB4013D2 +:100B70000B4442F82030401C0828F5DB5249002085 +:100B800001F5947200EB800303EB40130B4442F831 +:100B90002030401C0828F5DB4C48042606604B48F2 +:100BA000083805604A4840F20221C0F800124A4A5B +:100BB00048491160111D0860DFF81881091D08F10E +:100BC0000408C1F80080001D091D0860091D434884 +:100BD00008604048F038091D08604048001D091DA4 +:100BE0000860091D3E480860324F787C00F007011C +:100BF0000120FFF783FBB87C00F007011420FFF70A +:100C00007DFB01E04FE04CE01420FFF761FBA07892 +:100C10000127E8B3A068294940F04000A060022005 +:100C2000443108602F49032008602E4808300660D0 +:100C30002C490520383100E037E008602A4E40F2A8 +:100C40000110C6F800022748001F05603804C6F8E6 +:100C50000403F76005211A20FFF750FB1A20FFF765 +:100C600037FB1D490839C1F80080081D0660194886 +:100C70001949283010390860174A311D0C3A1160A3 +:100C800015491839086018480C30091D086000E043 +:100C900004E011494FF460705C390860657027709A +:100CA0000020BDE8F0810E20FBE70720F9E70000F7 +:100CB000040000209C000020A00300201C15004020 +:100CC000E743C323A363E3130802002010A50040F9 +:100CD00000A000400011004060F5014040A100402C +:100CE0000010004008A5014000A0014070B5054675 +:100CF0001E48007880B385B31D4CA06A70B30120F4 +:100D0000FFF7DBFA606A54F820100A782A7054F86A +:100D100020104978697054F820108978A97054F827 +:100D200020100979297154F82010C978E97054F815 +:100D30002010681D491DFFF77FFA606A401C606241 +:100D4000082801D300206062A06A401EA062012032 +:100D5000FFF7BEFA002070BD01E002E003E00820CA +:100D6000F9E70E20F7E70520F5E700000400002072 +:100D70003003002070B5134E0446707808B111207E +:100D800070BDCCB10F483430407C052816D04FF0F0 +:100D90007F452046FFF7CFFC284204D10A4800686F +:100DA00010F0FF0F0CD020687063012000F02EFCC3 +:100DB000BDE87040FFF7EABC0E2070BD034DE8E7C8 +:100DC000072070BD04000020241500400000FFFF34 +:100DD00070B51F4D0446687808B1112070BD84B30A +:100DE0001B483430407C05282DD04FF07F462046EC +:100DF000FFF7A1FC30421BD11649086810F47F4F61 +:100E000023D0086810F47F0F1FD00868000E1CD094 +:100E1000091D0868000E18D0086810F47F0F14D060 +:100E2000086810F47F4F10D0086810F0FF0F0CD046 +:100E30002068A863022000F0E9FBBDE87040FFF7DE +:100E4000A5BC0E2070BD044ED1E7072070BD000088 +:100E500004000020241500400000FFFF70B50C4680 +:100E60001D49497809B1112070BDB0B1092C31D2AA +:100E7000194D3435697C052911D04FF07F412CB1D3 +:100E8000164A12680A4201D102781AB3134A121D97 +:100E900012680A420BD1012107E00E2070BD1049F3 +:100EA000EDE7425CB2B1491CC9B2A142F9D3014697 +:100EB000094822463C30FFF7BFF9C4F10801FF2082 +:100EC0002C74C840A874042000F0A0FBBDE870405A +:100ED000FFF75CBC072070BD040000201C1500401B +:100EE0000000FFFF70B51A48417809B1112070BDAC +:100EF000184C4FF0FF31C4F808130025C4F8105106 +:100F00001549C160816841F00401C4F80012102144 +:100F1000C4F80413042141700D48104A3430817C18 +:100F200011600E49C07C28390860091F0C48086010 +:100F300001209434FFF7B6F90120FFF7C9F92567BE +:100F40006567E567012044F8900C002070BD000043 +:100F50000400002000100040611000003015004027 +:100F60007E0300202DE9F041264F0546387840B138 +:100F700055B1287868B120280BD8234E317829B193 +:100F800009E00820BDE8F0810E20FBE7F17C8842F3 +:100F900001D90920F6E71D4CA06A082801D30420D6 +:100FA000F0E76878082801D30720EBE70120FFF776 +:100FB00084F9206A2522294654F82000FFF73CF9DD +:100FC00010486A782C30815C491C01F0030181547F +:100FD000206A54F82020401C08281171206201D397 +:100FE00000202062A06A401CA0620120FFF770F977 +:100FF000707828B9307C18B9787808B900F060FAB0 +:101000000020BFE7040000209C000020DC0100203D +:1010100070B541EA4201DDE904564FF0A04441EACF +:10102000830141EA052104EB800041EA0641C0F852 +:10103000001770BD01224FF0A043824011B1C3F8E8 +:1010400008257047C3F80C25704701224FF0A043D4 +:10105000824011B1C3F808257047C3F80C257047CA +:101060002DE9F05F554800220127006818B1544867 +:10107000806A082803D3BDE8F05FFFF7D9BBDFF82B +:101080003C9109F10809D9F800004D49703101EB94 +:10109000800609F104010C68494B35884E33AC4297 +:1010A000587805D1B478B4EB500F01D10122002754 +:1010B0004008B07008689A4630804248424C017D32 +:1010C00019B19AF80110C90710D0A1683F4B41F03F +:1010D0000801C3F800123C49394D007849694FF0C6 +:1010E000000B2C35B8B3012847D102E0FFF7A0FB75 +:1010F0004EE03748836AB3F1000E2DD0436A50F8B2 +:1011000023C09CF80180D9F800C0E04524D196F8AE +:1011100003C0BCF1010F0DD162B95B1C4362082B07 +:1011200001D3C0F824B0AEF101028262626842F0DD +:10113000010262600122F270426A50F82200A0614E +:1011400000788847A1690878287011F8052BA81C39 +:10115000FFF772F806E009E086F803B00020884740 +:1011600085F800B09AF80100687006E00020884712 +:101170009AF80000287085F801B005206070D9F851 +:101180000000144908601348283805601248E060E0 +:10119000002F10D0B178D9F80000C0B200F044F9A7 +:1011A000002808D0606840F004006060BDE8F05F8F +:1011B0001420FFF798B8BDE8F09F0000001400402D +:1011C000300300209C00002004000020001000409C +:1011D000DC0100202C150040DD11000010B5094C89 +:1011E0000949A06840F00400C1F80002074861699D +:1011F000C07C88470749064808600748E06004202B +:10120000607010BD04000020001000409C00002011 +:101210007E030020041500406110000070B5164CDC +:10122000164AA068C2F80002A06A15490860154B6A +:10123000091D9889823808601348012140F80C1F65 +:101240000021C0F83411C0F83811104D4FF4E050AF +:10125000286050142D1D2860C2F80C11187810B9A0 +:101260006169002088470B49094808600A48E06026 +:101270000320607070BD00000400002000100040DA +:1012800040A500409C00002000A0004004F5014063 +:101290007E03002004150040D912000010B50C4C4C +:1012A000606840F00100606000F096F90948806ACB +:1012B00030B11420FFF717F8BDE8104000F000B976 +:1012C00000206070BDE810401420FFF70CB800004B +:1012D00004000020DC0100202DE9F047414A4FF4D2 +:1012E000E05010604049D1F80C31DFF80091002740 +:1012F0003F4CB9F80E004E14DFF8F8800125E3B337 +:101300003D4B1B68CBB365601660D8F8041041F004 +:101310000101C8F80410D8F82010401A401CC8F881 +:10132000240000F059F999F8000088B109F2E22090 +:10133000017869B14078410830480068C0B200F0D7 +:1013400073F828B1D8F8040040F00400C8F804008D +:101350002B48806A50B199F81000012806D014205B +:10136000FEF7C1FFBDE8F04700F0AAB888F80170A9 +:10137000BDE8F0471420FEF7B6BFD8F820C0BCF196 +:10138000010CC8F820C00BD265601660401CC8F87C +:101390002400D8F8040040F00200C8F80400E5E793 +:1013A000D8F808000F4640F00802C1F80022D8F82B +:1013B0001800D8F8141000788847104811492838C8 +:1013C00001601148C8F80C00022088F8010025606F +:1013D0000448001F0660D4F84401002800D03D6096 +:1013E000BDE8F08708F50140001000409C00002097 +:1013F00000A0004004000020001400402C15004014 +:10140000DC0100205C0300201D12000005490020C3 +:1014100008624862886201F5AA71086248628862BF +:1014200070470000DC0100202DE9F041224C074606 +:101430008846A06A08283DD2A4F5257120460A787E +:101440000026006A01F2E225012A03D04A7842B15F +:10145000C97C02E0297820292CD854F8202011706A +:1014600002E054F820100E7054F82000A91C10F867 +:10147000052BFEF7E1FE206A54F820104F700F494B +:10148000096854F82020917054F8202082F80480D4 +:10149000697854F8202041F30001491C401CD170A8 +:1014A0002062082800D32662A06A401CA0620120A6 +:1014B000BDE8F0810020FBE7300300204815004024 +:1014C0002DE9F05F3E4C4FF00108C4F824803D4800 +:1014D000DFF8F4A0A0F5A077416A3C4D4FF0000B77 +:1014E00050F82110A161387807F5307610B1012845 +:1014F00044D10DE0087861698847A16908793070A6 +:1015000086F801B011F8052BB01CFEF795FE18E027 +:10151000C87828B3387D18B3002081460878307029 +:1015200008794006000E7070CA78DAB100221043C4 +:10153000707011F8052BB01CFEF77EFEB9F1000F9C +:1015400012D0A06840F00800C5F800021120C5F8CC +:101550000403F88920620220C4F80CA060700DE03A +:101560000120DAE70122E2E7A068C5F800021020B6 +:10157000C5F804031648E06084F80180A069154AA4 +:10158000417811604078444608FA00F0111D086067 +:101590000B48104934302439C07C0860081F0660AD +:1015A0000120FEF77FFE0120FEF792FEC5F804B190 +:1015B000C5F808B1C5F810B12C60BDE8F09F000077 +:1015C00004000020DC0100201D120000001000407B +:1015D0009D1200002C15004010B50B4CA06A00288D +:1015E00011D00120FEF769FEA06A401EA062606A69 +:1015F000401C6062082801D300206062BDE81040F2 +:101600000120FEF765BE10BDDC01002010B50446C8 +:10161000C00704D00F48FFF78EF80F490860A007F5 +:1016200006D50C48001DFFF786F80B49091D086018 +:1016300060070DD507480830FFF7F5F8064908316F +:10164000086004480C30FFF7EEF803490C310860DD +:1016500010BD0000380000201C1500400A48017A27 +:101660000A4801600A4849B1012905D0032909D077 +:10167000042901D000207047302100E04021816220 +:10168000012070474921FAE79C0000201015004016 +:101690000400002070B500F041F8FFF7DFFF194C9F +:1016A000194922787AB1012A0BD000220240607ACF +:1016B000B8B1164B1D1F01280ED0022807D00025F7 +:1016C00013E0134A00E0134A4A610122EEE74FF6A5 +:1016D000FF761E60104B03E0FF261E6040F20713EA +:1016E0002B600A4B083B1860012549691540E07CD6 +:1016F0008847A089872801D3012000E000202840E6 +:1017000070BD00009C000020040000203C1500403B +:101710005D17000031170000211001000248034945 +:10172000807A0860704700009C0000200C15004083 +:10173000084A074911600849497C491E090441EAE1 +:101740000021014341F08070111D086070470000C6 +:101750000001010014150040380000200749064828 +:10176000086007480749407C401E41EA00400349A1 +:10177000091D0860704700000600030014150040B2 +:1017800038000020200000010100000000000000DF +:1017900001020000FA000300000102200000000026 +:1017A000111213140D0E0F10C817000000000020B6 +:1017B000500000001807000018180000500000201A +:1017C0007023000028070000000000000000010056 +:1017D00000000000130100000000000000000000F5 +:1017E00000000000000000000000000000000000F9 +:1017F00000000000000000000000000000000000E9 +:10180000E7E7E7E7C2C2C2C2E7C2C3C4C5C6C7C8EA +:081810000805FF020090D0035F +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/main.c new file mode 100644 index 0000000..7d58384 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/main.c @@ -0,0 +1,236 @@ +/** + * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#include "nrf_esb.h" + +#include +#include +#include +#include "sdk_common.h" +#include "nrf.h" +#include "nrf_esb_error_codes.h" +#include "nrf_delay.h" +#include "nrf_gpio.h" +#include "nrf_error.h" +#include "boards.h" + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +#define LED_ON 0 +#define LED_OFF 1 + +//#define NRF_ESB_LEGACY + +/*lint -save -esym(40, BUTTON_1) -esym(40, BUTTON_2) -esym(40, BUTTON_3) -esym(40, BUTTON_4) -esym(40, LED_1) -esym(40, LED_2) -esym(40, LED_3) -esym(40, LED_4) */ + +static nrf_esb_payload_t tx_payload; +static nrf_esb_payload_t rx_payload; +static uint8_t m_state[4]; +uint8_t led_nr; + +void nrf_esb_event_handler(nrf_esb_evt_t const * p_event) +{ + switch (p_event->evt_id) + { + case NRF_ESB_EVENT_TX_SUCCESS: + NRF_LOG_DEBUG("SUCCESS"); + break; + case NRF_ESB_EVENT_TX_FAILED: + NRF_LOG_DEBUG("FAILED"); + (void) nrf_esb_flush_tx(); + break; + case NRF_ESB_EVENT_RX_RECEIVED: + while (nrf_esb_read_rx_payload(&rx_payload) == NRF_SUCCESS) ; + NRF_LOG_DEBUG("Receiving packet: %x", rx_payload.data[0]); + + switch (rx_payload.data[0] & 0xFUL) + { + case 0x1: + m_state[0] = !m_state[0]; + nrf_gpio_pin_write(LED_1, m_state[0]); + break; + + case 0x2: + m_state[1] = !m_state[1]; + nrf_gpio_pin_write(LED_2, m_state[1]); + break; + + case 0x4: + m_state[2] = !m_state[2]; + nrf_gpio_pin_write(LED_3, m_state[2]); + break; + + case 0x8: + m_state[3] = !m_state[3]; + nrf_gpio_pin_write(LED_4, m_state[3]); + break; + } + + nrf_gpio_pin_write(LED_1, m_state[0]); + nrf_gpio_pin_write(LED_2, m_state[1]); + nrf_gpio_pin_write(LED_3, m_state[2]); + nrf_gpio_pin_write(LED_4, m_state[3]); + + tx_payload.length = 1; + tx_payload.data[0] = m_state[0] << 0 + | m_state[1] << 1 + | m_state[2] << 2 + | m_state[3] << 3; + (void) nrf_esb_write_payload(&tx_payload); + + NRF_LOG_DEBUG("Queue transmitt packet: %02x", tx_payload.data[0]); + break; + } +} + + +void clocks_start( void ) +{ + // Start HFCLK and wait for it to start. + NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; + NRF_CLOCK->TASKS_HFCLKSTART = 1; + while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); +} + + +uint32_t esb_init( void ) +{ + uint32_t err_code; + uint8_t base_addr_0[4] = {0xE7, 0xE7, 0xE7, 0xE7}; + uint8_t base_addr_1[4] = {0xC2, 0xC2, 0xC2, 0xC2}; + uint8_t addr_prefix[8] = {0xE7, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8 }; + +#ifndef NRF_ESB_LEGACY + nrf_esb_config_t nrf_esb_config = NRF_ESB_DEFAULT_CONFIG; +#else // NRF_ESB_LEGACY + nrf_esb_config_t nrf_esb_config = NRF_ESB_LEGACY_CONFIG; +#endif // NRF_ESB_LEGACY + nrf_esb_config.selective_auto_ack = 0; + nrf_esb_config.payload_length = 3; + nrf_esb_config.bitrate = NRF_ESB_BITRATE_2MBPS; + nrf_esb_config.mode = NRF_ESB_MODE_PRX; + nrf_esb_config.event_handler = nrf_esb_event_handler; + + err_code = nrf_esb_init(&nrf_esb_config); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_0(base_addr_0); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_1(base_addr_1); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_prefixes(addr_prefix, 8); + VERIFY_SUCCESS(err_code); + + tx_payload.length = 1; + + return NRF_SUCCESS; +} + +void gpio_init( void ) +{ + m_state[0] = LED_OFF; + m_state[1] = LED_OFF; + m_state[2] = LED_OFF; + m_state[3] = LED_OFF; + + //nrf_gpio_range_cfg_output(8, 31); + bsp_board_init(BSP_INIT_LEDS); + + nrf_gpio_pin_write(LED_1, m_state[0]); + nrf_gpio_pin_write(LED_2, m_state[1]); + nrf_gpio_pin_write(LED_3, m_state[2]); + nrf_gpio_pin_write(LED_4, m_state[3]); +} + + +uint32_t logging_init( void ) +{ + uint32_t err_code; + err_code = NRF_LOG_INIT(NULL); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + return err_code; +} + + +void power_manage( void ) +{ + // WFE - SEV - WFE sequence to wait until a radio event require further actions. + __WFE(); + __SEV(); + __WFE(); +} + + +int main(void) +{ + uint32_t err_code; + err_code = logging_init(); + APP_ERROR_CHECK(err_code); + gpio_init(); + err_code = esb_init(); + APP_ERROR_CHECK(err_code); + clocks_start(); + + NRF_LOG_DEBUG("Enhanced ShockBurst Receiver Example started."); + + err_code = nrf_esb_start_rx(); + APP_ERROR_CHECK(err_code); + + tx_payload.data[0] = m_state[0] << 0 + | m_state[1] << 1 + | m_state[2] << 2 + | m_state[3] << 3; + err_code = nrf_esb_write_payload(&tx_payload); + APP_ERROR_CHECK(err_code); + + while (true) + { + if (NRF_LOG_PROCESS() == false) + { + power_manage(); + } + } +} +/*lint -restore */ diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvproj new file mode 100644 index 0000000..5e2e887 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm4/esb_low_power_prx_pca10040.uvproj @@ -0,0 +1,470 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvprojx new file mode 100644 index 0000000..9d4e177 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/arm5_no_packs/esb_low_power_prx_pca10040.uvprojx @@ -0,0 +1,494 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..d5549e9 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/Makefile @@ -0,0 +1,153 @@ +PROJECT_NAME := esb_low_power_prx_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := esb_low_power_prx_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + $(SDK_ROOT)/components/proprietary_rf/esb/nrf_esb.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/util \ + ../config \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/proprietary_rf/esb \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/external/fprintf \ + +# Libraries common to all targets +LIB_FILES += \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DBSP_DEFINES_ONLY +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DESB_PRESENT +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DBSP_DEFINES_ONLY +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DESB_PRESENT +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/esb_low_power_prx_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/esb_low_power_prx_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/armgcc/esb_low_power_prx_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..4811cfd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/config/sdk_config.h @@ -0,0 +1,2604 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Libraries + +//========================================================== +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 0 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewp new file mode 100644 index 0000000..01b6aa1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/iar/esb_low_power_prx_pca10040.ewp @@ -0,0 +1,1030 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emProject new file mode 100644 index 0000000..01a7222 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emProject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emSession new file mode 100644 index 0000000..7521f79 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/esb_low_power_prx_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_prx/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/esb_low_power_ptx.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/esb_low_power_ptx.eww new file mode 100644 index 0000000..412bb99 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/esb_low_power_ptx.eww @@ -0,0 +1,6 @@ + + + + $WS_DIR$\pca10040\blank\iar\esb_low_power_ptx_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/esb_low_power_ptx_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/esb_low_power_ptx_pca10040.hex new file mode 100644 index 0000000..910906a --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/esb_low_power_ptx_pca10040.hex @@ -0,0 +1,370 @@ +:020000040000FA +:10000000D8230020150200001D0200001F0200007E +:100010002102000023020000250200000000000071 +:1000200000000000000000000000000027020000A7 +:1000300029020000000000002B0200002D02000039 +:100040002F0200001D0300002F0200002F020000FD +:100050002F0200002F0200002F0200002F020000DC +:100060002F0200002F0200002F0200002F020000CC +:100070002F0200002F0200002F0200002F020000BC +:100080002F0200002F0200002F0200002F020000AC +:10009000790300002F0200002F0200002F02000051 +:1000A0002F0200002F020000ED0600002F020000CA +:1000B0002F0200002F0200000000000000000000DE +:1000C0002F0200002F0200002F0200002F0200006C +:1000D0002F0200002F0200002F020000000000008D +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F03CF800480047A5090000DA +:10021000D82300200648804706480047FEE7FEE74F +:10022000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7A6 +:10023000D10300000102000040EA01039B0703D044 +:1002400009E008C9121F08C0042AFAD203E011F815 +:10025000013B00F8013B521EF9D27047D2B201E0D7 +:1002600000F8012B491EFBD270470022F6E710B5BB +:1002700013460A4604461946FFF7F0FF204610BD14 +:10028000064C074D06E0E06840F0010394E80700E3 +:1002900098471034AC42F6D3FFF7B6FF481600007B +:1002A0006816000000F01F02012191404009800003 +:1002B00000F1E020C0F88012704700F01F02012119 +:1002C00091404009800000F1E020C0F880117047A3 +:1002D00000F01F02012191404009800000F1E02060 +:1002E000C0F80011704700F01F0201219140400941 +:1002F000800000F1E020C0F8001270474907090EA5 +:10030000002806DA00F00F0000F1E02080F8141D4C +:10031000704700F1E02080F80014704770B5144C6D +:10032000D4F80001002628B1D4F80403C00701D096 +:10033000C4F80061D4F80C010E4D40B1D4F80403A8 +:10034000000704D5C4F80C61286900B18047D4F8CF +:10035000100100280BD0D4F80403C00607D5C4F858 +:100360001061E868002802D0BDE87040004770BD09 +:10037000001000403C0000207CB5144C606A0190E5 +:100380002078002821D00120FFF797FF656800261C +:1003900066600120FFF79CFFE169002915D0E8079E +:1003A00003D08DF8006068468847A80705D501206E +:1003B0008DF80000E16968468847680705D5022086 +:1003C0008DF80000E169684688477CBD3C0000204C +:1003D000F0B5B5480023021D0178101D01254FF02E +:1003E000805406290BD11678360708D10678C6F353 +:1003F0000316032E06D0042E04D0052E02D00629A3 +:1004000007D00EE0B4F82463A84FC6F304263E607C +:1004100002E01678360704D10678C6F30316032ED9 +:1004200002D0062904D00FE0A24FA14E7E670EE055 +:100430001678360708D10678C6F30316032E06D0C1 +:10044000042E04D0052E02D0062907D00EE0D4F8E1 +:100450004462994FC6F342363E6002E01678360792 +:1004600004D10678C6F30316032E02D0062906D05F +:1004700011E0924E376827F0807737600EE01678EB +:10048000360708D10678C6F30316032E06D0042ECD +:1004900004D0052E02D006290AD011E04FF0804684 +:1004A000C6F80C31C6F81031834E361F336002E0B7 +:1004B0001678360704D10678C6F30316032E02D049 +:1004C000062905D00CE07C4F032664373E600AE025 +:1004D0001678360704D10678C6F30316032E02D029 +:1004E00006290DD014E0764F05263E60744E78360E +:1004F0003560734E083633603F263F1D3E6002E094 +:100500001678360704D10678C6F30316052E02D0F6 +:10051000062957D062E06B4E36686B4F3E60694EDD +:10052000361D36683F1D3E60664E083636683F1DF4 +:100530003E60644E0C3636683F1D3E60614E10369C +:1005400036683F1D3E605F4E143636683F1D3E6084 +:100550005C4E183636685C4F20373E60594E1C366C +:1005600036683F1D3E60574E203636683F1D3E6060 +:10057000544E243636683F1D3E60524E283636684B +:100580003F1D3E604F4E2C3636683F1D3E604D4E3F +:10059000303636684C4F40373E604A4E3436366807 +:1005A0003F1D3E60474E383636683F1D3E60454E23 +:1005B0003C3636683F1D3E60424E403636683F1D31 +:1005C0003E6002E01678360708D10678C6F30316B7 +:1005D000032E06D0042E04D0052E02D0062907D003 +:1005E00019E0D4F85812394A01F04F01116002E0C5 +:1005F000117809070FD10078C0F30310032803D046 +:10060000042801D0052806D131480168C90702D065 +:100610006FF001010160D4F83001062808D1D4F848 +:100620003401062804D12B48016841F4806101603F +:1006300022487438016841F470010160BFF34F8FA4 +:10064000BFF36F8F4FF01021D1F80002002803DBB9 +:10065000D1F80402002822DA1F4A15601F480468F6 +:10066000002CFCD01524C1F800420568002DFCD0F8 +:10067000C1F8044201680029FCD013600168002918 +:10068000FCD0BFF34F8F0D48F0380168144A01F4D5 +:10069000E06111430160BFF34F8F00BFFDE71249D6 +:1006A00010480860F0BD0000E00F00F04035014048 +:1006B0000DF0ADBA00C007403C050040FCED00E085 +:1006C000105600400404001020C50040E40E004015 +:1006D000000400403C17004004E5014000E40140F4 +:1006E0000400FA050090D003840000200748D0F8E9 +:1006F0004011002909D00021C0F840110448407879 +:10070000032802D1034901200861704700A001407D +:100710003C0000200010004002E008C8121F08C181 +:10072000002AFAD170477047002001E001C1121F72 +:10073000002AFBD17047006890FAA0F000BA00BA16 +:100740007047000072B609480068C00700D000BEBC +:10075000BFF34F8F0548E4380168054A01F4E061B2 +:1007600011430160BFF34F8F00BFFDE7F0ED00E0E4 +:100770000400FA050EB500210091CDE901106A468A +:1007800044F20100FFF7DEFF0EBD000006480168DD +:1007900021F0010101600548016821F0010141F0EB +:1007A00080710160002070475016004074170040AF +:1007B0002DE9FC410646C0074FF000050ED0104F52 +:1007C00000240122385D009500231146019500F0B8 +:1007D000F5FB641C042CF4D300F01CF8B0070DD515 +:1007E000074E0024361D0022305D0323009511467C +:1007F000019500F0E3FB641C042CF4D3BDE8FC81FC +:10080000401600000249085C012100F009BC00000C +:100810004016000010B500242046FFF7F3FF641CCB +:10082000042CF9D310BD006890FAA0F000BA70470C +:100830004FF080400021C0F800110121C0F80010E5 +:10084000D0F800110029FBD07047000010B51EA0A1 +:100850008AB0006808901DA01DA100680990D1E928 +:100860000001CDE9060118221B496846FFF7E4FCA8 +:100870000620ADF80E00002401208DF814408DF8FC +:1008800000008DF80800154801908DF80140684679 +:1008900000F04CF9002815D108A800F081FA0028D2 +:1008A00010D109A800F0AAFA00280BD1082106A847 +:1008B00000F0EAFA002805D10948032101704470CC +:1008C000447100200AB010BDE7E7E7E7C2C2C2C228 +:1008D000E7C2C3C4C5C6C7C828160000410A000045 +:1008E0001400002070B50D2000F087FB1C4C6060E8 +:1008F0000E2000F082FBA0600F2000F07EFBE06085 +:10090000102000F07AFB2061626804F114011AB92A +:100910004B7943F001034B71A3681BB94D7945F046 +:1009200002054D71E5681DB94E7946F004064E7119 +:1009300018B94E7946F008064E711A442A441044FC +:10094000032803D001202070002070BD0020C87053 +:100950000348143000F0DCFA0028F5D070BD000028 +:100960000000002010B5032211460D2000F038FBD6 +:10097000032211460E2000F033FB032211460F2004 +:1009800000F02EFB03221146102000F029FB044941 +:100990004FF47A408847BDE810400120FFF708BFB8 +:1009A00021160000FFF744FFFFF750FF08B1FFF7E3 +:1009B000E1FEFFF7D7FF00F037FCFFF793FF08B128 +:1009C000FFF7D8FE0C4C20780028FCD00D2000F05A +:1009D00014FB0128F7D10E2000F00FFB0128F2D103 +:1009E0000F2000F00AFB0128EDD1102000F005FBDC +:1009F0000128E8D100F016FD0000002070B50C4978 +:100A00004FF4705008600B4C0025657000F024FC1A +:100A100020210948FFF729FCE56214202563FFF730 +:100A20004CFC06490320C1F80002002070BD000004 +:100A300008F501403C000020B403002000100040F5 +:100A400070B500782B4C002851D0012802D0022824 +:100A50004DD102E000F052F849E0274800F05CF97F +:100A60000028FAD0244D6168687940F30000401CEA +:100A700021B10021884203D1012102E00121F9E7DF +:100A80000021112000F0C1FA6879A16840F340000C +:100A9000401C21B10021884203D1012102E0012143 +:100AA000F9E70021122000F0B0FA6879E16840F31C +:100AB0008000401C21B10021884203D1012102E0C5 +:100AC0000121F9E70021132000F09FFA68792169DC +:100AD00040F3C000401C21B10021884203D1012114 +:100AE00002E00121F9E70021142000F08EFA012034 +:100AF000207070BD0000002088000020094810B55B +:100B0000007860B10120FFF7D8FB0748002181621F +:100B1000016241620120FFF7DBFB002010BD0820CD +:100B200010BD00003C000020F00100202DE9F04144 +:100B300005007DD0694C207818B1FFF75FFF0028D1 +:100B400077D16868E061182229466548FFF774FB91 +:100B50000025656020216348FFF787FBE562256378 +:100B600000F0E2FC00287DD05F494FF0E7300860DC +:100B7000091D4FF043300860091D5C480860091DDD +:100B80005B48086000F068FB55490020183101F50A +:100B9000947200BF00EB800303EB40130B4442F858 +:100BA0002030401C0828F5DB5249002001F59472E2 +:100BB00000EB800303EB40130B4442F82030401C51 +:100BC0000828F5DB4C48042606604B4808380560C9 +:100BD0004A4840F20221C0F800124A4A48491160CE +:100BE000111D0860DFF81881091D08F10408C1F81B +:100BF0000080001D091D0860091D43480860404829 +:100C0000F038091D08604048001D091D0860091DD5 +:100C10003E480860324F787C00F007010120FFF762 +:100C20006DFBB87C00F007011420FFF767FB01E0C3 +:100C30004FE04CE01420FFF74BFBA0780127E8B30E +:100C4000A068294940F04000A060022044310860BB +:100C50002F49032008602E48083006602C490520E3 +:100C6000383100E037E008602A4E40F20110C6F843 +:100C700000022748001F05603804C6F80403F76027 +:100C800005211A20FFF73AFB1A20FFF721FB1D4927 +:100C90000839C1F80080081D066019481949283034 +:100CA00010390860174A311D0C3A1160154918397E +:100CB000086018480C30091D086000E004E0114984 +:100CC0004FF460705C390860657027700020BDE8E3 +:100CD000F0810E20FBE70720F9E700003C00002030 +:100CE000B0000020B40300201C150040E743C323DC +:100CF000A363E3131C02002010A5004000A00040E5 +:100D00000011004060F5014040A10040001000408B +:100D100008A5014000A0014070B505461E480078B6 +:100D200080B385B31D4CA06A70B30120FFF7C5FAEC +:100D3000606A54F820100A782A7054F82010497814 +:100D4000697054F820108978A97054F82010097936 +:100D5000297154F82010C978E97054F82010681DE2 +:100D6000491DFFF769FA606A401C6062082801D3D8 +:100D700000206062A06A401EA0620120FFF7A8FA6E +:100D8000002070BD01E002E003E00820F9E70E203A +:100D9000F7E70520F5E700003C00002044030020B1 +:100DA00070B5134E0446707808B1112070BDCCB1F7 +:100DB0000F483430407C052816D04FF07F45204640 +:100DC000FFF7B9FC284204D10A48006810F0FF0F71 +:100DD0000CD020687063012000F062FBBDE8704019 +:100DE000FFF7D4BC0E2070BD034DE8E7072070BDAF +:100DF0003C000020241500400000FFFF70B51F4D8F +:100E00000446687808B1112070BD84B31B483430A3 +:100E1000407C05282DD04FF07F462046FFF78BFC05 +:100E200030421BD11649086810F47F4F23D0086860 +:100E300010F47F0F1FD00868000E1CD0091D086831 +:100E4000000E18D0086810F47F0F14D0086810F452 +:100E50007F4F10D0086810F0FF0F0CD02068A863F7 +:100E6000022000F01DFBBDE87040FFF78FBC0E2094 +:100E700070BD044ED1E7072070BD00003C0000208B +:100E8000241500400000FFFF70B50C461D4949784D +:100E900009B1112070BDB0B1092C31D2194D3435D2 +:100EA000697C052911D04FF07F412CB1164A126898 +:100EB0000A4201D102781AB3134A121D12680A427B +:100EC0000BD1012107E00E2070BD1049EDE7425C17 +:100ED000B2B1491CC9B2A142F9D301460948224620 +:100EE0003C30FFF7A9F9C4F10801FF202C74C84079 +:100EF000A874042000F0D4FABDE87040FFF746BCA7 +:100F0000072070BD3C0000201C1500400000FFFFC2 +:100F10002DE9F041264F0546387840B155B1287883 +:100F200068B120280BD8234E317829B109E0082078 +:100F3000BDE8F0810E20FBE7F17C884201D9092051 +:100F4000F6E71D4CA06A082801D30420F0E7687872 +:100F5000082801D30720EBE70120FFF7AEF9206A4C +:100F60002522294654F82000FFF766F910486A78D0 +:100F70002C30815C491C01F003018154206A54F833 +:100F80002020401C08281171206201D3002020621B +:100F9000A06A401CA0620120FFF79AF9707828B976 +:100FA000307C18B9787808B900F0B0F90020BFE7B4 +:100FB0003C000020B0000020F001002070B541EAA4 +:100FC0004201DDE904564FF0A04441EA830141EAC1 +:100FD000052104EB800041EA0641C0F8001770BD0E +:100FE00010B54FF0A043002444EA810103EB8000D8 +:100FF00041EA0241C0F8001710BD4FF0A041D1F8FE +:101000001015C14001F00100704701224FF0A043CC +:10101000824011B1C3F808257047C3F80C2570470A +:1010200001224FF0A043824011B1C3F80825704758 +:10103000C3F80C257047000070B5164C164AA0681E +:10104000C2F80002A06A15490860154B091D98896D +:10105000823808601348012140F80C1F0021C0F8B5 +:101060003411C0F83811104D4FF4E050286050147E +:101070002D1D2860C2F80C11187810B96169002084 +:1010800088470B49094808600A48E06003206070FF +:1010900070BD00003C0000200010004040A5004052 +:1010A000B000002000A0004004F5014092030020A1 +:1010B00004150040F510000010B50C4C606840F0BD +:1010C0000100606000F0D2F90948806A30B1142054 +:1010D000FFF709F9BDE8104000F018B90020607072 +:1010E000BDE810401420FFF7FEB800003C000020CF +:1010F000F00100202DE9F047414A4FF4E050106024 +:101100004049D1F80C31DFF8009100273F4CB9F885 +:101110000E004E14DFF8F8800125E3B33D4B1B6849 +:10112000CBB365601660D8F8041041F00101C8F82F +:101130000410D8F82010401A401CC8F8240000F011 +:1011400095F999F8000088B109F2E220017869B1B7 +:101150004078410830480068C0B200F08BF828B1F0 +:10116000D8F8040040F00400C8F804002B48806A56 +:1011700050B199F81000012806D01420FFF7B3F8F9 +:10118000BDE8F04700F0C2B888F80170BDE8F0474C +:101190001420FFF7A8B8D8F820C0BCF1010CC8F89B +:1011A00020C00BD265601660401CC8F82400D8F837 +:1011B000040040F00200C8F80400E5E7D8F8080091 +:1011C0000F4640F00802C1F80022D8F81800D8F8FD +:1011D00014100078884710481149283801601148D8 +:1011E000C8F80C00022088F8010025600448001FA0 +:1011F0000660D4F84401002800D03D60BDE8F087C7 +:1012000008F5014000100040B000002000A00040A0 +:101210003C000020001400402C150040F00100208C +:1012200070030020391000000948002102680D23D6 +:10123000B3EB121F04D10168002201F00F0102601C +:10124000491C41F0D00202600801024988717047D0 +:101250001C05004014000020054900200862486277 +:10126000886201F5AA7108624862886270470000CE +:10127000F00100202DE9F041224C07468846A06A83 +:1012800008283DD2A4F5257120460A780026006A78 +:1012900001F2E225012A03D04A7842B1C97C02E07A +:1012A000297820292CD854F82020117002E054F815 +:1012B00020100E7054F82000A91C10F8052BFEF722 +:1012C000BBFF206A54F820104F700F49096854F88A +:1012D0002020917054F8202082F80480697854F816 +:1012E000202041F30001491C401CD17020620828D5 +:1012F00000D32662A06A401CA0620120BDE8F081F4 +:101300000020FBE744030020481500402DE9F05F72 +:101310003E4C4FF00108C4F824803D48DFF8F4A0AB +:10132000A0F5A077416A3C4D4FF0000B50F821101A +:10133000A161387807F5307610B1012844D10DE06D +:10134000087861698847A1690879307086F801B02A +:1013500011F8052BB01CFEF76FFF18E0C87828B312 +:10136000387D18B30020814608783070087940062F +:10137000000E7070CA78DAB100221043707011F854 +:10138000052BB01CFEF758FFB9F1000F12D0A06872 +:1013900040F00800C5F800021120C5F80403F889E0 +:1013A00020620220C4F80CA060700DE00120DAE792 +:1013B0000122E2E7A068C5F800021020C5F8040386 +:1013C0001648E06084F80180A069154A41781160F0 +:1013D0004078444608FA00F0111D08600B48104997 +:1013E00034302439C07C0860081F06600120FEF7F5 +:1013F00059FF0120FEF76CFFC5F804B1C5F808B12C +:10140000C5F810B12C60BDE8F09F00003C00002042 +:10141000F00100203910000000100040B910000059 +:101420002C1500400F49032008600E491031086058 +:101430000C49203108600B493031086009494031BE +:101440000860084950310860064960310860054964 +:1014500070310860FFF7DEF9034801210160006880 +:10146000FEE70000000900400005004010B50B4CED +:10147000A06A002811D00120FEF71FFFA06A401EBD +:10148000A062606A401C6062082801D3002060628C +:10149000BDE810400120FEF71BBF10BDF001002089 +:1014A00010B50446C00704D00F48FFF744F90F49B0 +:1014B0000860A00706D50C48001DFFF73CF90B4952 +:1014C000091D086060070DD507480830FFF7ABF924 +:1014D00006490831086004480C30FFF7A4F90349B5 +:1014E0000C31086010BD0000700000201C15004089 +:1014F0000A48017A0A4801600A4849B1012905D021 +:10150000032909D0042901D000207047302100E0D0 +:1015100040218162012070474921FAE7B000002094 +:10152000101500403C00002070B500F041F8FFF7B6 +:10153000DFFF194C194922787AB1012A0BD0002219 +:101540000240607AB8B1164B1D1F01280ED0022848 +:1015500007D0002513E0134A00E0134A4A61012234 +:10156000EEE74FF6FF761E60104B03E0FF261E608D +:1015700040F207132B600A4B083B186001254969AC +:101580001540E07C8847A089872801D3012000E02E +:101590000020284070BD0000B00000203C0000206A +:1015A0003C150040F1150000C51500002110010098 +:1015B00002480349807A086070470000B0000020AC +:1015C0000C150040084A074911600849497C491E2A +:1015D000090441EA0021014341F08070111D0860B7 +:1015E0007047000000010100141500407000002049 +:1015F00007490648086007480749407C401E41EA01 +:1016000000400349091D0860704700000600030000 +:1016100014150040700000202000000100000000B0 +:101620000338FDD8704700000100000000000000F2 +:1016300001020000FA000300000102200000000087 +:10164000111213140D0E0F10681600000000002078 +:101650008800000018070000F01600008800002035 +:1016600050230000280700000000000000000000D8 +:101670000000000000000000000000000200000068 +:101680000001000000000000000000000000000059 +:10169000000000000000000000000000000000004A +:1016A0000000000000000100000000001301000025 +:1016B000000000000000000000000000000000002A +:1016C000000000000000000000000000000000001A +:1016D0000000000000000000E7E7E7E7C2C2C2C266 +:1016E000E7C2C3C4C5C6C7C80805FF020090D0033F +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/main.c new file mode 100644 index 0000000..071d2bc --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/main.c @@ -0,0 +1,277 @@ +/** + * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#include "nrf_esb.h" + +#include +#include +#include +#include "sdk_common.h" +#include "nrf.h" +#include "nrf_error.h" +#include "nrf_esb_error_codes.h" +#include "nrf_delay.h" +#include "nrf_gpio.h" +#include "boards.h" +#include "app_util.h" + +#define RESET_MEMORY_TEST_BYTE (0x0DUL) /**< Known sequence written to a special register to check if this wake up is from System OFF. */ +#define RAM_RETENTION_OFF (0x00000003UL) /**< The flag used to turn off RAM retention on nRF52. */ + +#define BTN_PRESSED 0 /**< Value of a pressed button. */ +#define BTN_RELEASED 1 /**< Value of a released button. */ + +//#define NRF_ESB_LEGACY + +/*lint -save -esym(40, BUTTON_1) -esym(40, BUTTON_2) -esym(40, BUTTON_3) -esym(40, BUTTON_4) -esym(40, LED_1) -esym(40, LED_2) -esym(40, LED_3) -esym(40, LED_4) */ + +static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(0, 0x01, 0x00); +static nrf_esb_payload_t rx_payload; +static uint32_t button_state_1; +static uint32_t button_state_2; +static uint32_t button_state_3; +static uint32_t button_state_4; +static volatile bool esb_completed = false; + +void system_off( void ) +{ +#ifdef NRF51 + NRF_POWER->RAMON |= (POWER_RAMON_OFFRAM0_RAM0Off << POWER_RAMON_OFFRAM0_Pos) | + (POWER_RAMON_OFFRAM1_RAM1Off << POWER_RAMON_OFFRAM1_Pos); +#endif //NRF51 +#ifdef NRF52 + NRF_POWER->RAM[0].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[1].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[2].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[3].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[4].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[5].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[6].POWER = RAM_RETENTION_OFF; + NRF_POWER->RAM[7].POWER = RAM_RETENTION_OFF; +#endif //NRF52 + + // Turn off LEDs before sleeping to conserve energy. + bsp_board_leds_off(); + + // Set nRF5 into System OFF. Reading out value and looping after setting the register + // to guarantee System OFF in nRF52. + NRF_POWER->SYSTEMOFF = 0x1; + (void) NRF_POWER->SYSTEMOFF; + while (true); +} + + +void nrf_esb_event_handler(nrf_esb_evt_t const * p_event) +{ + switch (p_event->evt_id) + { + case NRF_ESB_EVENT_TX_SUCCESS: + break; + case NRF_ESB_EVENT_TX_FAILED: + (void) nrf_esb_flush_tx(); + break; + case NRF_ESB_EVENT_RX_RECEIVED: + // Get the most recent element from the RX FIFO. + while (nrf_esb_read_rx_payload(&rx_payload) == NRF_SUCCESS) ; + + // For each LED, set it as indicated in the rx_payload, but invert it for the button + // which is pressed. This is because the ack payload from the PRX is reflecting the + // state from before receiving the packet. + nrf_gpio_pin_write(LED_1, !( ((rx_payload.data[0] & 0x01) == 0) ^ (button_state_1 == BTN_PRESSED)) ); + nrf_gpio_pin_write(LED_2, !( ((rx_payload.data[0] & 0x02) == 0) ^ (button_state_2 == BTN_PRESSED)) ); + nrf_gpio_pin_write(LED_3, !( ((rx_payload.data[0] & 0x04) == 0) ^ (button_state_3 == BTN_PRESSED)) ); + nrf_gpio_pin_write(LED_4, !( ((rx_payload.data[0] & 0x08) == 0) ^ (button_state_4 == BTN_PRESSED)) ); + break; + } + + esb_completed = true; +} + + +void clocks_start( void ) +{ + // Start HFCLK and wait for it to start. + NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; + NRF_CLOCK->TASKS_HFCLKSTART = 1; + while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); +} + + +uint32_t esb_init( void ) +{ + uint32_t err_code; + uint8_t base_addr_0[4] = {0xE7, 0xE7, 0xE7, 0xE7}; + uint8_t base_addr_1[4] = {0xC2, 0xC2, 0xC2, 0xC2}; + uint8_t addr_prefix[8] = {0xE7, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8 }; + +#ifndef NRF_ESB_LEGACY + nrf_esb_config_t nrf_esb_config = NRF_ESB_DEFAULT_CONFIG; +#else // NRF_ESB_LEGACY + nrf_esb_config_t nrf_esb_config = NRF_ESB_LEGACY_CONFIG; +#endif // NRF_ESB_LEGACY + nrf_esb_config.retransmit_count = 6; + nrf_esb_config.selective_auto_ack = false; + nrf_esb_config.protocol = NRF_ESB_PROTOCOL_ESB_DPL; + nrf_esb_config.bitrate = NRF_ESB_BITRATE_2MBPS; + nrf_esb_config.event_handler = nrf_esb_event_handler; + nrf_esb_config.mode = NRF_ESB_MODE_PTX; + + err_code = nrf_esb_init(&nrf_esb_config); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_0(base_addr_0); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_1(base_addr_1); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_prefixes(addr_prefix, 8); + VERIFY_SUCCESS(err_code); + + tx_payload.length = 3; + tx_payload.pipe = 0; + tx_payload.data[0] = 0x00; + + return NRF_SUCCESS; +} + + +uint32_t gpio_check_and_esb_tx() +{ + uint32_t err_code; + button_state_1 = nrf_gpio_pin_read(BUTTON_1); + button_state_2 = nrf_gpio_pin_read(BUTTON_2); + button_state_3 = nrf_gpio_pin_read(BUTTON_3); + button_state_4 = nrf_gpio_pin_read(BUTTON_4); + if (button_state_1 == BTN_PRESSED) + { + tx_payload.data[0] |= 1 << 0; + } + if (button_state_2 == BTN_PRESSED) + { + tx_payload.data[0] |= 1 << 1; + } + if (button_state_3 == BTN_PRESSED) + { + tx_payload.data[0] |= 1 << 2; + } + if (button_state_4 == BTN_PRESSED) + { + tx_payload.data[0] |= 1 << 3; + } + if (button_state_1 + button_state_2 + button_state_3 + button_state_4 == BTN_PRESSED + 3 * BTN_RELEASED) + { + tx_payload.noack = false; + err_code = nrf_esb_write_payload(&tx_payload); + VERIFY_SUCCESS(err_code); + } + else + { + esb_completed = true; + } + + return NRF_SUCCESS; +} + + +void gpio_init( void ) +{ + nrf_gpio_cfg_sense_input(BUTTON_1, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); + nrf_gpio_cfg_sense_input(BUTTON_2, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); + nrf_gpio_cfg_sense_input(BUTTON_3, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); + nrf_gpio_cfg_sense_input(BUTTON_4, NRF_GPIO_PIN_PULLUP, NRF_GPIO_PIN_SENSE_LOW); + + // Workaround for PAN_028 rev1.1 anomaly 22 - System: Issues with disable System OFF mechanism + nrf_delay_ms(1); + + bsp_board_init(BSP_INIT_LEDS); +} + + +void recover_state() +{ + uint32_t loop_count = 0; + if ((NRF_POWER->GPREGRET >> 4) == RESET_MEMORY_TEST_BYTE) + { + // Take the loop_count value. + loop_count = (uint8_t)(NRF_POWER->GPREGRET & 0xFUL); + NRF_POWER->GPREGRET = 0; + } + + loop_count++; + NRF_POWER->GPREGRET = ( (RESET_MEMORY_TEST_BYTE << 4) | loop_count); + + tx_payload.data[1] = loop_count << 4; +} + + +int main(void) +{ + uint32_t err_code; + // Initialize + clocks_start(); + err_code = esb_init(); + APP_ERROR_CHECK(err_code); + + gpio_init(); + + // Recover state if the device was woken from System OFF. + recover_state(); + + // Check state of all buttons and send an esb packet with the button press if there is exactly one. + err_code = gpio_check_and_esb_tx(); + APP_ERROR_CHECK(err_code); + + while (true) + { + // Wait for esb completed and all buttons released before going to system off. + if (esb_completed) + { + if (nrf_gpio_pin_read(BUTTON_1) == BTN_RELEASED && + nrf_gpio_pin_read(BUTTON_2) == BTN_RELEASED && + nrf_gpio_pin_read(BUTTON_3) == BTN_RELEASED && + nrf_gpio_pin_read(BUTTON_4) == BTN_RELEASED + ) + { + system_off(); + } + } + } +} +/*lint -restore */ diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvproj new file mode 100644 index 0000000..5e2e887 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm4/esb_low_power_ptx_pca10040.uvproj @@ -0,0 +1,470 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvprojx new file mode 100644 index 0000000..9d4e177 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/arm5_no_packs/esb_low_power_ptx_pca10040.uvprojx @@ -0,0 +1,494 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..c17bb3b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/Makefile @@ -0,0 +1,153 @@ +PROJECT_NAME := esb_low_power_ptx_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := esb_low_power_ptx_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + $(SDK_ROOT)/components/proprietary_rf/esb/nrf_esb.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/util \ + ../config \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/proprietary_rf/esb \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/external/fprintf \ + +# Libraries common to all targets +LIB_FILES += \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DBSP_DEFINES_ONLY +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DESB_PRESENT +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DBSP_DEFINES_ONLY +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DESB_PRESENT +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/esb_low_power_ptx_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/esb_low_power_ptx_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/armgcc/esb_low_power_ptx_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..4811cfd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/config/sdk_config.h @@ -0,0 +1,2604 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Libraries + +//========================================================== +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 0 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewp new file mode 100644 index 0000000..1663c89 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/iar/esb_low_power_ptx_pca10040.ewp @@ -0,0 +1,1030 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emProject new file mode 100644 index 0000000..52c91e5 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emProject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emSession new file mode 100644 index 0000000..8337a31 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/esb_low_power_ptx_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_low_power_ptx/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/esb_prx.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/esb_prx.eww new file mode 100644 index 0000000..f832c06 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/esb_prx.eww @@ -0,0 +1,6 @@ + + + + $WS_DIR$\pca10040\blank\iar\esb_prx_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/esb_prx_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/esb_prx_pca10040.hex new file mode 100644 index 0000000..2569dfe --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/esb_prx_pca10040.hex @@ -0,0 +1,312 @@ +:020000040000FA +:1000000098230020150200001D0200001F020000BE +:100010002102000023020000250200000000000071 +:1000200000000000000000000000000027020000A7 +:1000300029020000000000002B0200002D02000039 +:100040002F0200001D0300002F0200002F020000FD +:100050002F0200002F0200002F0200002F020000DC +:100060002F0200002F0200002F0200002F020000CC +:100070002F0200002F0200002F0200002F020000BC +:100080002F0200002F0200002F0200002F020000AC +:10009000790300002F0200002F0200002F02000051 +:1000A0002F0200002F020000ED0600002F020000CA +:1000B0002F0200002F0200000000000000000000DE +:1000C0002F0200002F0200002F0200002F0200006C +:1000D0002F0200002F0200002F020000000000008D +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F03CF800480047250900005A +:10021000982300200648804706480047FEE7FEE78F +:10022000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7A6 +:10023000D10300000102000040EA01039B0703D044 +:1002400009E008C9121F08C0042AFAD203E011F815 +:10025000013B00F8013B521EF9D27047D2B201E0D7 +:1002600000F8012B491EFBD270470022F6E710B5BB +:1002700013460A4604461946FFF7F0FF204610BD14 +:10028000064C074D06E0E06840F0010394E80700E3 +:1002900098471034AC42F6D3FFF7B6FFD8120000EF +:1002A000F812000000F01F02012191404009800077 +:1002B00000F1E020C0F88012704700F01F02012119 +:1002C00091404009800000F1E020C0F880117047A3 +:1002D00000F01F02012191404009800000F1E02060 +:1002E000C0F80011704700F01F0201219140400941 +:1002F000800000F1E020C0F8001270474907090EA5 +:10030000002806DA00F00F0000F1E02080F8141D4C +:10031000704700F1E02080F80014704770B5144C6D +:10032000D4F80001002628B1D4F80403C00701D096 +:10033000C4F80061D4F80C010E4D40B1D4F80403A8 +:10034000000704D5C4F80C61286900B18047D4F8CF +:10035000100100280BD0D4F80403C00607D5C4F858 +:100360001061E868002802D0BDE87040004770BD09 +:1003700000100040000000207CB5144C606A019021 +:100380002078002821D00120FFF797FF656800261C +:1003900066600120FFF79CFFE169002915D0E8079E +:1003A00003D08DF8006068468847A80705D501206E +:1003B0008DF80000E16968468847680705D5022086 +:1003C0008DF80000E169684688477CBD0000002088 +:1003D000F0B5B5480023021D0178101D01254FF02E +:1003E000805406290BD11678360708D10678C6F353 +:1003F0000316032E06D0042E04D0052E02D00629A3 +:1004000007D00EE0B4F82463A84FC6F304263E607C +:1004100002E01678360704D10678C6F30316032ED9 +:1004200002D0062904D00FE0A24FA14E7E670EE055 +:100430001678360708D10678C6F30316032E06D0C1 +:10044000042E04D0052E02D0062907D00EE0D4F8E1 +:100450004462994FC6F342363E6002E01678360792 +:1004600004D10678C6F30316032E02D0062906D05F +:1004700011E0924E376827F0807737600EE01678EB +:10048000360708D10678C6F30316032E06D0042ECD +:1004900004D0052E02D006290AD011E04FF0804684 +:1004A000C6F80C31C6F81031834E361F336002E0B7 +:1004B0001678360704D10678C6F30316032E02D049 +:1004C000062905D00CE07C4F032664373E600AE025 +:1004D0001678360704D10678C6F30316032E02D029 +:1004E00006290DD014E0764F05263E60744E78360E +:1004F0003560734E083633603F263F1D3E6002E094 +:100500001678360704D10678C6F30316052E02D0F6 +:10051000062957D062E06B4E36686B4F3E60694EDD +:10052000361D36683F1D3E60664E083636683F1DF4 +:100530003E60644E0C3636683F1D3E60614E10369C +:1005400036683F1D3E605F4E143636683F1D3E6084 +:100550005C4E183636685C4F20373E60594E1C366C +:1005600036683F1D3E60574E203636683F1D3E6060 +:10057000544E243636683F1D3E60524E283636684B +:100580003F1D3E604F4E2C3636683F1D3E604D4E3F +:10059000303636684C4F40373E604A4E3436366807 +:1005A0003F1D3E60474E383636683F1D3E60454E23 +:1005B0003C3636683F1D3E60424E403636683F1D31 +:1005C0003E6002E01678360708D10678C6F30316B7 +:1005D000032E06D0042E04D0052E02D0062907D003 +:1005E00019E0D4F85812394A01F04F01116002E0C5 +:1005F000117809070FD10078C0F30310032803D046 +:10060000042801D0052806D131480168C90702D065 +:100610006FF001010160D4F83001062808D1D4F848 +:100620003401062804D12B48016841F4806101603F +:1006300022487438016841F470010160BFF34F8FA4 +:10064000BFF36F8F4FF01021D1F80002002803DBB9 +:10065000D1F80402002822DA1F4A15601F480468F6 +:10066000002CFCD01524C1F800420568002DFCD0F8 +:10067000C1F8044201680029FCD013600168002918 +:10068000FCD0BFF34F8F0D48F0380168144A01F4D5 +:10069000E06111430160BFF34F8F00BFFDE71249D6 +:1006A00010480860F0BD0000E00F00F04035014048 +:1006B0000DF0ADBA00C007403C050040FCED00E085 +:1006C000105600400404001020C50040E40E004015 +:1006D000000400403C17004004E5014000E40140F4 +:1006E0000400FA050090D003480000200748D0F825 +:1006F0004011002909D00021C0F840110448407879 +:10070000032802D1034901200861704700A001407D +:10071000000000200010004002E008C8121F08C1BD +:10072000002AFAD170477047002001E001C1121F72 +:10073000002AFBD17047006890FAA0F000BA00BA16 +:100740007047000072B609480068C00700D000BEBC +:10075000BFF34F8F0548E4380168054A01F4E061B2 +:1007600011430160BFF34F8F00BFFDE7F0ED00E0E4 +:100770000400FA050EB500210091CDE901106A468A +:1007800044F20100FFF7DEFF0EBD000006480168DD +:1007900021F0010101600548016821F0010141F0EB +:1007A00080710160002070475016004074170040AF +:1007B0002DE9FC410646C0074FF000050ED0104F52 +:1007C00000240122385D009500231146019500F0B8 +:1007D00055FB641C042CF4D300F01CF8B0070DD5B5 +:1007E000074E0024361D0022305D0323009511467C +:1007F000019500F043FB641C042CF4D3BDE8FC819C +:10080000D01200000249085C012100F054BB000036 +:10081000D012000010B500242046FFF7F3FF641C3F +:10082000042CF9D310BD006890FAA0F000BA70470C +:1008300070B50F4D0F4CA868C4F800020E486969E6 +:10084000C07C88470E490D4808600021C4F810118B +:1008500001202061D4F81021002AFBD0C4F8101127 +:10086000A96841F00401C4F80012606070BD000086 +:1008700000000020001000407400002056030020FB +:10088000041500404FF080400021C0F80011012104 +:10089000C0F80010D0F800110029FBD0704700000C +:1008A00000B51AA08BB00068089019A019A10068C3 +:1008B0000990D1E90001CDE90601182217496846DF +:1008C000FFF7BAFC08208DF8130001208DF8000016 +:1008D0008DF808008DF801001148019000208DF876 +:1008E0001400684600F098F800280DD108A800F020 +:1008F000CDF9002808D109A800F0F6F9002803D1A5 +:10090000082106A800F036FA0BB000BDE7E7E7E7DC +:10091000C2C2C2C2E7C2C3C4C5C6C7C8B8120000BB +:100920008D0900000120FFF743FFFFF7ABFFFFF742 +:10093000B7FF08B1FFF71EFF00F060FA08B1FFF73C +:1009400019FF20BFFDE7000070B50C494FF470504F +:1009500008600B4C0025657000F096FB20210948CB +:10096000FFF783FCE56214202563FFF7A6FC064928 +:100970000320C1F80002002070BD000008F501400E +:1009800000000020780300200010004010B500781F +:1009900000283DD001283BD0022839D11D4800F065 +:1009A00031F9002834D11B4CA079410703D000F065 +:1009B0000700042801D9012100E00021112000F0E6 +:1009C0006FFAA07900F00700012801D9052801D9A4 +:1009D000012100E00021122000F062FAA07900F06D +:1009E0000700022801D9062801D9012100E00021D1 +:1009F000132000F055FAA07900F00700032801D871 +:100A0000012100E00021BDE81040142000F048BAA8 +:100A100010BD00004C0000202DE9F04105007DD004 +:100A2000694C207818B1FFF78FFF002877D16868EC +:100A3000E061182229466548FFF7FEFB0025656046 +:100A400020216348FFF711FCE562256300F0BAFB43 +:100A500000287DD05F494FF0E7300860091D4FF056 +:100A600043300860091D5C480860091D5B48086048 +:100A700000F00AFB55490020183101F5947200BFBF +:100A800000EB800303EB40130B4442F82030401C82 +:100A90000828F5DB5249002001F5947200EB800331 +:100AA00003EB40130B4442F82030401C0828F5DBD0 +:100AB0004C48042606604B48083805604A4840F216 +:100AC0000221C0F800124A4A48491160111D08600D +:100AD000DFF81881091D08F10408C1F80080001D25 +:100AE000091D0860091D434808604048F038091D89 +:100AF00008604048001D091D0860091D3E48086047 +:100B0000324F787C00F007010120FFF7F7FBB87C3B +:100B100000F007011420FFF7F1FB01E04FE04CE08B +:100B20001420FFF7D5FBA0780127E8B3A068294976 +:100B300040F04000A0600220443108602F490320AB +:100B400008602E48083006602C490520383100E046 +:100B500037E008602A4E40F20110C6F8000227482C +:100B6000001F05603804C6F80403F76005211A2049 +:100B7000FFF7C4FB1A20FFF7ABFB1D490839C1F88A +:100B80000080081D0660194819492830103908608E +:100B9000174A311D0C3A1160154918390860184878 +:100BA0000C30091D086000E004E011494FF460704A +:100BB0005C390860657027700020BDE8F0810E2068 +:100BC000FBE70720F9E70000000000207400002088 +:100BD000780300201C150040E743C323A363E313FD +:100BE000E001002010A5004000A0004000110040DE +:100BF00060F5014040A100400010004008A5014000 +:100C000000A0014070B505461E48007880B385B34A +:100C10001D4CA06A70B30120FFF74FFB606A54F8C7 +:100C200020100A782A7054F820104978697054F816 +:100C300020108978A97054F820100979297154F886 +:100C40002010C978E97054F82010681D491DFFF77D +:100C5000F3FA606A401C6062082801D300206062D9 +:100C6000A06A401EA0620120FFF732FB002070BD89 +:100C700001E002E003E00820F9E70E20F7E7052095 +:100C8000F5E70000000000200803002070B5134EB7 +:100C90000446707808B1112070BDCCB10F483430D3 +:100CA000407C052816D04FF07F452046FFF743FDD6 +:100CB000284204D10A48006810F0FF0F0CD02068C9 +:100CC0007063012000F03AFABDE87040FFF75EBDA6 +:100CD0000E2070BD034DE8E7072070BD0000002026 +:100CE000241500400000FFFF70B51F4D04466878D2 +:100CF00008B1112070BD84B31B483430407C0528F6 +:100D00002DD04FF07F462046FFF715FD30421BD116 +:100D10001649086810F47F4F23D0086810F47F0F3D +:100D20001FD00868000E1CD0091D0868000E18D0DE +:100D3000086810F47F0F14D0086810F47F4F10D0AB +:100D4000086810F0FF0F0CD02068A863022000F0A4 +:100D5000F5F9BDE87040FFF719BD0E2070BD044ED7 +:100D6000D1E7072070BD00000000002024150040DE +:100D70000000FFFF70B50C461D49497809B11120EC +:100D800070BDB0B1092C31D2194D3435697C0529BB +:100D900011D04FF07F412CB1164A12680A4201D19E +:100DA00002781AB3134A121D12680A420BD10121AC +:100DB00007E00E2070BD1049EDE7425CB2B1491C5E +:100DC000C9B2A142F9D30146094822463C30FFF797 +:100DD00033FAC4F10801FF202C74C840A874042021 +:100DE00000F0ACF9BDE87040FFF7D0BC072070BD43 +:100DF000000000201C1500400000FFFF70B51A48DD +:100E0000417809B1112070BD184C4FF0FF31C4F882 +:100E100008130025C4F810511549C160816841F0DC +:100E20000401C4F800121021C4F804130421417015 +:100E30000D48104A3430817C11600E49C07C28393D +:100E40000860091F0C48086001209434FFF72AFA53 +:100E50000120FFF73DFA25676567E567012044F843 +:100E6000900C002070BD0000000000200010004029 +:100E7000CD0E0000301500405603002070B541EA49 +:100E80004201DDE904564FF0A04441EA830141EA02 +:100E9000052104EB800041EA0641C0F8001770BD4F +:100EA00001224FF0A043824011B1C3F808257047DA +:100EB000C3F80C25704701224FF0A043824011B1C6 +:100EC000C3F808257047C3F80C2570472DE9F05F7B +:100ED000554800220127006818B15448806A082844 +:100EE00003D3BDE8F05FFFF7A3BCDFF83C9109F145 +:100EF0000809D9F800004D49703101EB800609F16D +:100F000004010C68494B35884E33AC42587805D102 +:100F1000B478B4EB500F01D1012200274008B07023 +:100F200008689A4630804248424C017D19B19AF8CF +:100F30000110C90710D0A1683F4B41F00801C3F868 +:100F400000123C49394D007849694FF0000B2C35AF +:100F5000B8B3012847D102E0FFF76AFC4EE03748FA +:100F6000836AB3F1000E2DD0436A50F823C09CF879 +:100F70000180D9F800C0E04524D196F803C0BCF147 +:100F8000010F0DD162B95B1C4362082B01D3C0F87D +:100F900024B0AEF101028262626842F00102626036 +:100FA0000122F270426A50F82200A061007888475E +:100FB000A1690878287011F8052BA81CFFF73CF9E7 +:100FC00006E009E086F803B00020884785F800B005 +:100FD0009AF80100687006E0002088479AF800003F +:100FE000287085F801B005206070D9F80000144918 +:100FF00008601348283805601248E060002F10D0C0 +:10100000B178D9F80000C0B200F04CF8002808D040 +:10101000606840F004006060BDE8F05F1420FFF7F6 +:1010200062B9BDE8F09F00000014004008030020F2 +:10103000740000200000002000100040B4010020D7 +:101040002C1500404910000010B5094C0949A06852 +:1010500040F00400C1F8000207486169C07C88477D +:101060000749064808600748E0600420607010BD2A +:1010700000000020001000407400002056030020F3 +:1010800004150040CD0E00000549002008624862AA +:10109000886201F5AA7108624862886270470000A0 +:1010A000B40100202DE9F041224C07468846A06A91 +:1010B00008283DD2A4F5257120460A780026006A4A +:1010C00001F2E225012A03D04A7842B1C97C02E04C +:1010D000297820292CD854F82020117002E054F8E7 +:1010E00020100E7054F82000A91C10F8052BFFF7F3 +:1010F000A3F8206A54F820104F700F49096854F87B +:101100002020917054F8202082F80480697854F8E7 +:10111000202041F30001491C401CD17020620828A6 +:1011200000D32662A06A401CA0620120BDE8F081C5 +:101130000020FBE7080300204815004010B50446D6 +:10114000C00704D00F48FFF7F6FA0F490860A00760 +:1011500006D50C48001DFFF7EEFA0B49091D086083 +:1011600060070DD507480830FFF75DFB06490831D9 +:10117000086004480C30FFF756FB03490C31086047 +:1011800010BD0000340000201C1500400A48017A00 +:101190000A4801600A4849B1012905D0032909D04C +:1011A000042901D000207047302100E040218162F5 +:1011B000012070474921FAE7740000201015004013 +:1011C0000000002070B500F041F8FFF7DFFF194C78 +:1011D000194922787AB1012A0BD000220240607AA4 +:1011E000B8B1164B1D1F01280ED0022807D00025CC +:1011F00013E0134A00E0134A4A610122EEE74FF67A +:10120000FF761E60104B03E0FF261E6040F20713BE +:101210002B600A4B083B1860012549691540E07CAA +:101220008847A089872801D3012000E000202840BA +:1012300070BD000074000020000000203C1500403C +:101240008D120000611200002110010002480349C4 +:10125000807A086070470000740000200C15004080 +:10126000084A074911600849497C491E090441EAB6 +:101270000021014341F08070111D0860704700009B +:101280000001010014150040340000200749064801 +:10129000086007480749407C401E41EA0040034976 +:1012A000091D086070470000060003001415004087 +:1012B00034000020200000010100000000000000B8 +:1012C00001020000FA0003000001022000000000FB +:1012D000111213140D0E0F10F81200000000002060 +:1012E0004C00000018070000441300004C000020D0 +:1012F0004C2300002807000000000100000000004F +:1013000013010000000000000000000000000000C9 +:1013100000000000000000000000000000000000CD +:10132000000000000000000000000000E7E7E7E721 +:10133000C2C2C2C2E7C2C3C4C5C6C7C80805FF024D +:041340000090D00346 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/main.c new file mode 100644 index 0000000..8221874 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/main.c @@ -0,0 +1,164 @@ +/** + * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#include "nrf_esb.h" + +#include +#include +#include "sdk_common.h" +#include "nrf.h" +#include "nrf_esb_error_codes.h" +#include "nrf_delay.h" +#include "nrf_gpio.h" +#include "nrf_error.h" +#include "boards.h" + + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +uint8_t led_nr; + +nrf_esb_payload_t rx_payload; + +/*lint -save -esym(40, BUTTON_1) -esym(40, BUTTON_2) -esym(40, BUTTON_3) -esym(40, BUTTON_4) -esym(40, LED_1) -esym(40, LED_2) -esym(40, LED_3) -esym(40, LED_4) */ + +void nrf_esb_event_handler(nrf_esb_evt_t const * p_event) +{ + switch (p_event->evt_id) + { + case NRF_ESB_EVENT_TX_SUCCESS: + NRF_LOG_DEBUG("TX SUCCESS EVENT"); + break; + case NRF_ESB_EVENT_TX_FAILED: + NRF_LOG_DEBUG("TX FAILED EVENT"); + break; + case NRF_ESB_EVENT_RX_RECEIVED: + NRF_LOG_DEBUG("RX RECEIVED EVENT"); + if (nrf_esb_read_rx_payload(&rx_payload) == NRF_SUCCESS) + { + // Set LEDs identical to the ones on the PTX. + nrf_gpio_pin_write(LED_1, !(rx_payload.data[1]%8>0 && rx_payload.data[1]%8<=4)); + nrf_gpio_pin_write(LED_2, !(rx_payload.data[1]%8>1 && rx_payload.data[1]%8<=5)); + nrf_gpio_pin_write(LED_3, !(rx_payload.data[1]%8>2 && rx_payload.data[1]%8<=6)); + nrf_gpio_pin_write(LED_4, !(rx_payload.data[1]%8>3)); + + NRF_LOG_DEBUG("Receiving packet: %02x", rx_payload.data[1]); + } + break; + } +} + + +void clocks_start( void ) +{ + NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; + NRF_CLOCK->TASKS_HFCLKSTART = 1; + + while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); +} + + +void gpio_init( void ) +{ + bsp_board_init(BSP_INIT_LEDS); +} + + +uint32_t esb_init( void ) +{ + uint32_t err_code; + uint8_t base_addr_0[4] = {0xE7, 0xE7, 0xE7, 0xE7}; + uint8_t base_addr_1[4] = {0xC2, 0xC2, 0xC2, 0xC2}; + uint8_t addr_prefix[8] = {0xE7, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8 }; + nrf_esb_config_t nrf_esb_config = NRF_ESB_DEFAULT_CONFIG; + nrf_esb_config.payload_length = 8; + nrf_esb_config.protocol = NRF_ESB_PROTOCOL_ESB_DPL; + nrf_esb_config.bitrate = NRF_ESB_BITRATE_2MBPS; + nrf_esb_config.mode = NRF_ESB_MODE_PRX; + nrf_esb_config.event_handler = nrf_esb_event_handler; + nrf_esb_config.selective_auto_ack = false; + + err_code = nrf_esb_init(&nrf_esb_config); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_0(base_addr_0); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_1(base_addr_1); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_prefixes(addr_prefix, 8); + VERIFY_SUCCESS(err_code); + + return err_code; +} + + +int main(void) +{ + uint32_t err_code; + + gpio_init(); + + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + clocks_start(); + + err_code = esb_init(); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEBUG("Enhanced ShockBurst Receiver Example started."); + + err_code = nrf_esb_start_rx(); + APP_ERROR_CHECK(err_code); + + while (true) + { + if (NRF_LOG_PROCESS() == false) + { + __WFE(); + } + } +} +/*lint -restore */ diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvproj new file mode 100644 index 0000000..5e2e887 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm4/esb_prx_pca10040.uvproj @@ -0,0 +1,470 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvprojx new file mode 100644 index 0000000..9d4e177 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/arm5_no_packs/esb_prx_pca10040.uvprojx @@ -0,0 +1,494 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..c004cf9 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/Makefile @@ -0,0 +1,153 @@ +PROJECT_NAME := esb_prx_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := esb_prx_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + $(SDK_ROOT)/components/proprietary_rf/esb/nrf_esb.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/util \ + ../config \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/proprietary_rf/esb \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/external/fprintf \ + +# Libraries common to all targets +LIB_FILES += \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DBSP_DEFINES_ONLY +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DESB_PRESENT +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DBSP_DEFINES_ONLY +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DESB_PRESENT +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/esb_prx_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/esb_prx_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/armgcc/esb_prx_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..4811cfd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/config/sdk_config.h @@ -0,0 +1,2604 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Libraries + +//========================================================== +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 0 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewp new file mode 100644 index 0000000..6dd3145 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/iar/esb_prx_pca10040.ewp @@ -0,0 +1,1030 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emProject new file mode 100644 index 0000000..2d7fdb5 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emProject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emSession new file mode 100644 index 0000000..a40618f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/esb_prx_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_prx/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/esb_ptx.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/esb_ptx.eww new file mode 100644 index 0000000..435e683 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/esb_ptx.eww @@ -0,0 +1,6 @@ + + + + $WS_DIR$\pca10040\blank\iar\esb_ptx_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/esb_ptx_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/esb_ptx_pca10040.hex new file mode 100644 index 0000000..1aeb688 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/esb_ptx_pca10040.hex @@ -0,0 +1,348 @@ +:020000040000FA +:10000000C0230020150200001D0200001F02000096 +:100010002102000023020000250200000000000071 +:1000200000000000000000000000000027020000A7 +:1000300029020000000000002B0200002D02000039 +:100040002F0200001D0300002F0200002F020000FD +:100050002F0200002F0200002F0200002F020000DC +:100060002F0200002F0200002F0200002F020000CC +:100070002F0200002F0200002F0200002F020000BC +:100080002F0200002F0200002F0200002F020000AC +:10009000790300002F0200002F0200002F02000051 +:1000A0002F0200002F020000ED0600002F020000CA +:1000B0002F0200002F0200000000000000000000DE +:1000C0002F0200002F0200002F0200002F0200006C +:1000D0002F0200002F0200002F020000000000008D +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F03CF800480047F908000087 +:10021000C02300200648804706480047FEE7FEE767 +:10022000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7A6 +:10023000D10300000102000040EA01039B0703D044 +:1002400009E008C9121F08C0042AFAD203E011F815 +:10025000013B00F8013B521EF9D27047D2B201E0D7 +:1002600000F8012B491EFBD270470022F6E710B5BB +:1002700013460A4604461946FFF7F0FF204610BD14 +:10028000064C074D06E0E06840F0010394E80700E3 +:1002900098471034AC42F6D3FFF7B6FFF8140000CD +:1002A0001815000000F01F02012191404009800054 +:1002B00000F1E020C0F88012704700F01F02012119 +:1002C00091404009800000F1E020C0F880117047A3 +:1002D00000F01F02012191404009800000F1E02060 +:1002E000C0F80011704700F01F0201219140400941 +:1002F000800000F1E020C0F8001270474907090EA5 +:10030000002806DA00F00F0000F1E02080F8141D4C +:10031000704700F1E02080F80014704770B5144C6D +:10032000D4F80001002628B1D4F80403C00701D096 +:10033000C4F80061D4F80C010E4D40B1D4F80403A8 +:10034000000704D5C4F80C61286900B18047D4F8CF +:10035000100100280BD0D4F80403C00607D5C4F858 +:100360001061E868002802D0BDE87040004770BD09 +:1003700000100040280000207CB5144C606A0190F9 +:100380002078002821D00120FFF797FF656800261C +:1003900066600120FFF79CFFE169002915D0E8079E +:1003A00003D08DF8006068468847A80705D501206E +:1003B0008DF80000E16968468847680705D5022086 +:1003C0008DF80000E169684688477CBD2800002060 +:1003D000F0B5B5480023021D0178101D01254FF02E +:1003E000805406290BD11678360708D10678C6F353 +:1003F0000316032E06D0042E04D0052E02D00629A3 +:1004000007D00EE0B4F82463A84FC6F304263E607C +:1004100002E01678360704D10678C6F30316032ED9 +:1004200002D0062904D00FE0A24FA14E7E670EE055 +:100430001678360708D10678C6F30316032E06D0C1 +:10044000042E04D0052E02D0062907D00EE0D4F8E1 +:100450004462994FC6F342363E6002E01678360792 +:1004600004D10678C6F30316032E02D0062906D05F +:1004700011E0924E376827F0807737600EE01678EB +:10048000360708D10678C6F30316032E06D0042ECD +:1004900004D0052E02D006290AD011E04FF0804684 +:1004A000C6F80C31C6F81031834E361F336002E0B7 +:1004B0001678360704D10678C6F30316032E02D049 +:1004C000062905D00CE07C4F032664373E600AE025 +:1004D0001678360704D10678C6F30316032E02D029 +:1004E00006290DD014E0764F05263E60744E78360E +:1004F0003560734E083633603F263F1D3E6002E094 +:100500001678360704D10678C6F30316052E02D0F6 +:10051000062957D062E06B4E36686B4F3E60694EDD +:10052000361D36683F1D3E60664E083636683F1DF4 +:100530003E60644E0C3636683F1D3E60614E10369C +:1005400036683F1D3E605F4E143636683F1D3E6084 +:100550005C4E183636685C4F20373E60594E1C366C +:1005600036683F1D3E60574E203636683F1D3E6060 +:10057000544E243636683F1D3E60524E283636684B +:100580003F1D3E604F4E2C3636683F1D3E604D4E3F +:10059000303636684C4F40373E604A4E3436366807 +:1005A0003F1D3E60474E383636683F1D3E60454E23 +:1005B0003C3636683F1D3E60424E403636683F1D31 +:1005C0003E6002E01678360708D10678C6F30316B7 +:1005D000032E06D0042E04D0052E02D0062907D003 +:1005E00019E0D4F85812394A01F04F01116002E0C5 +:1005F000117809070FD10078C0F30310032803D046 +:10060000042801D0052806D131480168C90702D065 +:100610006FF001010160D4F83001062808D1D4F848 +:100620003401062804D12B48016841F4806101603F +:1006300022487438016841F470010160BFF34F8FA4 +:10064000BFF36F8F4FF01021D1F80002002803DBB9 +:10065000D1F80402002822DA1F4A15601F480468F6 +:10066000002CFCD01524C1F800420568002DFCD0F8 +:10067000C1F8044201680029FCD013600168002918 +:10068000FCD0BFF34F8F0D48F0380168144A01F4D5 +:10069000E06111430160BFF34F8F00BFFDE71249D6 +:1006A00010480860F0BD0000E00F00F04035014048 +:1006B0000DF0ADBA00C007403C050040FCED00E085 +:1006C000105600400404001020C50040E40E004015 +:1006D000000400403C17004004E5014000E40140F4 +:1006E0000400FA050090D003700000200748D0F8FD +:1006F0004011002909D00021C0F840110448407879 +:10070000032802D1034901200861704700A001407D +:10071000280000200010004002E008C8121F08C195 +:10072000002AFAD170477047002001E001C1121F72 +:10073000002AFBD17047006890FAA0F000BA00BA16 +:100740007047000072B609480068C00700D000BEBC +:10075000BFF34F8F0548E4380168054A01F4E061B2 +:1007600011430160BFF34F8F00BFFDE7F0ED00E0E4 +:100770000400FA050EB500210091CDE901106A468A +:1007800044F20100FFF7DEFF0EBD000006480168DD +:1007900021F0010101600548016821F0010141F0EB +:1007A00080710160002070475016004074170040AF +:1007B0002DE9FC410646C0074FF000050ED0104F52 +:1007C00000240122385D009500231146019500F0B8 +:1007D0009DFB641C042CF4D300F01CF8B0070DD56D +:1007E000074E0024361D0022305D0323009511467C +:1007F000019500F08BFB641C042CF4D3BDE8FC8154 +:10080000F01400000249085C012100F09CBB0000CC +:10081000F014000010B500242046FFF7F3FF641C1D +:10082000042CF9D310BD006890FAA0F000BA70470C +:100830004FF080400021C0F800110121C0F80010E5 +:10084000D0F800110029FBD07047000000B51BA0B4 +:100850008BB0006808901AA01AA100680990D1E92D +:100860000001CDE90601182218496846FFF7E4FCAB +:1008700001208DF800008DF8080015480190002037 +:100880008DF801004FF416718DF81400ADF80C10BE +:10089000684600F0DFF800280DD108A800F014FA2F +:1008A000002808D109A800F03DFA002803D108214A +:1008B00006A800F07DFA0BB000BD0000E7E7E7E70F +:1008C000C2C2C2C2E7C2C3C4C5C6C7C8D8140000EA +:1008D000E109000030B408200F214FF0A0430322AB +:1008E00003EB8004C4F80027401C8842F8D930BCD0 +:1008F0000120FFF75DBF0000FFF7ECFFFFF798FF57 +:10090000FFF7A4FF08B1FFF735FF214C214D224E20 +:100910000027E7701E4800F0A3FAA0BBA0794107AA +:1009200003D000F00700042801D9012100E00021D4 +:10093000112000F0FDFAA07900F00700012801D98C +:10094000052801D9012100E00021122000F0F0FA71 +:10095000A07900F00700022801D9062801D9012159 +:1009600000E00021132000F0E3FAA07900F0070076 +:10097000032801D8012100E00021142000F0D8FA5A +:10098000A079401CA071691C30468847C1E700006F +:1009900000000020D014000000D4300070B50C49D5 +:1009A0004FF4705008600B4C0025657000F0CEFBD2 +:1009B00020210948FFF759FCE56214202563FFF761 +:1009C0007CFC06490320C1F80002002070BD000035 +:1009D00008F5014028000020A0030020001000407E +:1009E00010B50446007870B1012802D002280AD15F +:1009F00004E000F017F800F01FFA04E0074800F0E8 +:100A00001FF90028FAD006494FF470400860207999 +:100A10000007000C091F086010BD000074000020D2 +:100A20000C050050094810B5007860B10120FFF7AF +:100A300044FC074800218162016241620120FFF706 +:100A400047FC002010BD082010BD00002800002039 +:100A5000DC0100202DE9F04105007DD0694C2078B3 +:100A600018B1FFF79BFF002877D16868E061182272 +:100A700029466548FFF7E0FB0025656020216348B3 +:100A8000FFF7F3FBE562256300F0A4FC00287DD0AE +:100A90005F494FF0E7300860091D4FF043300860B0 +:100AA000091D5C480860091D5B48086000F04EFBAA +:100AB00055490020183101F5947200BF00EB800306 +:100AC00003EB40130B4442F82030401C0828F5DBB0 +:100AD0005249002001F5947200EB800303EB4013B0 +:100AE0000B4442F82030401C0828F5DB4C48042613 +:100AF00006604B48083805604A4840F20221C0F8B9 +:100B000000124A4A48491160111D0860DFF8188137 +:100B1000091D08F10408C1F80080001D091D0860C6 +:100B2000091D434808604048F038091D08604048E6 +:100B3000001D091D0860091D3E480860324F787C81 +:100B400000F007010120FFF7D9FBB87C00F0070196 +:100B50001420FFF7D3FB01E04FE04CE01420FFF737 +:100B6000B7FBA0780127E8B3A068294940F040000E +:100B7000A0600220443108602F49032008602E48FD +:100B8000083006602C490520383100E037E0086065 +:100B90002A4E40F20110C6F800022748001F0560E7 +:100BA0003804C6F80403F76005211A20FFF7A6FBF6 +:100BB0001A20FFF78DFB1D490839C1F80080081D78 +:100BC000066019481949283010390860174A311D44 +:100BD0000C3A116015491839086018480C30091D85 +:100BE000086000E004E011494FF460705C3908606F +:100BF000657027700020BDE8F0810E20FBE707201C +:100C0000F9E70000280000209C000020A00300203D +:100C10001C150040E743C323A363E313080200202D +:100C200010A5004000A000400011004060F5014008 +:100C300040A100400010004008A5014000A0014074 +:100C400070B505461E48007880B385B31D4CA06A78 +:100C500070B30120FFF731FB606A54F820100A7866 +:100C60002A7054F820104978697054F82010897857 +:100C7000A97054F820100979297154F82010C97806 +:100C8000E97054F82010681D491DFFF7D5FA606A15 +:100C9000401C6062082801D300206062A06A401EE8 +:100CA000A0620120FFF714FB002070BD01E002E00C +:100CB00003E00820F9E70E20F7E70520F5E700003C +:100CC000280000203003002070B5134E04467078D1 +:100CD00008B1112070BDCCB10F483430407C0528DC +:100CE00016D04FF07F452046FFF725FD284204D15E +:100CF0000A48006810F0FF0F0CD0206870630120D4 +:100D000000F024FBBDE87040FFF740BD0E2070BD31 +:100D1000034DE8E7072070BD28000020241500409F +:100D20000000FFFF70B51F4D0446687808B1112020 +:100D300070BD84B31B483430407C05282DD04FF063 +:100D40007F462046FFF7F7FC30421BD11649086862 +:100D500010F47F4F23D0086810F47F0F1FD008686D +:100D6000000E1CD0091D0868000E18D0086810F489 +:100D70007F0F14D0086810F47F4F10D0086810F06F +:100D8000FF0F0CD02068A863022000F0DFFABDE856 +:100D90007040FFF7FBBC0E2070BD044ED1E707206A +:100DA00070BD000028000020241500400000FFFF57 +:100DB00070B50C461D49497809B1112070BDB0B11C +:100DC000092C31D2194D3435697C052911D04FF0E9 +:100DD0007F412CB1164A12680A4201D102781AB337 +:100DE000134A121D12680A420BD1012107E00E209E +:100DF00070BD1049EDE7425CB2B1491CC9B2A142D5 +:100E0000F9D30146094822463C30FFF715FAC4F1F0 +:100E10000801FF202C74C840A874042000F096FA42 +:100E2000BDE87040FFF7B2BC072070BD280000206D +:100E30001C1500400000FFFF074810B5407808B1BE +:100E4000112010BD0548806A18B100F0D9F90020C2 +:100E500010BD4FF4807010BD28000020DC01002080 +:100E60002DE9F041264F0546387840B155B1287834 +:100E700068B120280BD8234E317829B109E0082029 +:100E8000BDE8F0810E20FBE7F17C884201D9092002 +:100E9000F6E71D4CA06A082801D30420F0E7687823 +:100EA000082801D30720EBE70120FFF706FA206AA4 +:100EB0002522294654F82000FFF7BEF910486A7829 +:100EC0002C30815C491C01F003018154206A54F8E4 +:100ED0002020401C08281171206201D300202062CC +:100EE000A06A401CA0620120FFF7F2F9707828B9CF +:100EF000307C18B9787808B900F082F90020BFE793 +:100F0000280000209C000020DC01002070B541EA90 +:100F10004201DDE904564FF0A04441EA830141EA71 +:100F2000052104EB800041EA0641C0F8001770BDBE +:100F300001224FF0A043824011B1C3F80825704749 +:100F4000C3F80C25704701224FF0A043824011B135 +:100F5000C3F808257047C3F80C25704770B5164CC8 +:100F6000164AA068C2F80002A06A15490860154B2D +:100F7000091D9889823808601348012140F80C1F28 +:100F80000021C0F83411C0F83811104D4FF4E05072 +:100F9000286050142D1D2860C2F80C11187810B963 +:100FA0006169002088470B49094808600A48E060E9 +:100FB0000320607070BD0000280000200010004079 +:100FC00040A500409C00002000A0004004F5014026 +:100FD0007E030020041500401910000010B50C4CD1 +:100FE000606840F00100606000F096F90948806A8E +:100FF00030B11420FFF777F9BDE8104000F000B9D8 +:1010000000206070BDE810401420FFF76CB90000AC +:1010100028000020DC0100202DE9F047414A4FF470 +:10102000E05010604049D1F80C31DFF80091002702 +:101030003F4CB9F80E004E14DFF8F8800125E3B3F9 +:101040003D4B1B68CBB365601660D8F8041041F0C7 +:101050000101C8F80410D8F82010401A401CC8F844 +:10106000240000F059F999F8000088B109F2E22053 +:10107000017869B14078410830480068C0B200F09A +:1010800073F828B1D8F8040040F00400C8F8040050 +:101090002B48806A50B199F81000012806D014201E +:1010A000FFF721F9BDE8F04700F0AAB888F8017011 +:1010B000BDE8F0471420FFF716B9D8F820C0BCF1FE +:1010C000010CC8F820C00BD265601660401CC8F83F +:1010D0002400D8F8040040F00200C8F80400E5E756 +:1010E000D8F808000F4640F00802C1F80022D8F8EE +:1010F0001800D8F81410007888471048114928388B +:1011000001601148C8F80C00022088F80100256031 +:101110000448001F0660D4F84401002800D03D6058 +:10112000BDE8F08708F50140001000409C00002059 +:1011300000A0004028000020001400402C150040B2 +:10114000DC0100205C0300205D0F00000549002049 +:1011500008624862886201F5AA7108624862886282 +:1011600070470000DC0100202DE9F041224C0746C9 +:101170008846A06A08283DD2A4F5257120460A7841 +:101180000026006A01F2E225012A03D04A7842B122 +:10119000C97C02E0297820292CD854F8202011702D +:1011A00002E054F820100E7054F82000A91C10F82A +:1011B000052BFFF741F8206A54F820104F700F49B3 +:1011C000096854F82020917054F8202082F8048097 +:1011D000697854F8202041F30001491C401CD1706B +:1011E0002062082800D32662A06A401CA062012069 +:1011F000BDE8F0810020FBE73003002048150040E7 +:101200002DE9F05F3E4C4FF00108C4F824803D48C2 +:10121000DFF8F4A0A0F5A077416A3C4D4FF0000B39 +:1012200050F82110A161387807F5307610B1012807 +:1012300044D10DE0087861698847A1690879307068 +:1012400086F801B011F8052BB01CFEF7F5FF18E089 +:10125000C87828B3387D18B30020814608783070EC +:1012600008794006000E7070CA78DAB10022104387 +:10127000707011F8052BB01CFEF7DEFFB9F1000FFE +:1012800012D0A06840F00800C5F800021120C5F88F +:101290000403F88920620220C4F80CA060700DE0FD +:1012A0000120DAE70122E2E7A068C5F80002102079 +:1012B000C5F804031648E06084F80180A069154A67 +:1012C000417811604078444608FA00F0111D08602A +:1012D0000B48104934302439C07C0860081F066070 +:1012E0000120FEF7DFFF0120FEF7F2FFC5F804B191 +:1012F000C5F808B1C5F810B12C60BDE8F09F00003A +:1013000028000020DC0100205D0F000000100040DC +:10131000DD0F00002C15004010B50B4CA06A002812 +:1013200011D00120FEF7C9FFA06A401EA062606ACA +:10133000401C6062082801D300206062BDE81040B4 +:101340000120FEF7C5BF10BDDC01002010B504462A +:10135000C00704D00F48FFF7EEF90F490860A00757 +:1013600006D50C48001DFFF7E6F90B49091D08607A +:1013700060070DD507480830FFF755FA06490831D0 +:10138000086004480C30FFF74EFA03490C3108603E +:1013900010BD00005C0000201C1500400A48017AC6 +:1013A0000A4801600A4849B1012905D0032909D03A +:1013B000042901D000207047302100E040218162E3 +:1013C000012070474921FAE79C00002010150040D9 +:1013D0002800002070B500F041F8FFF7DFFF194C3E +:1013E000194922787AB1012A0BD000220240607A92 +:1013F000B8B1164B1D1F01280ED0022807D00025BA +:1014000013E0134A00E0134A4A610122EEE74FF667 +:10141000FF761E60104B03E0FF261E6040F20713AC +:101420002B600A4B083B1860012549691540E07C98 +:101430008847A089872801D3012000E000202840A8 +:1014400070BD00009C000020280000203C150040DA +:101450009D1400007114000021100100024803498E +:10146000807A0860704700009C0000200C15004046 +:10147000084A074911600849497C491E090441EAA4 +:101480000021014341F08070111D08607047000089 +:1014900000010100141500405C00002007490648C7 +:1014A000086007480749407C401E41EA0040034964 +:1014B000091D086070470000060003001415004075 +:1014C0005C0000202000000100000000000000007F +:1014D0000338FDD870470000010000000000000044 +:1014E00001020000FA0003000001022000000000D9 +:1014F000111213140D0E0F1018150000000000201B +:1015000074000000180700008C1500007400002013 +:101510004C23000028070000080000000001000024 +:1015200000110000000000000000000000000000AA +:1015300000000000000000000000000000000000AB +:101540000000010000000000130100000000000086 +:10155000000000000000000000000000000000008B +:10156000000000000000000000000000000000007B +:1015700000000000E7E7E7E7C2C2C2C2E7C2C3C497 +:0C158000C5C6C7C80805FF020090D003D4 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/main.c new file mode 100644 index 0000000..fa5a01f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/main.c @@ -0,0 +1,177 @@ +/** + * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#include +#include +#include +#include "sdk_common.h" +#include "nrf.h" +#include "nrf_esb.h" +#include "nrf_error.h" +#include "nrf_esb_error_codes.h" +#include "nrf_delay.h" +#include "nrf_gpio.h" +#include "boards.h" +#include "nrf_delay.h" +#include "app_util.h" + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +static nrf_esb_payload_t tx_payload = NRF_ESB_CREATE_PAYLOAD(0, 0x01, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x00); + +static nrf_esb_payload_t rx_payload; + +void nrf_esb_event_handler(nrf_esb_evt_t const * p_event) +{ + switch (p_event->evt_id) + { + case NRF_ESB_EVENT_TX_SUCCESS: + NRF_LOG_DEBUG("TX SUCCESS EVENT"); + break; + case NRF_ESB_EVENT_TX_FAILED: + NRF_LOG_DEBUG("TX FAILED EVENT"); + (void) nrf_esb_flush_tx(); + (void) nrf_esb_start_tx(); + break; + case NRF_ESB_EVENT_RX_RECEIVED: + NRF_LOG_DEBUG("RX RECEIVED EVENT"); + while (nrf_esb_read_rx_payload(&rx_payload) == NRF_SUCCESS) + { + if (rx_payload.length > 0) + { + NRF_LOG_DEBUG("RX RECEIVED PAYLOAD"); + } + } + break; + } + NRF_GPIO->OUTCLR = 0xFUL << 12; + NRF_GPIO->OUTSET = (p_event->tx_attempts & 0x0F) << 12; +} + + +void clocks_start( void ) +{ + NRF_CLOCK->EVENTS_HFCLKSTARTED = 0; + NRF_CLOCK->TASKS_HFCLKSTART = 1; + + while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); +} + + +void gpio_init( void ) +{ + nrf_gpio_range_cfg_output(8, 15); + bsp_board_init(BSP_INIT_LEDS); +} + + +uint32_t esb_init( void ) +{ + uint32_t err_code; + uint8_t base_addr_0[4] = {0xE7, 0xE7, 0xE7, 0xE7}; + uint8_t base_addr_1[4] = {0xC2, 0xC2, 0xC2, 0xC2}; + uint8_t addr_prefix[8] = {0xE7, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8 }; + + nrf_esb_config_t nrf_esb_config = NRF_ESB_DEFAULT_CONFIG; + nrf_esb_config.protocol = NRF_ESB_PROTOCOL_ESB_DPL; + nrf_esb_config.retransmit_delay = 600; + nrf_esb_config.bitrate = NRF_ESB_BITRATE_2MBPS; + nrf_esb_config.event_handler = nrf_esb_event_handler; + nrf_esb_config.mode = NRF_ESB_MODE_PTX; + nrf_esb_config.selective_auto_ack = false; + + err_code = nrf_esb_init(&nrf_esb_config); + + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_0(base_addr_0); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_base_address_1(base_addr_1); + VERIFY_SUCCESS(err_code); + + err_code = nrf_esb_set_prefixes(addr_prefix, 8); + VERIFY_SUCCESS(err_code); + + return err_code; +} + + +int main(void) +{ + ret_code_t err_code; + + gpio_init(); + + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + clocks_start(); + + err_code = esb_init(); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEBUG("Enhanced ShockBurst Transmitter Example started."); + + while (true) + { + NRF_LOG_DEBUG("Transmitting packet %02x", tx_payload.data[1]); + + tx_payload.noack = false; + if (nrf_esb_write_payload(&tx_payload) == NRF_SUCCESS) + { + // Toggle one of the LEDs. + nrf_gpio_pin_write(LED_1, !(tx_payload.data[1]%8>0 && tx_payload.data[1]%8<=4)); + nrf_gpio_pin_write(LED_2, !(tx_payload.data[1]%8>1 && tx_payload.data[1]%8<=5)); + nrf_gpio_pin_write(LED_3, !(tx_payload.data[1]%8>2 && tx_payload.data[1]%8<=6)); + nrf_gpio_pin_write(LED_4, !(tx_payload.data[1]%8>3)); + tx_payload.data[1]++; + } + else + { + NRF_LOG_WARNING("Sending packet failed"); + } + + nrf_delay_us(50000); + } +} diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvproj new file mode 100644 index 0000000..5e2e887 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm4/esb_ptx_pca10040.uvproj @@ -0,0 +1,470 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvprojx new file mode 100644 index 0000000..9d4e177 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/arm5_no_packs/esb_ptx_pca10040.uvprojx @@ -0,0 +1,494 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_DEFINES_ONLY,-DCONFIG_GPIO_AS_PINRESET,-DESB_PRESENT,-DFLOAT_ABI_HARD,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_DEFINES_ONLY CONFIG_GPIO_AS_PINRESET ESB_PRESENT FLOAT_ABI_HARD NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\esb;..\..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + nrf_esb.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..12a0053 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/Makefile @@ -0,0 +1,153 @@ +PROJECT_NAME := esb_ptx_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := esb_ptx_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + $(SDK_ROOT)/components/proprietary_rf/esb/nrf_esb.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/util \ + ../config \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/proprietary_rf/esb \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/external/fprintf \ + +# Libraries common to all targets +LIB_FILES += \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DBSP_DEFINES_ONLY +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DESB_PRESENT +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DBSP_DEFINES_ONLY +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DESB_PRESENT +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/esb_ptx_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/esb_ptx_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/armgcc/esb_ptx_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..4811cfd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/config/sdk_config.h @@ -0,0 +1,2604 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Libraries + +//========================================================== +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 0 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewp new file mode 100644 index 0000000..cb2060e --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/iar/esb_ptx_pca10040.ewp @@ -0,0 +1,1030 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\esb\nrf_esb.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emProject new file mode 100644 index 0000000..7cde584 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emProject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emSession new file mode 100644 index 0000000..6cf125c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/esb_ptx_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/esb_ptx/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/gzll_ack_payload_device.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/gzll_ack_payload_device.eww new file mode 100644 index 0000000..94b8005 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/gzll_ack_payload_device.eww @@ -0,0 +1,8 @@ + + + + $WS_DIR$\pca10056\blank\iar\gzll_ack_payload_device_pca10056.ewp + + $WS_DIR$\pca10040\blank\iar\gzll_ack_payload_device_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10040.hex new file mode 100644 index 0000000..323ee54 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10040.hex @@ -0,0 +1,1634 @@ +:020000040000FA +:10000000382D0020F9020000010300000303000066 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:1000400013030000D1060000D10B000013030000D1 +:1000500013030000130300007D04000013030000DD +:100060006D0B0000130300001303000013030000D6 +:100070001303000013030000130300001303000028 +:1000800013030000610700001303000013030000C6 +:100090008507000089070000130300001303000018 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000000000000DE +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F00AF900480047AD1A0000F2 +:10021000382D002030B4044654E8000F0D4644E861 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE7FD070000010200002DE9F05FA7 +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F05EF85346F9 +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A0005864000040EA01039B0703D009E008C934 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A7047202A04DB203A18 +:1004000021FA02F00021704721FA02F3D040C2F134 +:10041000200291400843194670470000064C074DE2 +:1004200006E0E06840F0010394E8070098471034C4 +:10043000AC42F6D3FFF7E8FE3C6500005C650000C7 +:1004400030B58C1810F8012B12F00F0301D110F801 +:10045000013B120906D110F8012B03E010F8015BF3 +:1004600001F8015B5B1EF9D101E001F8013B521E6E +:10047000FBD1A142E6D3002030BD00002DE9F047BA +:1004800000268AB0DFF85091B0464FF48075012401 +:1004900037460696284602F0E9F938B1D9F8040340 +:1004A000204203D0284602F0D7F926432D1D6400D0 +:1004B0007F1CADB2082FEDD34FF4BE74204602F07E +:1004C000D5F948B1204602F0C7F946F0004606AA21 +:1004D0000121002002F0ACF9404D16F0FF0F15D0BD +:1004E0000127002437420DD009EB8401D1F8100513 +:1004F000D1F81015C0F3042055F82420C1F30141B0 +:1005000002B190477F00641C082CEBD3002E5FDA09 +:100510004FF0FF30CDF8108054E0281910F8507FCC +:1005200090F9000027F0C008401C3BD007A94046C6 +:1005300001F016FD10B34FEA9719404600F0DCFFBA +:1005400055F820701FB1B9F1030F03D006E0B9F1DF +:10055000030F27D104A9404601F00AFD4FF0A04146 +:1005600001EB8800D0F8000706A9C0F3014A404615 +:1005700001F0F6FC18B1BAF1020F03D012E0BAF1A3 +:10058000030F0FD1B9F1030F08D1BAF1020F1DD03B +:100590000221404602F030F9761CF6B217B1494606 +:1005A0004046B847641C042CB7D3002E10D06A46CE +:1005B0000121002002F03CF906990098884207D0FA +:1005C00006900498002634460790A6E70321E0E74A +:1005D0000AB0BDE8F087000000600040740200200F +:1005E00000F01F02012191404009800000F1E0204D +:1005F000C0F88012704700F01F02012191404009AD +:10060000800000F1E020C0F88012704700F01F0267 +:10061000012191404009800000F1E020C0F88012E3 +:10062000704700F01F02012191404009800000F155 +:10063000E020C0F88012704700F01F0201219140B5 +:100640004009800000F1E020C0F88011704700F000 +:100650001F02012191404009800000F1E020C0F814 +:100660000011704700F01F020121914040098000F5 +:1006700000F1E020C0F80011704700F01F020121D6 +:1006800091404009800000F1E020C0F8001270475E +:100690004907090E002806DA00F00F0000F1E020FB +:1006A00080F8141D704700F1E02080F800147047B6 +:1006B0004907090E002806DA00F00F0000F1E020DB +:1006C00080F8141D704700F1E02080F80014704796 +:1006D00070B5204D28696C78401C2861687D10B188 +:1006E0001D4801F0CDFB287803281AD11B48D0F80B +:1006F0000C01B0B1012C04D0022C0AD016481230E3 +:1007000023E02869032816D01348083001F0B8FB0D +:1007100011E02869022812D00F480D3001F0B0FB1B +:100720000DE0032C0FD2012C05D0022C07D0BDE820 +:10073000704003F0B7BABDE8704003F0DFBABDE81F +:10074000704003F0F1BC04482830BDE8704001F06F +:1007500097BB0000EC09002038030A00001000409D +:1007600007480021C0F84011C0F84411C0F84811F2 +:10077000C0F84C11C0F80011C0F8041105F04EBBD0 +:100780000010014005F09CBA30B51B4C85B0002527 +:10079000012080F31088D4F8D40038B3D4F8D00006 +:1007A00000EB800004EB800001798DF80010816877 +:1007B000C26803694069CDE90330CDE90112D4F87C +:1007C000D400401EC4F8D400D4F8D000401CC4F8B3 +:1007D000D000D4F8D0000A2801D3C4F8D0500020AB +:1007E00080F31088216868468847D1E7002080F3AD +:1007F000108805B030BD0000080A0020F0B5B548EB +:100800000023021D0178101D01254FF08054062998 +:100810000BD11678360708D10678C6F30316032ED7 +:1008200006D0042E04D0052E02D0062907D00EE0F3 +:10083000B4F82463A84FC6F304263E6002E016789D +:10084000360704D10678C6F30316032E02D0062914 +:1008500004D00FE0A24FA14E7E670EE01678360757 +:1008600008D10678C6F30316032E06D0042E04D052 +:10087000052E02D0062907D00EE0D4F84462994F25 +:10088000C6F342363E6002E01678360704D1067899 +:10089000C6F30316032E02D0062906D011E0924EAD +:1008A000376827F0807737600EE01678360708D172 +:1008B0000678C6F30316032E06D0042E04D0052EA8 +:1008C00002D006290AD011E04FF08046C6F80C315C +:1008D000C6F81031834E361F336002E016783607B3 +:1008E00004D10678C6F30316032E02D0062905D0DC +:1008F0000CE07C4F032664373E600AE0167836072A +:1009000004D10678C6F30316032E02D006290DD0B3 +:1009100014E0764F05263E60744E78363560734E8F +:10092000083633603F263F1D3E6002E016783607EA +:1009300004D10678C6F30316052E02D0062957D037 +:1009400062E06B4E36686B4F3E60694E361D36680E +:100950003F1D3E60664E083636683F1D3E60644E61 +:100960000C3636683F1D3E60614E103636683F1DBE +:100970003E605F4E143636683F1D3E605C4E183652 +:1009800036685C4F20373E60594E1C3636683F1D36 +:100990003E60574E203636683F1D3E60544E24362A +:1009A00036683F1D3E60524E283636683F1D3E6019 +:1009B0004F4E2C3636683F1D3E604D4E3036366801 +:1009C0004C4F40373E604A4E343636683F1D3E60DD +:1009D000474E383636683F1D3E60454E3C363668D9 +:1009E0003F1D3E60424E403636683F1D3E6002E08D +:1009F0001678360708D10678C6F30316032E06D0FC +:100A0000042E04D0052E02D0062907D019E0D4F810 +:100A10005812394A01F04F01116002E011780907BC +:100A20000FD10078C0F30310032803D0042801D0AD +:100A3000052806D131480168C90702D06FF00101CD +:100A40000160D4F83001062808D1D4F83401062812 +:100A500004D12B48016841F4806101602248743858 +:100A6000016841F470010160BFF34F8FBFF36F8FD6 +:100A70004FF01021D1F80002002803DBD1F8040266 +:100A8000002822DA1F4A15601F480468002CFCD099 +:100A90001524C1F800420568002DFCD0C1F80442BD +:100AA00001680029FCD0136001680029FCD0BFF365 +:100AB0004F8F0D48F0380168144A01F4E06111438A +:100AC0000160BFF34F8F00BFFDE712491048086077 +:100AD000F0BD0000E00F00F0403501400DF0ADBA70 +:100AE00000C007403C050040FCED00E0105600400F +:100AF0000404001020C50040E40E00400004004043 +:100B00003C17004004E5014000E401400400FA0500 +:100B10000090D003D4000020124A10B50021104BE1 +:100B2000126809E053F82140844203D10E4801F0D5 +:100B3000A7F913E0491CC9B29142F3D3084A002136 +:100B400012F1180201EB011302EB4303834201D1BE +:100B5000012010BD491CC9B20629F3D3002010BDE5 +:100B6000540C002044010020EC00030070B5144E2A +:100B70004FF48030C6F808030025C6F84051114CE8 +:100B8000606810B9104801F07BF9A5706268012314 +:100B9000656073640D480168001F00681430B1F58A +:100BA000804F04D2B0F5404F01D9637005E0814217 +:100BB00001D3012000E000206070BDE870401047C4 +:100BC000008000401C010020E50004004485004036 +:100BD00001480068004700002000002002E008C82B +:100BE000121F08C1002AFAD170477047002001E0A7 +:100BF00001C1121F002AFBD17047022000F0FCB98E +:100C000070B50024064D06E06868012110F8340034 +:100C100004F08AFB641C28788442F5D3002070BD60 +:100C200028000020F8B515460C460646052A01D2D4 +:100C30000720F8BD04F074FC18B904F039FC002852 +:100C4000F7D1124900224E600C708D60C1E9042278 +:100C5000C1E906220E4D0DE006EBC40029680091A3 +:100C600081788DF8011000780A4A694604F0AEFBDD +:100C70000028DED1641EE4B2EED2BDE8F84004489C +:100C80000021054A001D00F053B800002800002094 +:100C90004C630000A1160000B515000072B603F009 +:100CA000DBFF00BF03F01EFE0028FBD1104C01212A +:100CB000208801EB00400FA103F020FF10480068DE +:100CC000C00700D000BE2088022101EB00400DA12A +:100CD00003F014FFBFF34F8F0948E43801680D4A51 +:100CE00001F4E06111430160BFF34F8F00BFFDE7E6 +:100CF0005C010020466174616C206572726F720045 +:100D0000F0ED00E053797374656D2072657365745E +:100D1000000000000400FA050EB500210091CDE9A5 +:100D200001106A4644F20100FFF7B8FF0EBD000053 +:100D3000074B9B7823B12AB120B10068037C1BB11B +:100D400008207047072070474174426100207047B7 +:100D50004003002070B504F0FFFE104800240B2172 +:100D6000047044700E4D817014206C602C706C7097 +:100D7000FFF736FC07211420FFF78AFC1420FFF749 +:100D800066FC0848046007211120FFF781FC054834 +:100D9000001F0068A860002070BD00004003002014 +:100DA00048000020081501402DE9F843DFF8709055 +:100DB00099F802305BB350B3052902D20720BDE891 +:100DC000F88343691BB3437C012B22D000270446E0 +:100DD000002588461646284600F036F8684605F095 +:100DE0007DFAC0B1012101700E4944600968C0E973 +:100DF0000218C0E904769DF8000089F8010000207F +:100E000000F024F81420FFF738FC2846D7E7082024 +:100E1000D5E70F46DBE70425002000F017F8F4E7DC +:100E200040030020041501400649897839B130B1EA +:100E3000416921B100210174022104F0CFBF0820D3 +:100E4000704700004003002000F002B800F008B82E +:100E500072B602480168491C016070475C000020BE +:100E600003490868401E086000D162B67047000060 +:100E70005C0000202DE9F041064608680C46411C44 +:100E80004FF0A0474FF0010506D005FA00F1C7F872 +:100E90000815206801F09CFC6068411C02D000210C +:100EA00001F084FC3168A069C1F82405607D227DD1 +:100EB00031681043C1F86C05D4E900123068C0F8FD +:100EC0001425C0F80C15207D012815D1A068411CFF +:100ED00002D0002101F06AFCE068411C05D0854089 +:100EE000C7F80855E06801F073FCD4E902123068D5 +:100EF000C0F80825C0F81015BDE8F0812DE9F041D3 +:100F0000064608680C46411C4FF0A0474FF001050B +:100F100006D005FA00F1C7F80815206801F062FC58 +:100F20006068411C02D0002101F049FC3168A069D1 +:100F3000C1F82405607D217D32680843C2F86C0544 +:100F4000D4E900123068C0F80C15C0F81425207DD3 +:100F5000012815D1A068411C02D0002101F02FFC0E +:100F6000E068411C05D08540C7F80855E06801F0ED +:100F700039FCD4E902123068C0F80825C0F8101511 +:100F8000BDE8F0810649095C4FF0A040D0F810059B +:100F9000C84010F0010000D0012080F0010070472F +:100FA000106300002DE9FC410646C0074FF0000524 +:100FB0000ED0104F00240122385D00950023114609 +:100FC000019501F099FB641C042CF4D300F046F861 +:100FD000B0070DD5074E0024361D0022305D0323D7 +:100FE00000951146019501F087FB641C042CF4D395 +:100FF000BDE8FC810C63000007490B5C4FF0A04189 +:10100000D1F804250120984020EA0203C1F80835F0 +:101010001040C1F80C0570470C6300000249085CE1 +:10102000012101F0FABB00000C6300000249085CDA +:10103000002101F0F2BB00000C6300000649095CCE +:101040004FF0A040D0F80405C84010F0010000D0D7 +:10105000012080F0010070470C63000010B50024EF +:101060002046FFF7DBFF641C042CF9D310BD10B53C +:1010700000242046FFF7DAFF641C042CF9D310BDCE +:1010800010B50246064B4FF0FF3000215C5C9442E5 +:1010900001D1084610BD491C0429F7D310BD00003A +:1010A000106300002DE9F0470D468146FFF7E8FF89 +:1010B0000446042836D2DFF874801B481C4EA8F181 +:1010C0000C0725B3012D0ED0022D2BD104EB4400CB +:1010D00030444578002D25D0B968002922D0284613 +:1010E000BDE8F047084704EB4401755C0E44717895 +:1010F00049B10E4A4FF40041093A8068FFF754FEA7 +:1011000008B987F80390B17808F80410E2E780681E +:10111000FFF78AFE04EB4401314418F804008D788F +:10112000A842D7D0BDE8F08714630000100000206B +:1011300048020020042801D2FFF724BF0020704796 +:1011400070B50023042810D20D4D00EB4004012A95 +:1011500002D101290CD00022094E00EB400030449E +:1011600061B1012906D0022906D00723184670BDB7 +:101170000E30C2B22A55F9E74270F7E78270F5E700 +:101180004802002070B506461E480024C0E90161EF +:10119000B00720D50025012211462846FFF7D0FFD1 +:1011A0006D1C0446042D02D2002CF4D013E094B937 +:1011B00040F2666204211448FFF734FD04000AD1AE +:1011C000FFF71EFD040006D10F48104A0021001F42 +:1011D000FFF7AEFD0446F00712D00120FFF7E2FE54 +:1011E00074B909480A4A00210C38FFF7A1FD040030 +:1011F00006D10548074A01210838FFF799FD044642 +:10120000204670BD04000020206300008D14000003 +:1012100005190000FB0B00002DE9F05F6A4C054644 +:1012200000266078B34618B184F801B000F052FB94 +:10123000664F4FF47A694FF4C87A4FF00108182DC1 +:1012400062D2DFE805F0AC0C0C31404D62676B7484 +:101250006B74BE7D7D7D7D7DACAFB2B5BEBE002022 +:10126000FFF7ECFE00284FF0000008D0FFF7D6FE95 +:10127000022D02D14FF4E16008E0484606E0FFF796 +:10128000D5FE022D01D1C82000E05046410CC0031C +:101290004FF4FA72801841F10001257052000023CA +:1012A000FFF73CF801462AE00020FFF7C7FE0028C0 +:1012B0004FF0000004D0FFF7B1FE4FF44870E5E7AF +:1012C000FFF7B4FEDFE70020FFF7B8FE00284FF07D +:1012D000000002D0FFF7A2FECFE7FFF7A7FED4E79A +:1012E0000020FFF7ABFE00284FF0000002D0FFF710 +:1012F00095FE01E0FFF79AFE257041F69A11002253 +:101300003868FFF751FD064646E00020FFF774FEFF +:10131000257008E0002051E025703DE084F8018050 +:101320000120FFF769FE002240F6CD41E8E784F88E +:1013300001800120FFF760FE00224FF48041DFE7CB +:101340007868FFF771FD0646D5F1110000D02EB187 +:101350000220FFF763FE84F802B01DE0012816D9D1 +:1013600080B2C8214843C117C90341EA5041C003B4 +:101370004FF4FA72801841F1000152000023FEF789 +:10138000CDFF014600227868FFF70EFD06460220D9 +:10139000FFF74CFE84F802803046BDE8F09F00F075 +:1013A00099FAB9E700F096FAB4E700F093FA04E08E +:1013B00000F090FA0020FFF739FE0120FFF736FE1B +:1013C000AAE7FFF754FEA7E704000020146300001B +:1013D0002DE9F0470546861C90460F464FF001095F +:1013E0000020FFF731FD1B4C20683860D4E9000174 +:1013F000401AA16804F21C47081A0EE00121384681 +:1014000000F046FD00F004FB0146384600F040FDC8 +:10141000D4E90001401AA168081A401C8642EDD8A0 +:10142000B8F1000F03D0052065F3891002E0062013 +:1014300065F39F50A2682168114004EB8101C860E8 +:101440002068304420600020FFF700FD4846BDE8DA +:10145000F08700004C05002030B482680468531CFB +:101460008360A154D0E901128A4202D330BC01F05A +:101470004AB830BC70470000034803C8814201D11C +:1014800001207047002070474C05002000780221A1 +:10149000FFF708BE05494FF0FF32082841F8202029 +:1014A00002D3084480F848207047000074020020EE +:1014B000F0B54FF0FF3512B10023082601E00823F4 +:1014C0000C260C4C05E000BF54F823707F1C04D0A0 +:1014D0005B1CB342F8D32846F0BD26185DB286F8EF +:1014E000305044F82310002AF5D1E11881F8480063 +:1014F000F1E70000740200200249084490F930002E +:1015000070470000740200202DE9F05F2648416812 +:10151000F1B3DFF898B00E688146DBF800408768C9 +:101520008078E11B21F07F45ED1CB0B9DFF88080A9 +:101530004FF48030C8F84403C8F804031120FFF7C3 +:101540004FF81120FFF783F84FF0010AC8F800A008 +:101550002F2003F0E1FE89F802A0B54200D2354603 +:10156000124BE8193C3320F07F401860DBF8001084 +:101570005A46091B21F07F41001B20F07F40C91C07 +:1015800081420FD9106818602F2003F0C5FE00E0DB +:1015900004E0BDE8F05F1120FFF76FB8BDE8F05F31 +:1015A00004F0DABABDE8F09F4800002004150140BD +:1015B000001001402DE9F0470025DFF88C803CE069 +:1015C0006068002100EBC506012032789146FEF7E5 +:1015D000D6FED4E9062300EA020701EA030C57EA23 +:1015E0000C0728D082438B434846C4E9062303F006 +:1015F00055FF32788246914601200021FEF7BFFE5A +:10160000D4E9042300EA020401EA03074A465046EB +:101610000021FEF7B4FE44404F403C430BD17078AC +:10162000012801D0012100E00021726881EA0A014D +:101630000AB1484690476D1CEDB298F80000444648 +:101640008542BDD3BDE8F0872800002010B50021F9 +:10165000024800F028FC80F3100010BD680900204B +:101660000E4910B50A784C780023A24212D0521CC1 +:10167000D2B20A70022A00D10B70084A0B780C32E1 +:1016800052F8232002608868104420F07F40886070 +:10169000012010BD0360002010BD000048000020A4 +:1016A0002DE9F0418046024601200021FEF767FE49 +:1016B0001A4F05460E467868FFF7B6FB00280CD196 +:1016C000174CD4E9062110462A4001EA06031A43C2 +:1016D00005D0A843B143C4E90601BDE8F081404606 +:1016E00003F0DCFE30B1D4E9040128433143C4E9FE +:1016F000040105E0D4E90410A943B043C4E904108F +:10170000D4E9060128433143C4E90601A168786899 +:10171000BDE8F0410022FFF747BB00004C6300002A +:10172000280000200278521C027002788A4201D3FD +:101730000021017070472DE9F04100252C4601275A +:101740002046FFF7F7FC18B107FA04F62E43F5B26E +:10175000641C042CF4D3E843C0B2BDE8F08100005F +:101760002DE9FC5F0E008346DDE90C47C6F1000061 +:1017700098469246814600D40846012503E000BF02 +:1017800090FBFAF06D1C5045FADAA84500D94546A1 +:1017900024B1002E01DB780700D5641EB80702D5FE +:1017A000B8F1000F0AD0F80708D13CB1A54205D224 +:1017B00020215846641EFFF74FFEF6E7002E02DA9E +:1017C0004E462D2102E0780703D52B215846FFF71E +:1017D00043FE07F0030002280BD1B8F1000F08D137 +:1017E0003CB1A54205D230215846641EFFF734FEB5 +:1017F000F6E7CDE90047434652463146584604F0E5 +:1018000013FDBDE8FC9F000070B50D46044600685E +:101810004FF4887103F07AFD4FF49071206803F063 +:1018200075FD4FF49271206803F070FD4FF4A271C2 +:10183000206803F06BFD20681249C0F8041320688B +:101840006907000B40B2090E002806DA00F00F000D +:1018500000F1E02080F8141D03E000F1E02080F8A2 +:10186000001420680121000B40B200F01F029140DB +:101870004009800000F1E020C0F88012C0F800119B +:1018800070BD00001003020002460020126893079A +:1018900002D0530702D47047500714D502F003005A +:1018A000012802D002280CD105E0C2F383100B6896 +:1018B000801C184404E00223086803EB9252104491 +:1018C000086001207047086800EB9253C2F389104A +:1018D000401CEEE70A4810B5807860B1002401E0B2 +:1018E000022C06D02046FFF799FB641C042CF7D38A +:1018F00010BD0324F6E7BDE81040FFF7AFBB0000C2 +:101900000400002003480179C90702D00078FFF7DE +:1019100083BC7047040000202DE9F047394E0027B2 +:1019200080463D46DFF8E090D6F804A057E003D0AB +:101930000446D0F81C8035E099F8002002EB420103 +:10194000521CD2B289F8002009EBC10199F802308B +:10195000091D9A4201D189F8005048680A78044666 +:10196000012A12D0022A02D0032A3BD108E004F057 +:1019700005FA00B10127257434E00574C06900E060 +:1019800070680028F9D170602CE0207C50BB88681A +:101990006060C868A0600869E0604869A061F0788C +:1019A00000B165606268B168184B501A20F07F4042 +:1019B000984202D2A168084406E0881AA16820F083 +:1019C0007F40814202D9081A206000E025606560EE +:1019D0000120A56020742046E56104F0B1F9B8F15A +:1019E0000000A4D199F8001099F801008142A3D118 +:1019F00017B97168514502D00120BDE8F087002079 +:101A0000FBE700004800002040030020FFFF7F00AC +:101A10002DE9FF410026234800F037FA2148001F36 +:101A2000074600F032FA204C60680090A56800E09C +:101A300000986946284004EB80000C30FFF724FF33 +:101A40000028F5D101AA009901EA050304EB8303FC +:101A5000491CDB6842F82030401C00910228F2D378 +:101A6000019800F0030001280BD0022810D1019842 +:101A7000032101EB90500099BDF80A6001EB900042 +:101A800005E00198BDF80A60C0F383100844009097 +:101A9000384600F0F7F908B10098606004B03046AD +:101AA000BDE8F081640900204C05002008B504F071 +:101AB00079FB002001F020F828B901F015F800F5B5 +:101AC0000340FFF729F9642001F0C8F8364801F017 +:101AD00017F928B901F008F800F50340FFF71CF9E1 +:101AE000FFF729FE314901220870002000F0C6FEF0 +:101AF0002F4E58B93088012101EB00402DA102F092 +:101B0000FDFF00BF02F0EEFE0028FBD100F096FFC3 +:101B100028B900F0E9FF00F50340FFF7FDF8308831 +:101B2000032505EB004027A102F0E8FF1E4C00BF93 +:101B300002F0D8FE0028FBD120BF2068B0F57A7FE4 +:101B4000F6D30020FFF780F93088052101EB004033 +:101B500027A102F0D3FF308826A105EB00402268C0 +:101B600002F0D0FF30882CA105EB0040626802F043 +:101B7000C9FF00270EE000BF04EB87003A468168EA +:101B80000091836C30882E4905EB004002F0C1FFC4 +:101B90007F1CFFB200F0A2FFB842EDD80020FFF793 +:101BA00055F900F0EFFFC3E780010020000000209E +:101BB0005C0100205458206669666F206572726F60 +:101BC00072200000477A6C6C2061636B2070617931 +:101BD0006C6F616420646576696365206578616D0A +:101BE000706C6520737461727465642E000000006F +:101BF0000D0A0000546F74616C207472616E736D15 +:101C00006974746564207061636B6574733A202035 +:101C10002025347500000000546F74616C207472CC +:101C2000616E736D697373696F6E2074696D652D74 +:101C30006F7574733A20253033750D0A000000006B +:101C40005C6400002DE9F047C7880446181D16465D +:101C50008946B0FBF7F1B0FBF7F207FB12009A19C7 +:101C60003A44D21CB2FBF7F2DDF820A001E0246870 +:101C7000491E0029FBD13D1A8846B54216D818E006 +:101C8000BAF1000F05D0211809EB08002A46091DFA +:101C900004E0204409EB08012A46001DFEF782FB00 +:101CA00000202468761BA844B74201D9354600E0DD +:101CB0003D46002EE4D1BDE8F087000030B5024675 +:101CC00059B102F0B1FF0021074C09E004EB810398 +:101CD00015685B88AB4202D11160002030BD491C01 +:101CE0008142F3D3052030BD480100202DE9F041A9 +:101CF0005C4903780446D1E903020025082B77D21A +:101D0000DFE803F0042B4877726E8795217C9142BF +:101D100008D238B100EB81018A6C521C8A640168D8 +:101D2000491C0160A17B2E4661F307062189677B70 +:101D300061F31F466189606861F30F05217B61F3E0 +:101D40001745E17B61F31F6501F0FAFB2A46314636 +:101D50003846BDE8F04100F011BE4869407D10B939 +:101D6000414800F08DF82F46218965F3070761F39C +:101D70001F476189267B61F30F05617B606861F312 +:101D80001F6501F0DDFB2A4639463046BDE8F041CB +:101D900000F0BCBD217B914208D238B100EB81013B +:101DA0008A6C521C8A640168491C0160A07A217AFD +:101DB00060F3070561F30F25E17A667A676861F3DE +:101DC000174538B11FB92848263000F059F8384671 +:101DD00001F0B6FB29463046BDE8F04100F08ABE6E +:101DE000BDE8F04100F028BE00F0CAFEBDE8F08179 +:101DF00031E01E484168491C416001780029F5D056 +:101E0000816811B1491E8160F0E7BDE8F04100F042 +:101E100007BEA379934208D238B100EB83029368DE +:101E20005B1C93604268521C42608A680CE0A37994 +:101E3000934208D238B100EB830293685B1C936035 +:101E40004268521C42604A68002ACFD061792079EA +:101E5000BDE8F0411047BDE8F04103487F3000F095 +:101E60000FB80000D80000203D04050070090020D4 +:101E700002490F220A70886170470000D8000020D4 +:101E8000FFF7F6BF002100F009B8012100F010B8FB +:101E900008B56A46FEF7F1F9009808BD08B56A462C +:101EA000FEF7D1F908BD08B56A46FEF7B3F908BDDB +:101EB00008B56A46FEF7BAF9009808BD08B56A4643 +:101EC000FEF7E8F9009808BD70B5044600252846DD +:101ED000FEF7BAFF21686268086890420ED9401E7A +:101EE00008600178A38AE26801FB0325227A216851 +:101EF000101AC0B20A79824200D208710020FEF79F +:101F0000A5FF284670BD70B505460C460020FEF7BB +:101F10009BFFE868A98A201AB0FBF1F12A681068D3 +:101F2000431C13600170BDE870400020FEF78EBFB7 +:101F300010B530B1017A42680368891AC9B21A60D3 +:101F400006E00E2010BD03681A68541C1C60117056 +:101F5000491EC9B2F7D2006800210171084610BDC0 +:101F6000C20800F007030120895C984008407047D0 +:101F700010B5C20800F00703885C01249C40204390 +:101F8000885410BD70B5074C251F20682968496822 +:101F9000884202D30448FFF773FF286821688068ED +:101FA000405C70BD1401002044000100014800683D +:101FB000704700001401002010B504460548006871 +:101FC0004068A04202D80448FFF75AFF0148001DAC +:101FD000046010BD100100204C0001000148406861 +:101FE000704700001401002010B504460548006841 +:101FF0000068A04202D80448FFF742FF0148001DD4 +:10200000446010BD100100205800010010B504000C +:1020100002D10548FFF734FF044800210460001D89 +:102020000160416010BD0000270001001001002088 +:102030000948021F4168491C4160126813689942AF +:1020400008D3002343600168491C01605268914233 +:1020500000D303607047000014010020002839D02D +:10206000401E00BF00BF00BF00BF00BF00BF00BFD9 +:1020700000BF00BF00BF00BF00BF00BF00BF00BF68 +:1020800000BF00BF00BF00BF00BF00BF00BF00BF58 +:1020900000BF00BF00BF00BF00BF00BF00BF00BF48 +:1020A00000BF00BF00BF00BF00BF00BF00BF00BF38 +:1020B00000BF00BF00BF00BF00BF00BF00BF00BF28 +:1020C00000BF00BF00BF00BF00BF00BF00BF00BF18 +:1020D00000BFC5D170470000F0B50546047815482B +:1020E00089B0164640F82420124A0869121DA2F150 +:1020F000080742F82400487F385520226846FEF73A +:1021000051F904942878385C48B10EB10A4A00E0CD +:1021100000226946281D03F06DFB09B0F0BD0EB129 +:10212000064A00E00022694605F10C0003F034FA8B +:10213000F3E700001800002081600000CD5E000081 +:1021400001480068704700004401002010B50020DD +:10215000114A014600EB40039C186170A170D154F4 +:10216000401CC0B21028F5D3DE22CC210B48FEF76C +:102170002BF90A4A0020A2F1180100BF00EB00135E +:1021800002EB430341F82030401CC0B20628F5D3CF +:1021900003490620086010BD640B00206C0C002071 +:1021A0004401002070B5104C06462068062802D372 +:1021B0000E48FFF765FE3046FEF7AEFC18B90B4837 +:1021C000401CFFF75DFE0A4D20680A4955F82000C3 +:1021D000884203D00548801CFFF752FE216845F86D +:1021E0002160491C216070BD440100208000030073 +:1021F000540C0020ADDEADDE10B50446102802D32D +:102200000348FFF73DFE034904EB4400085C10BDA2 +:10221000C2000300640B002070B50026044610289D +:1022200002D30C48FFF72CFE0B4D04EB4404285D51 +:1022300070B105F1300000EB8401601910F8022F35 +:1022400051F822600321FFF76DFA285D401E2855E2 +:10225000304670BDA2000300640B002070B50C4630 +:102260000646102902D31248FFF70AFE3046FEF751 +:1022700053FC18B90E48401CFFF702FE0D4D04EB4D +:102280004404285D032810D205F1300000EB8401DE +:10229000601910F8012F41F822600321FFF742FA7C +:1022A000285D401C2855012070BD002070BD000035 +:1022B0008C000300640B002010B50446102802D3E4 +:1022C0000948FFF7DDFD094904EB44000A5C42B10F +:1022D00001F1300202EB80020844807852F82000BD +:1022E00010BD002010BD0000B3000300640B0020EF +:1022F0000B4810B50168002479B10A4A0A4B02EB79 +:102300008102491E52F8044D136001602046FEF719 +:1023100003FC10B90548FFF7B3FD204610BD0000CF +:1023200044010020540C0020ADDEADDE7800030037 +:1023300000487047408100402DE9F74F9046070064 +:102340004FF0000502D13448FFF79AFD334C4FF4AB +:10235000803BC4F808B3324EB07818B12E48801DC7 +:10236000FFF78EFD706818B12B480930FFF788FD24 +:10237000DFF8B0A077605FEA08004FF000094FF087 +:102380000108AAF1040724D001282FD0022829D05F +:1023900021481D30FFF774FD86F80280C4F8409193 +:1023A0000199294489B239603F68C4F84480DAF859 +:1023B0000060D4F8400118B117482B30FFF760FDDA +:1023C000AF4215D3AE4201D3BE4221D312483330BF +:1023D0001CE0C4F84480DAF80050C4F84080C4F827 +:1023E0004091D9E70F48001D0568D5E73D68D3E760 +:1023F000BE4201D2012000E00020B54201D80121F7 +:1024000000E00021884203D103483E30FFF738FD49 +:10241000C4F804B3BDE8FE8F8600040000800040CD +:102420001C0100204485004000487047488000405F +:1024300070B5144C01266660E6606664124800259B +:10244000056011483C30006810B11048FFF718FDD6 +:102450004FF0FF30C4F80803C4F840510A49042083 +:10246000083108600A48456006704570857008208C +:10247000FEF7CCF84FF0E0214FF48070C1F8000176 +:1024800070BD000000800040088500404700040047 +:102490001C01002001480078704700001C0100204A +:1024A00003490120086003490020087070470000BC +:1024B000008000401C01002070B50748012505611F +:1024C000C560064C0026082066606670FEF79EF820 +:1024D000A670257070BD0000008000401C01002027 +:1024E00001484078704700001C0100200FB408B577 +:1024F0000399002904D004AA00926A4600F00FF85C +:1025000001B05DF814FB10B582680446002A05D0BE +:10251000D4E90403216898470020A06010BD2DE98C +:10252000FC4791460C00804676D014F8011B39B167 +:1025300025290ED04046FEF78FFF20780028F4D1E1 +:1025400098F80C00002867D04046BDE8FC47FFF72C +:10255000DABF0020012221782B291BD02D2902D09F +:10256000302908D102E040F0010001E040F0020013 +:10257000641C002AEFD100252A290ED02178A1F170 +:1025800030020A2A11D205EB850201EB4205641CD8 +:10259000303DF1E740F00400EAE7D9F800100B1DE8 +:1025A000C9F800300968641C0D44217800232E29E5 +:1025B0000BD114F8011FA1F130020A2A05D203EB56 +:1025C000830201EB4203303BF3E76C290DD068290D +:1025D0000BD0692921D00BDC252918D0582931D0FE +:1025E00063290ED0642915D117E014F8011FECE718 +:1025F000702969D0732932D075291BD0782909D167 +:1026000020E0D9F80000011DC9F80010017840460B +:10261000FEF722FF641C90E76CE0D9F800100A1D59 +:10262000C9F800200968CDE900500A224046FFF7AA +:1026300097F8EFE7D9F800100A1DC9F800200968DB +:102640000A2206E0D9F800100A1DC9F8002009681E +:102650001022CDE90050404603F0E6FDDAE7D9F854 +:10266000001000270A1DC9F800200E68C00705D118 +:1026700012E04046761C7F1CFEF7EEFE3178002902 +:10268000F7D104E0202140466D1EFEF7E5FEBD4275 +:10269000C0D9002DF6D1BDE74EB13046FDF7A6FEFC +:1026A000074604E0202140466D1EFEF7D5FEBD42E0 +:1026B00006D9002DF6D103E04046761CFEF7CCFE8D +:1026C00031780029F8D1A5E7D9F80000011DC9F833 +:1026D0000010056830214046FEF7BEFE78214046D6 +:1026E000FEF7BAFE08200021CDE9000103461022C2 +:1026F0002946B0E7BDE8FC8770B541EA4201DDE953 +:1027000004564FF0A04441EA830141EA052104EB5D +:10271000800041EA0641C0F8001770BD70B541EA7B +:102720004201DDE904564FF0A04441EA830141EA49 +:10273000052104EB800041EA0641C0F8001770BD96 +:1027400070B541EA4201DDE904564FF0A04441EA88 +:10275000830141EA052104EB800041EA0641C0F80B +:10276000001770BD70B541EA4201DDE904564FF033 +:10277000A04441EA830141EA052104EB800041EADB +:102780000641C0F8001770BD1CB5002100910B4632 +:1027900001220191FFF7D4FF1CBD1CB5002100915F +:1027A0000B4601220191FFF7DDFF1CBD1CB5002285 +:1027B0000B46009211460192FFF7C2FF1CBD1CB5EB +:1027C00000220B46009211460192FFF7CBFF1CBD81 +:1027D0001CB5002100910B46012201911146FFF723 +:1027E000AFFF1CBD1CB5002100910B4601220191D9 +:1027F0001146FFF7B7FF1CBD4FF0A04202EB80006F +:10280000D0F8002722F44032C0F80027D0F8002783 +:1028100042EA0141C0F80017704701224FF0A0437F +:10282000824011B1C3F808257047C3F80C257047E2 +:1028300018B5084B6C4601441B68009306E000BFC6 +:1028400054F82030D3F81035401C08C28142F7D824 +:1028500018BD000040630000034908B5084400218A +:1028600001600068009008BD0060004002494058C7 +:10287000012800D000207047006000402DE9F041A1 +:10288000204D164688460746082801D3042035E027 +:10289000B8F1000F03D0202E03D906202EE003202C +:1028A0002CE0384601F0D2F9032801D3092025E0B5 +:1028B000384600F08FFF032801D30A201EE000F005 +:1028C000BFFC022801D2082018E000F043FE0446B5 +:1028D00006704078324640F0010060704146A01C0E +:1028E000FDF760FDF8B2214601F0B2F910B1012008 +:1028F000BDE8F0810448FFF7C3FA0F2028700020DC +:10290000F6E70000D8000020FC00050070B50E4C72 +:102910000646012520880DA105EB004002F0EEF8E7 +:10292000FEF709FF1049012208703046FFF7A6FFA5 +:10293000002807D120880DA105EB0040BDE87040BC +:1029400002F0DCB870BD00005C01002047617A65D0 +:102950006C6C207472616E736D697373696F6E2035 +:102960006661696C656400000000002054582066B0 +:1029700069666F206572726F722000002DE9F8435E +:10298000804620201B4F11F0FF0F4FF001050090F3 +:102990001DD06A461849404600F06AF828B93888C0 +:1029A00016A105EB004002F0A9F8009878B1124892 +:1029B0000024067805FA04F03042204602D0FEF7E3 +:1029C00035FB01E0FEF72AFB641C042CF2D3FEF772 +:1029D000B2FE0E49012208704046FFF74FFF002863 +:1029E00005D138880AA105EB004002F087F8BDE860 +:1029F000F88300005C01002060010020525820662E +:102A000069666F206572726F7220000000000020FE +:102A10005458206669666F206572726F72200000DC +:102A200010B500F0D1FC18B1BDE8104000F004B8BA +:102A3000BDE8104000F0C6BB7047000010B50B4C5D +:102A4000606928B100F076FA0004000C02D005E0BD +:102A5000022008E0002000F087FD18B100F0C6FB5E +:102A6000012010BD11202070002010BDD8000020D2 +:102A70002DE9F04116460F46044600F0ABFE154D19 +:102A800048B157B1204600F0B1FE0078316881426C +:102A900005D206201AE00B2018E0032016E020469D +:102AA00000F09AFE04000DD0A01C0BD02278A11CCF +:102AB00038463260FDF776FC204600F041FD0120EB +:102AC000BDE8F0810448FFF7DBF90F2028700020F3 +:102AD000F6E70000D8000020260105000148006943 +:102AE00070470000D80000200148007870470000BF +:102AF000D8000020704700002DE9F0411D4D06462A +:102B000000241D482C70AC610460446084601B4844 +:102B100000F0B8FB686140B3042000F029FA05F129 +:102B20001C00296900F048F80746304600F098F884 +:102B300000EA0706002000F079F80640012000F0C6 +:102B4000A5F80640022000F059F80640002000F0E9 +:102B5000BFF80640012000F02BFE0020EC6000F0E2 +:102B6000E9FC16B10120BDE8F081012028700020A9 +:102B7000F9E70000D800002070090020ED1C0000DB +:102B8000704700000B48C268002A11D0012080F372 +:102B90001088002111600846C2F8041002EB80037F +:102BA000401C996099641028F8D3002080F31088A5 +:102BB00070470000D800002010B50F4C6269527DAC +:102BC0000AB1022014E010290FD871B178B10A4679 +:102BD0002161014608481C30FDF7E4FB06482169E5 +:102BE0001C3000F0D9F9012010BD072000E00320BF +:102BF0002070002010BD0000D80000200A4910B548 +:102C00004B69024601205B7D0BB1022004E0012AE2 +:102C100005D0022A04D00E200870002010BD00202C +:102C200000F038FA012010BDD80000200A4910B584 +:102C30004B69024600205B7D0BB1022003E032B1FC +:102C4000012A03D00E200870002010BD012000F0E2 +:102C50009DF9012010BD0000D800002000F0BEBB8F +:102C600010B540B1012808D002280BD00649052034 +:102C70000870002010BD012000E0022000F0B4FB2D +:102C8000012010BD0020F9E7D8000020014610B552 +:102C90000020072914D2DFE801F0040F06080A0C0F +:102CA0000E00042008E0FC2006E0F82004E0F420F8 +:102CB00002E0F02000E0EC2000F0E4FF012010BD75 +:102CC00002490E200870002010BD0000D80000202E +:102CD0000A4910B54B69024600205B7D0BB102200A +:102CE00003E032B1012A03D00E200870002010BD8D +:102CF000012000F0D1FF012010BD0000D80000200D +:102D000000B5054920B1C860FFF73CFF012000BDB8 +:102D100003200870002000BDD800002010B501F08D +:102D2000ADF90349002008610249087010BD000098 +:102D3000C8090020040100202DE9FE434D48006829 +:102D40004D4C012802D04D48006828B960680078D1 +:102D5000202801D8012100E00021494E03204FF036 +:102D6000000830704348C4F8008008300568424FBE +:102D7000183F89B3006841490839086002A8CDE9C5 +:102D800000043C480C30026801232946184602F032 +:102D9000E9F810B3012805D0022821D0032855D026 +:102DA000384851E0029818B136481C38FFF768F8E7 +:102DB000284602F037FA18B932481B38FFF760F896 +:102DC00001F090F9B97D0023CDE900017068EAB205 +:102DD00090F9161018461CE01EE02A48113833E01E +:102DE000029818B927480D38FFF74AF8284602F02C +:102DF00019FA18B923480C38FFF742F801F072F9B4 +:102E0000B97DEAB2CDE900017068012390F916108E +:102E1000029800F077FB19E000F056FE30B101F0A7 +:102E200061F90146BA7DE8B200F03EFB0023CDF81F +:102E300000801A4619461846CDF8048002F092F830 +:102E4000042803D00F480F30FFF71AF8206838B174 +:102E5000012060750C48206104203070BDE8FE83BD +:102E600001F00CF984F81580C4F8108000F00EF819 +:102E7000F4E7000000140040C809002034150040A9 +:102E80000401002044060900252F000070B5FFF75B +:102E900045FF1F4D012028701E4801681E4A21F081 +:102EA000FF0112691143016002F0C6F91A4C4C345B +:102EB00010B302F0C1F9032802D01848FEF7E0FF72 +:102EC000022001F019FB002001F06EFB02F0B4F9C2 +:102ED000032803D011480830FEF7D2FF28780128D4 +:102EE00003D00E480E30FEF7CBFF022028700020E2 +:102EF00020610B48E06070BD01F0DCFF0228DFD3E9 +:102F000002F0C2F860600028DAD10448401FD5E71B +:102F100004010020301500407C090020F405090060 +:102F2000392D0000024905200870FFF7AFBF0000EF +:102F3000040100200148006A704700007C0900205D +:102F4000034910B5086200F09DFD0249086010BDFC +:102F50007C0900201C150040034910B5486200F0B0 +:102F600091FD0249086010BD7C0900202015004039 +:102F70000449487704490A6822F4E02242EA004002 +:102F8000086070477C090020181500400149087648 +:102F9000704700007C09002070B50C00054602D186 +:102FA0000748FEF76DFF1DB90548401CFEF768FF96 +:102FB0000448C0E90145BDE870400020FEF7FCBFB1 +:102FC000B3030900E009002010B500F07DFD0449BD +:102FD00001F1640208B1C86800E08868106010BDA3 +:102FE0007C0900201CB510494FF44070086002F0C5 +:102FF00023F9012812D0022810D0032813D1002071 +:103000000090034602460146019001F0ABFF042800 +:1030100009D0BDE81C400548FEF732BF0021084634 +:1030200002F050F8F3E71CBD08F501404802090022 +:10303000144981F8310014490A6822F0FF020A603D +:1030400048B1114A0B1D0832012807D002280ED0C2 +:103050000E48FEF715BF086808607047086840F022 +:1030600001000860FF20106040F2071007E00868C8 +:1030700040F0020008604FF6FF70106004481860CE +:10308000704700007C090020341500402E04090020 +:1030900021100100044981F83200044908B10128D7 +:1030A00000D10860704700007C0900201015004026 +:1030B0002DE9FF413E480068012802D03D480068E4 +:1030C00030B93D4840680078202801D8012700E049 +:1030D000002700F0E5FB384C0126183C00B92661BA +:1030E00002F0AAF8012802D03448FEF7C9FE344D98 +:1030F0006868007D18B13148401CFEF7C1FE00F041 +:10310000BDFFEFB30121084601F0DCFF20B101282B +:1031100028D0022826D10FE000F0E4FF064601F097 +:10312000E9FEC7B201F0E0FE8446A07D0021CDE9B2 +:103130000260CDE900710DE000F0D4FF804601F09F +:10314000D9FEC7B201F0D0FEA17DCDE90076CDE970 +:103150000281844668686289218990F91630604648 +:1031600000F0B2F9FEF722FFE06013484C384069E6 +:103170006060FFF729FF04B00020BDE8F04100E0E7 +:1031800001E0FEF731BF6E7000F09EFC00280CD00D +:1031900000F0A8FF054601F0ADFEA27D04B029466F +:1031A000BDE8F041C0B200F07FB9BDE8FF8100008A +:1031B0000014004034150040C809002037070900FA +:1031C0000401002010B5012080F310880648417DDD +:1031D00029B1817819B90121817000F02FFB0020FD +:1031E00080F3108810BD0000B009002070B5124CAB +:1031F000607D00281ED100F0BDFA04F13005A868FA +:1032000010B90E48FEF73CFE686818B90B48401C20 +:10321000FEF736FE02F036F818B10848801DFEF7BA +:103220002FFE002002F04EF801206075BDE87040CE +:1032300000F004BB70BD0000B0090020CE02090000 +:1032400001F064BE30B50D4D85B0687D002813D007 +:1032500000F032FB00F012FF0024AC706C7505200A +:103260008DF80000684601F0D1FD0548047005B0F6 +:10327000BDE83040FFF7B6BE05B030BDB009002054 +:10328000040100202DE9F0410546012080F310885B +:10329000484E4FF003080024707086F80080B47028 +:1032A000746034817481F46007463461347506F1CA +:1032B00018007475046044608460C460046104751F +:1032C000183084604460FFF7B3F8284601F0D8FD59 +:1032D00001F01EFE002001F0E7FF06F13000FEF7CE +:1032E00095FE00210820FDF7E3F900210120FDF7FC +:1032F000DFF901211520FDF7DBF9012000F074F85A +:10330000A6F13405FF202861042068772A49296244 +:103310002A49696285F82870022185F8291085F804 +:103320002A8085F82B00052085F82C00062085F8DA +:103330002D00072085F82E00082085F82F0085F83D +:10334000304085F8311085F83270692045F8140B4B +:103350001E2028604FF4167045F8100C022000F073 +:1033600069FC0F2000F06CFCEC802F716F712C72E7 +:10337000204601F0C5FD7078012802D01048FEF704 +:103380007FFD3770B470746034817481F46034618F +:103390000C48347574758460447000F0EBF90820B3 +:1033A000FDF729F91520FDF726F984F31088014867 +:1033B000BDE8F081B009002004070A0D05080B0ED6 +:1033C0009F020900040100200348407D08B100204D +:1033D0007047012070470000B00900200149488370 +:1033E000704700007C09002010B5012181F310888E +:1033F00007490A78824204D04870487D28B100F01D +:103400001DFA002080F3108810BD00F003F8F8E7E3 +:10341000B009002030B5224D85B0287869788842FF +:103420003BD008B900F0A6F9687808B9FFF7DAFDD3 +:103430001C480024046000F021FE19481830046084 +:10344000446004618460C4602878012802D00228A6 +:1034500008D015E001F0F0FE90B10021084601F01F +:1034600031FE0DE0FFF75AFC01F0E6FE032807D11C +:10347000002300941A4619461846019401F072FD83 +:10348000FFF7A2FD6878287004208DF800006846D8 +:1034900001F0BCFC012005B030BD0020FBE70000BE +:1034A000B009002054F5014000B585B006238DF821 +:1034B00006208DF805108DF804008DF80030684660 +:1034C00001F0A4FC05B000BDF0B585B00DF1280CED +:1034D0009CE8F0008DF80C308DF80D404FF0000C9A +:1034E0000190ADF808108DF80E508DF800C0ADF8C1 +:1034F0000A208DF80F608DF81070684601F086FC88 +:1035000005B0F0BD70B586B00226DDE90A458DF83C +:1035100008108DF8092001908DF80A308DF80060B0 +:103520008DF80C508DF80B40684601F06FFC06B02A +:1035300070BD000001498860704700000401002050 +:1035400010B5012181F3108801F008FD002080F3FF +:10355000108810BD10B5012080F3108801F000FD27 +:10356000002181F3108810BD10B50446082802D34D +:103570000348FEF785FC0348204490F8280010BD5E +:10358000AD0309007C09002070B5082819D20F4A44 +:10359000024482F828108207D40EFF22A240D243B0 +:1035A000042801D20A4D01E0094D2D1D2868104064 +:1035B0002860084600F054FA2968A04008432860B3 +:1035C00070BDBDE870400348FEF75ABC7C0900207E +:1035D00024150040A703090010B51B4C00206070A3 +:1035E000FEF7D0FC19490860FEF7E0FC1849887521 +:1035F00001F022FE012807D001F01EFE022802D0B1 +:103600001448FEF73DFC002000F076FFFEF790FE28 +:10361000114908606068091D40680860A0680028BA +:1036200011D0007820B1FEF783FEA16800F0C2FB44 +:10363000A0680179002906D000F090FBA068BDE8E1 +:10364000104000F099BB10BD040100200815004097 +:10365000B00900209706090050F5014010B501F0AF +:1036600097FD002820D0114800210181418101F0FF +:1036700041FC0F49086001F03DFC012181400C48EC +:10368000001D026822F0FF021143016001F02CFCD2 +:10369000064C1834206001F021FC60600548E060B1 +:1036A000BDE81040FFF798BF10BD0000B009002032 +:1036B0002C150040B13000001548002101600121A7 +:1036C00001601448016821F480710160016821F0F3 +:1036D0000F01891D0160016821F4702141F440311E +:1036E0000160001D016821F000710160016841F076 +:1036F00080710160016821F0FF0141F0200101604B +:10370000016821F47F4101600120FCF774BF0000D3 +:10371000FC1F00401415004070B5134C1348A168FD +:1037200000F056FE6060114C4C3C607FFFF720FCBF +:10373000206AFFF705FC606AFFF70EFC00256019A0 +:1037400090F828102846FFF71FFF6D1C082DF6D3B0 +:10375000074914F8300F08606078FFF769FCA0781B +:10376000BDE87040FFF796BC04010020C8090020A6 +:103770000C1500400C4910B5002008600A484FF4B1 +:1037800040744C380460FFF797FFFEF74DFE064982 +:1037900008310860091F0548086003485038046074 +:1037A000BDE81040FFF7B8BF54F5014004110040D8 +:1037B00010B504460448406810B90448FEF760FBA1 +:1037C0000348047510BD0000040100206E040900C8 +:1037D000C809002001F026BD10B5012181F3108831 +:1037E00001F023FD002181F3108810BD01F020BD00 +:1037F00003490122086101460248FEF79DBD000011 +:10380000B00900209152000070B50C4601F05AFD3D +:10381000074D2869A04202D30648FEF731FB28690C +:103820000122211A0448FEF787FD0020286170BD9F +:10383000B0090020D60609009152000010B5FEF72D +:1038400029FE012822D101F037FD10B11048FEF702 +:1038500017FB002264210F48FEF76EFD0E48007F23 +:1038600080B90E480121016000220007C0F8002144 +:10387000016000BF00BF00BFAFF30080D0F80011AF +:103880000029FBD0BDE81040FEF70ABE10BD0000C5 +:10389000B4060900915200007C0900201405004084 +:1038A000044810B5006918B9FEF71AFE002800D0C8 +:1038B000012010BDB009002010B5FEF7EBFD012876 +:1038C0000ED0FEF7F9FD0748007F10B901208107EF +:1038D0004860002001F0F6FC0249002034314860C5 +:1038E00010BD00007C0900200B4810B54068407DE9 +:1038F00030B1012000F058FE08490889401C0881B9 +:103900000749002008600548343803C8BDE8104066 +:10391000091A0020FFF778BF04010020B009002039 +:1039200054F5014070B586B0FFF7BAFF494D4A4ED5 +:1039300005F1340458B100F0BDF8A078002869D032 +:10394000FEF776FB06B0BDE87040FFF77BBC207841 +:10395000012802D0022804D008E000F0E1FE28B1DE +:1039600070E0307804286DD003286BD0FEF760FB40 +:1039700000F0A0F8A07868B1FFF764FC01F09AFAB3 +:10398000022840D303208DF80000684601F03EFA7B +:1039900006B070BDFFF73EFD20B100206968FFF75B +:1039A00033FFEBE72078F0B1012816D0022817D0BA +:1039B0002A48FEF765FA687E0128DFD100F084F816 +:1039C0000028DBD12078D8B1012811D00228D5D029 +:1039D00022481A30FEF754FAD0E700F081F8EAE7FF +:1039E00000F002F9E7E700206968FFF70DFFE2E762 +:1039F00001F022FC0028C1D101F09EFB0028BDD1BE +:103A0000FFF75AFFBAE706B01448BDE870403630F9 +:103A1000FEF736BA2078022808D0FEF709FB69685D +:103A200006B00020BDE87040FFF7EEBE30780428F5 +:103A300008D0032806D0FEF7FBFA06B0BDE87040B8 +:103A400000F0D2B8686806B04008BDE87040FFF7E3 +:103A5000CFBE00007C09002004010020D004090032 +:103A6000024610B50020014622FA01F303F00103DB +:103A7000C1F10704A3400343491CC9B2D8B20829C5 +:103A8000F2D310BD2DE9F041002406462546182743 +:103A9000E80026FA00F0C0B2FFF7E2FF694207EB48 +:103AA000C101884020436D1CEDB20446042DEFD3C4 +:103AB000BDE8F0810348416809B1491E4160FFF744 +:103AC00083BA0000B009002004480178022902D01E +:103AD0004068002800D0012070470000B009002095 +:103AE0002DE9F04186B000F0C9FA01F0A5FB3A4D8E +:103AF00005F1340420B3688BB0B3218981423BD3F4 +:103B00000121002001F0DEFA01F0EEF9268980465D +:103B1000648901F0EFF9074600F0E4FA014601205C +:103B20008DF80000ADF808608DF80C70CDF80480B9 +:103B3000ADF80A408DF80D10684601F067F944E0D1 +:103B400001F0B8F9022840D3FFF7BEFF68B1FEF7D5 +:103B500045FAD0BB287E20B9FEF728FAE1688842F2 +:103B600033D1FFF77BFD30E006E0E068FEF724FA92 +:103B70000020FEF739FAF4E7FEF7B2FC10B117485F +:103B8000FEF77EF9FEF7FEF915490968884202D072 +:103B90006089401C608113484078A0B9FFF794FF0A +:103BA00088B101F0A7F9064600F09CFAA17D8DF8D6 +:103BB00006108DF8050007228DF800208DF80460AE +:103BC000684601F023F9FFF707FD296806B00120D8 +:103BD000BDE8F041FFF718BE7C0900207C05090014 +:103BE000081500400401002070B50024FEF7CAF952 +:103BF0000D4D2968884207D0FEF7C4F92860FEF70A +:103C0000D5F90A49012488750948641E00780442E0 +:103C100001D1FFF73BF9054834384168BDE87040F1 +:103C20000020FFF7F1BD000008150040B00900209A +:103C3000040100200149C860FFF7C6B97C090020D3 +:103C400001498860FFF7C0B97C09002001F0FABA89 +:103C500010B5012282F3108801F001FB58B1084829 +:103C6000817819B9407D08B1FFF7E8FD002080F3A5 +:103C70001088012010BD002080F3108810BD0000C6 +:103C8000B0090020024981F83000024908607047FD +:103C90007C0900200C15004001490877704700009E +:103CA0007C09002070B51149114A0025487802EBC3 +:103CB0000010027B22B10F4AD2F80C2102B101257B +:103CC000807A0870012000F0DFFB0B4C1DB1A0686A +:103CD000806800B180476068002806D0017900291B +:103CE00003D0BDE8704000F01BB870BDEC090020A7 +:103CF000A463000000100040240100200748006970 +:103D0000012805D0022805D0032805D100F09AB873 +:103D100000F04CB900F0E4B870470000EC09002056 +:103D2000827B002193000B4A1344C3F81019C37B14 +:103D300002EB8302C2F81019427B0121837BC07B16 +:103D400001FA02F201FA03F3814003481A430A43DD +:103D50000260704700F0014008F501404279054BD0 +:103D6000C079012103EB80000AB10166704701634D +:103D7000704700000060004082680021C2F84011D6 +:103D8000C17B094ACB0009490B44C3F81025C37B0A +:103D9000826801EBC301C1F81425C17B0120884072 +:103DA00003490860704700001011004000F0014016 +:103DB00004F501402DE9F0410746886800260C46CD +:103DC000C0F840618868097B1A4D00F5A07005EBCA +:103DD000C101C1F810056278E178207B00F08EFC0B +:103DE000607B05EBC000C0F81075617BA06805EB37 +:103DF000C101C1F814051048C0F80C61C0F8106189 +:103E0000A17B0E4805EBC101C1F810056278E1788D +:103E1000A07B00F061FC217B0120627B00FA01F1B4 +:103E200000FA02F21143A27B904001430448016072 +:103E3000BDE8F08100F00140001000400C1100408E +:103E400004F501402DE9F0411F4E0220002530709D +:103E50000320707075603575B0691C4C401CB061F2 +:103E6000C4F80C51C4F80051C4F81051C4F80451FE +:103E7000C4F82851C4F80052681EC4F80803012091 +:103E8000FCF7CFFB124FB868007D50B111480068B5 +:103E90004042B075C4F81C510120A0610E49800257 +:103EA00008600C4844380068F168884202D00B482A +:103EB000FDF7E6FFB868C068002802D0BDE8F04111 +:103EC0000047BDE8F0810000EC0900200010004030 +:103ED000240100204815004008F5014051040A0063 +:103EE00010B52D4CD4F80C01012802D02B48FDF759 +:103EF000C7FFD4F81001012803D02848401CFDF763 +:103F0000BFFFD4F80001012803D02448801CFDF72E +:103F1000B7FFD4F8040118B12048C01CFDF7B0FF6A +:103F20000020C4F80C01C4F81001C4F80001C4F862 +:103F30000401C4F808010221C4F800120121C4F8E8 +:103F400008130822C4F80423154A0323154C1370E0 +:103F500010755060606890B1027912B1FFF7E0FE11 +:103F60000DE002785AB1027B437B807B01FA02F2BA +:103F700001FA03F381400C481A430A430260A06827 +:103F8000006900B18047A0688068002802D0BDE8C1 +:103F90001040004710BD000000100040F3030A006D +:103FA000EC0900202401002008F501402DE9F04132 +:103FB0002A4DD5F80001012802D02948FDF760FFFD +:103FC000D5F80401012803D02548401CFDF758FF0F +:103FD00024480168244801700021C5F80011C5F883 +:103FE0000411C5F80811491EC5F808130126C5F8C3 +:103FF000046381681D4F097D09B1B10239604468CD +:1040000014B3207900B3617BDFF86480A06808EB0B +:10401000C10100F5A070C1F810056279E179607BFB +:1040200000F06CFB607B06FA00F03860207B1149E1 +:1040300008EBC000C0F810156279E179207B00F030 +:104040004BFB207B86403E600B480649091FC06839 +:1040500008600B20C5F80002BDE8F08100100040A8 +:10406000BD030A00081500402401002004F50140AA +:1040700000F001400C110040EC09002070B5012057 +:10408000FCF7DAFA0120FCF7CCFA144C4FF0FF30C1 +:10409000C4F808030026C4F80062C4F810610120C7 +:1040A0002061A0610E4D2878012813D0022813D07A +:1040B000032811D05FF00100FDF7D0FFC4F81061B4 +:1040C0002E706E75002000F0DFF9BDE87040012011 +:1040D000FCF7C8BA0620EFE70220EDE70010004029 +:1040E000EC090020014800787047000024010020FE +:1040F00001F01F014FF4003343EA01218300094816 +:104100001844C0F81015D0F810150AB941F4801100 +:10411000C0F81015D0F8101541F00301C0F81015C3 +:10412000704700000060004008480069012806D080 +:10413000022806D0032806D00548FDF7A1BE00F0EE +:1041400095B800F007B800F0F1B80000EC090020C5 +:1041500033050A002DE9F047DFF8F0800421012043 +:1041600088F80010D8F81810491CC8F81810FCF787 +:1041700058FA37480068374D2870374C0026C4F885 +:104180000C61C4F80061C4F81061C4F80461A86847 +:10419000DFF8C8900127007DA0B1304808380068DA +:1041A000400502D42E48FDF76BFE294840300068D8 +:1041B000404288F81600C4F81C61A7614FF4806182 +:1041C000C9F80010D4F8000118B125480930FDF7EE +:1041D00057FED4F80C0118B121480A30FDF750FE03 +:1041E0004FF0E020B046D0F8000210F0020F03D0EC +:1041F0001B480B30FDF744FE6E68CEB13078B8B185 +:10420000C4F80C81717B184A164802EBC101C1F851 +:1042100010057278F178707B00F05EFA707B0F49C0 +:1042200007FA00F0091F0860F07B8740C9F80070AA +:10423000A868C06800B18047A868417D002903D004 +:1042400003490068091F0860BDE8F087EC090020F9 +:1042500008150040240100200010004008F501402E +:10426000C0040A000C11004000F001402DE9F041AB +:10427000294C0026C4F80C61C4F80061C4F8106130 +:10428000C4F80861C4F80461012004F58074FCF7E7 +:10429000C8F90820C4F804020125C4F80852072010 +:1042A000C4F800011D484468002C32D0207920B1A8 +:1042B000207B1B4905FA00F008602078002828D0F0 +:1042C000A068C0F84061A17B164FA06807EBC10150 +:1042D00000F5A070C1F810056278E178A07B00F0CD +:1042E0000DFAA068C0F84061E17B0F4807EBC101FF +:1042F000C1F81005E17BA06807EBC101C1F8140506 +:10430000A17B05FA01F0E17B8D4005492843091F97 +:104310000860BDE8F081000000100040240100208A +:1043200008F5014000F001400C11004070B5234C2D +:10433000D4F80C01012802D02148FDF7A1FDD4F8E2 +:104340001001012803D01E48401CFDF799FDD4F848 +:104350000001012803D01A48801CFDF791FD0020C0 +:10436000C4F80C01C4F81001C4F80001C4F8040139 +:10437000411EC4F80813C4F80002124C626872B1FE +:10438000117861B1557B012303FA05F1957BD27B4E +:1043900003FA05F593400C4A2943194311600B4970 +:1043A000032208704A7048600875A06800690028F8 +:1043B00002D0BDE87040004770BD00000010004012 +:1043C000F5040A002401002008F50140EC09002052 +:1043D00070B506460C460120FCF72EF9FFF74EFE9D +:1043E000244D25482649C5E90146002404700326CA +:1043F0004670446004610475447584751F48086004 +:104400001E48F030091F08601E48016821F00101B4 +:1044100041F0807101600120FCF724F9686838B32D +:10442000017909B9017819B38168C1F808650422D6 +:10443000C1F81025027CC2F18102C1F8402540F28A +:104440000112C1F80022C1F804450122CA60C1F876 +:104450004041017921B142798179C079FFF748FE65 +:104460006868017821B142788178C078FFF740FE12 +:10447000014870BD24010020EC0900201410004008 +:1044800064F50140741700402DE9F041174C0025F8 +:104490000746C4F80052164E307803281CD0681E18 +:1044A000C4F80803C4F80C51032070700120FCF715 +:1044B000B8F800BFC4F80051C4F81051C4F8045152 +:1044C00075603575002F0FD00A4880680069002894 +:1044D0000AD0BDE8F04100476FF00800C4F80803B7 +:1044E0000820C4F80403E5E7BDE8F08100100040AF +:1044F000EC090020240100202DE9F0470746DFF8F1 +:10450000908022484FF0FF3100EB0716C8F80813DF +:104510000120FCF786F81F4C0025DFF87C906575BC +:104520006770D9F80800032F0268A2604168C4E9E7 +:104530000315A5613068606019D2337AC8F800327B +:10454000C8F80C51C8F81051F37A14481BB1016037 +:10455000006828B108E00260006828B9104801E04E +:104560000F48401DFDF78CFC717AC8F80413D9F888 +:104570000800007D28B1022F03D10A49A5757802F1 +:10458000086001206075BDE8F0870000A4630000AA +:1045900000100040EC090020240100200415004018 +:1045A0009C020A0004F501402DE9F05F404C824670 +:1045B0004048667800EB0617607D012802D03E482F +:1045C000FDF75EFC207D18B13B48401CFDF758FC10 +:1045D000012500212575DFF8E490A0466175032EC2 +:1045E00047D2BAF1000F3CD1D9F80440BCB32279CC +:1045F000AAB38A460846A168C1F84001217BDFF8CA +:10460000C0B0A0680BEBC10100F5A070C1F81005A7 +:104610006279E179207B00F071F82A49C1F80CA198 +:10462000607B29490BEBC000C0F810156279E17975 +:10463000607B00F051F8217B627B05FA01F005FAFE +:1046400002F1084321490860D9F80400204A817921 +:104650001268CA4012F0010F01D180680560386805 +:104660000560022E01D0012E07D1B97A88F800101A +:1046700003E011482530FDF703FCD9F80800007D60 +:10468000002813D0022E11D110480068400503D431 +:1046900009482A30FDF7F4FB0E480068002805D1D0 +:1046A000BDE8F05F04482B30FDF7EABBBDE8F09FA2 +:1046B000EC090020A4630000B8020A0024010020D5 +:1046C00000F00140001000400C11004004F50140D2 +:1046D0001005005004150040064B03EBC0000AB162 +:1046E000054A01E0044A303A02EB8101C0F8141592 +:1046F0007047000000F0014060600040064B03EB93 +:10470000C0000AB1054A01E0044A303202EB8101DF +:10471000C0F814157047000000F001403060004000 +:104720000348D0F80401012800D0002070470000A1 +:104730000010004030B5124B01460020D3F8104461 +:10474000224609E0157A854205D1401C0A28F7DB8C +:104750004FF0FF3030BD5268002AF3D1421CF9D02F +:104760000872D3F810242AB152684A60D3F8102492 +:10477000516030BD0022C3F810144A6030BD000003 +:104780004C050020F0B595B01C4615460F4608466E +:104790001A9E00F019FB182109A8FBF71CFE0E96C3 +:1047A000CDE909540023082203A9384600F021FB73 +:1047B00005980690BDF81000ADF81C00BDF8120079 +:1047C000ADF81E0000208DF821000398082600F0A7 +:1047D0000300012802D0022818D032E003983346A3 +:1047E000850AC0F3C2008DF8200003980FA9C0F31A +:1047F0008314A200384600F0FCFA09A8009006AB2A +:1048000022460FA9284600F03BFA1AE00398840DCF +:10481000C0F3C2008DF82000082C01D2254600E02C +:10482000082533462A460FA9384600F0E2FA2E44FE +:10483000641B09AB06AA29460FA800F073F9002CE7 +:10484000EAD1384600F0C6FA15B0F0BD7047012035 +:1048500001F05ABB084810B50178084A515C19B1FB +:10486000001D01F053F802E00C3000F061FFBDE8DC +:104870001040002001F048BB64000020140000201C +:1048800008B5034A00924023024AFFF77BFF08BDA8 +:10489000F55B00004C0400200A4A012902EBC0002D +:1048A00007D0022907D0032907D0042907D0002008 +:1048B00070470220704704207047007970474079A4 +:1048C000704700005C65000010B5FFF7C0FF0421D1 +:1048D0000348FFF72FFF02490120487210BD000076 +:1048E000780000202DE9F0478CB0FCF7C5FD18B129 +:1048F00000200CB0BDE8F087784C0020C4F8180404 +:10490000BFF34F8F60680290A5684FF00008284001 +:1049100004EB800008E021680298814201D86160C0 +:10492000E6E7284004EB80000C3002A9FCF7ACFF5E +:104930000028F0D103AB029901EA050204EB8202E0 +:10494000491CD26843F82020401C02910228F2D36F +:10495000039800F00300022802D001284ED0A5E001 +:1049600003985022810D8946B2EB905F00D8502108 +:104970000E4666F39F5003900831594800F0DBF96A +:10498000070078D000F020FA4346082203A93846F1 +:1049900000F035FA029908F1080A2940681A8000E7 +:1049A000001D864223D94D4D0C3530B1C2B204EB07 +:1049B0008101301A90460C3104E02946F2B20025FC +:1049C00090462846C6B25346384600F018FA0AEB1D +:1049D00008032DB1324629464FEA070000F00FFACE +:1049E000029909F1030001EB900002903AE004EB18 +:1049F00081015346324638460C31EFE70398C0F345 +:104A00008311062900D3062161F389100390C0F3B6 +:104A10008310801C8100324800F08DF9070045D0DA +:104A200000F0D2F94346082203A9384600F0E7F91E +:104A300008F1080800260FE00298434600EA050145 +:104A4000401C04EB81010290042238460C3100F036 +:104A5000D6F908F10408761C0398C0F38310B0421D +:104A6000EAD847B1D4F81054D4F8180468B13846DD +:104A700000F0B0F92CE019E0687A012804D12A6826 +:104A800028463946126890476D68002DF4D13846A3 +:104A900000F0A0F90020FCF7D7F9D4F8180408B901 +:104AA000029860600020FCF7D1F911E0D4F81044BE +:104AB00004E021682046896888476468002CF8D1A2 +:104AC00008480221008801EB004007A100F016F819 +:104AD000FCF7D2FC80F001000BE700004C05002041 +:104AE0008C6500005C0100204261636B656E64733D +:104AF00020666C75736865640000000000231A4628 +:104B000001F098B808B5012300926A4601F092F8C6 +:104B100008BD3EB5069C8DE81C0003236A4601F0E3 +:104B200089F83EBD2DE9F0470E4680461C46924668 +:104B300008293ED894F80C9000202073194610469E +:104B400000F0B2FF0025B54206D218F805201AA1E0 +:104B50002046FDF7CBFC03E019A12046FDF7C6FC7B +:104B60006D1C082DEFD317A12046FDF7BFFC0025D3 +:104B7000B54210D218F80570FBF710FC0068C05D54 +:104B800010F03E0F01D03A4600E02E220EA1204642 +:104B9000FDF7ACFC03E00DA12046FDF7A7FC6D1C62 +:104BA000082DE5D301222146504600F05FFF84F82E +:104BB0000C90BDE8F087000020253032780000001E +:104BC000202020007C000000256300002000000061 +:104BD000104810B5FF218160002101604160C0F8DC +:104BE0001814C0F8141480F820140B4800F0F0F8E2 +:104BF00000280DD109480A490A4B401AC108002073 +:104C000003E000BF23F82000401C8842FAD30020B4 +:104C100010BD00004C0500208C6500008C65000074 +:104C20005C6500004801002002480349401AC008A2 +:104C3000704700008C6500005C65000013B5684695 +:104C4000FDF73CF808B100201CBD0248009950F85F +:104C500031001CBD5C65000070B508480125D0F826 +:104C6000104480F8205405E06572216820464968A8 +:104C700088476468002CF7D170BD00004C05002007 +:104C80002DE9FF4781460C9D00200C462F7B2873A1 +:104C9000984616462946184600F006FF072E42D2CF +:104CA000DFE806F004090F161F2A36004946284699 +:104CB000FDF71CFC37E0494628462268FDF716FC44 +:104CC00031E0D4E9002349462846FDF70FFC2AE0ED +:104CD000A0680090D4E9002349462846FDF706FC69 +:104CE00021E0D4E90201CDE90001D4E900234946DD +:104CF0002846FDF7FBFB16E004F1080007C88DE825 +:104D00000700D4E9002349462846FDF7EFFB0AE0F7 +:104D100004F108000FC88DE80F00D4E900234946CC +:104D20002846FDF7E3FB00222946404600F09EFEA0 +:104D30002F73BDE8FF872DE9F041858A80462D1F3E +:104D40004819C01CB0FBF5F0C6B24046FDF7BCF8F0 +:104D5000041E19D00020207101206071E580002719 +:104D60002546761EC4F800800BE04046FDF7ACF8FF +:104D700060B16179491C6171286005467F1CC0F8EB +:104D80000080B742F1D32046BDE8F081204600F014 +:104D900002F80020F8E72DE9F041457901466B1E45 +:104DA000002201E00968521C9A42FBD30F680146B9 +:104DB000002605E038460C68FDF7A5F82146761C6C +:104DC000AE42F7D3BDE8F0810121001DFDF760B8C8 +:104DD000FDF7AEB810B504460121001DFDF76EF8D1 +:104DE00010F0FF0F04D12046BDE81040FFF7D3BFFD +:104DF00010BD38B501240094FCF724FF38BD38B548 +:104E000000240094FCF71EFF38BD000070B51A4C5A +:104E10000546206810B91948FDF732F8D4F8D400D7 +:104E20000A2803D31548401CFDF72AF8D4F8CC0013 +:104E300000EB800004EB800115F8040B08712DCD08 +:104E40008860CA600B614D61D4F8D400401CC4F87E +:104E5000D400D4F8CC00401CC4F8CC00D4F8CC105A +:104E600000200A2901D3C4F8CC004FF0E0214FF410 +:104E70000010C1F8000270BD080A00204A000B00B3 +:104E800010B5040002D10948FCF7FAFF084941F8BF +:104E9000CC4B002041F874098867C8674FF0E021C7 +:104EA0004FF40010C1F8000110BD00003E000B00DF +:104EB000080A002010B5074CD4F8D4000A2802D9FB +:104EC0000548FCF7DDFFD4F8D400C0F10A00C0B2F9 +:104ED00010BD0000080A002079000B000148C068DE +:104EE00070470000E00A0020014880687047000019 +:104EF000E00A00200148406870470000E00A0020F6 +:104F0000014981F881007047E00A0020FDF718B9D7 +:104F100070B5FDF71BF900240E4E2546204600F023 +:104F20004DFD04F1080000F049FD3555641C082CC6 +:104F3000F4D309480121057045608560C5600561AD +:104F4000456180F8805080F85850C56780F881101E +:104F500070BD000030010020E00A0020FDF722B9FA +:104F6000FDF7C6B92DE9FF4F81B0444FDDE90EA82A +:104F700003260025F86F0C46AB4610B94048FCF7F5 +:104F80007FFF3878032803D03D48401CFCF778FFAA +:104F9000F86FB9464178C8072FD199F8810060B3FE +:104FA00000270198E8B3039A584662F31700C1F34B +:104FB000410161F31F6009EB84018A6BCAF800B0FC +:104FC000C8F800B00090904234D0204600F036FD82 +:104FD000051E07EA05072DD004F1080109EB81023F +:104FE0000099916104990D4223D0264E305D00B3A3 +:104FF000204600F027F910B105E00127D1E720484D +:105000002830FCF73DFF204600F01EF9CAF80000EA +:10501000BAF1000F0AD018B919482E30FCF730FF4A +:1050200000E01BE006F804B0022603E0144832302A +:10503000F4E7012677B1204600F022F9C8F8000015 +:1050400018B110480121015506E00C485830C8F845 +:10505000000001E0C8F800B00DB107E004264C469E +:10506000D9F87C00FDF79EF8C4F87CB089F800B050 +:1050700000F068F805B03046BDE8F08FE00A002087 +:105080002D010C003001002010B50C4C207810B11F +:105090000B48FCF7F5FE00F0C5FC00280DD0FF2200 +:1050A0000270417841F00601417000214318491C0B +:1050B0009A702029FAD30321217010BDE00A002044 +:1050C00007010C0070B51A4C05460E4620780128E1 +:1050D00004D0022802D01748FCF7D2FEB5B12078E0 +:1050E000012803D01348401DFCF7CAFEE06818B938 +:1050F0001048801DFCF7C4FEE068007820B16068AD +:1051000000F09CFC022502E0002500E004254EB1E1 +:10511000606800F099F8A168814203D005481D300D +:10512000FCF7AEFE0020207000F00CF8284670BDA1 +:10513000E00A0020CC000C00014890F88000704785 +:10514000E00A00202DE9F041104C207800281AD107 +:1051500094F88000002816D10825012600276069F0 +:10516000FDF74AF818B184F88060606920616069D1 +:10517000401C6061082800D1676194F88000002815 +:1051800001D16D1EEBD1BDE8F0810000E00A0020E6 +:1051900070B5224C207810B12148FCF771FE94F8CC +:1051A00080000025F8B12069606000F069F8A06017 +:1051B00018B91B48C01DFCF763FEA0684078C00703 +:1051C00005D194F8810010B10220E56009E0606823 +:1051D00000F028F8032806D200F024FCE06010B1AB +:1051E0000120207002E02078002815D0A06818B9AE +:1051F0000B482030FCF744FE2069606004EB80001F +:10520000C17E491CC17684F88050C27EA068417876 +:1052100062F342014170012070BD0000E00A0020ED +:1052200098000C000830FCF7E7BF0830FCF7F4BF2B +:105230000830FDF741B800000148007870470000D1 +:10524000E00A0020FCF7D8BF70B50446FCF7E4FF85 +:10525000050002D0204600F0D1FB284670BD70B595 +:105260000E4604460025FCF76BFF38B12146304658 +:10527000FCF7F4FF10B1FFF765FF0125284670BD6C +:10528000FDF71AB801480078704700003801002087 +:1052900004480178817041780170001D50F82100A8 +:1052A00000470000380100200249887048700870EB +:1052B0007047000038010020014840787047000026 +:1052C0003801002010B50446022802D30248FCF73A +:1052D000D7FD0248447010BD33000D003801002096 +:1052E0004058002800D00120704708B500224250E5 +:1052F0004058009008BDD0F80403084000D00120B9 +:1053000070474058002800D00120704708B500229F +:1053100042504058009008BD002802D00149800149 +:1053200008477047616300002DE9F0418846054653 +:1053300000F04CFB234E002828461AD0FCF7DCF87E +:10534000304490F848008009032802D001280ED08C +:1053500007E04FF0A040D0F81005E84010F0010F32 +:1053600005D003212846BDE8F041FDF745BA0221EA +:10537000F8E700F037FB002822D02846FCF7BCF8FD +:1053800004464FF4807000EB84000F4F81B207EBAE +:105390008400D0F8102542F00102C0F8102508461C +:1053A000FDF75AFAB8F1000F0AD02846FCF7A4F826 +:1053B00056F82000002803D00120A040C7F80403BD +:1053C000BDE8F08174020020006000402DE9FC413E +:1053D000DFF8BC80044608EB0400002790F9300099 +:1053E0001346C0170E46401C01D008274CE0B07889 +:1053F0001946C0F340022046FCF75AF80546401C07 +:1054000041D0B078410719D4C0070AD04FF0A0406E +:1054100000EB8401D1F8000720F00200C1F800077A +:1054200007E000217378204600910A460191FDF7BC +:1054300075F9174920465431FCF79AFDB07880077A +:1054400018D51448317800EB8500D0F81025124BA0 +:105450001A40C0F810254FF4F8524FF4403302EAD6 +:10546000042203EA01410A43D0F810150A43C0F8A8 +:10547000102509E008EB0500327810F8481F41EAD2 +:105480008211017000E004273846BDE8FC8100006D +:105490007402002000600040FFE0FCFF4FF0A041DC +:1054A000D1F81015C14011F0010000D00120704763 +:1054B00070B5184D95F8580008B1082070BD00204F +:1054C000411E2A18401CC0B282F830102028F8D3A0 +:1054D00000242046FBF7DEFF641CE4B20C2CF8D35A +:1054E00000240D49E0206C6581F80004012640206D +:1054F000891FC1F88002C1F800014FF4BE70FDF7AA +:10550000ABF90649F007C1F8040385F85860204656 +:1055100070BD00007402002006E000E00060004062 +:10552000034890F85800002800D001207047000080 +:10553000740200200121B1EB507F01D1012070479E +:105540000020704770B50D4600F0FAFA04000FD045 +:105550000020FBF779FC207920B10020FBF776FCD6 +:10556000112070BD0120256020710020FBF76EFC2A +:10557000002070BD10B500F0E3FA002802D0002131 +:105580000160017110BD00000149024800F0E4BC57 +:10559000D0020020002000402DE9F04105460079AE +:1055A00016460F4600EB40012D4A01EBC00102EB0D +:1055B000810494F82A1011B10820BDE8F08129492E +:1055C00051F820102868FFF7BDFF08B11120F4E75B +:1055D00039462846FBF74EFC66603869206030008B +:1055E0004FF001062FD03F7F4FF48E712868FFF7F0 +:1055F0007CFE4FF4A2712868FFF777FE28681A49ED +:10560000C0F8041328684FEA4711000B40B2002885 +:1056100006DA00F00F0000F1E02080F8141D03E02E +:1056200000F1E02080F800142868000B40B200F080 +:105630001F0206FA02F14009800000F1E020C0F8E4 +:105640008012C0F8001128680421C0F8001500205D +:10565000A061E06184F8290044F8140FA675ACE756 +:10566000D002002044630000800002002DE9F047D2 +:10567000054600790B4600EB400101EBC0002349D1 +:1056800001EB8004284600F043F810B11120BDE87A +:10569000F0874FF00008C4F82080A360626184F8AE +:1056A00028804FF48E76474631462868FFF71DFE66 +:1056B00028684FF00109C0F808902146286800F0DA +:1056C000E7FB606800BBD5F800A00EE094F8280066 +:1056D00008B10F2716E031465046FFF701FE0028BB +:1056E000F4D02146504600F0D3FB216A6069814224 +:1056F000F1D331462868FFF7F3FD0028F9D0286878 +:10570000C0F80C90C4F814803846C0E7D0020020DE +:10571000007900EB400101EBC000044901EB80007F +:105720004069002800D0012070470000D00200200E +:105730002DE9F047044600794FF0000900EB4001E5 +:1057400001EBC000254901EB80072068C0F80095F7 +:10575000786880B120682249C0F8081320680121C8 +:10576000000B40B200F01F0291404009800000F1A0 +:10577000E020C0F880112068D0F80C25D0F81485FE +:10578000D0F80865D0F810554FF0FF31C0F8141567 +:10579000C0F80C152068C0F80815C0F81015501C8A +:1057A00002D01046FCF7F0FFB8F1FF3F02D04046B0 +:1057B000FCF7EAFF681C02D02846FCF7E5FF701CE6 +:1057C00002D03046FCF7E0FF2068FFF7D3FE87F8F1 +:1057D0002A90C7F80490BDE8F0870000D0020020AE +:1057E000840202000149024800F062BCFC02002071 +:1057F000002000402DE9F0410546164600790F468D +:10580000154A00EBC00102EB810494F8201011B19D +:105810000820BDE8F081114951F820102868FFF7F1 +:1058200091FE08B11120F4E739462846FBF766FBE4 +:105830006660386920601EB1397F2846FBF7E4FFB7 +:1058400028680821C0F800150020A061E06101214E +:10585000606184F82010DCE7FC020020486300004F +:105860002DE9F04704460E460079204900EBC000C0 +:1058700001EB800517463046FFF75CFE30B120464D +:1058800000F036F820B11120BDE8F0871020FBE7CA +:105890006F61AE604FF49076002731462068FFF7C5 +:1058A00035FD4FF4AC7841462068FFF72FFD2068A6 +:1058B000AA686969C0F84425C0F848152068012124 +:1058C0008160686878B9B14649462068FFF719FDDC +:1058D000064641462068FFF714FD0643F4D000B1A8 +:1058E0000F27002068613846CEE70000FC02002048 +:1058F0000079054900EBC00001EB800040690028F9 +:1059000000D0012070470000FC0200202DE9F04784 +:1059100004460079274900EBC00001EB80072068AE +:105920004FF00009C0F80095786880B120682249DE +:10593000C0F8081320680121000B40B200F01F02DC +:1059400091404009800000F1E020C0F880112068FB +:10595000D0F80C25D0F81485D0F80865D0F810558B +:105960004FF0FF31C0F80C15C0F814152068C0F8CE +:105970000815C0F81015501C02D01046FCF70DFF9A +:10598000B8F1FF3F02D04046FCF707FF681C02D089 +:105990002846FCF702FF701C02D03046FCF7FDFEE3 +:1059A0002068FFF7E7FD87F82090C7F80490BDE86E +:1059B000F0870000FC02002010030200024A0021D0 +:1059C00002EB800081617047E00A0020044908442E +:1059D00090F93000082801DB012070470020704753 +:1059E000740200200449084490F93000082801D2CC +:1059F00001207047002070477402002010B5044653 +:105A0000064890F8801021B10069A04201D1FFF74B +:105A100099FB03490020085510BD0000E00A002052 +:105A20003001002010B5044CE06F002802D1FCF7D3 +:105A30005FFCE06710BD0000E00A002070B5094D72 +:105A40000446E86F10B90848FCF71AFA04F1080197 +:105A5000E86FFCF703FC002802D00020E867012073 +:105A600070BD0000E00A00202E020C0010B50C46AC +:105A7000017A052908D0407A38B1084808A102689F +:105A80002046FCF733FD00E01AB106A12046FCF7E2 +:105A90002DFD2046BDE81040FCF735BDB0000020CC +:105AA000257300000D0A000038B5C3880D46044672 +:105AB00033B114A0009015A216A12846FCF716FDDC +:105AC000217A05291CD0607A48B1A088FEF7E4FE4F +:105AD000164951F8202016A12846FCF707FDA0889A +:105AE0000021FFF7ABF803461049207A143951F82A +:105AF000202001B02846BDE830400EA1FCF7F6BCDE +:105B000038BD00001B5B306D000000001B5B313BAB +:105B100033316D0025734C6F67732064726F707042 +:105B20006564202825642925730D0A00B000002033 +:105B3000257300003C25733E2025733A20000000A9 +:105B40000349884201D10348704700207047000094 +:105B5000002000402000002070B5012670044FF0A6 +:105B6000E0210025C1F88001084C4010C4F848032A +:105B7000C4F8080366602F20FFF7CEFBA660044C34 +:105B80002F20A560FFF7C8FBA57070BD0010014075 +:105B90004800002070B5054688690C4600284FF47F +:105BA000847128460AD0FFF7A0FBD5F81805626A71 +:105BB000E1688854606A401C606270BDFFF795FB25 +:105BC000D5F8180570BD1FB501238DF80030CDE95B +:105BD0000121D0E90012684690471FBD1FB501237F +:105BE0008DF800308DF808100192D0E90012684657 +:105BF00090471FBD70B50D4C0020D2B22070201D03 +:105C00000B4D0378EB5C1BB1001DFFF729FE02E092 +:105C10000C30FFF72BFD08B1FBF77EF86078002809 +:105C200002D021780029FAD070BD00006000002069 +:105C3000140000202DE9F84F204D92468946064673 +:105C40009846012269461846AF68FBF7C1FB58B376 +:105C5000009800210446801C09E000BF00EA070309 +:105C60005AF8212005EB8303401C491CDA604145AA +:105C7000F4D34FEA164AFBF7E9FC4AEA0041601CFC +:105C8000384005EB80003C4005EB8402C160D068E1 +:105C900066F3C50068F3891069F39F2020F00300C4 +:105CA000401C20F00400D06095F8200402E000BF02 +:105CB000FEF718FE0028FBD1BDE8F88F4C05002048 +:105CC0002DE9F84F1D4C00256846D4E901A6FBF7E5 +:105CD000C7FC002738B30023009A61681CE0D1F8A4 +:105CE00000C00846944503D9ACEB02020A6015E0F7 +:105CF000A2EB0C0263440760D0F80CC0C169814676 +:105D0000BCF1000F08D006EB030828F07F48C0E97B +:105D1000018CC9F81C5005460029E0D12846616075 +:105D2000FBF7FAFD03E02846FBF7F6FD10B15046FD +:105D3000FBF7EAFBE770BDE8F88F000048000020A1 +:105D40000D4B10B5596831B102680C68A24204D8F5 +:105D5000A21A0A60C161586010BD0B4603E00B46F1 +:105D6000C969121B21B10C689442F8D3A41A0C60C3 +:105D70000260C161D86110BD480000202DE9F041EA +:105D8000144E77683D462C4603E0844204D02546F5 +:105D9000E469002CF9D11BE0D4B1A5420BD1F8691C +:105DA000706040B90C49012088600021B160F0703A +:105DB0002F20FFF7B1FA2168E069E86110B10268AD +:105DC000114401607068874202D00120BDE8F08173 +:105DD0000020FBE74800002000100140F8B506460F +:105DE00000240D462046FBF72FF8684600F076FAAF +:105DF00068B10570084946609DF8000048700020B1 +:105E0000FBF724F81420FAF738FC2046F8BD0424E8 +:105E10000020FBF71BF8F8E7400300202DE9F041D4 +:105E2000194D6C68002C2CD0184800270068A96810 +:105E3000B846401A20F07F462068B0420CD8214670 +:105E4000361A0744E469087C20B181F8108088691B +:105E500049698847002CEFD129786878814206D1BA +:105E6000401CC0B26870022801D185F80180064844 +:105E700069780C3040F82170BDE8F0411420FAF741 +:105E8000FCBBBDE8F0810000480000200415014083 +:105E900070B50C4605464FF48E71FFF726FA216A5D +:105EA000A068415C206A401C2062C5F81C1570BDCA +:105EB0001FB500228DF80020029181680191426196 +:105EC000D0E90012684690471FBD00001FB50A4682 +:105ED00001788DF8001041680191017A8DF8081061 +:105EE000C0680390044850F82210001F50F8222088 +:105EF000684690471FBD00001C000020014901209A +:105F0000087070476000002010B588B00446202259 +:105F10000E496846FAF746FA06200090C01F019025 +:105F2000029003904FF0EB7006900CB1084A00E02D +:105F3000002269460748FCF7CFF808B1FAF7ECFEF3 +:105F40000448001F447008B010BD000084630000C6 +:105F5000FD5E0000640000202DE9FF470C46054669 +:105F60004FF40071FFF7C7F901274FF401780026BD +:105F700018B34FF4927949462846FFF7B1F9E0B1DA +:105F800049462846FFF7B1F9C5F8088394F8290077 +:105F900000B96F6002208DF80000D5F88004C5F8C4 +:105FA00080040390A0690290E0680190A661E66118 +:105FB000D4E900126846904728E004212846FFF7FC +:105FC0009AF918B34FF484712846FFF789F9E8B1BC +:105FD00021462846FFF7DEFD616AA069884215D197 +:105FE000E06938B1E268616AA0612069E6616662D1 +:105FF000E06008E094F8290000B96F60C5F80883F4 +:10600000A661E268616A2046FFF7DDFD4FF48E78F5 +:1060100041462846FFF764F978B1206A61698842F1 +:1060200002D294F8280020B341462846FFF75DF9D4 +:10603000616911B12046FFF73BFF4FF4A27841465A +:106040002846FFF74DF9002818D041462846FFF7AB +:106050004CF994F8290000B12F60A06900280DD0F8 +:10606000A661E268616A04B02046BDE8F047FFF728 +:10607000AABD21462846FFF70BFFDEE7BDE8FF87F4 +:106080001FB50A4601788DF8001041680191017A28 +:106090008DF80810C0680390044850F82210001FC3 +:1060A00050F82220684690471FBD00001C000020C9 +:1060B0002DE9FF410C464FF4927705463946FFF72C +:1060C00020F90026C0B139462846FFF71FF9022003 +:1060D0008DF80000D5F88004C5F880040390D5F849 +:1060E0003C058DF80800E0680190A661E661D4E9FE +:1060F00000126846904723E04FF4887739462846D7 +:10610000FFF7FFF8E0B139462846FFF7FFF8D5F86A +:106110003C15A069884213D1E06960B1E268D5F806 +:10612000000220F02000C5F80002E069A0612069AB +:10613000E661E06001E0A661E2682046FFF74EFDFF +:106140004FF4A27739462846FFF7DBF860B13946AD +:106150002846FFF7DBF8A06930B1A661D5F83C15F9 +:106160002046E268FFF73AFD4FF49077394628461B +:10617000FFF7C7F8002813D039462846FFF7C6F8BE +:10618000606900280CD0D5F84C058DF800608DF8BA +:106190000800A06801906661D4E900126846904743 +:1061A000BDE8FF8110B5FAF7D5FD08B1FAF7B4FDE7 +:1061B00000210320FAF7E6FF08B1FAF7ADFD4FF42E +:1061C00000410020FEF704FD08B1FAF7A5FDFEF737 +:1061D0007BFB09480321008801EB004007A1FEF783 +:1061E0008DFC00BFFEF77EFB0028FBD1BDE8104010 +:1061F0000120FAF7D7BE00005C01002047617A65F4 +:106200006C6C2041434B207061796C6F6164206538 +:1062100078616D706C652E20446576696365206DCC +:106220006F64652E000000002DE9F05F8346DDE914 +:106230000A4A994690460D460846012703E000BFEA +:10624000B0FBF8F07F1C4045FAD2B94500D94F4663 +:106250005FEACA7012D18CB15FEA8A7002D5B9F1D7 +:10626000000F01D0202607E0302605E031465846D1 +:10627000641EFBF7F1F80CB1A742F7D35FF00106FB +:10628000B9F1010F02D9A9F1010903E0B5FBF6F05C +:10629000404502D306FB08F6F2E7DFF83C9000BF6A +:1062A000B5FBF6F000FB165519F800105846FBF741 +:1062B000D3F8B6FBF8F6002EF2D15FEACA7009D027 +:1062C000002C07D0A74205D220215846641EFBF7B8 +:1062D000C3F8F5E7BDE8F09F666300000A494A7815 +:1062E0008B78521CD2B2934200D100220B78934299 +:1062F00001D1002070470270487800EB400001EBAC +:10630000C000001D7047000040030020111213144C +:106310000D0E0F1008020020280200205402002059 +:106320000D000300A51000000E000300A5100000E2 +:106330000F000300A510000010000300A5100000CE +:106340000000005089550000E557000003000000E0 +:1063500020030020000000000000000000000000FA +:106360000338FDD870473031323334353637383959 +:106370004142434445460000814800005548000022 +:106380004D480000FFFFFFFFFFFFFFFFFFFFFFFF84 +:10639000FFFFFFFF00000000000000000000D6012A +:1063A0000701000000100040101100400310000021 +:1063B0000100000000100040000000000B0204007B +:1063C000000000000410004000000000070103016D +:1063D00000000000004040404040404040404141FB +:1063E00041414140404040404040404040404040AA +:1063F0004040404040050202020202020202020244 +:106400000202020202202020202020202020200240 +:1064100002020202020290909090909010101010D0 +:10642000101010101010101010101010101010106C +:106430000202020202028888888888880808080800 +:1064400008080808080808080808080808080808CC +:106450000202020240000000D56300004368616E42 +:106460006E656C2025753A20253033752070616388 +:106470006B657473207472616E736D697474656496 +:106480002C2025303375207472616E736D697373BF +:10649000696F6E73206661696C65642E0000000090 +:1064A0007761726E696E67006465627567000000EF +:1064B0001B5B313B33306D001B5B306D0000000017 +:1064C0001B5B313B33316D001B5B313B33326D0065 +:1064D0001B5B313B33336D001B5B313B33346D0051 +:1064E0001B5B313B33356D001B5B313B33366D003D +:1064F0001B5B313B33376D00696E666F0000000037 +:106500006572726F720000004750494F5445000099 +:10651000505253005541525400000000554152540E +:106520004500000062616C6C6F632E6C6F675F6D7D +:10653000656D706F6F6C000061707000A465000085 +:10654000000000206001000040040000F065000031 +:1065500060010020D82B0000EC0B00000865000053 +:10656000000000001065000000000000146500003D +:10657000000000001C650000000000002465000011 +:106580000000000338650000000003038C000020B9 +:10659000840000208C0000208C0400205801002082 +:1065A00018000000016A64200040542000400328C5 +:1065B0007863326533A06433F86433A86433B86415 +:1065C00033B06433C06433C86433D06433D86433C5 +:1065D000E06433E86443F064041190D003C205061C +:1065E0004404192A3F4D332539031FE938000000C0 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10056.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10056.hex new file mode 100644 index 0000000..bf73858 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/gzll_ack_payload_device_pca10056.hex @@ -0,0 +1,1634 @@ +:020000040000FA +:10000000502D0020F902000001030000030300004E +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000021070000E10A00001303000071 +:1000500013030000130300007D04000013030000DD +:100060007D0A0000130300001303000013030000C7 +:100070001303000013030000130300001303000028 +:1000800013030000B1070000130300001303000076 +:10009000D5070000D9070000130300001303000078 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000013030000C8 +:1000E00013030000130300001303000000000000CE +:1000F00000000000130300000000000013030000D4 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F00AF900480047B1190000EF +:10021000502D002030B4044654E8000F0D4644E849 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE74D080000010200002DE9F05F56 +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F05EF85346F9 +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A0005864000040EA01039B0703D009E008C934 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A7047202A04DB203A18 +:1004000021FA02F00021704721FA02F3D040C2F134 +:10041000200291400843194670470000064C074DE2 +:1004200006E0E06840F0010394E8070098471034C4 +:10043000AC42F6D3FFF7E8FE3C6500005C650000C7 +:1004400030B58C1810F8012B12F00F0301D110F801 +:10045000013B120906D110F8012B03E010F8015BF3 +:1004600001F8015B5B1EF9D101E001F8013B521E6E +:10047000FBD1A142E6D3002030BD00002DE9F04FB2 +:1004800000268DB0DFF8A081B14604964FF4807548 +:10049000012437460596284602F0EEF938B1D8F81F +:1004A0000403204203D0284602F0DCF926432D1D28 +:1004B00064007F1CADB2082FEDD34FF4BE7420460C +:1004C00002F0DAF948B1204602F0CCF946F00046D5 +:1004D00004AA0221002002F0AFF9544C16F0FF0FDD +:1004E00015D00127002537420DD008EB8501D1F842 +:1004F0001005D1F81015C0F3052054F82520C1F3DC +:10050000014102B190477F006D1C082DEBD3002EF6 +:100510007EDA0020CDF82890411E0DF1100B07AABD +:10052000CDF82C9042F82010401C91460228F9D3B7 +:1005300000252E46A11911F8607F91F9000027F0DF +:10054000C008401C40D007A9404601F08BFC40B3D6 +:100550004FEA971A404600F051FF54F820701FB13F +:10056000BAF1030F03D006E0BAF1030F2CD10AA9A8 +:10057000404601F07FFC02A8CDF8088002F000F9A7 +:10058000029900EB8100D0F8000704A9C0F30140F4 +:100590000290404601F066FC0028029802D0022832 +:1005A00002D011E003280FD1BAF1030F08D102984D +:1005B000022833D00221404602F0BCF86D1CEDB297 +:1005C00017B151464046B847761C042EB2D3002DD1 +:1005D00021D001AA0221002002F02EF900205A4663 +:1005E0000DF1040152F8206051F82030B34217D0C9 +:1005F00000200AAE4FEA090351F8207042F820703B +:1006000056F8207043F82070401C0228F4D300E014 +:1006100001E0002D8CD10DB0BDE8F08F0321CAE7B9 +:10062000401C0228DED3F6E7006000407C02002078 +:1006300000F01F02012191404009800000F1E020FC +:10064000C0F88012704700F01F020121914040095C +:10065000800000F1E020C0F88012704700F01F0217 +:10066000012191404009800000F1E020C0F8801293 +:10067000704700F01F02012191404009800000F105 +:10068000E020C0F88012704700F01F020121914065 +:100690004009800000F1E020C0F88011704700F0B0 +:1006A0001F02012191404009800000F1E020C0F8C4 +:1006B0000011704700F01F020121914040098000A5 +:1006C00000F1E020C0F80011704700F01F02012186 +:1006D00091404009800000F1E020C0F8001270470E +:1006E0004907090E002806DA00F00F0000F1E020AB +:1006F00080F8141D704700F1E02080F80014704766 +:100700004907090E002806DA00F00F0000F1E0208A +:1007100080F8141D704700F1E02080F80014704745 +:1007200070B5204D28696C78401C2861687D10B137 +:100730001D4801F027FB287803281AD11B48D0F860 +:100740000C01B0B1012C04D0022C0AD01648123092 +:1007500023E02869032816D01348083001F012FB63 +:1007600011E02869022812D00F480D3001F00AFB71 +:100770000DE0032C0FD2012C05D0022C07D0BDE8D0 +:10078000704003F095BABDE8704003F0BDBABDE813 +:10079000704003F0CFBC04482830BDE8704001F041 +:1007A000F1BA0000040A002038030A0000100040DB +:1007B00007480021C0F84011C0F84411C0F84811A2 +:1007C000C0F84C11C0F80011C0F8041105F028BBA6 +:1007D0000010014005F076BA30B51B4C85B00025FD +:1007E000012080F31088D4F8D40038B3D4F8D000B6 +:1007F00000EB800004EB800001798DF80010816827 +:10080000C26803694069CDE90330CDE90112D4F82B +:10081000D400401EC4F8D400D4F8D000401CC4F862 +:10082000D000D4F8D0000A2801D3C4F8D05000205A +:1008300080F31088216868468847D1E7002080F35C +:10084000108805B030BD0000200A002030B54FF000 +:10085000805000228300D0F83011C3F80C21C3F877 +:100860001021624B1A60624B1B68624C2360604B24 +:100870001B1D1B68241D23605D4B08331B68241D52 +:1008800023605B4B0C331B68241D2360584B1033D3 +:100890001B68241D2360564B14331B68241D2360E2 +:1008A000534B18331B68534C20342360504B1C337C +:1008B0001B68241D23604E4B20331B68241D2360BE +:1008C0004B4B24331B68241D2360494B28331B6882 +:1008D000241D2360464B2C331B68241D2360444B8E +:1008E00030331B68434C40342360414B34331B6826 +:1008F000241D23603E4B38331B68241D23603C4B72 +:100900003C331B68241D2360394B40331B68241D76 +:1009100023600124082902D1D0F8343113B1082909 +:1009200004D006E0354B3449196005E0D0F8343185 +:1009300013B1082904D006E0314BFB21196005E012 +:10094000D0F8343113B1082908D00EE090F85832AD +:100950002C48016863F30301016002E0D0F83431F0 +:100960001BB929494FF40070086028480168C9077D +:1009700002D06FF0010101602548016841F4700167 +:100980000160BFF34F8FBFF36F8F4FF01021D1F88D +:100990000002002803DBD1F80402002822DA1D4BF4 +:1009A0001C601D480468002CFCD01224C1F80042D1 +:1009B0000568002DFCD0C1F8044201680029FCD074 +:1009C0001A6001680029FCD0BFF34F8F10487C38B3 +:1009D0000168124A01F4E06111430160BFF34F8FD7 +:1009E00000BFFDE70F490E48086030BD38050040E4 +:1009F0000404001020C50040488103008C560040CC +:100A000018F50040E40E004040960240000400400B +:100A100088ED00E004E5014000E401400400FA052F +:100A20000090D003DC000020124A10B50021104BCA +:100A3000126809E053F82140844203D10E4801F0C6 +:100A4000A1F913E0491CC9B29142F3D3084A00212D +:100A500012F1180201EB011302EB4303834201D1AF +:100A6000012010BD491CC9B20629F3D3002010BDD6 +:100A70006C0C00204C010020EC00030070B5144EFB +:100A80004FF48030C6F808030025C6F84051114CD9 +:100A9000606810B9104801F075F9A570626801230B +:100AA000656073640D480168001F00681430B1F57B +:100AB000804F04D2B0F5404F01D9637005E0814208 +:100AC00001D3012000E000206070BDE870401047B5 +:100AD0000080004024010020E5000400448500401F +:100AE00001480068004700002800002002E008C814 +:100AF000121F08C1002AFAD170477047002001E098 +:100B000001C1121F002AFBD17047022000F0EEB98C +:100B100070B50024064D06E06868012110F8340025 +:100B200004F008FC641C28788442F5D3002070BDD2 +:100B300030000020F8B515460C460646052A01D2BD +:100B40000720F8BD04F0EEFC18B904F0B1FC002851 +:100B5000F7D1124900224E600C708D60C1E9042269 +:100B6000C1E906220E4D0DE006EBC4002968009194 +:100B700081788DF8011000780A4A694604F026FC55 +:100B80000028DED1641EE4B2EED2BDE8F84004488D +:100B90000021054A001D00F053B80000300000207D +:100BA00054630000A5150000B914000072B604F0EB +:100BB00059F800BF03F09CFE0028FBD1104C012126 +:100BC000208801EB00400FA103F09EFF1048006851 +:100BD000C00700D000BE2088022101EB00400DA11B +:100BE00003F092FFBFF34F8F0948E43801680D4AC4 +:100BF00001F4E06111430160BFF34F8F00BFFDE7D7 +:100C000064010020466174616C206572726F72002D +:100C1000F0ED00E053797374656D2072657365744F +:100C2000000000000400FA050EB500210091CDE996 +:100C300001106A4644F20100FFF7B8FF0EBD000044 +:100C4000074B9B7823B12AB120B10068037C1BB10C +:100C500008207047072070474174426100207047A8 +:100C60005803002070B504F079FF104800240B21D0 +:100C7000047044700E4D817014206C602C706C7088 +:100C8000FFF7D6FC07211420FFF72AFD1420FFF7F9 +:100C900006FD0848046007211120FFF721FD0548E3 +:100CA000001F0068A860002070BD000058030020ED +:100CB00050000020081501402DE9F843DFF870903E +:100CC00099F802305BB350B3052902D20720BDE882 +:100CD000F88343691BB3437C012B22D000270446D1 +:100CE000002588461646284600F036F8684605F086 +:100CF000F7FAC0B1012101700E4944600968C0E9EA +:100D00000218C0E904769DF8000089F8010000206F +:100D100000F024F81420FFF7D8FC2846D7E7082075 +:100D2000D5E70F46DBE70425002000F017F8F4E7CD +:100D300058030020041501400649897839B130B1C3 +:100D4000416921B100210174022105F049B8082050 +:100D5000704700005803002000F002B800F008B807 +:100D600072B602480168491C0160704764000020A7 +:100D700003490868401E086000D162B67047000051 +:100D80006400002070B5054608680C46411C04D07C +:100D900001F02BFD206801F0B9FC6068411C02D015 +:100DA000002101F0A1FC2968A069C1F82405607D3B +:100DB000227D29681043C1F86C05D4E90012286827 +:100DC000C0F81425C0F80C15207D012814D1A068A6 +:100DD000411C02D0002101F087FCE068411C04D0D6 +:100DE00001F003FDE06801F091FCD4E902122868EB +:100DF000C0F80825C0F8101570BD70B50546086824 +:100E00000C46411C04D001F0FAFC206801F088FC7B +:100E10006068411C02D0002101F06FFC2968A069C4 +:100E2000C1F82405607D217D2A680843C2F86C055D +:100E3000D4E900122868C0F80C15C0F81425207DEC +:100E4000012814D1A068411C02D0002101F055FCFA +:100E5000E068411C04D001F0D2FCE06801F060FCC5 +:100E6000D4E902122868C0F80825C0F8101570BD32 +:100E7000084908B5085C0090684601F073FCD0F89A +:100E800010050099C84010F0010000D0012080F04A +:100E9000010008BD146300002DE9FC410646C007AF +:100EA0004FF000050ED0104F00240122385D009550 +:100EB00000231146019501F0A1FB641C042CF4D31E +:100EC00000F04EF8B0070DD5074E0024361D002265 +:100ED000305D032300951146019501F08FFB641CE2 +:100EE000042CF4D3BDE8FC8110630000094908B567 +:100EF000085C0090684601F035FCD0F80425009BA2 +:100F00000121994021EA0203C0F808351140C0F8D8 +:100F10000C1508BD106300000249085C012101F0B6 +:100F200078BC0000106300000249085C002101F059 +:100F300070BC000010630000084908B5085C009010 +:100F4000684601F00FFCD0F804050099C84010F085 +:100F5000010000D0012080F0010008BD10630000F6 +:100F600010B500242046FFF7D7FF641C042CF9D3EA +:100F700010BD10B500242046FFF7D6FF641C042CDA +:100F8000F9D310BD10B50246064B4FF0FF300021DB +:100F90005C5C944201D1084610BD491C0429F7D37A +:100FA00010BD0000146300002DE9F0470D46814696 +:100FB000FFF7E8FF0446042836D2DFF874801B48A8 +:100FC0001C4EA8F10C0725B3012D0ED0022D2BD1FC +:100FD00004EB440030444578002D25D0B968002941 +:100FE00022D02846BDE8F047084704EB4401755C71 +:100FF0000E44717849B10E4A4FF40041093A8068B5 +:10100000FFF75AFE08B987F80390B17808F8041082 +:10101000E2E78068FFF790FE04EB4401314418F8E2 +:1010200004008D78A842D7D0BDE8F087186300008F +:101030001000002050020020042801D2FFF718BF42 +:101040000020704770B50023042810D20D4D00EB2E +:101050004004012A02D101290CD00022094E00EBE4 +:101060004000304461B1012906D0022906D007238F +:10107000184670BD0E30C2B22A55F9E74270F7E744 +:101080008270F5E75002002070B506461E48002425 +:10109000C0E90161B00720D500250122114628468C +:1010A000FFF7D0FF6D1C0446042D02D2002CF4D0B3 +:1010B00013E094B940F2666204211448FFF73AFD48 +:1010C00004000AD1FFF724FD040006D10F48104A9E +:1010D0000021001FFFF7B4FD0446F00712D00120E5 +:1010E000FFF7DAFE74B909480A4A00210C38FFF705 +:1010F000A7FD040006D10548074A01210838FFF77B +:101100009FFD0446204670BD0400002024630000BB +:1011100091130000091800000B0B00002DE9F05F8F +:101120006A4C054600266078B34618B184F801B0D1 +:1011300000F052FB664F4FF47A694FF4C87A4FF0D3 +:101140000108182D62D2DFE805F0AC0C0C31404DDF +:1011500062676B746B74BE7D7D7D7D7DACAFB2B517 +:10116000BEBE0020FFF7E8FE00284FF0000008D0C8 +:10117000FFF7D2FE022D02D14FF4E16008E04846AD +:1011800006E0FFF7D1FE022D01D1C82000E0504655 +:10119000410CC0034FF4FA72801841F10001257030 +:1011A00052000023FFF7BAF801462AE00020FFF7BB +:1011B000C3FE00284FF0000004D0FFF7ADFE4FF44F +:1011C0004870E5E7FFF7B0FEDFE70020FFF7B4FE69 +:1011D00000284FF0000002D0FFF79EFECFE7FFF798 +:1011E000A3FED4E70020FFF7A7FE00284FF0000081 +:1011F00002D0FFF791FE01E0FFF796FE257041F661 +:101200009A1100223868FFF757FD064646E0002095 +:10121000FFF76CFE257008E0002051E025703DE0EE +:1012200084F801800120FFF761FE002240F6CD41E5 +:10123000E8E784F801800120FFF758FE00224FF410 +:101240008041DFE77868FFF777FD0646D5F11100AA +:1012500000D02EB10220FFF75FFE84F802B01DE03F +:10126000012816D980B2C8214843C117C90341EAF1 +:101270005041C0034FF4FA72801841F1000152004E +:101280000023FFF74BF8014600227868FFF714FDB2 +:1012900006460220FFF748FE84F802803046BDE88B +:1012A000F09F00F099FAB9E700F096FAB4E700F081 +:1012B00093FA04E000F090FA0020FFF735FE0120D9 +:1012C000FFF732FEAAE7FFF754FEA7E7040000206D +:1012D000186300002DE9F0470546861C90460F462E +:1012E0004FF001090020FFF737FD1B4C20683860E4 +:1012F000D4E90001401AA16804F21C47081A0EE064 +:101300000121384600F046FD00F004FB0146384656 +:1013100000F040FDD4E90001401AA168081A401C01 +:101320008642EDD8B8F1000F03D0052065F389108F +:1013300002E0062065F39F50A2682168114004EB8B +:101340008101C8602068304420600020FFF706FD5E +:101350004846BDE8F08700006405002030B482688C +:101360000468531C8360A154D0E901128A4202D35D +:1013700030BC01F04AB830BC70470000034803C8D5 +:10138000814201D101207047002070476405002090 +:1013900000780221FFF708BE05494FF0FF32082808 +:1013A00041F8202002D3084480F8582070470000FC +:1013B0007C020020F0B54FF0FF3512B10023082663 +:1013C00001E008230C260C4C05E000BF54F8237004 +:1013D0007F1C04D05B1CB342F8D32846F0BD26180E +:1013E0005DB286F8305044F82310002AF5D1E11898 +:1013F00081F85800F1E700007C020020024908440F +:1014000090F93000704700007C0200202DE9F05F69 +:1014100026484168F1B3DFF898B00E688146DBF8E2 +:10142000004087688078E11B21F07F45ED1CB0B952 +:10143000DFF880804FF48030C8F84403C8F8040314 +:101440001120FFF7F5F81120FFF729F94FF0010AF5 +:10145000C8F800A02F2003F065FF89F802A0B5426C +:1014600000D23546124BE8193C3320F07F4018601B +:10147000DBF800105A46091B21F07F41001B20F0C9 +:101480007F40C91C81420FD9106818602F2003F0DB +:1014900049FF00E004E0BDE8F05F1120FFF715B957 +:1014A000BDE8F05F04F05ABBBDE8F09F500000209B +:1014B00004150140001001402DE9F0470025DFF838 +:1014C0008C803CE06068002100EBC506012032788A +:1014D0009146FEF754FFD4E9062300EA020701EA29 +:1014E000030C57EA0C0728D082438B434846C4E9D3 +:1014F000062303F0D5FF3278824691460120002171 +:10150000FEF73DFFD4E9042300EA020401EA0307E1 +:101510004A4650460021FEF732FF44404F403C43CC +:101520000BD17078012801D0012100E00021726800 +:1015300081EA0A010AB1484690476D1CEDB298F85D +:10154000000044468542BDD3BDE8F087300000204E +:1015500010B50021024800F028FC80F3100010BDF7 +:10156000800900200E4910B50A784C780023A24269 +:1015700012D0521CD2B20A70022A00D10B70084A53 +:101580000B780C3252F8232002608868104420F057 +:101590007F408860012010BD0360002010BD000066 +:1015A000500000202DE9F041804602460120002134 +:1015B000FEF7E5FE1A4F05460E467868FFF7BCFBBE +:1015C00000280CD1174CD4E9062110462A4001EA24 +:1015D00006031A4305D0A843B143C4E90601BDE898 +:1015E000F081404603F05CFF30B1D4E904012843A8 +:1015F0003143C4E9040105E0D4E90410A943B04330 +:10160000C4E90410D4E9060128433143C4E90601C2 +:10161000A1687868BDE8F0410022FFF74DBB0000EB +:1016200054630000300000200278521C02700278DF +:101630008A4201D30021017070472DE9F041002555 +:101640002C4601272046FFF7F7FC18B107FA04F6ED +:101650002E43F5B2641C042CF4D3E843C0B2BDE8B9 +:10166000F08100002DE9FC5F0E008346DDE90C47A8 +:10167000C6F1000098469246814600D408460125EE +:1016800003E000BF90FBFAF06D1C5045FADAA84564 +:1016900000D9454624B1002E01DB780700D5641E31 +:1016A000B80702D5B8F1000F0AD0F80708D13CB14D +:1016B000A54205D220215846641EFFF74FFEF6E7EB +:1016C000002E02DA4E462D2102E0780703D52B21A9 +:1016D0005846FFF743FE07F0030002280BD1B8F18C +:1016E000000F08D13CB1A54205D230215846641EF6 +:1016F000FFF734FEF6E7CDE9004743465246314650 +:10170000584604F093FDBDE8FC9F000070B50D46FF +:10171000044600684FF4887103F0FEFD4FF49071A9 +:10172000206803F0F9FD4FF49271206803F0F4FD96 +:101730004FF4A271206803F0EFFD20681249C0F851 +:10174000041320686907000B40B2090E002806DA6E +:1017500000F00F0000F1E02080F8141D03E000F11C +:10176000E02080F8001420680121000B40B200F056 +:101770001F0291404009800000F1E020C0F8801273 +:10178000C0F8001170BD00001003020002460020E6 +:101790001268930702D0530702D47047500714D53C +:1017A00002F00300012802D002280CD105E0C2F3A8 +:1017B00083100B68801C184404E00223086803EBC4 +:1017C00092521044086001207047086800EB925361 +:1017D000C2F38910401CEEE70A4810B5807860B16A +:1017E000002401E0022C06D02046FFF795FB641C84 +:1017F000042CF7D310BD0324F6E7BDE81040FFF733 +:10180000AFBB00000400002003480179C90702D0E3 +:101810000078FFF783BC7047040000202DE9F047F3 +:10182000394E002780463D46DFF8E090D6F804A008 +:1018300057E003D00446D0F81C8035E099F800202A +:1018400002EB4201521CD2B289F8002009EBC1011F +:1018500099F80230091D9A4201D189F80050486870 +:101860000A780446012A12D0022A02D0032A3BD168 +:1018700008E004F085FA00B10127257434E005740E +:10188000C06900E070680028F9D170602CE0207C0D +:1018900050BB88686060C868A0600869E0604869FB +:1018A000A061F07800B165606268B168184B501AA9 +:1018B00020F07F40984202D2A168084406E0881ACE +:1018C000A16820F07F40814202D9081A206000E020 +:1018D000256065600120A56020742046E56104F064 +:1018E00031FAB8F10000A4D199F8001099F801007C +:1018F0008142A3D117B97168514502D00120BDE8DA +:10190000F0870020FBE70000500000205803002073 +:10191000FFFF7F002DE9FF410026234800F037FA42 +:101920002148001F074600F032FA204C6068009002 +:10193000A56800E000986946284004EB80000C3060 +:10194000FFF724FF0028F5D101AA009901EA050359 +:1019500004EB8303491CDB6842F82030401C0091F3 +:101960000228F2D3019800F0030001280BD00228CE +:1019700010D10198032101EB90500099BDF80A6045 +:1019800001EB900005E00198BDF80A60C0F38310F8 +:1019900008440090384600F0F7F908B100986060FC +:1019A00004B03046BDE8F0817C09002064050020C9 +:1019B00008B504F0F9FB002001F0A4F828B901F003 +:1019C00099F800F50340FFF72FF9642001F04CF976 +:1019D000364801F09BF928B901F08CF800F5034076 +:1019E000FFF722F9FFF729FE314901220870002094 +:1019F00000F04AFF2F4E58B93088012101EB00401A +:101A00002DA103F081F800BF02F072FF0028FBD186 +:101A100001F01AF828B901F06DF800F50340FFF75E +:101A200003F93088032505EB004027A103F06CF88B +:101A30001E4C00BF02F05CFF0028FBD120BF2068D5 +:101A4000B0F57A7FF6D30020FFF786F930880521BC +:101A500001EB004027A103F057F8308826A105EBE1 +:101A60000040226803F054F830882CA105EB0040B8 +:101A7000626803F04DF800270EE000BF04EB87001A +:101A80003A4681680091836C30882E4905EB00400E +:101A900003F045F87F1CFFB201F026F8B842EDD8FC +:101AA0000020FFF75BF901F073F8C3E7880100201D +:101AB00000000020640100205458206669666F20F1 +:101AC0006572726F72200000477A6C6C2061636BE4 +:101AD000207061796C6F616420646576696365204C +:101AE0006578616D706C6520737461727465642EC5 +:101AF000000000000D0A0000546F74616C207472C5 +:101B0000616E736D6974746564207061636B657474 +:101B1000733A20202025347500000000546F746152 +:101B20006C207472616E736D697373696F6E20746B +:101B3000696D652D6F7574733A20253033750D0A04 +:101B4000000000005C6400002DE9F047C7880446EF +:101B5000181D16468946B0FBF7F1B0FBF7F207FBFC +:101B600012009A193A44D21CB2FBF7F2DDF820A019 +:101B700001E02468491E0029FBD13D1A8846B54280 +:101B800016D818E0BAF1000F05D0211809EB0800AB +:101B90002A46091D04E0204409EB08012A46001DDD +:101BA000FEF700FC00202468761BA844B74201D948 +:101BB000354600E03D46002EE4D1BDE8F087000048 +:101BC00030B5024659B103F035F80021074C09E061 +:101BD00004EB810315685B88AB4202D111600020E1 +:101BE00030BD491C8142F3D3052030BD5001002097 +:101BF0002DE9F0415C4903780446D1E90302002550 +:101C0000082B77D2DFE803F0042B4877726E8795B4 +:101C1000217C914208D238B100EB81018A6C521CC0 +:101C20008A640168491C0160A17B2E4661F30706A6 +:101C30002189677B61F31F466189606861F30F0545 +:101C4000217B61F31745E17B61F31F6501F07EFCA9 +:101C50002A4631463846BDE8F04100F095BE486955 +:101C6000407D10B9414800F08DF82F46218965F379 +:101C7000070761F31F476189267B61F30F05617BCD +:101C8000606861F31F6501F061FC2A463946304601 +:101C9000BDE8F04100F040BE217B914208D238B14E +:101CA00000EB81018A6C521C8A640168491C016046 +:101CB000A07A217A60F3070561F30F25E17A667A4D +:101CC000676861F3174538B11FB92848263000F01E +:101CD00059F8384601F03AFC29463046BDE8F04153 +:101CE00000F00EBFBDE8F04100F0ACBE00F04EFFCA +:101CF000BDE8F08131E01E484168491C416001782F +:101D00000029F5D0816811B1491E8160F0E7BDE876 +:101D1000F04100F08BBEA379934208D238B100EBBA +:101D2000830293685B1C93604268521C42608A681D +:101D30000CE0A379934208D238B100EB8302936898 +:101D40005B1C93604268521C42604A68002ACFD0F4 +:101D500061792079BDE8F0411047BDE8F0410348C2 +:101D60007F3000F00FB80000E00000203D040500C7 +:101D70008809002002490F220A708861704700001C +:101D8000E0000020FFF7F6BF002100F009B80121B4 +:101D900000F010B808B56A46FEF76FFA009808BD63 +:101DA00008B56A46FEF74FFA08BD08B56A46FEF761 +:101DB00031FA08BD08B56A46FEF738FA009808BD42 +:101DC00008B56A46FEF766FA009808BD70B5044685 +:101DD00000252846FEF7C0FF216862680868904227 +:101DE0000ED9401E08600178A38AE26801FB032532 +:101DF000227A2168101AC0B20A79824200D2087190 +:101E00000020FEF7ABFF284670BD70B505460C46B6 +:101E10000020FEF7A1FFE868A98A201AB0FBF1F1C3 +:101E20002A681068431C13600170BDE870400020F0 +:101E3000FEF794BF10B530B1017A42680368891A81 +:101E4000C9B21A6006E00E2010BD03681A68541C5F +:101E50001C601170491EC9B2F7D2006800210171DF +:101E6000084610BDC20800F007030120895C9840B5 +:101E70000840704710B5C20800F00703885C0124D1 +:101E80009C402043885410BD70B5074C251F206826 +:101E900029684968884202D30448FFF773FF28681D +:101EA00021688068405C70BD1C0100204400010076 +:101EB00001480068704700001C01002010B504466E +:101EC000054800684068A04202D80448FFF75AFF5E +:101ED0000148001D046010BD180100204C000100E5 +:101EE00001484068704700001C01002010B50446FE +:101EF000054800680068A04202D80448FFF742FF86 +:101F00000148001D446010BD180100205800010068 +:101F100010B5040002D10548FFF734FF0448002142 +:101F20000460001D0160416010BD00002700010039 +:101F3000180100200948021F4168491C41601268CD +:101F40001368994208D3002343600168491C01606B +:101F50005268914200D30360704700001C010020CA +:101F6000002839D0401E00BF00BF00BF00BF00BF27 +:101F700000BF00BF00BF00BF00BF00BF00BF00BF69 +:101F800000BF00BF00BF00BF00BF00BF00BF00BF59 +:101F900000BF00BF00BF00BF00BF00BF00BF00BF49 +:101FA00000BF00BF00BF00BF00BF00BF00BF00BF39 +:101FB00000BF00BF00BF00BF00BF00BF00BF00BF29 +:101FC00000BF00BF00BF00BF00BF00BF00BF00BF19 +:101FD00000BF00BF00BFC5D170470000F0B5054687 +:101FE0000478154889B0164640F82420124A08693A +:101FF0000832A2F10C0742F82400487F385520220D +:102000006846FEF7CFF904942878385C48B10EB1E1 +:102010000A4A00E000226946281D03F0EDFB09B0E2 +:10202000F0BD0EB1064A00E00022694605F10C0041 +:1020300003F0B4FAF3E70000180000208560000008 +:10204000D15E000001480068704700004C0100208C +:1020500010B50020114A014600EB40039C18617046 +:10206000A170D154401CC0B21028F5D3DE22CC217F +:102070000B48FEF7A9F90A4A0020A2F1180100BF97 +:1020800000EB001302EB430341F82030401CC0B2C8 +:102090000628F5D303490620086010BD7C0B0020FC +:1020A000840C00204C01002070B5104C06462068BE +:1020B000062802D30E48FFF765FE3046FEF7B4FC53 +:1020C00018B90B48401CFFF75DFE0A4D20680A490D +:1020D00055F82000884203D00548801CFFF752FEC7 +:1020E000216845F82160491C216070BD4C01002029 +:1020F000800003006C0C0020ADDEADDE10B50446A0 +:10210000102802D30348FFF73DFE034904EB4400C7 +:10211000085C10BDC20003007C0B002070B50026D7 +:102120000446102802D30C48FFF72CFE0B4D04EB9D +:102130004404285D70B105F1300000EB84016019A2 +:1021400010F8022F51F822600321FFF76DFA285D85 +:10215000401E2855304670BDA20003007C0B0020B5 +:1021600070B50C460646102902D31248FFF70AFE46 +:102170003046FEF759FC18B90E48401CFFF702FE26 +:102180000D4D04EB4404285D032810D205F1300006 +:1021900000EB8401601910F8012F41F8226003213F +:1021A000FFF742FA285D401C2855012070BD002031 +:1021B00070BD00008C0003007C0B002010B50446AD +:1021C000102802D30948FFF7DDFD094904EB44005C +:1021D0000A5C42B101F1300202EB800208448078CF +:1021E00052F8200010BD002010BD0000B300030015 +:1021F0007C0B00200B4810B50168002479B10A4A15 +:102200000A4B02EB8102491E52F8044D1360016033 +:102210002046FEF709FC10B90548FFF7B3FD20463C +:1022200010BD00004C0100206C0C0020ADDEADDEC6 +:102230007800030000487047408100402DE9F74FC7 +:10224000904607004FF0000502D13448FFF79AFD91 +:10225000334C4FF4803BC4F808B3324EB07818B119 +:102260002E48801DFFF78EFD706818B12B4809308D +:10227000FFF788FDDFF8B0A077605FEA08004FF055 +:1022800000094FF00108AAF1040724D001282FD03B +:10229000022829D021481D30FFF774FD86F80280FE +:1022A000C4F840910199294489B239603F68C4F863 +:1022B0004480DAF80060D4F8400118B117482B3098 +:1022C000FFF760FDAF4215D3AE4201D3BE4221D32A +:1022D000124833301CE0C4F84480DAF80050C4F8E7 +:1022E0004080C4F84091D9E70F48001D0568D5E744 +:1022F0003D68D3E7BE4201D2012000E00020B54294 +:1023000001D8012100E00021884203D103483E307A +:10231000FFF738FDC4F804B3BDE8FE8F8600040063 +:1023200000800040240100204485004000487047A0 +:102330004880004070B5144C01266660E660666413 +:1023400012480025056011483C30006810B1104863 +:10235000FFF718FD4FF0FF30C4F80803C4F84051F0 +:102360000A490420083108600A4845600670457033 +:1023700085700820FEF772F94FF0E0214FF480706D +:10238000C1F8000170BD00000080004008850040D9 +:102390004700040024010020014800787047000035 +:1023A000240100200349012008600349002008702F +:1023B00070470000008000402401002070B50748ED +:1023C00001250561C560064C002608206660667020 +:1023D000FEF744F9A670257070BD00000080004033 +:1023E00024010020014840787047000024010020AB +:1023F0000FB408B50399002904D004AA00926A46D4 +:1024000000F00FF801B05DF814FB10B582680446C7 +:10241000002A05D0D4E90403216898470020A06071 +:1024200010BD2DE9FC4791460C00804676D014F88B +:10243000011B39B125290ED04046FEF78FFF2078C9 +:102440000028F4D198F80C00002867D04046BDE879 +:10245000FC47FFF7DABF0020012221782B291BD08F +:102460002D2902D0302908D102E040F0010001E01E +:1024700040F00200641C002AEFD100252A290ED06A +:102480002178A1F130020A2A11D205EB850201EB75 +:102490004205641C303DF1E740F00400EAE7D9F85A +:1024A00000100B1DC9F800300968641C0D44217828 +:1024B00000232E290BD114F8011FA1F130020A2AA2 +:1024C00005D203EB830201EB4203303BF3E76C29B7 +:1024D0000DD068290BD0692921D00BDC252918D013 +:1024E000582931D063290ED0642915D117E014F88A +:1024F000011FECE7702969D0732932D075291BD0F0 +:10250000782909D120E0D9F80000011DC9F8001090 +:1025100001784046FEF722FF641C90E76CE0D9F892 +:1025200000100A1DC9F800200968CDE900500A22F0 +:102530004046FFF797F8EFE7D9F800100A1DC9F8F1 +:10254000002009680A2206E0D9F800100A1DC9F81F +:10255000002009681022CDE90050404603F066FED5 +:10256000DAE7D9F8001000270A1DC9F800200E6824 +:10257000C00705D112E04046761C7F1CFEF7EEFE38 +:1025800031780029F7D104E0202140466D1EFEF786 +:10259000E5FEBD42C0D9002DF6D1BDE74EB13046B3 +:1025A000FDF724FF074604E0202140466D1EFEF79C +:1025B000D5FEBD4206D9002DF6D103E04046761C7B +:1025C000FEF7CCFE31780029F8D1A5E7D9F8000054 +:1025D000011DC9F80010056830214046FEF7BEFE17 +:1025E00078214046FEF7BAFE08200021CDE900011F +:1025F000034610222946B0E7BDE8FC872DE9FF41DC +:102600001C46DDE90A7815460E46684600F0AAF831 +:1026100046EA450141EA840141EA072242EA0841CB +:10262000009A00EB8200C0F80017BDE8FF812DE999 +:10263000FF411C46DDE90A7815460E46684600F063 +:102640009FF846EA450141EA840141EA072242EA4D +:102650000841009A00EB8200C0F80017BDE8FF8136 +:102660002DE9FF411C46DDE90A7815460E4668460D +:1026700000F094F846EA450141EA840141EA072264 +:1026800042EA0841009A00EB8200C0F80017BDE85A +:10269000FF812DE9FF411C46DDE90A7815460E460B +:1026A000684600F089F846EA450141EA840141EABA +:1026B000072242EA0841009A00EB8200C0F80017A6 +:1026C000BDE8FF811CB5002100910B46012201915C +:1026D000FFF7C6FF1CBD1CB5002100910B4601226F +:1026E0000191FFF7D6FF1CBD1CB500220B460092DE +:1026F00011460192FFF7B4FF1CBD1CB500220B462A +:10270000009211460192FFF7C4FF1CBD1CB50021C9 +:1027100000910B46012201911146FFF7A1FF1CBD5C +:102720001CB5002100910B46012201911146FFF7D3 +:10273000B0FF1CBD13B50C46684600F021F80099A7 +:1027400000EB8101D1F8002722F44032C1F80027C4 +:10275000009900EB8100D0F8001741EA0441C0F86D +:1027600000171CBD0168202902D24FF0A04070471D +:1027700001F01F0101600148704700000003005094 +:102780000168202902D24FF0A040704701F01F01DC +:1027900001600148704700000003005001682029D3 +:1027A00002D24FF0A040704701F01F0101600148C4 +:1027B00070470000000300500168202902D24FF04A +:1027C000A040704701F01F01016001487047000000 +:1027D0000003005001B56846FFF7D2FFD0F810059E +:1027E0000099C84000F0010008BD01B56846FFF738 +:1027F000D5FF009A01219140C0F8081508BD01B528 +:102800006846FFF7D9FF009A01219140C0F80815EA +:1028100008BD38B501240090684631B1FFF7A2FF2A +:1028200000998C40C0F8084538BDFFF79BFF009920 +:102830008C40C0F80C4538BD1CB5094C0144D4E9A6 +:102840000034CDE900346C4606E000BF54F8203077 +:10285000D3F81035401C08C28142F7D81CBD0000D7 +:1028600044630000034908B5084400210160006882 +:10287000009008BD0060004002494058012800D087 +:1028800000207047006000402DE9F041204D1646C1 +:1028900088460746082801D3042035E0B8F1000F28 +:1028A00003D0202E03D906202EE003202CE038464A +:1028B00001F0D2F9032801D3092025E0384600F0C1 +:1028C0008FFF032801D30A201EE000F0BFFC02287E +:1028D00001D2082018E000F043FE0446067040785C +:1028E000324640F0010060704146A01CFDF75AFDE1 +:1028F000F8B2214601F0B2F910B10120BDE8F08133 +:102900000448FFF73FFA0F2028700020F6E7000088 +:10291000E0000020FC00050070B50E4C06460125C5 +:1029200020880DA105EB004002F0EEF8FEF785FED1 +:102930001049012208703046FFF7A6FF002807D192 +:1029400020880DA105EB0040BDE8704002F0DCB826 +:1029500070BD00006401002047617A656C6C2074D2 +:1029600072616E736D697373696F6E206661696CF5 +:1029700065640000000000205458206669666F20DE +:102980006572726F722000002DE9F84380462020A6 +:102990001B4F11F0FF0F4FF0010500901DD06A464C +:1029A0001849404600F06AF828B9388816A105EBA6 +:1029B000004002F0A9F8009878B112480024067887 +:1029C00005FA04F03042204602D0FEF7ADFA01E0ED +:1029D000FEF7A2FA641C042CF2D3FEF72EFE0E4979 +:1029E000012208704046FFF74FFF002805D13888C4 +:1029F0000AA105EB004002F087F8BDE8F88300006B +:102A000064010020680100205258206669666F202A +:102A10006572726F7220000000000020545820661A +:102A200069666F206572726F7220000010B500F049 +:102A3000D1FC18B1BDE8104000F004B8BDE810406A +:102A400000F0C6BB7047000010B50B4C606928B1A0 +:102A500000F076FA0004000C02D005E0022008E045 +:102A6000002000F087FD18B100F0C6FB012010BD6A +:102A700011202070002010BDE00000202DE9F04161 +:102A800016460F46044600F0ABFE154D48B157B14F +:102A9000204600F0B1FE00783168814205D2062060 +:102AA0001AE00B2018E0032016E0204600F09AFE02 +:102AB00004000DD0A01C0BD02278A11C3846326037 +:102AC000FDF770FC204600F041FD0120BDE8F081DB +:102AD0000448FFF757F90F2028700020F6E70000A0 +:102AE000E000002026010500014800697047000051 +:102AF000E00000200148007870470000E00000205E +:102B0000704700002DE9F0411D4D064600241D4888 +:102B10002C70AC610460446084601B4800F0B8FB1A +:102B2000686140B3042000F029FA05F11C0029690E +:102B300000F048F80746304600F098F800EA07062B +:102B4000002000F079F80640012000F0A5F80640CA +:102B5000022000F059F80640002000F0BFF80640BF +:102B6000012000F02BFE0020EC6000F0E9FC16B123 +:102B70000120BDE8F081012028700020F9E7000065 +:102B8000E000002088090020F11B000070470000D1 +:102B90000B48C268002A11D0012080F31088002160 +:102BA00011600846C2F8041002EB8003401C9960D3 +:102BB00099641028F8D3002080F310887047000033 +:102BC000E000002010B50F4C6269527D0AB102206E +:102BD00014E010290FD871B178B10A46216101467D +:102BE00008481C30FDF7DEFB064821691C3000F068 +:102BF000D9F9012010BD072000E00320207000203B +:102C000010BD0000E00000200A4910B54B690246E3 +:102C100001205B7D0BB1022004E0012A05D0022ACD +:102C200004D00E200870002010BD002000F038FAFB +:102C3000012010BDE00000200A4910B54B69024692 +:102C400000205B7D0BB1022003E032B1012A03D0EA +:102C50000E200870002010BD012000F09DF9012019 +:102C600010BD0000E000002000F0BEBB10B540B178 +:102C7000012808D002280BD0064905200870002042 +:102C800010BD012000E0022000F0B4FB012010BDC7 +:102C90000020F9E7E0000020014610B500200729D8 +:102CA00014D2DFE801F0040F06080A0C0E0004201D +:102CB00008E0FC2006E0F82004E0F42002E0F02028 +:102CC00000E0EC2000F0E4FF012010BD02490E20DE +:102CD0000870002010BD0000E00000200A4910B577 +:102CE0004B69024600205B7D0BB1022003E032B14C +:102CF000012A03D00E200870002010BD012000F032 +:102D0000D1FF012010BD0000E000002000B5054902 +:102D100020B1C860FFF73CFF012000BD0320087010 +:102D2000002000BDE000002010B501F0ADF903491E +:102D3000002008610249087010BD0000E009002071 +:102D40000C0100202DE9FE434D4800684D4C012840 +:102D500002D04D48006828B960680078202801D862 +:102D6000012100E00021494E03204FF0000830709F +:102D70004348C4F8008008300568424F183F89B3C3 +:102D8000006841490839086002A8CDE900043C48C0 +:102D90000C30026801232946184602F0E9F810B306 +:102DA000012805D0022821D0032855D0384851E009 +:102DB000029818B136481C38FEF7E4FF284602F0A6 +:102DC00037FA18B932481B38FEF7DCFF01F090F9EA +:102DD000B97D0023CDE900017068EAB290F91610C0 +:102DE00018461CE01EE02A48113833E0029818B952 +:102DF00027480D38FEF7C6FF284602F019FA18B921 +:102E000023480C38FEF7BEFF01F072F9B97DEAB233 +:102E1000CDE900017068012390F91610029800F0C6 +:102E200077FB19E000F056FE30B101F061F9014680 +:102E3000BA7DE8B200F03EFB0023CDF800801A46D0 +:102E400019461846CDF8048002F092F8042803D001 +:102E50000F480F30FEF796FF206838B101206075EB +:102E60000C48206104203070BDE8FE8301F00CF9AD +:102E700084F81580C4F8108000F00EF8F4E7000024 +:102E800000140040E0090020341500400C0100202F +:102E900044060900312F000070B5FFF745FF1F4DB4 +:102EA000012028701E4801681E4A21F0FF011269A6 +:102EB0001143016002F0C6F91A4C4C3410B302F011 +:102EC000C1F9032802D01848FEF75CFF022001F088 +:102ED00019FB002001F06EFB02F0B4F9032803D0C7 +:102EE00011480830FEF74EFF2878012803D00E481D +:102EF0000E30FEF747FF02202870002020610B48AB +:102F0000E06070BD01F0DCFF0228DFD302F0C2F800 +:102F100060600028DAD10448401FD5E70C0100208A +:102F20003015004094090020F4050900452D0000EB +:102F3000024905200870FFF7AFBF00000C01002018 +:102F40000148006A7047000094090020034910B549 +:102F5000086200F09DFD0249086010BD9409002040 +:102F60001C150040034910B5486200F091FD02496C +:102F7000086010BD940900202015004004494877DE +:102F800004490A6822F4E02242EA004008607047DF +:102F90009409002018150040014908767047000088 +:102FA0009409002070B50C00054602D10748FEF7D1 +:102FB000E9FE1DB90548401CFEF7E4FE0448C0E9DF +:102FC0000145BDE870400020FEF778BFB30309005B +:102FD000F809002010B500F07DFD044901F16402FC +:102FE00008B1C86800E08868106010BD940900202E +:102FF0001CB510494FF44070086002F023F9012815 +:1030000012D0022810D0032813D1002000900346CC +:1030100002460146019001F0ABFF042809D0BDE84B +:103020001C400548FEF7AEBE0021084602F050F8ED +:10303000F3E71CBD08F5014048020900144981F876 +:10304000310014490A6822F0FF020A6048B1114AAF +:103050000B1D0832012807D002280ED00E48FEF7BB +:1030600091BE086808607047086840F00100086079 +:10307000FF20106040F2071007E0086840F00200EF +:1030800008604FF6FF701060044818607047000039 +:1030900094090020341500402E040900211001007D +:1030A000044981F83200044908B1012800D10860C0 +:1030B0007047000094090020101500402DE9FF41E1 +:1030C0003E480068012802D03D48006830B93D48BC +:1030D00040680078202801D8012700E0002700F090 +:1030E000E5FB384C0126183C00B9266102F0AAF82D +:1030F000012802D03448FEF745FE344D6868007D53 +:1031000018B13148401CFEF73DFE00F0BDFFEFB3A3 +:103110000121084601F0DCFF20B1012828D0022857 +:1031200026D10FE000F0E4FF064601F0E9FEC7B249 +:1031300001F0E0FE8446A07D0021CDE90260CDE9EA +:1031400000710DE000F0D4FF804601F0D9FEC7B257 +:1031500001F0D0FEA17DCDE90076CDE90281844663 +:1031600068686289218990F91630604600F0B2F9EA +:10317000FEF79EFEE06013484C3840696060FFF740 +:1031800029FF04B00020BDE8F04100E001E0FEF7B7 +:10319000ADBE6E7000F09EFC00280CD000F0A8FFC1 +:1031A000054601F0ADFEA27D04B02946BDE8F04120 +:1031B000C0B200F07FB9BDE8FF81000000140040FC +:1031C00034150040E0090020370709000C010020F9 +:1031D00010B5012080F310880648417D29B181781F +:1031E00019B90121817000F02FFB002080F31088B5 +:1031F00010BD0000C809002070B5124C607D002889 +:103200001ED100F0BDFA04F13005A86810B90E48CF +:10321000FEF7B8FD686818B90B48401CFEF7B2FD10 +:1032200002F036F818B10848801DFEF7ABFD00200B +:1032300002F04EF801206075BDE8704000F004BB5C +:1032400070BD0000C8090020CE02090001F064BE74 +:1032500030B50D4D85B0687D002813D000F032FBED +:1032600000F012FF0024AC706C7505208DF8000092 +:10327000684601F0D1FD0548047005B0BDE8304056 +:10328000FFF7B6BE05B030BDC80900200C01002014 +:103290002DE9F0410546012080F31088484E4FF09B +:1032A00003080024707086F80080B4707460348164 +:1032B0007481F46007463461347506F11800747542 +:1032C000046044608460C4600461047518308460E4 +:1032D0004460FFF72FF8284601F0D8FD01F01EFEEC +:1032E000002001F0E7FF06F13000FEF711FE00219B +:1032F0000820FDF705FA00210120FDF701FA012160 +:103300001520FDF7FDF9012000F074F8A6F1340551 +:10331000FF202861042068772A4929622A496962C6 +:1033200085F82870022185F8291085F82A8085F80B +:103330002B00052085F82C00062085F82D0007209D +:1033400085F82E00082085F82F0085F8304085F894 +:10335000311085F83270692045F8140B1E20286062 +:103360004FF4167045F8100C022000F069FC0F2095 +:1033700000F06CFCEC802F716F712C72204601F014 +:10338000C5FD7078012802D01048FEF7FBFC3770AD +:10339000B470746034817481F46034610C483475A5 +:1033A00074758460447000F0EBF90820FDF74BF968 +:1033B0001520FDF748F984F310880148BDE8F08135 +:1033C000C809002004070A0D05080B0E9F0209001A +:1033D0000C0100200348407D08B100207047012007 +:1033E00070470000C8090020014948837047000069 +:1033F0009409002010B5012181F3108807490A784B +:10340000824204D04870487D28B100F01DFA0020A7 +:1034100080F3108810BD00F003F8F8E7C809002019 +:1034200030B5224D85B02878697888423BD008B9FC +:1034300000F0A6F9687808B9FFF7DAFD1C48002407 +:10344000046000F021FE19481830046044600461F3 +:103450008460C4602878012802D0022808D015E0D2 +:1034600001F0F0FE90B10021084601F031FE0DE0C0 +:10347000FFF75AFC01F0E6FE032807D10023009471 +:103480001A4619461846019401F072FDFFF7A2FD95 +:103490006878287004208DF80000684601F0BCFCB4 +:1034A000012005B030BD0020FBE70000C809002066 +:1034B00054F5014000B585B006238DF806208DF83F +:1034C00005108DF804008DF80030684601F0A4FC6A +:1034D00005B000BDF0B585B00DF1280C9CE8F000FA +:1034E0008DF80C308DF80D404FF0000C0190ADF8C8 +:1034F00008108DF80E508DF800C0ADF80A208DF838 +:103500000F608DF81070684601F086FC05B0F0BDC4 +:1035100070B586B00226DDE90A458DF808108DF8F1 +:10352000092001908DF80A308DF800608DF80C505C +:103530008DF80B40684601F06FFC06B070BD0000CE +:1035400001498860704700000C01002010B501217E +:1035500081F3108801F008FD002080F3108810BD71 +:1035600010B5012080F3108801F000FD002181F3E7 +:10357000108810BD10B50446082802D30348FEF792 +:1035800001FC0348204490F8280010BDAD03090059 +:103590009409002070B5082819D20F4A024482F815 +:1035A00028108207D40EFF22A240D243042801D261 +:1035B0000A4D01E0094D2D1D28681040286008467D +:1035C00000F054FA2968A0400843286070BDBDE8A7 +:1035D00070400348FEF7D6BB940900202415004034 +:1035E000A703090010B51B4C00206070FEF74CFCCF +:1035F00019490860FEF75CFC1849887501F022FE45 +:10360000012807D001F01EFE022802D01448FEF760 +:10361000B9FB002000F076FFFEF70CFE11490860B0 +:103620006068091D40680860A068002811D0007813 +:1036300020B1FEF7FFFDA16800F0C2FBA068017990 +:10364000002906D000F090FBA068BDE8104000F013 +:1036500099BB10BD0C01002008150040C8090020CE +:103660009706090050F5014010B501F097FD0028BC +:1036700020D0114800210181418101F041FC0F4916 +:10368000086001F03DFC012181400C48001D0268EA +:1036900022F0FF021143016001F02CFC064C1834AB +:1036A000206001F021FC60600548E060BDE810404A +:1036B000FFF798BF10BD0000C80900202C1500407E +:1036C000BD3000001548002101600121016014484F +:1036D000016821F480710160016821F00F01891DEA +:1036E0000160016821F4702141F440310160001D46 +:1036F000016821F000710160016841F08071016092 +:10370000016821F0FF0141F020010160016821F40E +:103710007F4101600120FCF796BF0000FC1F0040C4 +:103720001415004070B5134C1348A16800F056FE04 +:103730006060114C4C3C607FFFF720FC206AFFF773 +:1037400005FC606AFFF70EFC0025601990F8281050 +:103750002846FFF71FFF6D1C082DF6D3074914F804 +:10376000300F08606078FFF769FCA078BDE8704012 +:10377000FFF796BC0C010020E00900200C1500406A +:103780000C4910B5002008600A484FF440744C38CA +:103790000460FFF797FFFEF7C9FD0649083108608E +:1037A000091F05480860034850380460BDE8104010 +:1037B000FFF7B8BF54F501400411004010B50446AE +:1037C0000448406810B90448FEF7DCFA0348047561 +:1037D00010BD00000C0100206E040900E00900206B +:1037E00001F026BD10B5012181F3108801F023FD01 +:1037F000002181F3108810BD01F020BD0349012292 +:10380000086101460248FEF719BD0000C809002002 +:103810009D52000070B50C4601F05AFD074D286915 +:10382000A04202D30648FEF7ADFA28690122211A08 +:103830000448FEF703FD0020286170BDC809002080 +:10384000D60609009D52000010B5FEF7A5FD01281F +:1038500022D101F037FD10B11048FEF793FA002293 +:1038600064210F48FEF7EAFC0E48007F80B90E483D +:103870000121016000220007C0F80021016000BFA3 +:1038800000BF00BFAFF30080D0F800110029FBD0CB +:10389000BDE81040FEF786BD10BD0000B40609006B +:1038A0009D5200009409002014050040044810B502 +:1038B000006918B9FEF796FD002800D0012010BD60 +:1038C000C809002010B5FEF767FD01280ED0FEF7ED +:1038D00075FD0748007F10B901208107486000206E +:1038E00001F0F6FC024900203431486010BD0000B0 +:1038F000940900200B4810B54068407D30B101208C +:1039000000F058FE08490889401C0881074900203A +:1039100008600548343803C8BDE81040091A002083 +:10392000FFF778BF0C010020C809002054F50140C2 +:1039300070B586B0FFF7BAFF494D4A4E05F1340421 +:1039400058B100F0BDF8A078002869D0FEF7F2FA6F +:1039500006B0BDE87040FFF77BBC2078012802D09C +:10396000022804D008E000F0E1FE28B170E03078D1 +:1039700004286DD003286BD0FEF7DCFA00F0A0F825 +:10398000A07868B1FFF764FC01F09AFA022840D3EE +:1039900003208DF80000684601F03EFA06B070BDC5 +:1039A000FFF73EFD20B100206968FFF733FFEBE72A +:1039B0002078F0B1012816D0022817D02A48FEF747 +:1039C000E1F9687E0128DFD100F084F80028DBD11E +:1039D0002078D8B1012811D00228D5D022481A3039 +:1039E000FEF7D0F9D0E700F081F8EAE700F002F93D +:1039F000E7E700206968FFF70DFFE2E701F022FC2E +:103A00000028C1D101F09EFB0028BDD1FFF75AFF6D +:103A1000BAE706B01448BDE870403630FEF7B2B9D8 +:103A20002078022808D0FEF785FA696806B00020E1 +:103A3000BDE87040FFF7EEBE3078042808D00328B8 +:103A400006D0FEF777FA06B0BDE8704000F0D2B8B5 +:103A5000686806B04008BDE87040FFF7CFBE0000C0 +:103A6000940900200C010020D0040900024610B582 +:103A70000020014622FA01F303F00103C1F107041B +:103A8000A3400343491CC9B2D8B20829F2D310BDE0 +:103A90002DE9F0410024064625461827E80026FABD +:103AA00000F0C0B2FFF7E2FF694207EBC1018840B6 +:103AB00020436D1CEDB20446042DEFD3BDE8F08128 +:103AC0000348416809B1491E4160FFF783BA00000D +:103AD000C809002004480178022902D04068002863 +:103AE00000D0012070470000C80900202DE9F041F6 +:103AF00086B000F0C9FA01F0A5FB3A4D05F1340497 +:103B000020B3688BB0B3218981423BD301210020CF +:103B100001F0DEFA01F0EEF926898046648901F0B1 +:103B2000EFF9074600F0E4FA014601208DF80000A5 +:103B3000ADF808608DF80C70CDF80480ADF80A403F +:103B40008DF80D10684601F067F944E001F0B8F90E +:103B5000022840D3FFF7BEFF68B1FEF7C1F9D0BB22 +:103B6000287E20B9FEF7A4F9E168884233D1FFF737 +:103B70007BFD30E006E0E068FEF7A0F90020FEF7EC +:103B8000B5F9F4E7FEF72EFC10B11748FEF7FAF886 +:103B9000FEF77AF915490968884202D06089401C0D +:103BA000608113484078A0B9FFF794FF88B101F015 +:103BB000A7F9064600F09CFAA17D8DF806108DF855 +:103BC000050007228DF800208DF80460684601F09A +:103BD00023F9FFF707FD296806B00120BDE8F04191 +:103BE000FFF718BE940900207C0509000815004065 +:103BF0000C01002070B50024FEF746F90D4D296830 +:103C0000884207D0FEF740F92860FEF751F90A49CB +:103C1000012488750948641E0078044201D1FFF729 +:103C20003BF9054834384168BDE870400020FFF793 +:103C3000F1BD000008150040C80900200C0100205B +:103C40000149C860FFF7C6B994090020014988609E +:103C5000FFF7C0B99409002001F0FABA10B50122AB +:103C600082F3108801F001FB58B10848817819B936 +:103C7000407D08B1FFF7E8FD002080F310880120A7 +:103C800010BD002080F3108810BD0000C80900207E +:103C9000024981F830000249086070479409002009 +:103CA0000C15004001490877704700009409002076 +:103CB00070B51149114A0025487802EB0010027BCB +:103CC00022B10F4AD2F80C2102B10125807A087086 +:103CD000012000F0DFFB0B4C1DB1A068806800B133 +:103CE00080476068002806D00179002903D0BDE82C +:103CF000704000F01BB870BD040A0020A4630000EF +:103D0000001000402C01002007480069012805D060 +:103D1000022805D0032805D100F09AB800F04CB96C +:103D200000F0E4B870470000040A0020827B002104 +:103D300093000B4A1344C3F81019C37B02EB8302B0 +:103D4000C2F81019427B0121837BC07B01FA02F289 +:103D500001FA03F3814003481A430A4302607047A3 +:103D600000F0014008F501404279054BC07901217E +:103D700003EB80000AB101667047016370470000E1 +:103D80000060004082680021C2F84011C17B094AEE +:103D9000CB0009490B44C3F81025C37B826801EBB3 +:103DA000C301C1F81425C17B012088400349086084 +:103DB000704700001011004000F0014004F5014080 +:103DC0002DE9F0410746886800260C46C0F840619E +:103DD0008868097B1A4D00F5A07005EBC101C1F898 +:103DE00010056278E178207B00F08EFC607B05EBAB +:103DF000C000C0F81075617BA06805EBC101C1F877 +:103E000014051048C0F80C61C0F81061A17B0E4881 +:103E100005EBC101C1F810056278E178A07B00F0E4 +:103E200061FC217B0120627B00FA01F100FA02F2C1 +:103E30001143A27B9040014304480160BDE8F0813A +:103E400000F00140001000400C11004004F501405A +:103E50002DE9F0411F4E02200025307003207070C4 +:103E600075603575B0691C4C401CB061C4F80C51CC +:103E7000C4F80051C4F81051C4F80451C4F82851D2 +:103E8000C4F80052681EC4F808030120FCF7F1FBD7 +:103E9000124FB868007D50B1114800684042B075BB +:103EA000C4F81C510120A0610E49800208600C4832 +:103EB00044380068F168884202D00B48FDF762FF81 +:103EC000B868C068002802D0BDE8F0410047BDE8EE +:103ED000F0810000040A0020001000402C010020A6 +:103EE0004815004008F5014051040A0010B52D4C5A +:103EF000D4F80C01012802D02B48FDF743FFD4F879 +:103F00001001012803D02848401CFDF73BFFD4F8DE +:103F10000001012803D02448801CFDF733FFD4F8AA +:103F2000040118B12048C01CFDF72CFF0020C4F884 +:103F30000C01C4F81001C4F80001C4F80401C4F86D +:103F400008010221C4F800120121C4F80813082254 +:103F5000C4F80423154A0323154C137010755060E0 +:103F6000606890B1027912B1FFF7E0FE0DE00278CF +:103F70005AB1027B437B807B01FA02F201FA03F320 +:103F800081400C481A430A430260A068006900B1EE +:103F90008047A0688068002802D0BDE81040004734 +:103FA00010BD000000100040F3030A00040A0020C6 +:103FB0002C01002008F501402DE9F0412A4DD5F8EB +:103FC0000001012802D02948FDF7DCFED5F80401E4 +:103FD000012803D02548401CFDF7D4FE2448016881 +:103FE000244801700021C5F80011C5F80411C5F876 +:103FF0000811491EC5F808130126C5F80463816835 +:104000001D4F097D09B1B1023960446814B32079AC +:1040100000B3617BDFF86480A06808EBC10100F5A4 +:10402000A070C1F810056279E179607B00F06CFB4B +:10403000607B06FA00F03860207B114908EBC00075 +:10404000C0F810156279E179207B00F04BFB207BF2 +:1040500086403E600B480649091FC06808600B2077 +:10406000C5F80002BDE8F08100100040BD030A0061 +:10407000081500402C01002004F5014000F001402B +:104080000C110040040A002070B50120FCF7FCFA76 +:104090000120FCF7EEFA144C4FF0FF30C4F808038F +:1040A0000026C4F80062C4F8106101202061A061FC +:1040B0000E4D2878012813D0022813D0032811D0E0 +:1040C0005FF00100FDF74CFFC4F810612E706E75B3 +:1040D000002000F0DFF9BDE870400120FCF7EABAEB +:1040E0000620EFE70220EDE700100040040A002060 +:1040F00001480078704700002C01002001F03F01CA +:104100004FF4003343EA0121830009481844C0F802 +:104110001015D0F810150AB941F48011C0F8101527 +:10412000D0F8101541F00301C0F8101570470000D9 +:104130000060004008480069012806D0022806D027 +:10414000032806D00548FDF71DBE00F095B800F025 +:1041500007B800F0F1B80000040A002033050A0097 +:104160002DE9F047DFF8F0800421012088F80010E5 +:10417000D8F81810491CC8F81810FCF77AFA374814 +:104180000068374D2870374C0026C4F80C61C4F81D +:104190000061C4F81061C4F80461A868DFF8C89031 +:1041A0000127007DA0B1304808380068400502D4DE +:1041B0002E48FDF7E7FD294840300068404288F866 +:1041C0001600C4F81C61A7614FF48061C9F80010A3 +:1041D000D4F8000118B125480930FDF7D3FDD4F813 +:1041E0000C0118B121480A30FDF7CCFD4FF0E0205A +:1041F000B046D0F8000210F0020F03D01B480B307D +:10420000FDF7C0FD6E68CEB13078B8B1C4F80C814E +:10421000717B184A164802EBC101C1F8100572788B +:10422000F178707B00F05EFA707B0F4907FA00F0BE +:10423000091F0860F07B8740C9F80070A868C06853 +:1042400000B18047A868417D002903D00349006878 +:10425000091F0860BDE8F087040A00200815004027 +:104260002C0100200010004008F50140C0040A00A5 +:104270000C11004000F001402DE9F041294C0026CE +:10428000C4F80C61C4F80061C4F81061C4F8086196 +:10429000C4F80461012004F58074FCF7EAF90820F1 +:1042A000C4F804020125C4F808520720C4F800012C +:1042B0001D484468002C32D0207920B1207B1B4956 +:1042C00005FA00F008602078002828D0A068C0F81F +:1042D0004061A17B164FA06807EBC10100F5A070FB +:1042E000C1F810056278E178A07B00F00DFAA068B3 +:1042F000C0F84061E17B0F4807EBC101C1F8100530 +:10430000E17BA06807EBC101C1F81405A17B05FAA8 +:1043100001F0E17B8D4005492843091F0860BDE895 +:10432000F0810000001000402C01002008F5014041 +:1043300000F001400C11004070B5234CD4F80C0182 +:10434000012802D02148FDF71DFDD4F810010128F5 +:1043500003D01E48401CFDF715FDD4F800010128CC +:1043600003D01A48801CFDF70DFD0020C4F80C0195 +:10437000C4F81001C4F80001C4F80401411EC4F8D7 +:104380000813C4F80002124C626872B1117861B16E +:10439000557B012303FA05F1957BD27B03FA05F5E2 +:1043A00093400C4A2943194311600B4903220870BA +:1043B0004A7048600875A0680069002802D0BDE80E +:1043C0007040004770BD000000100040F5040A0076 +:1043D0002C01002008F50140040A002070B50646B3 +:1043E0000C460120FCF750F9FFF74EFE244D2548FE +:1043F0002649C5E90146002404700326467044603E +:1044000004610475447584751F4808601E48F030C7 +:10441000091F08601E48016821F0010141F0807108 +:1044200001600120FCF746F9686838B3017909B9E1 +:10443000017819B38168C1F808650422C1F8102514 +:10444000027CC2F18102C1F8402540F20112C1F89C +:104450000022C1F804450122CA60C1F84041017937 +:1044600021B142798179C079FFF748FE6868017807 +:1044700021B142788178C078FFF740FE014870BDD5 +:104480002C010020040A00201410004064F50140B3 +:10449000741700402DE9F041174C00250746C4F879 +:1044A0000052164E307803281CD0681EC4F808034A +:1044B000C4F80C51032070700120FCF7DAF800BF3B +:1044C000C4F80051C4F81051C4F804517560357532 +:1044D000002F0FD00A488068006900280AD0BDE884 +:1044E000F04100476FF00800C4F808030820C4F842 +:1044F0000403E5E7BDE8F08100100040040A002055 +:104500002C0100202DE9F0470746DFF89080224873 +:104510004FF0FF3100EB0716C8F808130120FCF735 +:10452000A8F81F4C0025DFF87C9065756770D9F8F6 +:104530000800032F0268A2604168C4E90315A56161 +:104540003068606019D2337AC8F80032C8F80C516C +:10455000C8F81051F37A14481BB10160006828B103 +:1045600008E00260006828B9104801E00F48401DCB +:10457000FDF708FC717AC8F80413D9F80800007D2B +:1045800028B1022F03D10A49A575780208600120DD +:104590006075BDE8F0870000A463000000100040D3 +:1045A000040A00202C010020041500409C020A008F +:1045B00004F501402DE9F05F404C824640486678A2 +:1045C00000EB0617607D012802D03E48FDF7DAFBBC +:1045D000207D18B13B48401CFDF7D4FB012500218C +:1045E0002575DFF8E490A0466175032E47D2BAF135 +:1045F000000F3CD1D9F80440BCB32279AAB38A4653 +:104600000846A168C1F84001217BDFF8C0B0A0686E +:104610000BEBC10100F5A070C1F810056279E179DA +:10462000207B00F071F82A49C1F80CA1607B294970 +:104630000BEBC000C0F810156279E179607B00F0E7 +:1046400051F8217B627B05FA01F005FA02F108437B +:1046500021490860D9F80400204A81791268CA40CB +:1046600012F0010F01D18068056038680560022EE4 +:1046700001D0012E07D1B97A88F8001003E0114863 +:104680002530FDF77FFBD9F80800007D002813D006 +:10469000022E11D110480068400503D409482A3081 +:1046A000FDF770FB0E480068002805D1BDE8F05FFB +:1046B00004482B30FDF766BBBDE8F09F040A0020DC +:1046C000A4630000B8020A002C01002000F00140A1 +:1046D000001000400C11004004F50140100500508E +:1046E00004150040064B03EBC0000AB1054A01E087 +:1046F000044A303A02EB8101C0F8141570470000FB +:1047000000F0014060600040064B03EBC0000AB1BE +:10471000054A01E0044A303202EB8101C0F8141569 +:104720007047000000F00140306000400348D0F8BE +:104730000401012800D00020704700000010004054 +:1047400030B5124B01460020D3F81044224609E050 +:10475000157A854205D1401C0A28F7DB4FF0FF305F +:1047600030BD5268002AF3D1421CF9D00872D3F848 +:1047700010242AB152684A60D3F81024516030BD29 +:104780000022C3F810144A6030BD00006405002008 +:10479000F0B595B01C4615460F4608461A9E00F027 +:1047A00019FB182109A8FBF716FE0E96CDE909544E +:1047B0000023082203A9384600F021FB0598069043 +:1047C000BDF81000ADF81C00BDF81200ADF81E00D9 +:1047D00000208DF821000398082600F0030001282E +:1047E00002D0022818D032E003983346850AC0F37D +:1047F000C2008DF8200003980FA9C0F38314A20013 +:10480000384600F0FCFA09A8009006AB22460FA932 +:10481000284600F03BFA1AE00398840DC0F3C2006A +:104820008DF82000082C01D2254600E008253346EB +:104830002A460FA9384600F0E2FA2E44641B09AB61 +:1048400006AA29460FA800F073F9002CEAD13846D1 +:1048500000F0C6FA15B0F0BD7047012001F056BB5C +:10486000084810B50178084A515C19B1001D01F0E3 +:104870004FF802E00C3000F05DFFBDE81040002072 +:1048800001F044BB6C0000201400002008B5034A6E +:1048900000924023024AFFF77BFF08BDF95B00004E +:1048A000640400200A4A012902EBC00007D0022953 +:1048B00007D0032907D0042907D000207047022021 +:1048C00070470420704700797047407970470000B6 +:1048D0005C65000010B5FFF7C0FF04210348FFF737 +:1048E0002FFF02490120487210BD00008000002007 +:1048F0002DE9F0478CB0FCF741FD18B100200CB059 +:10490000BDE8F087784C0020C4F81804BFF34F8F3F +:1049100060680290A5684FF00008284004EB800012 +:1049200008E021680298814201D86160E6E72840EA +:1049300004EB80000C3002A9FCF728FF0028F0D11E +:1049400003AB029901EA050204EB8202491CD2681A +:1049500043F82020401C02910228F2D3039800F073 +:104960000300022802D001284ED0A5E0039850226F +:10497000810D8946B2EB905F00D850210E4666F358 +:104980009F5003900831594800F0DBF9070078D0B8 +:1049900000F020FA4346082203A9384600F035FA11 +:1049A000029908F1080A2940681A8000001D864211 +:1049B00023D94D4D0C3530B1C2B204EB8101301A10 +:1049C00090460C3104E02946F2B200259046284674 +:1049D000C6B25346384600F018FA0AEB08032DB168 +:1049E000324629464FEA070000F00FFA029909F112 +:1049F000030001EB900002903AE004EB8101534682 +:104A0000324638460C31EFE70398C0F3831106298C +:104A100000D3062161F389100390C0F38310801C3A +:104A20008100324800F08DF9070045D000F0D2F93E +:104A30004346082203A9384600F0E7F908F10808C0 +:104A400000260FE00298434600EA0501401C04EBF3 +:104A500081010290042238460C3100F0D6F908F1A9 +:104A60000408761C0398C0F38310B042EAD847B11B +:104A7000D4F81054D4F8180468B1384600F0B0F9EE +:104A80002CE019E0687A012804D12A6828463946C2 +:104A9000126890476D68002DF4D1384600F0A0F9F7 +:104AA0000020FCF759F9D4F8180408B9029860609E +:104AB0000020FCF753F911E0D4F8104404E0216819 +:104AC0002046896888476468002CF8D1084802218C +:104AD000008801EB004007A100F016F8FCF74EFC3F +:104AE00080F001000BE70000640500208C650000E9 +:104AF000640100204261636B656E647320666C75AF +:104B0000736865640000000000231A4601F094B841 +:104B100008B5012300926A4601F08EF808BD3EB543 +:104B2000069C8DE81C0003236A4601F085F83EBD13 +:104B30002DE9F0470E4680461C46924608293ED88D +:104B400094F80C90002020731946104600F0AEFF38 +:104B50000025B54206D218F805201AA12046FDF717 +:104B600047FC03E019A12046FDF742FC6D1C082D0F +:104B7000EFD317A12046FDF73BFC0025B54210D22C +:104B800018F80570FBF70AFC0068C05D10F03E0FD6 +:104B900001D03A4600E02E220EA12046FDF728FC67 +:104BA00003E00DA12046FDF723FC6D1C082DE5D385 +:104BB00001222146504600F05BFF84F80C90BDE8CE +:104BC000F0870000202530327800000020202000EF +:104BD0007C0000002563000020000000104810B594 +:104BE000FF218160002101604160C0F81814C0F805 +:104BF000141480F820140B4800F0F0F800280DD1B0 +:104C000009480A490A4B401AC108002003E000BFC6 +:104C100023F82000401C8842FAD3002010BD000079 +:104C2000640500208C6500008C6500005C65000058 +:104C30005001002002480349401AC0087047000094 +:104C40008C6500005C65000013B56846FCF7B8FF92 +:104C500008B100201CBD0248009950F831001CBD6D +:104C60005C65000070B508480125D0F8104480F854 +:104C7000205405E0657221682046496888476468C9 +:104C8000002CF7D170BD0000640500202DE9FF471E +:104C900081460C9D00200C462F7B287398461646B3 +:104CA0002946184600F002FF072E42D2DFE806F040 +:104CB00004090F161F2A360049462846FDF798FBBF +:104CC00037E0494628462268FDF792FB31E0D4E9F7 +:104CD000002349462846FDF78BFB2AE0A068009098 +:104CE000D4E9002349462846FDF782FB21E0D4E9B8 +:104CF0000201CDE90001D4E9002349462846FDF729 +:104D000077FB16E004F1080007C88DE80700D4E936 +:104D1000002349462846FDF76BFB0AE004F1080032 +:104D20000FC88DE80F00D4E9002349462846FDF757 +:104D30005FFB00222946404600F09AFE2F73BDE833 +:104D4000FF872DE9F041858A80462D1F4819C01C38 +:104D5000B0FBF5F0C6B24046FDF738F8041E19D096 +:104D60000020207101206071E58000272546761E15 +:104D7000C4F800800BE04046FDF728F860B1617987 +:104D8000491C6171286005467F1CC0F80080B7424D +:104D9000F1D32046BDE8F081204600F002F8002063 +:104DA000F8E72DE9F041457901466B1E002201E04C +:104DB0000968521C9A42FBD30F680146002605E0A1 +:104DC00038460C68FDF721F82146761CAE42F7D331 +:104DD000BDE8F0810121001DFCF7DCBFFDF72AB81A +:104DE00010B504460121001DFCF7EAFF10F0FF0F8B +:104DF00004D12046BDE81040FFF7D3BF10BD38B541 +:104E000001240094FCF7A0FE38BD38B500240094BE +:104E1000FCF79AFE38BD000070B51A4C05462068B4 +:104E200010B91948FCF7AEFFD4F8D4000A2803D310 +:104E30001548401CFCF7A6FFD4F8CC0000EB80001E +:104E400004EB800115F8040B08712DCD8860CA6051 +:104E50000B614D61D4F8D400401CC4F8D400D4F8E0 +:104E6000CC00401CC4F8CC00D4F8CC1000200A2997 +:104E700001D3C4F8CC004FF0E0214FF40010C1F88A +:104E8000000270BD200A00204A000B0010B504008B +:104E900002D10948FCF776FF084941F8CC4B0020C5 +:104EA00041F874098867C8674FF0E0214FF400109B +:104EB000C1F8000110BD00003E000B00200A0020D8 +:104EC00010B5074CD4F8D4000A2802D90548FCF7DD +:104ED00059FFD4F8D400C0F10A00C0B210BD0000E0 +:104EE000200A002079000B000148C06870470000CC +:104EF000F80A00200148806870470000F80A002086 +:104F00000148406870470000F80A0020014981F814 +:104F100081007047F80A0020FDF794B870B5FDF7DE +:104F200097F800240E4E2546204600F049FD04F176 +:104F3000080000F045FD3555641C082CF4D30948E1 +:104F40000121057045608560C5600561456180F897 +:104F5000805080F85850C56780F8811070BD0000FF +:104F600038010020F80A0020FDF79EB8FDF742B98D +:104F70002DE9FF4F81B0444FDDE90EA8032600253F +:104F8000F86F0C46AB4610B94048FCF7FBFE38788A +:104F9000032803D03D48401CFCF7F4FEF86FB946E7 +:104FA0004178C8072FD199F8810060B30027019894 +:104FB000E8B3039A584662F31700C1F3410161F365 +:104FC0001F6009EB84018A6BCAF800B0C8F800B012 +:104FD0000090904234D0204600F032FD051E07EAD2 +:104FE00005072DD004F1080109EB810200999161B8 +:104FF00004990D4223D0264E305D00B3204600F0C8 +:1050000027F910B105E00127D1E720482830FCF747 +:10501000B9FE204600F01EF9CAF80000BAF1000FF0 +:105020000AD018B919482E30FCF7ACFE00E01BE09E +:1050300006F804B0022603E014483230F4E70126F3 +:1050400077B1204600F022F9C8F8000018B11048E6 +:105050000121015506E00C485830C8F8000001E075 +:10506000C8F800B00DB107E004264C46D9F87C0022 +:10507000FDF71AF8C4F87CB089F800B000F068F8C1 +:1050800005B03046BDE8F08FF80A00202D010C0075 +:105090003801002010B50C4C207810B10B48FCF7FB +:1050A00071FE00F0C1FC00280DD0FF220270417893 +:1050B00041F00601417000214318491C9A702029D3 +:1050C000FAD30321217010BDF80A002007010C005B +:1050D00070B51A4C05460E462078012804D00228E7 +:1050E00002D01748FCF74EFEB5B12078012803D056 +:1050F0001348401DFCF746FEE06818B91048801DB3 +:10510000FCF740FEE068007820B1606800F098FC91 +:10511000022502E0002500E004254EB1606800F0A1 +:1051200099F8A168814203D005481D30FCF72AFE9A +:105130000020207000F00CF8284670BDF80A00200E +:10514000CC000C00014890F880007047F80A00205D +:105150002DE9F041104C207800281AD194F88000F5 +:10516000002816D10825012600276069FCF7C6FF34 +:1051700018B184F88060606920616069401C6061DA +:10518000082800D1676194F88000002801D16D1EC5 +:10519000EBD1BDE8F0810000F80A002070B5224C88 +:1051A000207810B12148FCF7EDFD94F8800000252F +:1051B000F8B12069606000F069F8A06018B91B4878 +:1051C000C01DFCF7DFFDA0684078C00705D194F84A +:1051D000810010B10220E56009E0606800F028F865 +:1051E000032806D200F020FCE06010B101202070FE +:1051F00002E02078002815D0A06818B90B482030AC +:10520000FCF7C0FD2069606004EB8000C17E491C92 +:10521000C17684F88050C27EA068417862F3420172 +:105220004170012070BD0000F80A002098000C00B9 +:105230000830FCF763BF0830FCF770BF0830FCF79C +:10524000BDBF00000148007870470000F80A002048 +:10525000FCF754BF70B50446FCF760FF050002D0B0 +:10526000204600F0CDFB284670BD70B50E460446C2 +:105270000025FCF7E7FE38B121463046FCF770FF09 +:1052800010B1FFF765FF0125284670BDFCF796BFFA +:105290000148007870470000400100200448017870 +:1052A000817041780170001D50F821000047000016 +:1052B0004001002002498870487008707047000063 +:1052C0004001002001484078704700004001002064 +:1052D00010B50446022802D30248FCF753FD0248E9 +:1052E000447010BD33000D004001002040580028DC +:1052F00000D00120704708B500224250405800906D +:1053000008BDD0F80403084000D001207047405881 +:10531000002800D00120704708B5002242504058B4 +:10532000009008BD002802D001498001084770475D +:10533000616300002DE9F0410E46804600F048FB15 +:10534000204D0028404616D0FCF758F8284490F825 +:1053500058008009032802D001280AD003E0404603 +:10536000FDF738FA28B103214046BDE8F041FDF7CA +:10537000E1B90221F8E700F037FB002820D04046D1 +:10538000FCF73CF80446104F4FF4807007EB8401A3 +:1053900000EB8400D1F8102580B242F00102C1F880 +:1053A0001025FDF75FFA002E0AD04046FCF726F8DC +:1053B00055F82000002803D00120A040C7F80403BE +:1053C000BDE8F0817C020020006000402DE9FC4136 +:1053D000DFF8C080044608EB0400002790F9300095 +:1053E0001346C0170E46401C01D008274FE0B07886 +:1053F0001946C0F340022046FBF7DCFF0546401C7F +:1054000044D0B07841071CD4C0070DD06846009442 +:10541000FDF7B6F9009900EB8100D0F8001721F0F4 +:105420000201C0F8001707E00021737820460091C0 +:105430000A460191FDF7FBF8164920466431FCF756 +:1054400019FDB078800718D51348317800EB850036 +:10545000D0F81025114B1A40C0F810254FF47C529B +:105460004FF4403302EA042203EA01410A43D0F830 +:1054700010150A43C0F8102509E008EB0500327842 +:1054800010F8581F41EA8211017000E004273846E5 +:10549000BDE8FC817C02002000600040FFC0FCFFF2 +:1054A00010B5FDF797F9002800D0012010BD0000CD +:1054B00070B5194D95F86A0008B1082070BD00203C +:1054C000411E2A18401CC0B282F830103028F8D390 +:1054D00000242046FBF760FF641CE4B20C2CF8D3D8 +:1054E0000D490024E0204C66A1F868400B4981F882 +:1054F000000401264020891FC1F88002C1F8000184 +:105500004FF4BE70FDF7AEF90549F007C1F804038A +:1055100085F86A60204670BD7C02002006E000E04D +:1055200000600040034890F86A00002800D0012085 +:10553000704700007C0200200121B1EB507F01D1B7 +:10554000012070470020704770B50D4600F0FAFA50 +:1055500004000FD00020FBF7FFFB207920B10020D2 +:10556000FBF7FCFB112070BD01202560207100209D +:10557000FBF7F4FB002070BD10B500F0E3FA002843 +:1055800002D000210160017110BD000001490248F4 +:1055900000F0E4BCE8020020002000402DE9F041CA +:1055A0000546007916460F4600EB40012D4A01EBF7 +:1055B000C00102EB810494F82A1011B10820BDE863 +:1055C000F081294951F820102868FFF7BDFF08B184 +:1055D0001120F4E739462846FBF7D4FB66603869AA +:1055E000206030004FF001062FD03F7F4FF48E71C6 +:1055F0002868FFF780FE4FF4A2712868FFF77BFE52 +:1056000028681A49C0F8041328684FEA4711000BAC +:1056100040B2002806DA00F00F0000F1E02080F828 +:10562000141D03E000F1E02080F800142868000B4E +:1056300040B200F01F0206FA02F14009800000F1BA +:10564000E020C0F88012C0F8001128680421C0F8DA +:1056500000150020A061E06184F8290044F8140FCF +:10566000A675ACE7E80200204C6300008000020051 +:105670002DE9F047054600790B4600EB400101EBB0 +:10568000C000234901EB8004284600F043F810B124 +:105690001120BDE8F0874FF00008C4F82080A36017 +:1056A000626184F828804FF48E7647463146286838 +:1056B000FFF721FE28684FF00109C0F80890214645 +:1056C000286800F0E7FB606800BBD5F800A00EE09A +:1056D00094F8280008B10F2716E031465046FFF72E +:1056E00005FE0028F4D02146504600F0D3FB216A85 +:1056F00060698142F1D331462868FFF7F7FD002841 +:10570000F9D02868C0F80C90C4F814803846C0E777 +:10571000E8020020007900EB400101EBC0000449E1 +:1057200001EB80004069002800D001207047000094 +:10573000E80200202DE9F047044600794FF0000907 +:1057400000EB400101EBC000254901EB8007206818 +:10575000C0F80095786880B120682249C0F8081325 +:1057600020680121000B40B200F01F029140400967 +:10577000800000F1E020C0F880112068D0F80C25EE +:10578000D0F81485D0F80865D0F810554FF0FF31E7 +:10579000C0F81415C0F80C152068C0F80815C0F83A +:1057A0001015501C02D01046FCF78CFFB8F1FF3FDB +:1057B00002D04046FCF786FF681C02D02846FCF762 +:1057C00081FF701C02D03046FCF77CFF2068FFF799 +:1057D000D3FE87F82A90C7F80490BDE8F087000050 +:1057E000E8020020840202000149024800F062BC85 +:1057F00014030020002000402DE9F0410546164624 +:1058000000790F46154A00EBC00102EB810494F8C1 +:10581000201011B10820BDE8F081114951F8201085 +:105820002868FFF791FE08B11120F4E739462846B1 +:10583000FBF7E3FA6660386920601EB1397F2846BD +:10584000FBF764FF28680821C0F800150020A0615C +:10585000E0610121606184F82010DCE7140300207E +:10586000506300002DE9F04704460E4600792049B8 +:1058700000EBC00001EB800517463046FFF75CFEE9 +:1058800030B1204600F036F820B11120BDE8F08795 +:105890001020FBE76F61AE604FF490760027314631 +:1058A0002068FFF739FD4FF4AC7841462068FFF7D8 +:1058B00033FD2068AA686969C0F84425C0F8481516 +:1058C000206801218160686878B9B146494620683E +:1058D000FFF71DFD064641462068FFF718FD064309 +:1058E000F4D000B10F27002068613846CEE70000F1 +:1058F000140300200079054900EBC00001EB800093 +:105900004069002800D001207047000014030020E7 +:105910002DE9F04704460079274900EBC00001EB70 +:10592000800720684FF00009C0F80095786880B1C2 +:1059300020682249C0F8081320680121000B40B2FA +:1059400000F01F0291404009800000F1E020C0F803 +:1059500080112068D0F80C25D0F81485D0F808659F +:10596000D0F810554FF0FF31C0F80C15C0F81415E1 +:105970002068C0F80815C0F81015501C02D0104659 +:10598000FCF7A9FEB8F1FF3F02D04046FCF7A3FEAA +:10599000681C02D02846FCF79EFE701C02D03046E0 +:1059A000FCF799FE2068FFF7E7FD87F82090C7F81D +:1059B0000490BDE8F08700001403002010030200EB +:1059C000024A002102EB800081617047F80A002042 +:1059D0000449084490F93000082801DB0120704791 +:1059E000002070477C0200200449084490F93000F0 +:1059F000082801D201207047002070477C02002057 +:105A000010B50446064890F8801021B10069A04204 +:105A100001D1FFF79DFB03490020085510BD000090 +:105A2000F80A00203801002010B5044CE06F00286F +:105A300002D1FCF7DFFBE06710BD0000F80A002090 +:105A400070B5094D0446E86F10B90848FCF79AF99B +:105A500004F10801E86FFCF783FB002802D0002066 +:105A6000E867012070BD0000F80A00202E020C003B +:105A700010B50C46017A052908D0407A38B108489B +:105A800008A102682046FCF7B3FC00E01AB106A1A9 +:105A90002046FCF7ADFC2046BDE81040FCF7B5BC45 +:105AA000B8000020257300000D0A000038B5C38837 +:105AB0000D46044633B114A0009015A216A1284645 +:105AC000FCF796FC217A05291CD0607A48B1A088A1 +:105AD000FEF7E8FE164951F8202016A12846FCF7EB +:105AE00087FCA0880021FFF7AFF803461049207A11 +:105AF000143951F8202001B02846BDE830400EA1ED +:105B0000FCF776BC38BD00001B5B306D0000000068 +:105B10001B5B313B33316D0025734C6F6773206421 +:105B2000726F70706564202825642925730D0A0042 +:105B3000B8000020257300003C25733E2025733AF1 +:105B4000200000000349884201D10348704700202B +:105B500070470000002000402800002070B501269A +:105B600070044FF0E0210025C1F88001084C40107E +:105B7000C4F84803C4F8080366602F20FFF7D2FB7F +:105B8000A660044C2F20A560FFF7CCFBA57070BD6C +:105B9000001001405000002070B5054688690C4691 +:105BA00000284FF4847128460AD0FFF7A4FBD5F8EB +:105BB0001805626AE1688854606A401C606270BDC2 +:105BC000FFF799FBD5F8180570BD1FB501238DF8B7 +:105BD0000030CDE90121D0E90012684690471FBD91 +:105BE0001FB501238DF800308DF808100192D0E91F +:105BF0000012684690471FBD70B50D4C0020D2B210 +:105C00002070201D0B4D0378EB5C1BB1001DFFF7CE +:105C100029FE02E00C30FFF72BFD08B1FBF704F87A +:105C20006078002802D021780029FAD070BD0000E9 +:105C300068000020140000202DE9F84F204D924606 +:105C4000894606469846012269461846AF68FBF722 +:105C500041FB58B3009800210446801C09E000BFB6 +:105C600000EA07035AF8212005EB8303401C491C76 +:105C7000DA604145F4D34FEA164AFBF769FC4AEA79 +:105C80000041601C384005EB80003C4005EB84027D +:105C9000C160D06866F3C50068F3891069F39F207E +:105CA00020F00300401C20F00400D06095F8200490 +:105CB00002E000BFFEF71CFE0028FBD1BDE8F88F14 +:105CC000640500202DE9F84F1D4C00256846D4E9F5 +:105CD00001A6FBF747FC002738B30023009A616850 +:105CE0001CE0D1F800C00846944503D9ACEB020291 +:105CF0000A6015E0A2EB0C0263440760D0F80CC008 +:105D0000C1698146BCF1000F08D006EB030828F0FA +:105D10007F48C0E9018CC9F81C5005460029E0D134 +:105D200028466160FBF77AFD03E02846FBF776FD25 +:105D300010B15046FBF76AFBE770BDE8F88F000032 +:105D4000500000200D4B10B5596831B102680C6845 +:105D5000A24204D8A21A0A60C161586010BD0B4665 +:105D600003E00B46C969121B21B10C689442F8D3B9 +:105D7000A41A0C600260C161D86110BD50000020FF +:105D80002DE9F041144E77683D462C4603E08442ED +:105D900004D02546E469002CF9D11BE0D4B1A5421A +:105DA0000BD1F869706040B90C490120886000216E +:105DB000B160F0702F20FFF7B5FA2168E069E86163 +:105DC00010B10268114401607068874202D001205E +:105DD000BDE8F0810020FBE75000002000100140EA +:105DE000F8B5064600240D462046FAF7B5FF68468A +:105DF00000F076FA68B10570084946609DF8000029 +:105E000048700020FAF7AAFF1420FAF75EFC20463B +:105E1000F8BD04240020FAF7A1FFF8E7580300209A +:105E20002DE9F041194D6C68002C2CD01848002742 +:105E30000068A968B846401A20F07F462068B04242 +:105E40000CD82146361A0744E469087C20B181F851 +:105E50001080886949698847002CEFD129786878D3 +:105E6000814206D1401CC0B26870022801D185F879 +:105E70000180064869780C3040F82170BDE8F04197 +:105E80001420FAF722BCBDE8F08100005000002089 +:105E90000415014070B50C4605464FF48E71FFF7AE +:105EA0002AFA216AA068415C206A401C2062C5F879 +:105EB0001C1570BD1FB500228DF80020029181686D +:105EC00001914261D0E90012684690471FBD000071 +:105ED0001FB50A4601788DF8001041680191017ADA +:105EE0008DF80810C0680390044850F82210083854 +:105EF00050F82220684690471FBD00002000002077 +:105F000001490120087070476800002010B588B072 +:105F1000044620220E496846FAF744FA062000900B +:105F2000C01F0190029003904FF0EB7006900CB1EF +:105F3000084A00E0002269460748FCF74FF808B11C +:105F4000FAF772FE0448001F447008B010BD00004C +:105F500084630000015F00006C0000202DE9FF4712 +:105F60000C4605464FF40071FFF7CBF901274FF4BB +:105F70000178002618B34FF4927949462846FFF776 +:105F8000B5F9E0B149462846FFF7B5F9C5F80883E9 +:105F900094F8290000B96F6002208DF80000D5F850 +:105FA0008004C5F880040390A0690290E068019025 +:105FB000A661E661D4E900126846904728E0042112 +:105FC0002846FFF79EF918B34FF484712846FFF76F +:105FD0008DF9E8B121462846FFF7DEFD616AA06928 +:105FE000884215D1E06938B1E268616AA061206930 +:105FF000E6616662E06008E094F8290000B96F602D +:10600000C5F80883A661E268616A2046FFF7DDFDF6 +:106010004FF48E7841462846FFF768F978B1206A38 +:106020006169884202D294F8280020B3414628468C +:10603000FFF761F9616911B12046FFF73BFF4FF4AB +:10604000A27841462846FFF751F9002818D041466A +:106050002846FFF750F994F8290000B12F60A06995 +:1060600000280DD0A661E268616A04B02046BDE850 +:10607000F047FFF7AABD21462846FFF70BFFDEE7F2 +:10608000BDE8FF871FB50A4601788DF8001041680A +:106090000191017A8DF80810C0680390044850F807 +:1060A0002210083850F82220684690471FBD000093 +:1060B000200000202DE9FF410C464FF49277054661 +:1060C0003946FFF724F90026C0B139462846FFF7C4 +:1060D00023F902208DF80000D5F88004C5F880046B +:1060E0000390D5F83C058DF80800E0680190A661A2 +:1060F000E661D4E900126846904723E04FF48877C0 +:1061000039462846FFF703F9E0B139462846FFF73C +:1061100003F9D5F83C15A069884213D1E06960B154 +:10612000E268D5F8000220F02000C5F80002E0691E +:10613000A0612069E661E06001E0A661E2682046B6 +:10614000FFF74EFD4FF4A27739462846FFF7DFF8F8 +:1061500060B139462846FFF7DFF8A06930B1A66183 +:10616000D5F83C152046E268FFF73AFD4FF49077EA +:1061700039462846FFF7CBF8002813D03946284681 +:10618000FFF7CAF8606900280CD0D5F84C058DF8E7 +:1061900000608DF80800A06801906661D4E90012E3 +:1061A00068469047BDE8FF8110B5FAF75BFD08B17E +:1061B000FAF73AFD00210320FAF766FF08B1FAF773 +:1061C00033FD4FF400410020FEF708FD08B1FAF757 +:1061D0002BFDFEF77FFB09480321008801EB0040FF +:1061E00007A1FEF791FC00BFFEF782FB0028FBD160 +:1061F000BDE810400120FAF74FBE00006401002006 +:1062000047617A656C6C2041434B207061796C6FFB +:106210006164206578616D706C652E2044657669D7 +:106220006365206D6F64652E000000002DE9F05F4E +:106230008346DDE90A4A994690460D4608460127FD +:1062400003E000BFB0FBF8F07F1C4045FAD2B9452F +:1062500000D94F465FEACA7012D18CB15FEA8A70EA +:1062600002D5B9F1000F01D0202607E0302605E065 +:1062700031465846641EFBF771F80CB1A742F7D3BC +:106280005FF00106B9F1010F02D9A9F1010903E09C +:10629000B5FBF6F0404502D306FB08F6F2E7DFF85F +:1062A0003C9000BFB5FBF6F000FB165519F8001046 +:1062B0005846FBF753F8B6FBF8F6002EF2D15FEA2A +:1062C000CA7009D0002C07D0A74205D22021584619 +:1062D000641EFBF743F8F5E7BDE8F09F6663000036 +:1062E0000A494A788B78521CD2B2934200D10022DC +:1062F0000B78934201D1002070470270487800EB80 +:10630000400001EBC000001D704700005803002052 +:106310000D0E0F100B0C1819100200203002002077 +:106320005C0200200B000300A90F00000C0003001A +:10633000A90F000018000300A90F000019000300B6 +:10634000A90F000000000050000300508D55000010 +:10635000E95700000300000038030020000000009F +:106360000338FDD870473031323334353637383959 +:1063700041424344454600008D480000614800000A +:1063800059480000FFFFFFFFFFFFFFFFFFFFFFFF78 +:10639000FFFFFFFF00000000000000000000D6012A +:1063A0000701000000100040101100400310000021 +:1063B0000100000000100040000000000B0204007B +:1063C000000000000410004000000000070103016D +:1063D00000000000004040404040404040404141FB +:1063E00041414140404040404040404040404040AA +:1063F0004040404040050202020202020202020244 +:106400000202020202202020202020202020200240 +:1064100002020202020290909090909010101010D0 +:10642000101010101010101010101010101010106C +:106430000202020202028888888888880808080800 +:1064400008080808080808080808080808080808CC +:106450000202020240000000D56300004368616E42 +:106460006E656C2025753A20253033752070616388 +:106470006B657473207472616E736D697474656496 +:106480002C2025303375207472616E736D697373BF +:10649000696F6E73206661696C65642E0000000090 +:1064A0007761726E696E67006465627567000000EF +:1064B0001B5B313B33306D001B5B306D0000000017 +:1064C0001B5B313B33316D001B5B313B33326D0065 +:1064D0001B5B313B33336D001B5B313B33346D0051 +:1064E0001B5B313B33356D001B5B313B33366D003D +:1064F0001B5B313B33376D00696E666F0000000037 +:106500006572726F720000004750494F5445000099 +:10651000505253005541525400000000554152540E +:106520004500000062616C6C6F632E6C6F675F6D7D +:10653000656D706F6F6C000061707000A465000085 +:10654000000000206801000040040000F065000029 +:1065500068010020E82B0000FC0A0000086500002C +:10656000000000001065000000000000146500003D +:10657000000000001C650000000000002465000011 +:1065800000000003386500000000030394000020B1 +:106590008C00002094000020A40400206001002052 +:1065A00018000000017264200040542000400328BD +:1065B0007863326533A06433F86433A86433B86415 +:1065C00033B06433C06433C86433D06433D86433C5 +:1065D000E06433E86443F064041190D003C205061C +:1065E0004404192A3F4D333139031FF538000000A8 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/main.c new file mode 100644 index 0000000..21df2bd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/main.c @@ -0,0 +1,377 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * This project requires that a host that runs the + * @ref gzll_host_m_ack_payload_example example is used as a counterpart for + * receiving the data. This can be on either an nRF5x device or an nRF24Lxx device + * running the \b gzll_host_m_ack_payload example in the nRFgo SDK. + * + * This example sends a packet and adds a new packet to the TX queue every time + * it receives an ACK. Before adding a packet to the TX queue, the contents of + * the GPIO Port BUTTONS is copied to the first payload byte (byte 0). + * When an ACK is received, the contents of the first payload byte of + * the ACK are output on GPIO Port LEDS. + */ + +#include "nrf_gzll.h" +#include "bsp.h" +#include "app_timer.h" +#include "app_error.h" +#include "nrf_gzll_error.h" + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +/*****************************************************************************/ +/** @name Configuration */ +/*****************************************************************************/ +#define PIPE_NUMBER 0 /**< Pipe 0 is used in this example. */ +#define TX_PAYLOAD_LENGTH 1 /**< 1-byte payload length is used when transmitting. */ +#define MAX_TX_ATTEMPTS 100 /**< Maximum number of transmission attempts */ + +static uint8_t m_data_payload[TX_PAYLOAD_LENGTH]; /**< Payload to send to Host. */ +static uint8_t m_ack_payload[NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH]; /**< Placeholder for received ACK payloads from Host. */ + +#if GZLL_TX_STATISTICS +static nrf_gzll_tx_statistics_t m_statistics; /**< Struct containing transmission statistics. */ +#endif + +#if GZLL_PA_LNA_CONTROL + +#define GZLL_PA_LNA_TIMER CONCAT_2(NRF_TIMER, GZLL_PA_LNA_TIMER_NUM) /**< Convert timer number into timer struct. */ + +/**< PA/LNA structure configuration. */ +static nrf_gzll_pa_lna_cfg_t m_pa_lna_cfg = { + .lna_enabled = GZLL_LNA_ENABLED, + .pa_enabled = GZLL_PA_ENABLED, + .lna_active_high = GZLL_LNA_ACTIVE_HIGH, + .pa_active_high = GZLL_PA_ACTIVE_HIGH, + .lna_gpio_pin = GZLL_PA_LNA_CRX_PIN, + .pa_gpio_pin = GZLL_PA_LNA_CTX_PIN, + .pa_gpiote_channel = GZLL_PA_LNA_TX_GPIOTE_CHAN, + .lna_gpiote_channel = GZLL_PA_LNA_RX_GPIOTE_CHAN, + .timer = GZLL_PA_LNA_TIMER, + .ppi_channels[0] = GZLL_PA_LNA_PPI_CHAN_1, + .ppi_channels[1] = GZLL_PA_LNA_PPI_CHAN_2, + .ppi_channels[2] = GZLL_PA_LNA_PPI_CHAN_3, + .ppi_channels[3] = GZLL_PA_LNA_PPI_CHAN_4, + .ramp_up_time = GZLL_PA_LNA_RAMP_UP_TIME +}; + +static int32_t m_rssi_sum = 0; /**< Variable used to calculate average RSSI. */ +static int32_t m_packets_cnt = 0; /**< Transmitted packets counter. */ +#endif + +/** + * @brief Function to read the button states. + * + * @return Returns states of buttons. + */ +static uint8_t input_get(void) +{ + uint8_t result = 0; + for (uint32_t i = 0; i < BUTTONS_NUMBER; i++) + { + if (bsp_button_is_pressed(i)) + { + result |= (1 << i); + } + } + + return ~(result); +} + + +/** + * @brief Function to control the LED outputs. + * + * @param[in] val Desirable state of the LEDs. + */ +static void output_present(uint8_t val) +{ + uint32_t i; + + for (i = 0; i < LEDS_NUMBER; i++) + { + if (val & (1 << i)) + { + bsp_board_led_on(i); + } + else + { + bsp_board_led_off(i); + } + } +} + + +/** + * @brief Initialize the BSP modules. + */ +static void ui_init(void) +{ + uint32_t err_code; + + // Initialize application timer. + err_code = app_timer_init(); + APP_ERROR_CHECK(err_code); + + // BSP initialization. + err_code = bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, NULL); + APP_ERROR_CHECK(err_code); + + // Set up logger + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + NRF_LOG_INFO("Gazell ACK payload example. Device mode."); + NRF_LOG_FLUSH(); + + bsp_board_init(BSP_INIT_LEDS); +} + + +/*****************************************************************************/ +/** @name Gazell callback function definitions */ +/*****************************************************************************/ +/** + * @brief TX success callback. + * + * @details If an ACK was received, another packet is sent. + */ +void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info) +{ + bool result_value = false; + uint32_t m_ack_payload_length = NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH; + + if (tx_info.payload_received_in_ack) + { + // Pop packet and write first byte of the payload to the GPIO port. + result_value = + nrf_gzll_fetch_packet_from_rx_fifo(pipe, m_ack_payload, &m_ack_payload_length); + if (!result_value) + { + NRF_LOG_ERROR("RX fifo error "); + } + + if (m_ack_payload_length > 0) + { + output_present(m_ack_payload[0]); + } + } + + // Load data payload into the TX queue. + m_data_payload[0] = input_get(); + + result_value = nrf_gzll_add_packet_to_tx_fifo(pipe, m_data_payload, TX_PAYLOAD_LENGTH); + if (!result_value) + { + NRF_LOG_ERROR("TX fifo error "); + } + +#if GZLL_PA_LNA_CONTROL + m_rssi_sum += tx_info.rssi; + m_packets_cnt++; +#endif +} + + +/** + * @brief TX failed callback. + * + * @details If the transmission failed, send a new packet. + * + * @warning This callback does not occur by default since NRF_GZLL_DEFAULT_MAX_TX_ATTEMPTS + * is 0 (inifinite retransmits). + */ +void nrf_gzll_device_tx_failed(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info) +{ + NRF_LOG_ERROR("Gazell transmission failed"); + + // Load data into TX queue. + m_data_payload[0] = input_get(); + + bool result_value = nrf_gzll_add_packet_to_tx_fifo(pipe, m_data_payload, TX_PAYLOAD_LENGTH); + if (!result_value) + { + NRF_LOG_ERROR("TX fifo error "); + } +} + + +/** + * @brief Gazelle callback. + * @warning Required for successful Gazell initialization. + */ +void nrf_gzll_host_rx_data_ready(uint32_t pipe, nrf_gzll_host_rx_info_t rx_info) +{ +} + + +/** + * @brief Gazelle callback. + * @warning Required for successful Gazell initialization. + */ +void nrf_gzll_disabled() +{ +} + +#if GZLL_PA_LNA_CONTROL +/** + * @brief Function for configuring front end control in Gazell. + */ +static bool front_end_control_setup(void) +{ + bool result_value = true; + + // Configure pins controlling SKY66112 module. + nrf_gpio_cfg_output(GZLL_PA_LNA_CHL_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_CPS_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_ANT_SEL_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_CSD_PIN); + + // Turn on front end module. + nrf_gpio_pin_clear(GZLL_PA_LNA_CHL_PIN); + nrf_gpio_pin_clear(GZLL_PA_LNA_CPS_PIN); + nrf_gpio_pin_clear(GZLL_PA_LNA_ANT_SEL_PIN); + nrf_gpio_pin_set(GZLL_PA_LNA_CSD_PIN); + + // PA/LNA configuration must be called after @ref nrf_gzll_init() and before @ref nrf_gzll_enable() + result_value = nrf_gzll_set_pa_lna_cfg(&m_pa_lna_cfg); + + return result_value; +} +#endif + +/*****************************************************************************/ +/** + * @brief Main function. + * + * @return ANSI required int return type. + */ +/*****************************************************************************/ +int main() +{ + // Set up the user interface (buttons and LEDs). + ui_init(); + + // Initialize Gazell. + bool result_value = nrf_gzll_init(NRF_GZLL_MODE_DEVICE); + GAZELLE_ERROR_CODE_CHECK(result_value); + + // Attempt sending every packet up to MAX_TX_ATTEMPTS times. + nrf_gzll_set_max_tx_attempts(MAX_TX_ATTEMPTS); + +#if GZLL_PA_LNA_CONTROL + // Initialize external PA/LNA control. + result_value = front_end_control_setup(); + GAZELLE_ERROR_CODE_CHECK(result_value); +#endif + +#if GZLL_TX_STATISTICS + // Turn on transmission statistics gathering. + result_value = nrf_gzll_tx_statistics_enable(&m_statistics); + GAZELLE_ERROR_CODE_CHECK(result_value); +#endif + + // Load data into TX queue. + m_data_payload[0] = input_get(); + + result_value = nrf_gzll_add_packet_to_tx_fifo(PIPE_NUMBER, m_data_payload, TX_PAYLOAD_LENGTH); + if (!result_value) + { + NRF_LOG_ERROR("TX fifo error "); + NRF_LOG_FLUSH(); + } + + // Enable Gazell to start sending over the air. + result_value = nrf_gzll_enable(); + GAZELLE_ERROR_CODE_CHECK(result_value); + + NRF_LOG_INFO("Gzll ack payload device example started."); + + while (true) + { + NRF_LOG_FLUSH(); + __WFE(); + +#if GZLL_PA_LNA_CONTROL + if (m_packets_cnt >= 1000) + { + CRITICAL_REGION_ENTER(); + + // Print info about average RSSI. + NRF_LOG_INFO("Average RSSI: %d", (m_rssi_sum / m_packets_cnt)); + m_packets_cnt = 0; + m_rssi_sum = 0; + + CRITICAL_REGION_EXIT(); + } +#endif + +#if GZLL_TX_STATISTICS + if (m_statistics.packets_num >= 1000) + { + CRITICAL_REGION_ENTER(); + + // Print all transmission statistics. + NRF_LOG_RAW_INFO("\r\n"); + NRF_LOG_INFO("Total transmitted packets: %4u", m_statistics.packets_num); + NRF_LOG_INFO("Total transmission time-outs: %03u\r\n", m_statistics.timeouts_num); + + for (uint8_t i = 0; i < nrf_gzll_get_channel_table_size(); i++) + { + NRF_LOG_INFO("Channel %u: %03u packets transmitted, %03u transmissions failed.", + i, + m_statistics.channel_packets[i], + m_statistics.channel_timeouts[i]); + } + + CRITICAL_REGION_EXIT(); + + // Reset statistics buffers. + nrf_gzll_reset_tx_statistics(); + } +#endif + } +} diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvproj new file mode 100644 index 0000000..69b18e9 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm4/gzll_ack_payload_device_pca10040.uvproj @@ -0,0 +1,527 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvprojx new file mode 100644 index 0000000..da87fb1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/arm5_no_packs/gzll_ack_payload_device_pca10040.uvprojx @@ -0,0 +1,551 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..062d392 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/Makefile @@ -0,0 +1,179 @@ +PROJECT_NAME := gzll_ack_payload_device_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := gzll_ack_payload_device_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_rtt.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_serial.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_uart.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_default_backends.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/button/app_button.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/scheduler/app_scheduler.c \ + $(SDK_ROOT)/components/libraries/timer/app_timer.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(SDK_ROOT)/integration/nrfx/legacy/nrf_drv_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_gpiote.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/prs/nrfx_prs.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uarte.c \ + $(SDK_ROOT)/components/libraries/bsp/bsp.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_Syscalls_GCC.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_printf.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components/proprietary_rf/gzll \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/libraries/scheduler \ + ../config \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/button \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx/drivers/include \ + $(SDK_ROOT)/external/fprintf \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/util \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/external/segger_rtt \ + $(SDK_ROOT)/integration/nrfx/legacy \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/timer \ + +# Libraries common to all targets +LIB_FILES += \ + $(SDK_ROOT)/components/proprietary_rf/gzll/gcc/gzll_nrf52_sd_resources_gcc.a \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +CFLAGS += -DGAZELL_PRESENT +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -DSWI_DISABLE0 +CFLAGS += -DUSE_SD_HW_RESOURCES +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +ASMFLAGS += -DGAZELL_PRESENT +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 +ASMFLAGS += -DSWI_DISABLE0 +ASMFLAGS += -DUSE_SD_HW_RESOURCES + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..c287a6b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/config/sdk_config.h @@ -0,0 +1,3860 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// Application + +//========================================================== +// GZLL_PA_LNA_CONTROL - Turns on external PA/LNA control. +//========================================================== +#ifndef GZLL_PA_LNA_CONTROL +#define GZLL_PA_LNA_CONTROL 0 +#endif +// pa_lna_control_pins - SKY66112 control pins. + +//========================================================== +// GZLL_PA_LNA_CHL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CHL_PIN +#define GZLL_PA_LNA_CHL_PIN 21 +#endif + +// GZLL_PA_LNA_CPS_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CPS_PIN +#define GZLL_PA_LNA_CPS_PIN 22 +#endif + +// GZLL_PA_LNA_ANT_SEL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_ANT_SEL_PIN +#define GZLL_PA_LNA_ANT_SEL_PIN 23 +#endif + +// GZLL_PA_LNA_CSD_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CSD_PIN +#define GZLL_PA_LNA_CSD_PIN 24 +#endif + +// GZLL_PA_LNA_CTX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CTX_PIN +#define GZLL_PA_LNA_CTX_PIN 27 +#endif + +// GZLL_PA_LNA_CRX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CRX_PIN +#define GZLL_PA_LNA_CRX_PIN 2 +#endif + +// +//========================================================== + +// pa_lna_hw_resources - HW resources used for front end module control. + +//========================================================== +// GZLL_PA_LNA_TX_GPIOTE_CHAN - GPIOTE channel used to control TX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_TX_GPIOTE_CHAN +#define GZLL_PA_LNA_TX_GPIOTE_CHAN 0 +#endif + +// GZLL_PA_LNA_RX_GPIOTE_CHAN - GPIOTE channel used to control RX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_RX_GPIOTE_CHAN +#define GZLL_PA_LNA_RX_GPIOTE_CHAN 1 +#endif + +// GZLL_PA_LNA_PPI_CHAN_1 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_1 +#define GZLL_PA_LNA_PPI_CHAN_1 12 +#endif + +// GZLL_PA_LNA_PPI_CHAN_2 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_2 +#define GZLL_PA_LNA_PPI_CHAN_2 13 +#endif + +// GZLL_PA_LNA_PPI_CHAN_3 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_3 +#define GZLL_PA_LNA_PPI_CHAN_3 14 +#endif + +// GZLL_PA_LNA_PPI_CHAN_4 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_4 +#define GZLL_PA_LNA_PPI_CHAN_4 15 +#endif + +// GZLL_PA_LNA_TIMER_NUM - Timer used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 + +#ifndef GZLL_PA_LNA_TIMER_NUM +#define GZLL_PA_LNA_TIMER_NUM 3 +#endif + +// +//========================================================== + +// pa_lna_settings - Front end control settings. + +//========================================================== +// GZLL_PA_ENABLED - Flag indicating if PA control pin is used. + + +#ifndef GZLL_PA_ENABLED +#define GZLL_PA_ENABLED 1 +#endif + +// GZLL_LNA_ENABLED - Flag indicating if LNA control pin is used. + + +#ifndef GZLL_LNA_ENABLED +#define GZLL_LNA_ENABLED 1 +#endif + +// GZLL_PA_ACTIVE_HIGH - Flag indicating if PA is active on high pin state. + + +#ifndef GZLL_PA_ACTIVE_HIGH +#define GZLL_PA_ACTIVE_HIGH 1 +#endif + +// GZLL_LNA_ACTIVE_HIGH - Flag indicating if LNA is active on high pin state. + + +#ifndef GZLL_LNA_ACTIVE_HIGH +#define GZLL_LNA_ACTIVE_HIGH 1 +#endif + +// GZLL_PA_LNA_RAMP_UP_TIME - Front End Module ramp up time [us]. <0-129> + + +#ifndef GZLL_PA_LNA_RAMP_UP_TIME +#define GZLL_PA_LNA_RAMP_UP_TIME 1 +#endif + +// +//========================================================== + +// + +// GZLL_TX_STATISTICS - Turns on transmission statistics gathering. + + +#ifndef GZLL_TX_STATISTICS +#define GZLL_TX_STATISTICS 1 +#endif + +// +//========================================================== + +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewp new file mode 100644 index 0000000..60dae5c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/iar/gzll_ack_payload_device_pca10040.ewp @@ -0,0 +1,1065 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52_sd_resources_iar.a + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emProject new file mode 100644 index 0000000..3fbc407 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emProject @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emSession new file mode 100644 index 0000000..f9180e3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10040/blank/ses/gzll_ack_payload_device_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvopt new file mode 100644 index 0000000..6790765 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvproj new file mode 100644 index 0000000..52982f1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm4/gzll_ack_payload_device_pca10056.uvproj @@ -0,0 +1,527 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + + nRF52840_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52840.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52840.s + system_nrf52840.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvoptx new file mode 100644 index 0000000..6a025f0 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvprojx new file mode 100644 index 0000000..4bdf35b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/arm5_no_packs/gzll_ack_payload_device_pca10056.uvprojx @@ -0,0 +1,551 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + nRF52840_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/Makefile new file mode 100644 index 0000000..f1fbf6e --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/Makefile @@ -0,0 +1,175 @@ +PROJECT_NAME := gzll_ack_payload_device_pca10056 +TARGETS := nrf52840_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52840_xxaa.out: \ + LINKER_SCRIPT := gzll_ack_payload_device_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52840.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_rtt.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_serial.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_uart.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_default_backends.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/button/app_button.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/scheduler/app_scheduler.c \ + $(SDK_ROOT)/components/libraries/timer/app_timer.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(SDK_ROOT)/integration/nrfx/legacy/nrf_drv_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_gpiote.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/prs/nrfx_prs.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uarte.c \ + $(SDK_ROOT)/components/libraries/bsp/bsp.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_Syscalls_GCC.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_printf.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52840.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components/proprietary_rf/gzll \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/libraries/scheduler \ + ../config \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/button \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx/drivers/include \ + $(SDK_ROOT)/external/fprintf \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/util \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/external/segger_rtt \ + $(SDK_ROOT)/integration/nrfx/legacy \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/timer \ + +# Libraries common to all targets +LIB_FILES += \ + $(SDK_ROOT)/components/proprietary_rf/gzll/gcc/gzll_nrf52840_sd_resources_gcc.a \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10056 +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +CFLAGS += -DGAZELL_PRESENT +CFLAGS += -DNRF52840_XXAA +CFLAGS += -DSWI_DISABLE0 +CFLAGS += -DUSE_SD_HW_RESOURCES +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10056 +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +ASMFLAGS += -DGAZELL_PRESENT +ASMFLAGS += -DNRF52840_XXAA +ASMFLAGS += -DSWI_DISABLE0 +ASMFLAGS += -DUSE_SD_HW_RESOURCES + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52840_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52840_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52840_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52840_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52840_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52840_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52840_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld new file mode 100644 index 0000000..8eec923 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/armgcc/gzll_ack_payload_device_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/config/sdk_config.h new file mode 100644 index 0000000..281d109 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/config/sdk_config.h @@ -0,0 +1,3968 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// Application + +//========================================================== +// GZLL_PA_LNA_CONTROL - Turns on external PA/LNA control. +//========================================================== +#ifndef GZLL_PA_LNA_CONTROL +#define GZLL_PA_LNA_CONTROL 0 +#endif +// pa_lna_control_pins - SKY66112 control pins. + +//========================================================== +// GZLL_PA_LNA_CHL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CHL_PIN +#define GZLL_PA_LNA_CHL_PIN 21 +#endif + +// GZLL_PA_LNA_CPS_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CPS_PIN +#define GZLL_PA_LNA_CPS_PIN 22 +#endif + +// GZLL_PA_LNA_ANT_SEL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_ANT_SEL_PIN +#define GZLL_PA_LNA_ANT_SEL_PIN 23 +#endif + +// GZLL_PA_LNA_CSD_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CSD_PIN +#define GZLL_PA_LNA_CSD_PIN 24 +#endif + +// GZLL_PA_LNA_CTX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CTX_PIN +#define GZLL_PA_LNA_CTX_PIN 27 +#endif + +// GZLL_PA_LNA_CRX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CRX_PIN +#define GZLL_PA_LNA_CRX_PIN 2 +#endif + +// +//========================================================== + +// pa_lna_hw_resources - HW resources used for front end module control. + +//========================================================== +// GZLL_PA_LNA_TX_GPIOTE_CHAN - GPIOTE channel used to control TX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_TX_GPIOTE_CHAN +#define GZLL_PA_LNA_TX_GPIOTE_CHAN 0 +#endif + +// GZLL_PA_LNA_RX_GPIOTE_CHAN - GPIOTE channel used to control RX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_RX_GPIOTE_CHAN +#define GZLL_PA_LNA_RX_GPIOTE_CHAN 1 +#endif + +// GZLL_PA_LNA_PPI_CHAN_1 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_1 +#define GZLL_PA_LNA_PPI_CHAN_1 12 +#endif + +// GZLL_PA_LNA_PPI_CHAN_2 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_2 +#define GZLL_PA_LNA_PPI_CHAN_2 13 +#endif + +// GZLL_PA_LNA_PPI_CHAN_3 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_3 +#define GZLL_PA_LNA_PPI_CHAN_3 14 +#endif + +// GZLL_PA_LNA_PPI_CHAN_4 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_4 +#define GZLL_PA_LNA_PPI_CHAN_4 15 +#endif + +// GZLL_PA_LNA_TIMER_NUM - Timer used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 + +#ifndef GZLL_PA_LNA_TIMER_NUM +#define GZLL_PA_LNA_TIMER_NUM 3 +#endif + +// +//========================================================== + +// pa_lna_settings - Front end control settings. + +//========================================================== +// GZLL_PA_ENABLED - Flag indicating if PA control pin is used. + + +#ifndef GZLL_PA_ENABLED +#define GZLL_PA_ENABLED 1 +#endif + +// GZLL_LNA_ENABLED - Flag indicating if LNA control pin is used. + + +#ifndef GZLL_LNA_ENABLED +#define GZLL_LNA_ENABLED 1 +#endif + +// GZLL_PA_ACTIVE_HIGH - Flag indicating if PA is active on high pin state. + + +#ifndef GZLL_PA_ACTIVE_HIGH +#define GZLL_PA_ACTIVE_HIGH 1 +#endif + +// GZLL_LNA_ACTIVE_HIGH - Flag indicating if LNA is active on high pin state. + + +#ifndef GZLL_LNA_ACTIVE_HIGH +#define GZLL_LNA_ACTIVE_HIGH 1 +#endif + +// GZLL_PA_LNA_RAMP_UP_TIME - Front End Module ramp up time [us]. <0-129> + + +#ifndef GZLL_PA_LNA_RAMP_UP_TIME +#define GZLL_PA_LNA_RAMP_UP_TIME 1 +#endif + +// +//========================================================== + +// + +// GZLL_TX_STATISTICS - Turns on transmission statistics gathering. + + +#ifndef GZLL_TX_STATISTICS +#define GZLL_TX_STATISTICS 1 +#endif + +// +//========================================================== + +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE1_ENABLED - Enable UARTE1 instance +#ifndef NRFX_UARTE1_ENABLED +#define NRFX_UARTE1_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// UART1_ENABLED - Enable UART1 instance +//========================================================== +#ifndef UART1_ENABLED +#define UART1_ENABLED 0 +#endif +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf new file mode 100644 index 0000000..8e25f22 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0xfffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2003ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewd new file mode 100644 index 0000000..a846fea --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewp new file mode 100644 index 0000000..a8abd44 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/iar/gzll_ack_payload_device_pca10056.ewp @@ -0,0 +1,1061 @@ + + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52840.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52840_sd_resources_iar.a + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emProject new file mode 100644 index 0000000..35f5b65 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emProject @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emSession new file mode 100644 index 0000000..1f3b38a --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/device/pca10056/blank/ses/gzll_ack_payload_device_pca10056.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/gzll_ack_payload_host.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/gzll_ack_payload_host.eww new file mode 100644 index 0000000..90f688a --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/gzll_ack_payload_host.eww @@ -0,0 +1,8 @@ + + + + $WS_DIR$\pca10056\blank\iar\gzll_ack_payload_host_pca10056.ewp + + $WS_DIR$\pca10040\blank\iar\gzll_ack_payload_host_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10040.hex new file mode 100644 index 0000000..54fde67 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10040.hex @@ -0,0 +1,1623 @@ +:020000040000FA +:10000000382D0020F9020000010300000303000066 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:1000400013030000D1060000D10B000013030000D1 +:1000500013030000130300007D04000013030000DD +:100060006D0B0000130300001303000013030000D6 +:100070001303000013030000130300001303000028 +:1000800013030000610700001303000013030000C6 +:100090008507000089070000130300001303000018 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000000000000DE +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F00AF900480047AD1A0000F2 +:10021000382D002030B4044654E8000F0D4644E861 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE7FD070000010200002DE9F05FA7 +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F05EF85346F9 +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A000E863000040EA01039B0703D009E008C9A5 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A7047202A04DB203A18 +:1004000021FA02F00021704721FA02F3D040C2F134 +:10041000200291400843194670470000064C074DE2 +:1004200006E0E06840F0010394E8070098471034C4 +:10043000AC42F6D3FFF7E8FE88640000A864000031 +:1004400030B58C1810F8012B12F00F0301D110F801 +:10045000013B120906D110F8012B03E010F8015BF3 +:1004600001F8015B5B1EF9D101E001F8013B521E6E +:10047000FBD1A142E6D3002030BD00002DE9F047BA +:1004800000268AB0DFF85091B0464FF48075012401 +:1004900037460696284602F0FBF938B1D9F804032E +:1004A000204203D0284602F0E9F926432D1D6400BE +:1004B0007F1CADB2082FEDD34FF4BE74204602F07E +:1004C000E7F948B1204602F0D9F946F0004606AAFD +:1004D0000121002002F0BEF9404D16F0FF0F15D0AB +:1004E0000127002437420DD009EB8401D1F8100513 +:1004F000D1F81015C0F3042055F82420C1F30141B0 +:1005000002B190477F00641C082CEBD3002E5FDA09 +:100510004FF0FF30CDF8108054E0281910F8507FCC +:1005200090F9000027F0C008401C3BD007A94046C6 +:1005300001F028FD10B34FEA9719404600F0DCFFA8 +:1005400055F820701FB1B9F1030F03D006E0B9F1DF +:10055000030F27D104A9404601F01CFD4FF0A04134 +:1005600001EB8800D0F8000706A9C0F3014A404615 +:1005700001F008FD18B1BAF1020F03D012E0BAF190 +:10058000030F0FD1B9F1030F08D1BAF1020F1DD03B +:100590000221404602F042F9761CF6B217B14946F4 +:1005A0004046B847641C042CB7D3002E10D06A46CE +:1005B0000121002002F04EF906990098884207D0E8 +:1005C00006900498002634460790A6E70321E0E74A +:1005D0000AB0BDE8F087000000600040740200200F +:1005E00000F01F02012191404009800000F1E0204D +:1005F000C0F88012704700F01F02012191404009AD +:10060000800000F1E020C0F88012704700F01F0267 +:10061000012191404009800000F1E020C0F88012E3 +:10062000704700F01F02012191404009800000F155 +:10063000E020C0F88012704700F01F0201219140B5 +:100640004009800000F1E020C0F88011704700F000 +:100650001F02012191404009800000F1E020C0F814 +:100660000011704700F01F020121914040098000F5 +:1006700000F1E020C0F80011704700F01F020121D6 +:1006800091404009800000F1E020C0F8001270475E +:100690004907090E002806DA00F00F0000F1E020FB +:1006A00080F8141D704700F1E02080F800147047B6 +:1006B0004907090E002806DA00F00F0000F1E020DB +:1006C00080F8141D704700F1E02080F80014704796 +:1006D00070B5204D28696C78401C2861687D10B188 +:1006E0001D4801F0DFFB287803281AD11B48D0F8F9 +:1006F0000C01B0B1012C04D0022C0AD016481230E3 +:1007000023E02869032816D01348083001F0CAFBFB +:1007100011E02869022812D00F480D3001F0C2FB09 +:100720000DE0032C0FD2012C05D0022C07D0BDE820 +:10073000704003F085BABDE8704003F0ADBABDE883 +:10074000704003F0BFBC04482830BDE8704001F0A1 +:10075000A9BB0000EC09002038030A00001000408B +:1007600007480021C0F84011C0F84411C0F84811F2 +:10077000C0F84C11C0F80011C0F8041105F01CBB02 +:100780000010014005F06ABA30B51B4C85B0002559 +:10079000012080F31088D4F8D40038B3D4F8D00006 +:1007A00000EB800004EB800001798DF80010816877 +:1007B000C26803694069CDE90330CDE90112D4F87C +:1007C000D400401EC4F8D400D4F8D000401CC4F8B3 +:1007D000D000D4F8D0000A2801D3C4F8D0500020AB +:1007E00080F31088216868468847D1E7002080F3AD +:1007F000108805B030BD0000080A0020F0B5B548EB +:100800000023021D0178101D01254FF08054062998 +:100810000BD11678360708D10678C6F30316032ED7 +:1008200006D0042E04D0052E02D0062907D00EE0F3 +:10083000B4F82463A84FC6F304263E6002E016789D +:10084000360704D10678C6F30316032E02D0062914 +:1008500004D00FE0A24FA14E7E670EE01678360757 +:1008600008D10678C6F30316032E06D0042E04D052 +:10087000052E02D0062907D00EE0D4F84462994F25 +:10088000C6F342363E6002E01678360704D1067899 +:10089000C6F30316032E02D0062906D011E0924EAD +:1008A000376827F0807737600EE01678360708D172 +:1008B0000678C6F30316032E06D0042E04D0052EA8 +:1008C00002D006290AD011E04FF08046C6F80C315C +:1008D000C6F81031834E361F336002E016783607B3 +:1008E00004D10678C6F30316032E02D0062905D0DC +:1008F0000CE07C4F032664373E600AE0167836072A +:1009000004D10678C6F30316032E02D006290DD0B3 +:1009100014E0764F05263E60744E78363560734E8F +:10092000083633603F263F1D3E6002E016783607EA +:1009300004D10678C6F30316052E02D0062957D037 +:1009400062E06B4E36686B4F3E60694E361D36680E +:100950003F1D3E60664E083636683F1D3E60644E61 +:100960000C3636683F1D3E60614E103636683F1DBE +:100970003E605F4E143636683F1D3E605C4E183652 +:1009800036685C4F20373E60594E1C3636683F1D36 +:100990003E60574E203636683F1D3E60544E24362A +:1009A00036683F1D3E60524E283636683F1D3E6019 +:1009B0004F4E2C3636683F1D3E604D4E3036366801 +:1009C0004C4F40373E604A4E343636683F1D3E60DD +:1009D000474E383636683F1D3E60454E3C363668D9 +:1009E0003F1D3E60424E403636683F1D3E6002E08D +:1009F0001678360708D10678C6F30316032E06D0FC +:100A0000042E04D0052E02D0062907D019E0D4F810 +:100A10005812394A01F04F01116002E011780907BC +:100A20000FD10078C0F30310032803D0042801D0AD +:100A3000052806D131480168C90702D06FF00101CD +:100A40000160D4F83001062808D1D4F83401062812 +:100A500004D12B48016841F4806101602248743858 +:100A6000016841F470010160BFF34F8FBFF36F8FD6 +:100A70004FF01021D1F80002002803DBD1F8040266 +:100A8000002822DA1F4A15601F480468002CFCD099 +:100A90001524C1F800420568002DFCD0C1F80442BD +:100AA00001680029FCD0136001680029FCD0BFF365 +:100AB0004F8F0D48F0380168144A01F4E06111438A +:100AC0000160BFF34F8F00BFFDE712491048086077 +:100AD000F0BD0000E00F00F0403501400DF0ADBA70 +:100AE00000C007403C050040FCED00E0105600400F +:100AF0000404001020C50040E40E00400004004043 +:100B00003C17004004E5014000E401400400FA0500 +:100B10000090D003D4000020124A10B50021104BE1 +:100B2000126809E053F82140844203D10E4801F0D5 +:100B3000B9F913E0491CC9B29142F3D3084A002124 +:100B400012F1180201EB011302EB4303834201D1BE +:100B5000012010BD491CC9B20629F3D3002010BDE5 +:100B6000540C002044010020EC00030070B5144E2A +:100B70004FF48030C6F808030025C6F84051114CE8 +:100B8000606810B9104801F08DF9A5706268012302 +:100B9000656073640D480168001F00681430B1F58A +:100BA000804F04D2B0F5404F01D9637005E0814217 +:100BB00001D3012000E000206070BDE870401047C4 +:100BC000008000401C010020E50004004485004036 +:100BD00001480068004700002000002002E008C82B +:100BE000121F08C1002AFAD170477047002001E0A7 +:100BF00001C1121F002AFBD17047022000F0FCB98E +:100C000070B50024064D06E06868012110F8340034 +:100C100004F058FB641C28788442F5D3002070BD92 +:100C200028000020F8B515460C460646052A01D2D4 +:100C30000720F8BD04F042FC18B904F007FC0028B6 +:100C4000F7D1124900224E600C708D60C1E9042278 +:100C5000C1E906220E4D0DE006EBC40029680091A3 +:100C600081788DF8011000780A4A694604F07CFB0F +:100C70000028DED1641EE4B2EED2BDE8F84004489C +:100C80000021054A001D00F053B800002800002094 +:100C9000E4620000A1160000B515000072B603F072 +:100CA000A9FF00BF03F0ECFD0028FBD1104C01218F +:100CB000208801EB00400FA103F0EEFE1048006811 +:100CC000C00700D000BE2088022101EB00400DA12A +:100CD00003F0E2FEBFF34F8F0948E43801680D4A84 +:100CE00001F4E06111430160BFF34F8F00BFFDE7E6 +:100CF0005C010020466174616C206572726F720045 +:100D0000F0ED00E053797374656D2072657365745E +:100D1000000000000400FA050EB500210091CDE9A5 +:100D200001106A4644F20100FFF7B8FF0EBD000053 +:100D3000074B9B7823B12AB120B10068037C1BB11B +:100D400008207047072070474174426100207047B7 +:100D50004003002070B504F0CDFE104800240B21A4 +:100D6000047044700E4D817014206C602C706C7097 +:100D7000FFF736FC07211420FFF78AFC1420FFF749 +:100D800066FC0848046007211120FFF781FC054834 +:100D9000001F0068A860002070BD00004003002014 +:100DA00048000020081501402DE9F843DFF8709055 +:100DB00099F802305BB350B3052902D20720BDE891 +:100DC000F88343691BB3437C012B22D000270446E0 +:100DD000002588461646284600F036F8684605F095 +:100DE00049FAC0B1012101700E4944600968C0E9A7 +:100DF0000218C0E904769DF8000089F8010000207F +:100E000000F024F81420FFF738FC2846D7E7082024 +:100E1000D5E70F46DBE70425002000F017F8F4E7DC +:100E200040030020041501400649897839B130B1EA +:100E3000416921B100210174022104F09DBF082005 +:100E4000704700004003002000F002B800F008B82E +:100E500072B602480168491C016070475C000020BE +:100E600003490868401E086000D162B67047000060 +:100E70005C0000202DE9F041064608680C46411C44 +:100E80004FF0A0474FF0010506D005FA00F1C7F872 +:100E90000815206801F0AEFC6068411C02D00021FA +:100EA00001F096FC3168A069C1F82405607D227DBF +:100EB00031681043C1F86C05D4E900123068C0F8FD +:100EC0001425C0F80C15207D012815D1A068411CFF +:100ED00002D0002101F07CFCE068411C05D0854077 +:100EE000C7F80855E06801F085FCD4E902123068C3 +:100EF000C0F80825C0F81015BDE8F0812DE9F041D3 +:100F0000064608680C46411C4FF0A0474FF001050B +:100F100006D005FA00F1C7F80815206801F074FC46 +:100F20006068411C02D0002101F05BFC3168A069BF +:100F3000C1F82405607D217D32680843C2F86C0544 +:100F4000D4E900123068C0F80C15C0F81425207DD3 +:100F5000012815D1A068411C02D0002101F041FCFC +:100F6000E068411C05D08540C7F80855E06801F0ED +:100F70004BFCD4E902123068C0F80825C0F81015FF +:100F8000BDE8F0810649095C4FF0A040D0F810059B +:100F9000C84010F0010000D0012080F0010070472F +:100FA000A86200002DE9FC410646C0074FF000058D +:100FB0000ED0104F00240122385D00950023114609 +:100FC000019501F0ABFB641C042CF4D300F046F84F +:100FD000B0070DD5074E0024361D0022305D0323D7 +:100FE00000951146019501F099FB641C042CF4D383 +:100FF000BDE8FC81A462000007490B5C4FF0A041F2 +:10100000D1F804250120984020EA0203C1F80835F0 +:101010001040C1F80C057047A46200000249085C4A +:10102000012101F00CBC0000A46200000249085C30 +:10103000002101F004BC0000A46200000649095C24 +:101040004FF0A040D0F80405C84010F0010000D0D7 +:10105000012080F001007047A462000010B5002458 +:101060002046FFF7DBFF641C042CF9D310BD10B53C +:1010700000242046FFF7DAFF641C042CF9D310BDCE +:1010800010B50246064B4FF0FF3000215C5C9442E5 +:1010900001D1084610BD491C0429F7D310BD00003A +:1010A000A86200002DE9F0470D468146FFF7E8FFF2 +:1010B0000446042836D2DFF874801B481C4EA8F181 +:1010C0000C0725B3012D0ED0022D2BD104EB4400CB +:1010D00030444578002D25D0B968002922D0284613 +:1010E000BDE8F047084704EB4401755C0E44717895 +:1010F00049B10E4A4FF40041093A8068FFF754FEA7 +:1011000008B987F80390B17808F80410E2E780681E +:10111000FFF78AFE04EB4401314418F804008D788F +:10112000A842D7D0BDE8F087AC62000010000020D4 +:1011300048020020042801D2FFF724BF0020704796 +:1011400070B50023042810D20D4D00EB4004012A95 +:1011500002D101290CD00022094E00EB400030449E +:1011600061B1012906D0022906D00723184670BDB7 +:101170000E30C2B22A55F9E74270F7E78270F5E700 +:101180004802002070B506461E480024C0E90161EF +:10119000B00720D50025012211462846FFF7D0FFD1 +:1011A0006D1C0446042D02D2002CF4D013E094B937 +:1011B00040F2666204211448FFF734FD04000AD1AE +:1011C000FFF71EFD040006D10F48104A0021001F42 +:1011D000FFF7AEFD0446F00712D00120FFF7E2FE54 +:1011E00074B909480A4A00210C38FFF7A1FD040030 +:1011F00006D10548074A01210838FFF799FD044642 +:10120000204670BD04000020B86200008D1400006C +:1012100005190000FB0B00002DE9F05F6A4C054644 +:1012200000266078B34618B184F801B000F052FB94 +:10123000664F4FF47A694FF4C87A4FF00108182DC1 +:1012400062D2DFE805F0AC0C0C31404D62676B7484 +:101250006B74BE7D7D7D7D7DACAFB2B5BEBE002022 +:10126000FFF7ECFE00284FF0000008D0FFF7D6FE95 +:10127000022D02D14FF4E16008E0484606E0FFF796 +:10128000D5FE022D01D1C82000E05046410CC0031C +:101290004FF4FA72801841F10001257052000023CA +:1012A000FFF73CF801462AE00020FFF7C7FE0028C0 +:1012B0004FF0000004D0FFF7B1FE4FF44870E5E7AF +:1012C000FFF7B4FEDFE70020FFF7B8FE00284FF07D +:1012D000000002D0FFF7A2FECFE7FFF7A7FED4E79A +:1012E0000020FFF7ABFE00284FF0000002D0FFF710 +:1012F00095FE01E0FFF79AFE257041F69A11002253 +:101300003868FFF751FD064646E00020FFF774FEFF +:10131000257008E0002051E025703DE084F8018050 +:101320000120FFF769FE002240F6CD41E8E784F88E +:1013300001800120FFF760FE00224FF48041DFE7CB +:101340007868FFF771FD0646D5F1110000D02EB187 +:101350000220FFF763FE84F802B01DE0012816D9D1 +:1013600080B2C8214843C117C90341EA5041C003B4 +:101370004FF4FA72801841F1000152000023FEF789 +:10138000CDFF014600227868FFF70EFD06460220D9 +:10139000FFF74CFE84F802803046BDE8F09F00F075 +:1013A00099FAB9E700F096FAB4E700F093FA04E08E +:1013B00000F090FA0020FFF739FE0120FFF736FE1B +:1013C000AAE7FFF754FEA7E704000020AC62000084 +:1013D0002DE9F0470546861C90460F464FF001095F +:1013E0000020FFF731FD1B4C20683860D4E9000174 +:1013F000401AA16804F21C47081A0EE00121384681 +:1014000000F058FD00F004FB0146384600F052FDA4 +:10141000D4E90001401AA168081A401C8642EDD8A0 +:10142000B8F1000F03D0052065F3891002E0062013 +:1014300065F39F50A2682168114004EB8101C860E8 +:101440002068304420600020FFF700FD4846BDE8DA +:10145000F08700004C05002030B482680468531CFB +:101460008360A154D0E901128A4202D330BC01F05A +:101470005CB830BC70470000034803C8814201D10A +:1014800001207047002070474C05002000780221A1 +:10149000FFF708BE05494FF0FF32082841F8202029 +:1014A00002D3084480F848207047000074020020EE +:1014B000F0B54FF0FF3512B10023082601E00823F4 +:1014C0000C260C4C05E000BF54F823707F1C04D0A0 +:1014D0005B1CB342F8D32846F0BD26185DB286F8EF +:1014E000305044F82310002AF5D1E11881F8480063 +:1014F000F1E70000740200200249084490F930002E +:1015000070470000740200202DE9F05F2648416812 +:10151000F1B3DFF898B00E688146DBF800408768C9 +:101520008078E11B21F07F45ED1CB0B9DFF88080A9 +:101530004FF48030C8F84403C8F804031120FFF7C3 +:101540004FF81120FFF783F84FF0010AC8F800A008 +:101550002F2003F0AFFE89F802A0B54200D2354635 +:10156000124BE8193C3320F07F401860DBF8001084 +:101570005A46091B21F07F41001B20F07F40C91C07 +:1015800081420FD9106818602F2003F093FE00E00D +:1015900004E0BDE8F05F1120FFF76FB8BDE8F05F31 +:1015A00004F0A8BABDE8F09F4800002004150140EF +:1015B000001001402DE9F0470025DFF88C803CE069 +:1015C0006068002100EBC506012032789146FEF7E5 +:1015D000D6FED4E9062300EA020701EA030C57EA23 +:1015E0000C0728D082438B434846C4E9062303F006 +:1015F00023FF32788246914601200021FEF7BFFE8C +:10160000D4E9042300EA020401EA03074A465046EB +:101610000021FEF7B4FE44404F403C430BD17078AC +:10162000012801D0012100E00021726881EA0A014D +:101630000AB1484690476D1CEDB298F80000444648 +:101640008542BDD3BDE8F0872800002010B50021F9 +:10165000024800F03AFC80F3100010BD6809002039 +:101660000E4910B50A784C780023A24212D0521CC1 +:10167000D2B20A70022A00D10B70084A0B780C32E1 +:1016800052F8232002608868104420F07F40886070 +:10169000012010BD0360002010BD000048000020A4 +:1016A0002DE9F0418046024601200021FEF767FE49 +:1016B0001A4F05460E467868FFF7B6FB00280CD196 +:1016C000174CD4E9062110462A4001EA06031A43C2 +:1016D00005D0A843B143C4E90601BDE8F081404606 +:1016E00003F0AAFE30B1D4E9040128433143C4E930 +:1016F000040105E0D4E90410A943B043C4E904108F +:10170000D4E9060128433143C4E90601A168786899 +:10171000BDE8F0410022FFF747BB0000E462000093 +:10172000280000200278521C027002788A4201D3FD +:101730000021017070472DE9F04100252C4601275A +:101740002046FFF7F7FC18B107FA04F62E43F5B26E +:10175000641C042CF4D3E843C0B2BDE8F08100005F +:101760002DE9FC5F0E008346DDE90C47C6F1000061 +:1017700098469246814600D40846012503E000BF02 +:1017800090FBFAF06D1C5045FADAA84500D94546A1 +:1017900024B1002E01DB780700D5641EB80702D5FE +:1017A000B8F1000F0AD0F80708D13CB1A54205D224 +:1017B00020215846641EFFF74FFEF6E7002E02DA9E +:1017C0004E462D2102E0780703D52B215846FFF71E +:1017D00043FE07F0030002280BD1B8F1000F08D137 +:1017E0003CB1A54205D230215846641EFFF734FEB5 +:1017F000F6E7CDE90047434652463146584604F0E5 +:10180000DFFCBDE8FC9F000070B50D460446006893 +:101810004FF4887103F048FD4FF49071206803F095 +:1018200043FD4FF49271206803F03EFD4FF4A27126 +:10183000206803F039FD20681249C0F804132068BD +:101840006907000B40B2090E002806DA00F00F000D +:1018500000F1E02080F8141D03E000F1E02080F8A2 +:10186000001420680121000B40B200F01F029140DB +:101870004009800000F1E020C0F88012C0F800119B +:1018800070BD00001003020002460020126893079A +:1018900002D0530702D47047500714D502F003005A +:1018A000012802D002280CD105E0C2F383100B6896 +:1018B000801C184404E00223086803EB9252104491 +:1018C000086001207047086800EB9253C2F389104A +:1018D000401CEEE70A4810B5807860B1002401E0B2 +:1018E000022C06D02046FFF799FB641C042CF7D38A +:1018F00010BD0324F6E7BDE81040FFF7AFBB0000C2 +:101900000400002003480179C90702D00078FFF7DE +:1019100083BC7047040000202DE9F047394E0027B2 +:1019200080463D46DFF8E090D6F804A057E003D0AB +:101930000446D0F81C8035E099F8002002EB420103 +:10194000521CD2B289F8002009EBC10199F802308B +:10195000091D9A4201D189F8005048680A78044666 +:10196000012A12D0022A02D0032A3BD108E004F057 +:10197000D3F900B10127257434E00574C06900E093 +:1019800070680028F9D170602CE0207C50BB88681A +:101990006060C868A0600869E0604869A061F0788C +:1019A00000B165606268B168184B501A20F07F4042 +:1019B000984202D2A168084406E0881AA16820F083 +:1019C0007F40814202D9081A206000E025606560EE +:1019D0000120A56020742046E56104F07FF9B8F18C +:1019E0000000A4D199F8001099F801008142A3D118 +:1019F00017B97168514502D00120BDE8F087002079 +:101A0000FBE700004800002040030020FFFF7F00AC +:101A10002DE9FF410026234800F049FA2148001F24 +:101A2000074600F044FA204C60680090A56800E08A +:101A300000986946284004EB80000C30FFF724FF33 +:101A40000028F5D101AA009901EA050304EB8303FC +:101A5000491CDB6842F82030401C00910228F2D378 +:101A6000019800F0030001280BD0022810D1019842 +:101A7000032101EB90500099BDF80A6001EB900042 +:101A800005E00198BDF80A60C0F383100844009097 +:101A9000384600F009FA08B10098606004B030469A +:101AA000BDE8F081640900204C05002008B504F071 +:101AB00047FB012000F0F6FF28B900F09FFF00F57A +:101AC0000340FFF729F9374801F0EEF828B900F094 +:101AD00095FF00F50340FFF71FF9FFF72CFE324991 +:101AE000012208702F490020203900F0D9FE2F4E26 +:101AF00050B93088012101EB00402DA102F0CCFF4C +:101B000002F0BEFE0028FBD100F022FF28B900F051 +:101B100075FF00F50340FFF7FFF83088032505EB5C +:101B2000004027A102F0B8FF1E4C00BF02F0A8FE43 +:101B30000028FBD120BF2068B0F57A7FF6D30020C3 +:101B4000FFF782F93088052101EB004026A102F061 +:101B5000A3FF308825A105EB0040226802F0A0FF1A +:101B600030882AA105EB0040626802F099FF002747 +:101B70000EE000BF04EB87003A4681680091836C59 +:101B800030882BA105EB004002F091FF7F1CFFB2D3 +:101B900000F02EFFB842EDD80020FFF757F900F013 +:101BA000C7FFC3E780010020000000205C01002087 +:101BB0005458206669666F206572726F722000004B +:101BC000477A6C6C2061636B207061796C6F616423 +:101BD00020686F7374206578616D706C6520737414 +:101BE00061727465642E00000D0A0000546F746108 +:101BF0006C207265636569766564207061636B65EE +:101C000074733A202020253475000000546F7461ED +:101C10006C20435243206661696C757265733A208B +:101C2000202020202020253033750D0A00000000E0 +:101C30004368616E6E656C2025753A2025303375DA +:101C4000207061636B657473207265636569766586 +:101C5000642C202530337520435243206661696C23 +:101C6000757265732E0000002DE9F047C7880446A1 +:101C7000181D16468946B0FBF7F1B0FBF7F207FBDB +:101C800012009A193A44D21CB2FBF7F2DDF820A0F8 +:101C900001E02468491E0029FBD13D1A8846B5425F +:101CA00016D818E0BAF1000F05D0211809EB08008A +:101CB0002A46091D04E0204409EB08012A46001DBC +:101CC000FEF770FB00202468761BA844B74201D9B8 +:101CD000354600E03D46002EE4D1BDE8F087000027 +:101CE00030B5024659B102F06DFF0021074C09E002 +:101CF00004EB810315685B88AB4202D111600020C0 +:101D000030BD491C8142F3D3052030BD480100207D +:101D10002DE9F0415C4903780446D1E9030200252E +:101D2000082B77D2DFE803F0042B4877726E879593 +:101D3000217C914208D238B100EB81018A6C521C9F +:101D40008A640168491C0160A17B2E4661F3070685 +:101D50002189677B61F31F466189606861F30F0524 +:101D6000217B61F31745E17B61F31F6501F0B6FB51 +:101D70002A4631463846BDE8F04100F0DABD4869F0 +:101D8000407D10B9414800F08DF82F46218965F358 +:101D9000070761F31F476189267B61F30F05617BAC +:101DA000606861F31F6501F099FB2A4639463046A9 +:101DB000BDE8F04100F0BCBD217B914208D238B1B2 +:101DC00000EB81018A6C521C8A640168491C016025 +:101DD000A07A217A60F3070561F30F25E17A667A2C +:101DE000676861F3174538B11FB92848263000F0FD +:101DF00059F8384601F072FB29463046BDE8F041FB +:101E000000F002BEBDE8F04100F0A0BD00F08EFE83 +:101E1000BDE8F08131E01E484168491C416001780D +:101E20000029F5D0816811B1491E8160F0E7BDE855 +:101E3000F04100F07FBDA379934208D238B100EBA6 +:101E4000830293685B1C93604268521C42608A68FC +:101E50000CE0A379934208D238B100EB8302936877 +:101E60005B1C93604268521C42604A68002ACFD0D3 +:101E700061792079BDE8F0411047BDE8F0410348A1 +:101E80007F3000F00FB80000D80000203D040500AE +:101E90007009002002490F220A7088617047000013 +:101EA000D8000020FFF7F6BF002100F009B801219B +:101EB00000F010B808B56A46FEF7DFF9009808BDD3 +:101EC00008B56A46FEF7BFF908BD08B56A46FEF7D1 +:101ED000A1F908BD08B56A46FEF7A8F9009808BD43 +:101EE00008B56A46FEF7D6F9009808BD70B50446F5 +:101EF00000252846FEF7A8FF21686268086890421E +:101F00000ED9401E08600178A38AE26801FB032510 +:101F1000227A2168101AC0B20A79824200D208716E +:101F20000020FEF793FF284670BD70B505460C46AD +:101F30000020FEF789FFE868A98A201AB0FBF1F1BA +:101F40002A681068431C13600170BDE870400020CF +:101F5000FEF77CBF10B530B1017A42680368891A78 +:101F6000C9B21A6006E00E2010BD03681A68541C3E +:101F70001C601170491EC9B2F7D2006800210171BE +:101F8000084610BDC20800F007030120895C984094 +:101F90000840704710B5C20800F00703885C0124B0 +:101FA0009C402043885410BD70B5074C251F206805 +:101FB00029684968884202D30448FFF773FF2868FC +:101FC00021688068405C70BD14010020440001005D +:101FD00001480068704700001401002010B5044655 +:101FE000054800684068A04202D80448FFF75AFF3D +:101FF0000148001D046010BD100100204C000100CC +:1020000001484068704700001401002010B50446E4 +:10201000054800680068A04202D80448FFF742FF64 +:102020000148001D446010BD10010020580001004F +:1020300010B5040002D10548FFF734FF0448002121 +:102040000460001D0160416010BD00002700010018 +:10205000100100200948021F4168491C41601268B4 +:102060001368994208D3002343600168491C01604A +:102070005268914200D303607047000014010020B1 +:10208000002839D0401E00BF00BF00BF00BF00BF06 +:1020900000BF00BF00BF00BF00BF00BF00BF00BF48 +:1020A00000BF00BF00BF00BF00BF00BF00BF00BF38 +:1020B00000BF00BF00BF00BF00BF00BF00BF00BF28 +:1020C00000BF00BF00BF00BF00BF00BF00BF00BF18 +:1020D00000BF00BF00BF00BF00BF00BF00BF00BF08 +:1020E00000BF00BF00BF00BF00BF00BF00BF00BFF8 +:1020F00000BF00BF00BFC5D170470000F0B5054666 +:102100000478154889B0164640F82420124A086918 +:10211000121DA2F1080742F82400487F38552022FA +:102120006846FEF73FF904942878385C48B10EB150 +:102130000A4A00E000226946281D03F029FB09B085 +:10214000F0BD0EB1064A00E00022694605F10C0020 +:1021500003F0F0F9F3E70000180000201D60000014 +:10216000695E0000014800687047000044010020DB +:1021700010B50020114A014600EB40039C18617025 +:10218000A170D154401CC0B21028F5D3DE22CC215E +:102190000B48FEF719F90A4A0020A2F1180100BF06 +:1021A00000EB001302EB430341F82030401CC0B2A7 +:1021B0000628F5D303490620086010BD640B0020F3 +:1021C0006C0C00204401002070B5104C06462068BD +:1021D000062802D30E48FFF765FE3046FEF79CFC4A +:1021E00018B90B48401CFFF75DFE0A4D20680A49EC +:1021F00055F82000884203D00548801CFFF752FEA6 +:10220000216845F82160491C216070BD440100200F +:1022100080000300540C0020ADDEADDE10B5044696 +:10222000102802D30348FFF73DFE034904EB4400A6 +:10223000085C10BDC2000300640B002070B50026CE +:102240000446102802D30C48FFF72CFE0B4D04EB7C +:102250004404285D70B105F1300000EB8401601981 +:1022600010F8022F51F822600321FFF75BFA285D76 +:10227000401E2855304670BDA2000300640B0020AC +:1022800070B50C460646102902D31248FFF70AFE25 +:102290003046FEF741FC18B90E48401CFFF702FE1D +:1022A0000D4D04EB4404285D032810D205F13000E5 +:1022B00000EB8401601910F8012F41F8226003211E +:1022C000FFF730FA285D401C2855012070BD002022 +:1022D00070BD00008C000300640B002010B50446A4 +:1022E000102802D30948FFF7DDFD094904EB44003B +:1022F0000A5C42B101F1300202EB800208448078AE +:1023000052F8200010BD002010BD0000B3000300F3 +:10231000640B00200B4810B50168002479B10A4A0B +:102320000A4B02EB8102491E52F8044D1360016012 +:102330002046FEF7F1FB10B90548FFF7B3FD204634 +:1023400010BD000044010020540C0020ADDEADDEC5 +:102350007800030000487047408100402DE9F74FA6 +:10236000904607004FF0000502D13448FFF79AFD70 +:10237000334C4FF4803BC4F808B3324EB07818B1F8 +:102380002E48801DFFF78EFD706818B12B4809306C +:10239000FFF788FDDFF8B0A077605FEA08004FF034 +:1023A00000094FF00108AAF1040724D001282FD01A +:1023B000022829D021481D30FFF774FD86F80280DD +:1023C000C4F840910199294489B239603F68C4F842 +:1023D0004480DAF80060D4F8400118B117482B3077 +:1023E000FFF760FDAF4215D3AE4201D3BE4221D309 +:1023F000124833301CE0C4F84480DAF80050C4F8C6 +:102400004080C4F84091D9E70F48001D0568D5E722 +:102410003D68D3E7BE4201D2012000E00020B54272 +:1024200001D8012100E00021884203D103483E3059 +:10243000FFF738FDC4F804B3BDE8FE8F8600040042 +:10244000008000401C010020448500400048704787 +:102450004880004070B5144C01266660E6606664F2 +:1024600012480025056011483C30006810B1104842 +:10247000FFF718FD4FF0FF30C4F80803C4F84051CF +:102480000A490420083108600A4845600670457012 +:1024900085700820FEF7BAF84FF0E0214FF4807005 +:1024A000C1F8000170BD00000080004008850040B8 +:1024B000470004001C01002001480078704700001C +:1024C0001C01002003490120086003490020087016 +:1024D00070470000008000401C01002070B50748D4 +:1024E00001250561C560064C0026082066606670FF +:1024F000FEF78CF8A670257070BD000000800040CB +:102500001C01002001484078704700001C01002099 +:102510000FB408B50399002904D004AA00926A46B2 +:1025200000F00FF801B05DF814FB10B582680446A6 +:10253000002A05D0D4E90403216898470020A06050 +:1025400010BD2DE9FC4791460C00804676D014F86A +:10255000011B39B125290ED04046FEF77DFF2078BA +:102560000028F4D198F80C00002867D04046BDE858 +:10257000FC47FFF7DABF0020012221782B291BD06E +:102580002D2902D0302908D102E040F0010001E0FD +:1025900040F00200641C002AEFD100252A290ED049 +:1025A0002178A1F130020A2A11D205EB850201EB54 +:1025B0004205641C303DF1E740F00400EAE7D9F839 +:1025C00000100B1DC9F800300968641C0D44217807 +:1025D00000232E290BD114F8011FA1F130020A2A81 +:1025E00005D203EB830201EB4203303BF3E76C2996 +:1025F0000DD068290BD0692921D00BDC252918D0F2 +:10260000582931D063290ED0642915D117E014F868 +:10261000011FECE7702969D0732932D075291BD0CE +:10262000782909D120E0D9F80000011DC9F800106F +:1026300001784046FEF710FF641C90E76CE0D9F883 +:1026400000100A1DC9F800200968CDE900500A22CF +:102650004046FFF785F8EFE7D9F800100A1DC9F8E2 +:10266000002009680A2206E0D9F800100A1DC9F8FE +:10267000002009681022CDE90050404603F0A0FD7B +:10268000DAE7D9F8001000270A1DC9F800200E6803 +:10269000C00705D112E04046761C7F1CFEF7DCFE29 +:1026A00031780029F7D104E0202140466D1EFEF765 +:1026B000D3FEBD42C0D9002DF6D1BDE74EB13046A4 +:1026C000FDF794FE074604E0202140466D1EFEF70C +:1026D000C3FEBD4206D9002DF6D103E04046761C6C +:1026E000FEF7BAFE31780029F8D1A5E7D9F8000045 +:1026F000011DC9F80010056830214046FEF7ACFE08 +:1027000078214046FEF7A8FE08200021CDE900010F +:10271000034610222946B0E7BDE8FC8770B541EAC0 +:102720004201DDE904564FF0A04441EA830141EA49 +:10273000052104EB800041EA0641C0F8001770BD96 +:1027400070B541EA4201DDE904564FF0A04441EA88 +:10275000830141EA052104EB800041EA0641C0F80B +:10276000001770BD70B541EA4201DDE904564FF033 +:10277000A04441EA830141EA052104EB800041EADB +:102780000641C0F8001770BD70B541EA4201DDE9AD +:1027900004564FF0A04441EA830141EA052104EBCD +:1027A000800041EA0641C0F8001770BD1CB5002149 +:1027B00000910B4601220191FFF7D4FF1CBD1CB50F +:1027C000002100910B4601220191FFF7DDFF1CBDA6 +:1027D0001CB500220B46009211460192FFF7C2FF82 +:1027E0001CBD1CB500220B46009211460192FFF75A +:1027F000CBFF1CBD1CB5002100910B4601220191AD +:102800001146FFF7AFFF1CBD1CB5002100910B4620 +:10281000012201911146FFF7B7FF1CBD4FF0A04206 +:1028200002EB8000D0F8002722F44032C0F80027E5 +:10283000D0F8002742EA0141C0F800177047012292 +:102840004FF0A043824011B1C3F808257047C3F888 +:102850000C25704718B5084B6C4601441B68009363 +:1028600006E000BF54F82030D3F81035401C08C2F1 +:102870008142F7D818BD0000D8620000034908B5AE +:102880000844002101600068009008BD006000401D +:1028900002494058012800D00020704700600040E5 +:1028A0002DE9F041204D164688460746082801D3F9 +:1028B000042035E0B8F1000F03D0202E03D9062004 +:1028C0002EE003202CE0384601F08EF9032801D3D6 +:1028D000092025E0384600F04BFF032801D30A20E9 +:1028E0001EE000F081FC022801D2082018E000F070 +:1028F000FFFD044606704078324640F001006070EB +:102900004146A01CFDF74EFDF8B2214601F06EF9DC +:1029100010B10120BDE8F0810448FFF7C3FA0F2091 +:1029200028700020F6E70000D8000020FC00050019 +:102930007047704710B500F01BFD18B1BDE810409E +:1029400000F004B8BDE8104000F010BC7047000073 +:1029500010B50B4C606928B100F0C0FA0004000CFF +:1029600002D005E0022008E0002000F0CBFD18B105 +:1029700000F010FC012010BD11202070002010BDBF +:10298000D80000202DE9F04116460F46044600F01D +:10299000EFFE154D48B157B1204600F0F5FE007826 +:1029A0003168814205D206201AE00B2018E003208E +:1029B00016E0204600F0DEFE04000DD0A01C0BD077 +:1029C0002278A11C38463260FDF7ECFC204600F06E +:1029D00085FD0120BDE8F0810448FFF763FA0F2070 +:1029E00028700020F6E70000D8000020260105002E +:1029F0000148006970470000D800002001480078B5 +:102A000070470000D80000202DE9F84380462020C0 +:102A100000906A4618494046FFF7B4FF174F01255A +:102A200028B9388816A105EB004002F035F8009867 +:102A300078B111480024067805FA04F030422046A7 +:102A400002D0FEF7F3FA01E0FEF7E8FA641C042C6A +:102A5000F2D3FEF770FE0E49012208704046FFF7E0 +:102A60001FFF002805D138880AA105EB004002F0BD +:102A700013F8BDE8F8830000600100205C0100202D +:102A80005258206669666F206572726F722000006E +:102A9000000000205458206669666F206572726FCE +:102AA000722000002DE9F0411D4D064600241D480E +:102AB0002C70AC610460446084601B4800F0B6FB7D +:102AC000686140B3042000F027FA05F11C00296971 +:102AD00000F048F80746304600F096F800EA07068E +:102AE000002000F079F80640012000F0A3F806402D +:102AF000022000F059F80640002000F0BDF8064022 +:102B0000012000F023FE0020EC6000F0E1FC16B193 +:102B10000120BDE8F081012028700020F9E70000C5 +:102B2000D800002070090020111D0000704700002F +:102B30000B48C268002A11D0012080F310880021C0 +:102B400011600846C2F8041002EB8003401C996033 +:102B500099641028F8D3002080F310887047000093 +:102B6000D800002010B50F4C6269527D0AB10220D6 +:102B700014E010290FD871B178B10A4621610146DD +:102B800008481C30FDF70EFC064821691C3000F097 +:102B9000D7F9012010BD072000E00320207000209D +:102BA00010BD0000D80000200A4910B54B6902464C +:102BB00001205B7D0BB1022004E0012A05D0022A2E +:102BC00004D00E200870002010BD002000F036FA5E +:102BD000012010BDD80000200A4910B54B690246FB +:102BE00000205B7D0BB1022003E032B1012A03D04B +:102BF0000E200870002010BD012000F09BF901207C +:102C000010BD0000D800002010B540B1012808D048 +:102C100002280BD0064905200870002010BD0120B5 +:102C200000E0022000F0AEFB012010BD0020F9E71B +:102C3000D8000020014610B50020072914D2DFE893 +:102C400001F0040F06080A0C0E00042008E0FC2026 +:102C500006E0F82004E0F42002E0F02000E0EC20A0 +:102C600000F0DEFF012010BD02490E200870002098 +:102C700010BD0000D80000200A4910B54B6902467B +:102C800000205B7D0BB1022003E032B1012A03D0AA +:102C90000E200870002010BD012000F0CBFF0120A5 +:102CA00010BD0000D800002000B5054920B1C86063 +:102CB000FFF73EFF012000BD03200870002000BD8B +:102CC000D800002010B501F0A7F9034900200861E1 +:102CD0000249087010BD0000C8090020040100204E +:102CE0002DE9FE434D4800684D4C012802D04D4867 +:102CF000006828B960680078202801D8012100E028 +:102D00000021494E03204FF0000830704348C4F8BA +:102D1000008008300568424F183F89B30068414978 +:102D20000839086002A8CDE900043C480C3002686C +:102D300001232946184602F0E3F810B3012805D014 +:102D4000022821D0032855D0384851E0029818B104 +:102D500036481C38FFF7A6F8284602F031FA18B9B1 +:102D600032481B38FFF79EF801F08AF9B97D00233D +:102D7000CDE900017068EAB290F9161018461CE01F +:102D80001EE02A48113833E0029818B927480D3858 +:102D9000FFF788F8284602F013FA18B923480C38D0 +:102DA000FFF780F801F06CF9B97DEAB2CDE90001D6 +:102DB0007068012390F91610029800F071FB19E079 +:102DC00000F050FE30B101F05BF90146BA7DE8B287 +:102DD00000F038FB0023CDF800801A46194618464B +:102DE000CDF8048002F08CF8042803D00F480F308F +:102DF000FFF758F8206838B1012060750C48206151 +:102E000004203070BDE8FE8301F006F984F81580D7 +:102E1000C4F8108000F00EF8F4E700000014004041 +:102E2000C8090020341500400401002044060900B0 +:102E3000CD2E000070B5FFF745FF1F4D0120287013 +:102E40001E4801681E4A21F0FF011269114301600A +:102E500002F0C0F91A4C4C3410B302F0BBF903284D +:102E600002D01848FFF71EF8022001F013FB0020E3 +:102E700001F068FB02F0AEF9032803D011480830D6 +:102E8000FFF710F82878012803D00E480E30FFF71E +:102E900009F802202870002020610B48E06070BD16 +:102EA00001F0D6FF0228DFD302F0BCF860600028F2 +:102EB000DAD10448401FD5E7040100203015004056 +:102EC0007C090020F4050900E12C000002490520DE +:102ED0000870FFF7AFBF0000040100200148006A3E +:102EE000704700007C090020034910B5086200F01B +:102EF00097FD0249086010BD7C0900201C150040A8 +:102F0000034910B5486200F08BFD0249086010BD0E +:102F10007C090020201500400449487704490A68CC +:102F200022F4E02242EA0040086070477C09002059 +:102F30001815004001490876704700007C09002000 +:102F400070B50C00054602D10748FEF7ABFF1DB96E +:102F50000548401CFEF7A6FF0448C0E90145BDE84E +:102F600070400020FFF73AB8B3030900E0090020E1 +:102F700010B500F077FD044901F1640208B1C8689A +:102F800000E08868106010BD7C0900201CB5104965 +:102F90004FF44070086002F01DF9012812D0022899 +:102FA00010D0032813D100200090034602460146AA +:102FB000019001F0A5FF042809D0BDE81C40054898 +:102FC000FEF770BF0021084602F04AF8F3E71CBD87 +:102FD00008F5014048020900144981F831001449FC +:102FE0000A6822F0FF020A6048B1114A0B1D08323C +:102FF000012807D002280ED00E48FEF753BF0868FC +:1030000008607047086840F001000860FF20106009 +:1030100040F2071007E0086840F0020008604FF631 +:10302000FF70106004481860704700007C090020A1 +:10303000341500402E04090021100100044981F8D4 +:103040003200044908B1012800D10860704700002F +:103050007C090020101500402DE9FF413E48006822 +:10306000012802D03D48006830B93D4840680078EA +:10307000202801D8012700E0002700F0DFFB384CB2 +:103080000126183C00B9266102F0A4F8012802D0FC +:103090003448FEF707FF344D6868007D18B13148A9 +:1030A000401CFEF7FFFE00F0B7FFEFB3012108461A +:1030B00001F0D6FF20B1012828D0022826D10FE048 +:1030C00000F0DEFF064601F0E3FEC7B201F0DAFED3 +:1030D0008446A07D0021CDE90260CDE900710DE0BC +:1030E00000F0CEFF804601F0D3FEC7B201F0CAFE69 +:1030F000A17DCDE90076CDE90281844668686289C8 +:10310000218990F91630604600F0ACF9FEF760FFB7 +:10311000E06013484C3840696060FFF729FF04B055 +:103120000020BDE8F04100E001E0FEF76FBF6E70E7 +:1031300000F098FC00280CD000F0A2FF054601F03A +:10314000A7FEA27D04B02946BDE8F041C0B200F060 +:1031500079B9BDE8FF81000000140040341500403B +:10316000C8090020370709000401002010B501201C +:1031700080F310880648417D29B1817819B9012171 +:10318000817000F029FB002080F3108810BD000042 +:10319000B009002070B5124C607D00281ED100F0EF +:1031A000B7FA04F13005A86810B90E48FEF77AFEA8 +:1031B000686818B90B48401CFEF774FE02F030F83E +:1031C00018B10848801DFEF76DFE002002F048F897 +:1031D00001206075BDE8704000F0FEBA70BD0000CF +:1031E000B0090020CE02090001F05EBE30B50D4DE1 +:1031F00085B0687D002813D000F02CFB00F00CFF98 +:103200000024AC706C7505208DF80000684601F054 +:10321000CBFD0548047005B0BDE83040FFF7B6BEF1 +:1032200005B030BDB0090020040100202DE9F041B7 +:103230000546012080F31088484E4FF00308002413 +:10324000707086F80080B470746034817481F460AA +:1032500007463461347506F11800747504604460E3 +:103260008460C46004610475183084604460FFF7B2 +:10327000F1F8284601F0D2FD01F018FE002001F01F +:10328000E1FF06F13000FEF7D3FE00210820FDF734 +:103290000FFA00210120FDF70BFA01211520FDF79F +:1032A00007FA012000F06EF8A6F13405FF2028612E +:1032B000042068772A4929622A49696285F82870BA +:1032C000022185F8291085F82A8085F82B00052031 +:1032D00085F82C00062085F82D00072085F82E00A3 +:1032E000082085F82F0085F8304085F8311085F8E2 +:1032F0003270692045F8140B1E2028604FF41670B8 +:1033000045F8100C022000F063FC0F2000F066FC72 +:10331000EC802F716F712C72204601F0BFFD707828 +:10332000012802D01048FEF7BDFD3770B4707460FC +:1033300034817481F46034610C4834757475846030 +:10334000447000F0E5F90820FDF755F91520FDF768 +:1033500052F984F310880148BDE8F081B0090020DB +:1033600004070A0D05080B0E9F0209000401002046 +:103370000348407D08B100207047012070470000DD +:10338000B009002010B5012181F3108807490A789F +:10339000824204D04870487D28B100F01DFA002018 +:1033A00080F3108810BD00F003F8F8E7B0090020A2 +:1033B00030B5224D85B02878697888423BD008B96D +:1033C00000F0A6F9687808B9FFF7E0FD1C48002472 +:1033D000046000F021FE1948183004604460046164 +:1033E0008460C4602878012802D0022808D015E043 +:1033F00001F0F0FE90B10021084601F031FE0DE031 +:10340000FFF760FC01F0E6FE032807D100230094DB +:103410001A4619461846019401F072FDFFF7A8FDFF +:103420006878287004208DF80000684601F0BCFC24 +:10343000012005B030BD0020FBE70000B0090020EE +:1034400054F5014000B585B006238DF806208DF8AF +:1034500005108DF804008DF80030684601F0A4FCDA +:1034600005B000BDF0B585B00DF1280C9CE8F0006A +:103470008DF80C308DF80D404FF0000C0190ADF838 +:1034800008108DF80E508DF800C0ADF80A208DF8A8 +:103490000F608DF81070684601F086FC05B0F0BD35 +:1034A00070B586B00226DDE90A458DF808108DF862 +:1034B000092001908DF80A308DF800608DF80C50CD +:1034C0008DF80B40684601F06FFC06B070BD00003F +:1034D00001498860704700000401002010B50121F7 +:1034E00081F3108801F008FD002080F3108810BDE2 +:1034F00010B5012080F3108801F000FD002181F358 +:10350000108810BD10B50446082802D30348FEF702 +:10351000C9FC0348204490F8280010BDAD03090001 +:103520007C09002070B5082819D20F4A024482F89D +:1035300028108207D40EFF22A240D243042801D2D1 +:103540000A4D01E0094D2D1D2868104028600846ED +:1035500000F054FA2968A0400843286070BDBDE817 +:1035600070400348FEF79EBC7C09002024150040F3 +:10357000A703090010B51B4C00206070FEF714FD76 +:1035800019490860FEF724FD1849887501F022FEEC +:10359000012807D001F01EFE022802D01448FEF7D1 +:1035A00081FC002000F076FFFEF7D4FE1149086090 +:1035B0006068091D40680860A068002811D0007884 +:1035C00020B1FEF7C7FEA16800F0C2FBA068017938 +:1035D000002906D000F090FBA068BDE8104000F084 +:1035E00099BB10BD0401002008150040B00900205F +:1035F0009706090050F5014010B501F097FD00282D +:1036000020D0114800210181418101F041FC0F4986 +:10361000086001F03DFC012181400C48001D02685A +:1036200022F0FF021143016001F02CFC064C18341B +:10363000206001F021FC60600548E060BDE81040BA +:10364000FFF798BF10BD0000B00900202C15004006 +:103650005930000015480021016001210160144823 +:10366000016821F480710160016821F00F01891D5A +:103670000160016821F4702141F440310160001DB6 +:10368000016821F000710160016841F08071016002 +:10369000016821F0FF0141F020010160016821F47F +:1036A0007F4101600120FCF7A6BF0000FC1F004025 +:1036B0001415004070B5134C1348A16800F056FE75 +:1036C0006060114C4C3C607FFFF726FC206AFFF7DE +:1036D0000BFC606AFFF714FC0025601990F82810B5 +:1036E0002846FFF71FFF6D1C082DF6D3074914F875 +:1036F000300F08606078FFF76FFCA078BDE870407D +:10370000FFF79CBC04010020C80900200C150040F4 +:103710000C4910B5002008600A484FF440744C383A +:103720000460FFF797FFFEF791FE06490831086035 +:10373000091F05480860034850380460BDE8104080 +:10374000FFF7B8BF54F501400411004010B504461E +:103750000448406810B90448FEF7A4FB0348047508 +:1037600010BD0000040100206E040900C8090020FB +:1037700001F026BD10B5012181F3108801F023FD71 +:10378000002181F3108810BD01F020BD0349012202 +:10379000086101460248FEF7E1BD0000B0090020C3 +:1037A0002D52000070B50C4601F05AFD074D2869F6 +:1037B000A04202D30648FEF775FB28690122211AB0 +:1037C0000448FEF7CBFD0020286170BDB009002041 +:1037D000D60609002D52000010B5FEF76DFE012837 +:1037E00022D101F037FD10B11048FEF75BFB00223B +:1037F00064210F48FEF7B2FD0E48007F80B90E48E5 +:103800000121016000220007C0F80021016000BF13 +:1038100000BF00BFAFF30080D0F800110029FBD03B +:10382000BDE81040FEF74EBE10BD0000B406090012 +:103830002D5200007C09002014050040044810B5FA +:10384000006918B9FEF75EFE002800D0012010BD07 +:10385000B009002010B5FEF72FFE01280ED0FEF7AC +:103860003DFE0748007F10B9012081074860002015 +:1038700001F0F6FC024900203431486010BD000020 +:103880007C0900200B4810B54068407D30B1012014 +:1038900000F058FE08490889401C088107490020AB +:1038A00008600548343803C8BDE81040091A0020F4 +:1038B000FFF778BF04010020B009002054F5014053 +:1038C00070B586B0FFF7BAFF494D4A4E05F1340492 +:1038D00058B100F0BDF8A078002869D0FEF7BAFB17 +:1038E00006B0BDE87040FFF781BC2078012802D007 +:1038F000022804D008E000F0E1FE28B170E0307842 +:1039000004286DD003286BD0FEF7A4FB00F0A0F8CC +:10391000A07868B1FFF76AFC01F09AFA022840D358 +:1039200003208DF80000684601F03EFA06B070BD35 +:10393000FFF73EFD20B100206968FFF733FFEBE79A +:103940002078F0B1012816D0022817D02A48FEF7B7 +:10395000A9FA687E0128DFD100F084F80028DBD1C5 +:103960002078D8B1012811D00228D5D022481A30A9 +:10397000FEF798FAD0E700F081F8EAE700F002F9E4 +:10398000E7E700206968FFF70DFFE2E701F022FC9E +:103990000028C1D101F09EFB0028BDD1FFF75AFFDE +:1039A000BAE706B01448BDE870403630FEF77ABA80 +:1039B0002078022808D0FEF74DFB696806B0002089 +:1039C000BDE87040FFF7EEBE3078042808D0032829 +:1039D00006D0FEF73FFB06B0BDE8704000F0D2B85D +:1039E000686806B04008BDE87040FFF7CFBE000031 +:1039F0007C09002004010020D0040900024610B513 +:103A00000020014622FA01F303F00103C1F107048B +:103A1000A3400343491CC9B2D8B20829F2D310BD50 +:103A20002DE9F0410024064625461827E80026FA2D +:103A300000F0C0B2FFF7E2FF694207EBC101884026 +:103A400020436D1CEDB20446042DEFD3BDE8F08198 +:103A50000348416809B1491E4160FFF789BA000077 +:103A6000B009002004480178022902D040680028EB +:103A700000D0012070470000B00900202DE9F0417E +:103A800086B000F0C9FA01F0A5FB3A4D05F1340407 +:103A900020B3688BB0B3218981423BD30121002040 +:103AA00001F0DEFA01F0EEF926898046648901F022 +:103AB000EFF9074600F0E4FA014601208DF8000016 +:103AC000ADF808608DF80C70CDF80480ADF80A40B0 +:103AD0008DF80D10684601F067F944E001F0B8F97F +:103AE000022840D3FFF7BEFF68B1FEF789FAD0BBCA +:103AF000287E20B9FEF76CFAE168884233D1FFF7DF +:103B00007BFD30E006E0E068FEF768FA0020FEF793 +:103B10007DFAF4E7FEF7F6FC10B11748FEF7C2F99C +:103B2000FEF742FA15490968884202D06089401CB4 +:103B3000608113484078A0B9FFF794FF88B101F085 +:103B4000A7F9064600F09CFAA17D8DF806108DF8C5 +:103B5000050007228DF800208DF80460684601F00A +:103B600023F9FFF707FD296806B00120BDE8F04101 +:103B7000FFF718BE7C0900207C05090008150040ED +:103B80000401002070B50024FEF70EFA0D4D2968DF +:103B9000884207D0FEF708FA2860FEF719FA0A49AA +:103BA000012488750948641E0078044201D1FFF79A +:103BB00041F9054834384168BDE870400020FFF7FE +:103BC000F1BD000008150040B009002004010020EC +:103BD0000149C860FFF7CCB97C0900200149886021 +:103BE000FFF7C6B97C09002001F0FABA10B501222E +:103BF00082F3108801F001FB58B10848817819B9A7 +:103C0000407D08B1FFF7E8FD002080F31088012017 +:103C100010BD002080F3108810BD0000B009002006 +:103C2000024981F830000249086070477C09002091 +:103C30000C15004001490877704700007C090020FE +:103C400070B51149114A0025487802EB0010027B3B +:103C500022B10F4AD2F80C2102B10125807A0870F6 +:103C6000012000F0DFFB0B4C1DB1A068806800B1A3 +:103C700080476068002806D00179002903D0BDE89C +:103C8000704000F01BB870BDEC09002034630000E8 +:103C9000001000402401002007480069012805D0D9 +:103CA000022805D0032805D100F09AB800F04CB9DD +:103CB00000F0E4B870470000EC090020827B00218E +:103CC00093000B4A1344C3F81019C37B02EB830221 +:103CD000C2F81019427B0121837BC07B01FA02F2FA +:103CE00001FA03F3814003481A430A430260704714 +:103CF00000F0014008F501404279054BC0790121EF +:103D000003EB80000AB10166704701637047000051 +:103D10000060004082680021C2F84011C17B094A5E +:103D2000CB0009490B44C3F81025C37B826801EB23 +:103D3000C301C1F81425C17B0120884003490860F4 +:103D4000704700001011004000F0014004F50140F0 +:103D50002DE9F0410746886800260C46C0F840610E +:103D60008868097B1A4D00F5A07005EBC101C1F808 +:103D700010056278E178207B00F08EFC607B05EB1B +:103D8000C000C0F81075617BA06805EBC101C1F8E7 +:103D900014051048C0F80C61C0F81061A17B0E48F2 +:103DA00005EBC101C1F810056278E178A07B00F055 +:103DB00061FC217B0120627B00FA01F100FA02F232 +:103DC0001143A27B9040014304480160BDE8F081AB +:103DD00000F00140001000400C11004004F50140CB +:103DE0002DE9F0411F4E0220002530700320707035 +:103DF00075603575B0691C4C401CB061C4F80C513D +:103E0000C4F80051C4F81051C4F80451C4F8285142 +:103E1000C4F80052681EC4F808030120FCF701FC36 +:103E2000124FB868007D50B1114800684042B0752B +:103E3000C4F81C510120A0610E49800208600C48A2 +:103E400044380068F168884202D00B48FEF72AF82F +:103E5000B868C068002802D0BDE8F0410047BDE85E +:103E6000F0810000EC090020001000402401002037 +:103E70004815004008F5014051040A0010B52D4CCA +:103E8000D4F80C01012802D02B48FEF70BF8D4F827 +:103E90001001012803D02848401CFEF703F8D4F88D +:103EA0000001012803D02448801CFDF7FBFFD4F853 +:103EB000040118B12048C01CFDF7F4FF0020C4F82D +:103EC0000C01C4F81001C4F80001C4F80401C4F8DE +:103ED00008010221C4F800120121C4F808130822C5 +:103EE000C4F80423154A0323154C13701075506051 +:103EF000606890B1027912B1FFF7E0FE0DE0027840 +:103F00005AB1027B437B807B01FA02F201FA03F390 +:103F100081400C481A430A430260A068006900B15E +:103F20008047A0688068002802D0BDE810400047A4 +:103F300010BD000000100040F3030A00EC0900204F +:103F40002401002008F501402DE9F0412A4DD5F863 +:103F50000001012802D02948FDF7A4FFD5F804018B +:103F6000012803D02548401CFDF79CFF2448016828 +:103F7000244801700021C5F80011C5F80411C5F8E6 +:103F80000811491EC5F808130126C5F804638168A5 +:103F90001D4F097D09B1B1023960446814B320791D +:103FA00000B3617BDFF86480A06808EBC10100F515 +:103FB000A070C1F810056279E179607B00F06CFBBC +:103FC000607B06FA00F03860207B114908EBC000E6 +:103FD000C0F810156279E179207B00F04BFB207B63 +:103FE00086403E600B480649091FC06808600B20E8 +:103FF000C5F80002BDE8F08100100040BD030A00D2 +:10400000081500402401002004F5014000F00140A3 +:104010000C110040EC09002070B50120FCF70CFBEE +:104020000120FCF7FEFA144C4FF0FF30C4F80803EF +:104030000026C4F80062C4F8106101202061A0616C +:104040000E4D2878012813D0022813D0032811D050 +:104050005FF00100FEF714F8C4F810612E706E7561 +:10406000002000F0DFF9BDE870400120FCF7FABA4B +:104070000620EFE70220EDE700100040EC090020E9 +:1040800001480078704700002401002001F01F0162 +:104090004FF4003343EA0121830009481844C0F873 +:1040A0001015D0F810150AB941F48011C0F8101598 +:1040B000D0F8101541F00301C0F81015704700004A +:1040C0000060004008480069012806D0022806D098 +:1040D000032806D00548FDF7E5BE00F095B800F0CE +:1040E00007B800F0F1B80000EC09002033050A0021 +:1040F0002DE9F047DFF8F0800421012088F8001056 +:10410000D8F81810491CC8F81810FCF78AFA374874 +:104110000068374D2870374C0026C4F80C61C4F88D +:104120000061C4F81061C4F80461A868DFF8C890A1 +:104130000127007DA0B1304808380068400502D44E +:104140002E48FDF7AFFE294840300068404288F80D +:104150001600C4F81C61A7614FF48061C9F8001013 +:10416000D4F8000118B125480930FDF79BFED4F8BA +:104170000C0118B121480A30FDF794FE4FF0E02001 +:10418000B046D0F8000210F0020F03D01B480B30ED +:10419000FDF788FE6E68CEB13078B8B1C4F80C81F6 +:1041A000717B184A164802EBC101C1F810057278FC +:1041B000F178707B00F05EFA707B0F4907FA00F02F +:1041C000091F0860F07B8740C9F80070A868C068C4 +:1041D00000B18047A868417D002903D003490068E9 +:1041E000091F0860BDE8F087EC09002008150040B1 +:1041F000240100200010004008F50140C0040A001E +:104200000C11004000F001402DE9F041294C00263E +:10421000C4F80C61C4F80061C4F81061C4F8086106 +:10422000C4F80461012004F58074FCF7FAF9082051 +:10423000C4F804020125C4F808520720C4F800019C +:104240001D484468002C32D0207920B1207B1B49C6 +:1042500005FA00F008602078002828D0A068C0F88F +:104260004061A17B164FA06807EBC10100F5A0706B +:10427000C1F810056278E178A07B00F00DFAA06823 +:10428000C0F84061E17B0F4807EBC101C1F81005A0 +:10429000E17BA06807EBC101C1F81405A17B05FA19 +:1042A00001F0E17B8D4005492843091F0860BDE806 +:1042B000F0810000001000402401002008F50140BA +:1042C00000F001400C11004070B5234CD4F80C01F3 +:1042D000012802D02148FDF7E5FDD4F8100101289E +:1042E00003D01E48401CFDF7DDFDD4F80001012875 +:1042F00003D01A48801CFDF7D5FD0020C4F80C013E +:10430000C4F81001C4F80001C4F80401411EC4F847 +:104310000813C4F80002124C626872B1117861B1DE +:10432000557B012303FA05F1957BD27B03FA05F552 +:1043300093400C4A2943194311600B49032208702A +:104340004A7048600875A0680069002802D0BDE87E +:104350007040004770BD000000100040F5040A00E6 +:104360002401002008F50140EC09002070B5064644 +:104370000C460120FCF760F9FFF74EFE244D25485E +:104380002649C5E9014600240470032646704460AE +:1043900004610475447584751F4808601E48F03038 +:1043A000091F08601E48016821F0010141F0807179 +:1043B00001600120FCF756F9686838B3017909B942 +:1043C000017819B38168C1F808650422C1F8102585 +:1043D000027CC2F18102C1F8402540F20112C1F80D +:1043E0000022C1F804450122CA60C1F840410179A8 +:1043F00021B142798179C079FFF748FE6868017878 +:1044000021B142788178C078FFF740FE014870BD45 +:1044100024010020EC0900201410004064F5014044 +:10442000741700402DE9F041174C00250746C4F8E9 +:104430000052164E307803281CD0681EC4F80803BA +:10444000C4F80C51032070700120FCF7EAF800BF9B +:10445000C4F80051C4F81051C4F8045175603575A2 +:10446000002F0FD00A488068006900280AD0BDE8F4 +:10447000F04100476FF00800C4F808030820C4F8B2 +:104480000403E5E7BDE8F08100100040EC090020DE +:10449000240100202DE9F0470746DFF890802248EC +:1044A0004FF0FF3100EB0716C8F808130120FCF7A6 +:1044B000B8F81F4C0025DFF87C9065756770D9F857 +:1044C0000800032F0268A2604168C4E90315A561D2 +:1044D0003068606019D2337AC8F80032C8F80C51DD +:1044E000C8F81051F37A14481BB10160006828B174 +:1044F00008E00260006828B9104801E00F48401D3C +:10450000FDF7D0FC717AC8F80413D9F80800007DD3 +:1045100028B1022F03D10A49A5757802086001204D +:104520006075BDE8F08700003463000000100040B3 +:10453000EC09002024010020041500409C020A0020 +:1045400004F501402DE9F05F404C82464048667812 +:1045500000EB0617607D012802D03E48FDF7A2FC63 +:10456000207D18B13B48401CFDF79CFC0125002133 +:104570002575DFF8E490A0466175032E47D2BAF1A5 +:10458000000F3CD1D9F80440BCB32279AAB38A46C3 +:104590000846A168C1F84001217BDFF8C0B0A068DF +:1045A0000BEBC10100F5A070C1F810056279E1794B +:1045B000207B00F071F82A49C1F80CA1607B2949E1 +:1045C0000BEBC000C0F810156279E179607B00F058 +:1045D00051F8217B627B05FA01F005FA02F10843EC +:1045E00021490860D9F80400204A81791268CA403C +:1045F00012F0010F01D18068056038680560022E55 +:1046000001D0012E07D1B97A88F8001003E01148D3 +:104610002530FDF747FCD9F80800007D002813D0AD +:10462000022E11D110480068400503D409482A30F1 +:10463000FDF738FC0E480068002805D1BDE8F05FA2 +:1046400004482B30FDF72EBCBDE8F09FEC0900209C +:1046500034630000B8020A002401002000F0014089 +:10466000001000400C11004004F5014010050050FE +:1046700004150040064B03EBC0000AB1054A01E0F7 +:10468000044A303A02EB8101C0F81415704700006B +:1046900000F0014060600040064B03EBC0000AB12F +:1046A000054A01E0044A303202EB8101C0F81415DA +:1046B0007047000000F00140306000400348D0F82F +:1046C0000401012800D000207047000000100040C5 +:1046D00030B5124B01460020D3F81044224609E0C1 +:1046E000157A854205D1401C0A28F7DB4FF0FF30D0 +:1046F00030BD5268002AF3D1421CF9D00872D3F8B9 +:1047000010242AB152684A60D3F81024516030BD99 +:104710000022C3F810144A6030BD00004C05002090 +:10472000F0B595B01C4615460F4608461A9E00F097 +:1047300019FB182109A8FBF74EFE0E96CDE9095486 +:104740000023082203A9384600F021FB05980690B3 +:10475000BDF81000ADF81C00BDF81200ADF81E0049 +:1047600000208DF821000398082600F0030001289E +:1047700002D0022818D032E003983346850AC0F3ED +:10478000C2008DF8200003980FA9C0F38314A20083 +:10479000384600F0FCFA09A8009006AB22460FA9A3 +:1047A000284600F03BFA1AE00398840DC0F3C200DB +:1047B0008DF82000082C01D2254600E0082533465C +:1047C0002A460FA9384600F0E2FA2E44641B09ABD2 +:1047D00006AA29460FA800F073F9002CEAD1384642 +:1047E00000F0C6FA15B0F0BD7047012001F05ABBC9 +:1047F000084810B50178084A515C19B1001D01F054 +:1048000053F802E00C3000F061FFBDE810400020DA +:1048100001F048BB640000201400002008B5034AE2 +:1048200000924023024AFFF77BFF08BD915B000026 +:104830004C0400200A4A012902EBC00007D00229DB +:1048400007D0032907D0042907D000207047022091 +:104850007047042070470079704740797047000026 +:10486000A864000010B5FFF7C0FF04210348FFF75C +:104870002FFF02490120487210BD0000780000207F +:104880002DE9F0478CB0FCF7F7FD18B100200CB013 +:10489000BDE8F087784C0020C4F81804BFF34F8FB0 +:1048A00060680290A5684FF00008284004EB800083 +:1048B00008E021680298814201D86160E6E728405B +:1048C00004EB80000C3002A9FCF7DEFF0028F0D1D9 +:1048D00003AB029901EA050204EB8202491CD2688B +:1048E00043F82020401C02910228F2D3039800F0E4 +:1048F0000300022802D001284ED0A5E003985022E0 +:10490000810D8946B2EB905F00D850210E4666F3C8 +:104910009F5003900831594800F0DBF9070078D028 +:1049200000F020FA4346082203A9384600F035FA81 +:10493000029908F1080A2940681A8000001D864281 +:1049400023D94D4D0C3530B1C2B204EB8101301A80 +:1049500090460C3104E02946F2B2002590462846E4 +:10496000C6B25346384600F018FA0AEB08032DB1D8 +:10497000324629464FEA070000F00FFA029909F182 +:10498000030001EB900002903AE004EB81015346F2 +:10499000324638460C31EFE70398C0F383110629FD +:1049A00000D3062161F389100390C0F38310801CAB +:1049B0008100324800F08DF9070045D000F0D2F9AF +:1049C0004346082203A9384600F0E7F908F1080831 +:1049D00000260FE00298434600EA0501401C04EB64 +:1049E00081010290042238460C3100F0D6F908F11A +:1049F0000408761C0398C0F38310B042EAD847B18C +:104A0000D4F81054D4F8180468B1384600F0B0F95E +:104A10002CE019E0687A012804D12A682846394632 +:104A2000126890476D68002DF4D1384600F0A0F967 +:104A30000020FCF709FAD4F8180408B9029860605D +:104A40000020FCF703FA11E0D4F8104404E02168D8 +:104A50002046896888476468002CF8D108480221FC +:104A6000008801EB004007A100F016F8FCF704FDF8 +:104A700080F001000BE700004C050020D864000026 +:104A80005C0100204261636B656E647320666C7527 +:104A9000736865640000000000231A4601F098B8AE +:104AA00008B5012300926A4601F092F808BD3EB5B0 +:104AB000069C8DE81C0003236A4601F089F83EBD80 +:104AC0002DE9F0470E4680461C46924608293ED8FE +:104AD00094F80C90002020731946104600F0B2FFA5 +:104AE0000025B54206D218F805201AA12046FDF788 +:104AF0000FFD03E019A12046FDF70AFD6D1C082DEE +:104B0000EFD317A12046FDF703FD0025B54210D2D3 +:104B100018F80570FBF742FC0068C05D10F03E0F0E +:104B200001D03A4600E02E220EA12046FDF7F0FC0F +:104B300003E00DA12046FDF7EBFC6D1C082DE5D32D +:104B400001222146504600F05FFF84F80C90BDE83A +:104B5000F08700002025303278000000202020005F +:104B60007C0000002563000020000000104810B504 +:104B7000FF218160002101604160C0F81814C0F875 +:104B8000141480F820140B4800F0F0F800280DD120 +:104B900009480A490A4B401AC108002003E000BF37 +:104BA00023F82000401C8842FAD3002010BD0000EA +:104BB0004C050020D8640000D8640000A864000000 +:104BC0004801002002480349401AC008704700000D +:104BD000D8640000A864000013B56846FDF780F8AB +:104BE00008B100201CBD0248009950F831001CBDDE +:104BF000A864000070B508480125D0F8104480F87A +:104C0000205405E065722168204649688847646839 +:104C1000002CF7D170BD00004C0500202DE9FF47A6 +:104C200081460C9D00200C462F7B28739846164623 +:104C30002946184600F006FF072E42D2DFE806F0AC +:104C400004090F161F2A360049462846FDF760FC66 +:104C500037E0494628462268FDF75AFC31E0D4E99E +:104C6000002349462846FDF753FC2AE0A06800903F +:104C7000D4E9002349462846FDF74AFC21E0D4E95F +:104C80000201CDE90001D4E9002349462846FDF799 +:104C90003FFC16E004F1080007C88DE80700D4E9DE +:104CA000002349462846FDF733FC0AE004F10800DA +:104CB0000FC88DE80F00D4E9002349462846FDF7C8 +:104CC00027FC00222946404600F09EFE2F73BDE8D7 +:104CD000FF872DE9F041858A80462D1F4819C01CA9 +:104CE000B0FBF5F0C6B24046FDF700F9041E19D03E +:104CF0000020207101206071E58000272546761E86 +:104D0000C4F800800BE04046FDF7F0F860B161792F +:104D1000491C6171286005467F1CC0F80080B742BD +:104D2000F1D32046BDE8F081204600F002F80020D3 +:104D3000F8E72DE9F041457901466B1E002201E0BC +:104D40000968521C9A42FBD30F680146002605E011 +:104D500038460C68FDF7E9F82146761CAE42F7D3D9 +:104D6000BDE8F0810121001DFDF7A4B8FDF7F2B800 +:104D700010B504460121001DFDF7B2F810F0FF0F39 +:104D800004D12046BDE81040FFF7D3BF10BD38B5B1 +:104D900001240094FCF768FF38BD38B50024009466 +:104DA000FCF762FF38BD000070B51A4C054620685C +:104DB00010B91948FDF776F8D4F8D4000A2803D3BF +:104DC0001548401CFDF76EF8D4F8CC0000EB8000CD +:104DD00004EB800115F8040B08712DCD8860CA60C2 +:104DE0000B614D61D4F8D400401CC4F8D400D4F851 +:104DF000CC00401CC4F8CC00D4F8CC1000200A2908 +:104E000001D3C4F8CC004FF0E0214FF40010C1F8FA +:104E1000000270BD080A00204A000B0010B5040013 +:104E200002D10948FDF73EF8084941F8CC4B002073 +:104E300041F874098867C8674FF0E0214FF400100B +:104E4000C1F8000110BD00003E000B00080A002060 +:104E500010B5074CD4F8D4000A2802D90548FDF74C +:104E600021F8D4F8D400C0F10A00C0B210BD00008F +:104E7000080A002079000B000148C0687047000054 +:104E8000E00A00200148806870470000E00A002026 +:104E90000148406870470000E00A0020014981F89D +:104EA00081007047E00A0020FDF75CB970B5FDF79E +:104EB0005FF900240E4E2546204600F04DFD04F11A +:104EC000080000F049FD3555641C082CF4D309484E +:104ED0000121057045608560C5600561456180F808 +:104EE000805080F85850C56780F8811070BD000070 +:104EF00030010020E00A0020FDF766B9FDF70ABA8C +:104F00002DE9FF4F81B0444FDDE90EA803260025AF +:104F1000F86F0C46AB4610B94048FCF7C3FF387831 +:104F2000032803D03D48401CFCF7BCFFF86FB9468E +:104F30004178C8072FD199F8810060B30027019804 +:104F4000E8B3039A584662F31700C1F3410161F3D5 +:104F50001F6009EB84018A6BCAF800B0C8F800B082 +:104F60000090904234D0204600F036FD051E07EA3E +:104F700005072DD004F1080109EB81020099916128 +:104F800004990D4223D0264E305D00B3204600F038 +:104F900027F910B105E00127D1E720482830FCF7B8 +:104FA00081FF204600F01EF9CAF80000BAF1000F98 +:104FB0000AD018B919482E30FCF774FF00E01BE046 +:104FC00006F804B0022603E014483230F4E7012664 +:104FD00077B1204600F022F9C8F8000018B1104857 +:104FE0000121015506E00C485830C8F8000001E0E6 +:104FF000C8F800B00DB107E004264C46D9F87C0093 +:10500000FDF7E2F8C4F87CB089F800B000F068F869 +:1050100005B03046BDE8F08FE00A00202D010C00FD +:105020003001002010B50C4C207810B10B48FCF773 +:1050300039FF00F0C5FC00280DD0FF220270417836 +:1050400041F00601417000214318491C9A70202943 +:10505000FAD30321217010BDE00A002007010C00E3 +:1050600070B51A4C05460E462078012804D0022857 +:1050700002D01748FCF716FFB5B12078012803D0FD +:105080001348401DFCF70EFFE06818B91048801D5A +:10509000FCF708FFE068007820B1606800F09CFC35 +:1050A000022502E0002500E004254EB1606800F012 +:1050B00099F8A168814203D005481D30FCF7F2FE43 +:1050C0000020207000F00CF8284670BDE00A002097 +:1050D000CC000C00014890F880007047E00A0020E6 +:1050E0002DE9F041104C207800281AD194F8800066 +:1050F000002816D10825012600276069FDF78EF8E3 +:1051000018B184F88060606920616069401C60614A +:10511000082800D1676194F88000002801D16D1E35 +:10512000EBD1BDE8F0810000E00A002070B5224C10 +:10513000207810B12148FCF7B5FE94F880000025D6 +:10514000F8B12069606000F069F8A06018B91B48E8 +:10515000C01DFCF7A7FEA0684078C00705D194F8F1 +:10516000810010B10220E56009E0606800F028F8D5 +:10517000032806D200F024FCE06010B1012020706A +:1051800002E02078002815D0A06818B90B4820301C +:10519000FCF788FE2069606004EB8000C17E491C3A +:1051A000C17684F88050C27EA068417862F34201E3 +:1051B0004170012070BD0000E00A002098000C0042 +:1051C0000830FDF72BB80830FDF738B80830FDF788 +:1051D00085B800000148007870470000E00A002010 +:1051E000FDF71CB870B50446FDF728F8050002D09D +:1051F000204600F0D1FB284670BD70B50E4604462F +:105200000025FCF7AFFF38B121463046FDF738F8EE +:1052100010B1FFF765FF0125284670BDFDF75EB8A8 +:1052200001480078704700003801002004480178E8 +:10523000817041780170001D50F821000047000086 +:1052400038010020024988704870087070470000DB +:1052500038010020014840787047000038010020E4 +:1052600010B50446022802D30248FCF71BFE024890 +:10527000447010BD33000D00380100204058002854 +:1052800000D00120704708B50022425040580090DD +:1052900008BDD0F80403084000D0012070474058F2 +:1052A000002800D00120704708B500224250405825 +:1052B000009008BD002802D00149800108477047CE +:1052C000F16200002DE9F0418846054600F04CFBF4 +:1052D000234E002828461AD0FCF70EF9304490F8E7 +:1052E00048008009032802D001280ED007E04FF0C3 +:1052F000A040D0F81005E84010F0010F05D00321C0 +:105300002846BDE8F041FDF789BA0221F8E700F030 +:1053100037FB002822D02846FCF7EEF804464FF46D +:10532000807000EB84000F4F81B207EB8400D0F84F +:10533000102542F00102C0F810250846FDF79EFA3C +:10534000B8F1000F0AD02846FCF7D6F856F820002E +:10535000002803D00120A040C7F80403BDE8F08175 +:1053600074020020006000402DE9FC41DFF8BC80A1 +:10537000044608EB0400002790F930001346C017DC +:105380000E46401C01D008274CE0B0781946C0F307 +:1053900040022046FCF78CF80546401C41D0B0780E +:1053A000410719D4C0070AD04FF0A04000EB840198 +:1053B000D1F8000720F00200C1F8000707E0002143 +:1053C0007378204600910A460191FDF7B9F9174913 +:1053D00020465431FCF7DEFDB078800718D514481C +:1053E000317800EB8500D0F81025124B1A40C0F838 +:1053F00010254FF4F8524FF4403302EA042203EA36 +:1054000001410A43D0F810150A43C0F8102509E0FD +:1054100008EB0500327810F8481F41EA821101704C +:1054200000E004273846BDE8FC810000740200203B +:1054300000600040FFE0FCFF4FF0A041D1F81015E4 +:10544000C14011F0010000D00120704770B5184D27 +:1054500095F8580008B1082070BD0020411E2A1898 +:10546000401CC0B282F830102028F8D30024204617 +:10547000FCF710F8641CE4B20C2CF8D300240D499E +:10548000E0206C6581F8000401264020891FC1F8E6 +:105490008002C1F800014FF4BE70FDF7EFF9064934 +:1054A000F007C1F8040385F85860204670BD00007D +:1054B0007402002006E000E000600040034890F81D +:1054C0005800002800D0012070470000740200201E +:1054D0000121B1EB507F01D10120704700207047BE +:1054E00070B50D4600F0FAFA04000FD00020FBF76B +:1054F000ABFC207920B10020FBF7A8FC112070BD87 +:105500000120256020710020FBF7A0FC002070BD69 +:1055100010B500F0E3FA002802D00021016001710B +:1055200010BD00000149024800F0E4BCD002002098 +:10553000002000402DE9F0410546007916460F464F +:1055400000EB40012D4A01EBC00102EB810494F80D +:105550002A1011B10820BDE8F081294951F8201026 +:105560002868FFF7BDFF08B11120F4E73946284647 +:10557000FBF780FC66603869206030004FF0010660 +:105580002FD03F7F4FF48E712868FFF77CFE4FF4D9 +:10559000A2712868FFF777FE28681A49C0F804133B +:1055A00028684FEA4711000B40B2002806DA00F0E5 +:1055B0000F0000F1E02080F8141D03E000F1E0206E +:1055C00080F800142868000B40B200F01F0206FAB1 +:1055D00002F14009800000F1E020C0F88012C0F81C +:1055E000001128680421C0F800150020A061E061C6 +:1055F00084F8290044F8140FA675ACE7D002002007 +:10560000DC620000800002002DE9F04705460079C9 +:105610000B4600EB400101EBC000234901EB800485 +:10562000284600F043F810B11120BDE8F0874FF094 +:105630000008C4F82080A360626184F828804FF4D9 +:105640008E76474631462868FFF71DFE28684FF0E2 +:105650000109C0F808902146286800F0E7FB60685F +:1056600000BBD5F800A00EE094F8280008B10F2781 +:1056700016E031465046FFF701FE0028F4D02146DF +:10568000504600F0D3FB216A60698142F1D3314674 +:105690002868FFF7F3FD0028F9D02868C0F80C90BF +:1056A000C4F814803846C0E7D0020020007900EB2F +:1056B000400101EBC000044901EB80004069002873 +:1056C00000D0012070470000D00200202DE9F047F3 +:1056D000044600794FF0000900EB400101EBC000E7 +:1056E000254901EB80072068C0F80095786880B1F3 +:1056F00020682249C0F8081320680121000B40B23D +:1057000000F01F0291404009800000F1E020C0F845 +:1057100080112068D0F80C25D0F81485D0F80865E1 +:10572000D0F810554FF0FF31C0F81415C0F80C1523 +:105730002068C0F80815C0F81015501C02D010469B +:10574000FDF734F8B8F1FF3F02D04046FDF72EF8E0 +:10575000681C02D02846FDF729F8701C02D030469C +:10576000FDF724F82068FFF7D3FE87F82A90C7F8E2 +:105770000490BDE8F0870000D002002084020200FF +:105780000149024800F062BCFC02002000200040F9 +:105790002DE9F0410546164600790F46154A00EB03 +:1057A000C00102EB810494F8201011B10820BDE87B +:1057B000F081114951F820102868FFF791FE08B1D7 +:1057C0001120F4E739462846FBF798FB66603869F4 +:1057D00020601EB1397F2846FCF716F8286808219A +:1057E000C0F800150020A061E0610121606184F82B +:1057F0002010DCE7FC020020E06200002DE9F04709 +:1058000004460E460079204900EBC00001EB8005FC +:1058100017463046FFF75CFE30B1204600F036F800 +:1058200020B11120BDE8F0871020FBE76F61AE606A +:105830004FF49076002731462068FFF735FD4FF48E +:10584000AC7841462068FFF72FFD2068AA68696997 +:10585000C0F84425C0F848152068012181606868B7 +:1058600078B9B14649462068FFF719FD064641461A +:105870002068FFF714FD0643F4D000B10F27002085 +:1058800068613846CEE70000FC0200200079054937 +:1058900000EBC00001EB80004069002800D001202F +:1058A00070470000FC0200202DE9F0470446007913 +:1058B000274900EBC00001EB800720684FF000098A +:1058C000C0F80095786880B120682249C0F80813B4 +:1058D00020680121000B40B200F01F0291404009F6 +:1058E000800000F1E020C0F880112068D0F80C257D +:1058F000D0F81485D0F80865D0F810554FF0FF3176 +:10590000C0F80C15C0F814152068C0F80815C0F8C8 +:105910001015501C02D01046FCF751FFB8F1FF3FA4 +:1059200002D04046FCF74BFF681C02D02846FCF72B +:1059300046FF701C02D03046FCF741FF2068FFF79D +:10594000E7FD87F82090C7F80490BDE8F0870000D5 +:10595000FC02002010030200024A002102EB80003A +:1059600081617047E00A00200449084490F9300042 +:10597000082801DB012070470020704774020020D6 +:105980000449084490F93000082801D201207047EA +:10599000002070477402002010B50446064890F8B5 +:1059A000801021B10069A04201D1FFF799FB0349A2 +:1059B0000020085510BD0000E00A00203001002042 +:1059C00010B5044CE06F002802D1FCF7A3FCE0679F +:1059D00010BD0000E00A002070B5094D0446E86FD4 +:1059E00010B90848FCF75EFA04F10801E86FFCF70B +:1059F00047FC002802D00020E867012070BD0000AD +:105A0000E00A00202E020C0010B50C46017A052990 +:105A100008D0407A38B1084808A102682046FCF74F +:105A200077FD00E01AB106A12046FCF771FD204683 +:105A3000BDE81040FCF779BDB000002025730000E0 +:105A40000D0A000038B5C3880D46044633B114A0D2 +:105A5000009015A216A12846FCF75AFD217A0529C7 +:105A60001CD0607A48B1A088FEF7E4FE164951F8D0 +:105A7000202016A12846FCF74BFDA0880021FFF747 +:105A8000ABF803461049207A143951F8202001B0B0 +:105A90002846BDE830400EA1FCF73ABD38BD0000F5 +:105AA0001B5B306D000000001B5B313B33316D0030 +:105AB00025734C6F67732064726F70706564202863 +:105AC00025642925730D0A00B0000020257300000D +:105AD0003C25733E2025733A20000000034988428C +:105AE00001D10348704700207047000000200040AB +:105AF0002000002070B5012670044FF0E021002541 +:105B0000C1F88001084C4010C4F84803C4F80803E9 +:105B100066602F20FFF7CEFBA660044C2F20A56007 +:105B2000FFF7C8FBA57070BD0010014048000020C1 +:105B300070B5054688690C4600284FF484712846E4 +:105B40000AD0FFF7A0FBD5F81805626AE16888540F +:105B5000606A401C606270BDFFF795FBD5F81805C0 +:105B600070BD1FB501238DF80030CDE90121D0E9CA +:105B70000012684690471FBD1FB501238DF8003005 +:105B80008DF808100192D0E90012684690471FBDB9 +:105B900070B50D4C0020D2B22070201D0B4D037843 +:105BA000EB5C1BB1001DFFF729FE02E00C30FFF794 +:105BB0002BFD08B1FBF7B0F86078002802D02178FF +:105BC0000029FAD070BD0000600000201400002001 +:105BD0002DE9F84F204D9246894606469846012207 +:105BE00069461846AF68FBF7F3FB58B300980021ED +:105BF0000446801C09E000BF00EA07035AF8212090 +:105C000005EB8303401C491CDA604145F4D34FEA9D +:105C1000164AFBF71BFD4AEA0041601C384005EBC1 +:105C200080003C4005EB8402C160D06866F3C5008B +:105C300068F3891069F39F2020F00300401C20F0D6 +:105C40000400D06095F8200402E000BFFEF718FEC3 +:105C50000028FBD1BDE8F88F4C0500202DE9F84F56 +:105C60001D4C00256846D4E901A6FBF7F9FC002786 +:105C700038B30023009A61681CE0D1F800C00846E0 +:105C8000944503D9ACEB02020A6015E0A2EB0C02CA +:105C900063440760D0F80CC0C1698146BCF1000FB5 +:105CA00008D006EB030828F07F48C0E9018CC9F84A +:105CB0001C5005460029E0D128466160FBF72CFE08 +:105CC00003E02846FBF728FE10B15046FBF71CFC0A +:105CD000E770BDE8F88F0000480000200D4B10B5BC +:105CE000596831B102680C68A24204D8A21A0A604D +:105CF000C161586010BD0B4603E00B46C969121B19 +:105D000021B10C689442F8D3A41A0C600260C161FE +:105D1000D86110BD480000202DE9F041144E77688D +:105D20003D462C4603E0844204D02546E469002C1D +:105D3000F9D11BE0D4B1A5420BD1F869706040B92C +:105D40000C49012088600021B160F0702F20FFF71E +:105D5000B1FA2168E069E86110B10268114401609C +:105D60007068874202D00120BDE8F0810020FBE787 +:105D70004800002000100140F8B5064600240D46FA +:105D80002046FBF761F8684600F074FA68B10570C8 +:105D9000084946609DF8000048700020FBF756F85F +:105DA0001420FAF76AFC2046F8BD04240020FBF713 +:105DB0004DF8F8E7400300202DE9F041194D6C68DB +:105DC000002C2CD0184800270068A968B846401A53 +:105DD00020F07F462068B0420CD82146361A07448E +:105DE000E469087C20B181F8108088694969884796 +:105DF000002CEFD129786878814206D1401CC0B2CE +:105E00006870022801D185F80180064869780C3055 +:105E100040F82170BDE8F0411420FAF72EBCBDE82F +:105E2000F0810000480000200415014070B50C46C8 +:105E300005464FF48E71FFF726FA216AA068415C8F +:105E4000206A401C2062C5F81C1570BD1FB50022D9 +:105E50008DF800200291816801914261D0E9001221 +:105E6000684690471FBD00001FB50A4601788DF8AF +:105E7000001041680191017A8DF80810C068039004 +:105E8000044850F82210001F50F82220684690471E +:105E90001FBD00001C000020014901200870704750 +:105EA0006000002010B588B0044620220E496846E4 +:105EB000FAF778FA06200090C01F01900290039034 +:105EC0004FF0EB7006900CB1084A00E000226946E2 +:105ED0000748FCF713F908B1FAF71EFF0448001F42 +:105EE000447008B010BD000014630000995E00000B +:105EF000640000202DE9FF470C4605464FF4007171 +:105F0000FFF7C7F901274FF40178002618B34FF4C3 +:105F1000927949462846FFF7B1F9E0B1494628464B +:105F2000FFF7B1F9C5F8088394F8290000B96F604C +:105F300002208DF80000D5F88004C5F88004039095 +:105F4000A0690290E0680190A661E661D4E90012C0 +:105F50006846904728E004212846FFF79AF918B3CD +:105F60004FF484712846FFF789F9E8B121462846A5 +:105F7000FFF7DEFD616AA069884215D1E06938B19A +:105F8000E268616AA0612069E6616662E06008E03B +:105F900094F8290000B96F60C5F80883A661E2682B +:105FA000616A2046FFF7DDFD4FF48E7841462846B2 +:105FB000FFF764F978B1206A6169884202D294F8E7 +:105FC000280020B341462846FFF75DF9616911B109 +:105FD0002046FFF73BFF4FF4A27841462846FFF7E3 +:105FE0004DF9002818D041462846FFF74CF994F89F +:105FF000290000B12F60A06900280DD0A661E268D9 +:10600000616A04B02046BDE8F047FFF7AABD21460B +:106010002846FFF70BFFDEE7BDE8FF871FB50A46FE +:1060200001788DF8001041680191017A8DF808100F +:10603000C0680390044850F82210001F50F8222036 +:10604000684690471FBD00001C0000202DE9FF415D +:106050000C464FF4927705463946FFF720F90026A3 +:10606000C0B139462846FFF71FF902208DF800001D +:10607000D5F88004C5F880040390D5F83C058DF868 +:106080000800E0680190A661E661D4E90012684664 +:10609000904723E04FF4887739462846FFF7FFF80A +:1060A000E0B139462846FFF7FFF8D5F83C15A0695E +:1060B000884213D1E06960B1E268D5F8000220F0AF +:1060C0002000C5F80002E069A0612069E661E06097 +:1060D00001E0A661E2682046FFF74EFD4FF4A2778B +:1060E00039462846FFF7DBF860B139462846FFF706 +:1060F000DBF8A06930B1A661D5F83C152046E2680E +:10610000FFF73AFD4FF4907739462846FFF7C7F876 +:10611000002813D039462846FFF7C6F860690028E2 +:106120000CD0D5F84C058DF800608DF80800A068FB +:1061300001906661D4E9001268469047BDE8FF818E +:1061400010B5FAF707FE08B1FAF7E6FD00210320C3 +:10615000FBF718F808B1FAF7DFFD4FF40041002013 +:10616000FEF704FD08B1FAF7D7FDFEF77BFB0948FF +:106170000321008801EB004007A1FEF78DFC00BF62 +:10618000FEF77EFB0028FBD1BDE810400120FAF7A6 +:1061900009BF00005C01002047617A656C6C2041FA +:1061A000434B207061796C6F6164206578616D701C +:1061B0006C652E20486F7374206D6F64652E00002F +:1061C0002DE9F05F8346DDE90A4A994690460D467F +:1061D0000846012703E000BFB0FBF8F07F1C4045F4 +:1061E000FAD2B94500D94F465FEACA7012D18CB1D4 +:1061F0005FEA8A7002D5B9F1000F01D0202607E0CE +:10620000302605E031465846641EFBF725F90CB1EF +:10621000A742F7D35FF00106B9F1010F02D9A9F146 +:10622000010903E0B5FBF6F0404502D306FB08F692 +:10623000F2E7DFF83C9000BFB5FBF6F000FB165527 +:1062400019F800105846FBF707F9B6FBF8F6002ED0 +:10625000F2D15FEACA7009D0002C07D0A74205D25C +:1062600020215846641EFBF7F7F8F5E7BDE8F09FDC +:10627000F66200000A494A788B78521CD2B29342E7 +:1062800000D100220B78934201D1002070470270A8 +:10629000487800EB400001EBC000001D7047000093 +:1062A00040030020111213140D0E0F1008020020DD +:1062B00028020020540200200D000300A510000059 +:1062C0000E000300A51000000F000300A510000041 +:1062D00010000300A510000000000050255500002C +:1062E0008157000003000000200300200000000090 +:1062F0000338FDD8704730313233343536373839CA +:1063000041424344454600001D480000F14700005B +:10631000E9470000FFFFFFFFFFFFFFFFFFFFFFFF59 +:10632000FFFFFFFF00000000000000000000D6019A +:106330000701000000100040101100400310000091 +:106340000100000000100040000000000B020400EB +:1063500000000000041000400000000007010301DD +:10636000000000000040404040404040404041416B +:10637000414141404040404040404040404040401A +:1063800040404040400502020202020202020202B4 +:1063900002020202022020202020202020202002B1 +:1063A0000202020202029090909090901010101041 +:1063B00010101010101010101010101010101010DD +:1063C0000202020202028888888888880808080871 +:1063D000080808080808080808080808080808083D +:1063E0000202020240000000656300007761726EE5 +:1063F000696E670064656275670000001B5B313B76 +:1064000033306D001B5B306D000000001B5B313BC7 +:1064100033316D001B5B313B33326D001B5B313B15 +:1064200033336D001B5B313B33346D001B5B313B01 +:1064300033356D001B5B313B33366D001B5B313BED +:1064400033376D00696E666F000000006572726F11 +:10645000720000004750494F54450000505253000D +:10646000554152540000000055415254450000006F +:1064700062616C6C6F632E6C6F675F6D656D706FC2 +:106480006F6C000061707000F0640000000000207C +:1064900060010000400400003C6500006001002035 +:1064A000D82B0000EC0B000054640000000000003A +:1064B0005C64000000000000606400000000000058 +:1064C0006864000000000000706400000000000329 +:1064D00084640000000003038C000020840000207E +:1064E0008C0000208C0400205801002018000000BF +:1064F000016A642000405420004003270863334CA5 +:106500006433EC6333446433F46333046433FC6313 +:10651000330C64331464331C64332464332C6433C9 +:106520003464433C64041190D003C205064404194A +:0C6530002A3F4D33C138031F853800009E +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10056.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10056.hex new file mode 100644 index 0000000..a5fe60c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/gzll_ack_payload_host_pca10056.hex @@ -0,0 +1,1624 @@ +:020000040000FA +:10000000502D0020F902000001030000030300004E +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000021070000E10A00001303000071 +:1000500013030000130300007D04000013030000DD +:100060007D0A0000130300001303000013030000C7 +:100070001303000013030000130300001303000028 +:1000800013030000B1070000130300001303000076 +:10009000D5070000D9070000130300001303000078 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000013030000C8 +:1000E00013030000130300001303000000000000CE +:1000F00000000000130300000000000013030000D4 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F00AF900480047B1190000EF +:10021000502D002030B4044654E8000F0D4644E849 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE74D080000010200002DE9F05F56 +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F05EF85346F9 +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A000F863000040EA01039B0703D009E008C995 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A7047202A04DB203A18 +:1004000021FA02F00021704721FA02F3D040C2F134 +:10041000200291400843194670470000064C074DE2 +:1004200006E0E06840F0010394E8070098471034C4 +:10043000AC42F6D3FFF7E8FE98640000B864000011 +:1004400030B58C1810F8012B12F00F0301D110F801 +:10045000013B120906D110F8012B03E010F8015BF3 +:1004600001F8015B5B1EF9D101E001F8013B521E6E +:10047000FBD1A142E6D3002030BD00002DE9F04FB2 +:1004800000268DB0DFF8A081B14604964FF4807548 +:10049000012437460596284602F000FA38B1D8F80C +:1004A0000403204203D0284602F0EEF926432D1D16 +:1004B00064007F1CADB2082FEDD34FF4BE7420460C +:1004C00002F0ECF948B1204602F0DEF946F00046B1 +:1004D00004AA0221002002F0C1F9544C16F0FF0FCB +:1004E00015D00127002537420DD008EB8501D1F842 +:1004F0001005D1F81015C0F3052054F82520C1F3DC +:10050000014102B190477F006D1C082DEBD3002EF6 +:100510007EDA0020CDF82890411E0DF1100B07AABD +:10052000CDF82C9042F82010401C91460228F9D3B7 +:1005300000252E46A11911F8607F91F9000027F0DF +:10054000C008401C40D007A9404601F09DFC40B3C4 +:100550004FEA971A404600F051FF54F820701FB13F +:10056000BAF1030F03D006E0BAF1030F2CD10AA9A8 +:10057000404601F091FC02A8CDF8088002F012F983 +:10058000029900EB8100D0F8000704A9C0F30140F4 +:100590000290404601F078FC0028029802D0022820 +:1005A00002D011E003280FD1BAF1030F08D102984D +:1005B000022833D00221404602F0CEF86D1CEDB285 +:1005C00017B151464046B847761C042EB2D3002DD1 +:1005D00021D001AA0221002002F040F900205A4651 +:1005E0000DF1040152F8206051F82030B34217D0C9 +:1005F00000200AAE4FEA090351F8207042F820703B +:1006000056F8207043F82070401C0228F4D300E014 +:1006100001E0002D8CD10DB0BDE8F08F0321CAE7B9 +:10062000401C0228DED3F6E7006000407C02002078 +:1006300000F01F02012191404009800000F1E020FC +:10064000C0F88012704700F01F020121914040095C +:10065000800000F1E020C0F88012704700F01F0217 +:10066000012191404009800000F1E020C0F8801293 +:10067000704700F01F02012191404009800000F105 +:10068000E020C0F88012704700F01F020121914065 +:100690004009800000F1E020C0F88011704700F0B0 +:1006A0001F02012191404009800000F1E020C0F8C4 +:1006B0000011704700F01F020121914040098000A5 +:1006C00000F1E020C0F80011704700F01F02012186 +:1006D00091404009800000F1E020C0F8001270470E +:1006E0004907090E002806DA00F00F0000F1E020AB +:1006F00080F8141D704700F1E02080F80014704766 +:100700004907090E002806DA00F00F0000F1E0208A +:1007100080F8141D704700F1E02080F80014704745 +:1007200070B5204D28696C78401C2861687D10B137 +:100730001D4801F039FB287803281AD11B48D0F84E +:100740000C01B0B1012C04D0022C0AD01648123092 +:1007500023E02869032816D01348083001F024FB51 +:1007600011E02869022812D00F480D3001F01CFB5F +:100770000DE0032C0FD2012C05D0022C07D0BDE8D0 +:10078000704003F063BABDE8704003F08BBABDE877 +:10079000704003F09DBC04482830BDE8704001F073 +:1007A00003BB0000040A002038030A0000100040C8 +:1007B00007480021C0F84011C0F84411C0F84811A2 +:1007C000C0F84C11C0F80011C0F8041105F0F6BAD9 +:1007D0000010014005F044BA30B51B4C85B000252F +:1007E000012080F31088D4F8D40038B3D4F8D000B6 +:1007F00000EB800004EB800001798DF80010816827 +:10080000C26803694069CDE90330CDE90112D4F82B +:10081000D400401EC4F8D400D4F8D000401CC4F862 +:10082000D000D4F8D0000A2801D3C4F8D05000205A +:1008300080F31088216868468847D1E7002080F35C +:10084000108805B030BD0000200A002030B54FF000 +:10085000805000228300D0F83011C3F80C21C3F877 +:100860001021624B1A60624B1B68624C2360604B24 +:100870001B1D1B68241D23605D4B08331B68241D52 +:1008800023605B4B0C331B68241D2360584B1033D3 +:100890001B68241D2360564B14331B68241D2360E2 +:1008A000534B18331B68534C20342360504B1C337C +:1008B0001B68241D23604E4B20331B68241D2360BE +:1008C0004B4B24331B68241D2360494B28331B6882 +:1008D000241D2360464B2C331B68241D2360444B8E +:1008E00030331B68434C40342360414B34331B6826 +:1008F000241D23603E4B38331B68241D23603C4B72 +:100900003C331B68241D2360394B40331B68241D76 +:1009100023600124082902D1D0F8343113B1082909 +:1009200004D006E0354B3449196005E0D0F8343185 +:1009300013B1082904D006E0314BFB21196005E012 +:10094000D0F8343113B1082908D00EE090F85832AD +:100950002C48016863F30301016002E0D0F83431F0 +:100960001BB929494FF40070086028480168C9077D +:1009700002D06FF0010101602548016841F4700167 +:100980000160BFF34F8FBFF36F8F4FF01021D1F88D +:100990000002002803DBD1F80402002822DA1D4BF4 +:1009A0001C601D480468002CFCD01224C1F80042D1 +:1009B0000568002DFCD0C1F8044201680029FCD074 +:1009C0001A6001680029FCD0BFF34F8F10487C38B3 +:1009D0000168124A01F4E06111430160BFF34F8FD7 +:1009E00000BFFDE70F490E48086030BD38050040E4 +:1009F0000404001020C50040488103008C560040CC +:100A000018F50040E40E004040960240000400400B +:100A100088ED00E004E5014000E401400400FA052F +:100A20000090D003DC000020124A10B50021104BCA +:100A3000126809E053F82140844203D10E4801F0C6 +:100A4000B3F913E0491CC9B29142F3D3084A00211B +:100A500012F1180201EB011302EB4303834201D1AF +:100A6000012010BD491CC9B20629F3D3002010BDD6 +:100A70006C0C00204C010020EC00030070B5144EFB +:100A80004FF48030C6F808030025C6F84051114CD9 +:100A9000606810B9104801F087F9A57062680123F9 +:100AA000656073640D480168001F00681430B1F57B +:100AB000804F04D2B0F5404F01D9637005E0814208 +:100AC00001D3012000E000206070BDE870401047B5 +:100AD0000080004024010020E5000400448500401F +:100AE00001480068004700002800002002E008C814 +:100AF000121F08C1002AFAD170477047002001E098 +:100B000001C1121F002AFBD17047022000F0EEB98C +:100B100070B50024064D06E06868012110F8340025 +:100B200004F0D6FB641C28788442F5D3002070BD05 +:100B300030000020F8B515460C460646052A01D2BD +:100B40000720F8BD04F0BCFC18B904F07FFC0028B5 +:100B5000F7D1124900224E600C708D60C1E9042269 +:100B6000C1E906220E4D0DE006EBC4002968009194 +:100B700081788DF8011000780A4A694604F0F4FB88 +:100B80000028DED1641EE4B2EED2BDE8F84004488D +:100B90000021054A001D00F053B80000300000207D +:100BA000EC620000A5150000B914000072B604F054 +:100BB00027F800BF03F06AFE0028FBD1104C01218A +:100BC000208801EB00400FA103F06CFF1048006883 +:100BD000C00700D000BE2088022101EB00400DA11B +:100BE00003F060FFBFF34F8F0948E43801680D4AF6 +:100BF00001F4E06111430160BFF34F8F00BFFDE7D7 +:100C000064010020466174616C206572726F72002D +:100C1000F0ED00E053797374656D2072657365744F +:100C2000000000000400FA050EB500210091CDE996 +:100C300001106A4644F20100FFF7B8FF0EBD000044 +:100C4000074B9B7823B12AB120B10068037C1BB10C +:100C500008207047072070474174426100207047A8 +:100C60005803002070B504F047FF104800240B2102 +:100C7000047044700E4D817014206C602C706C7088 +:100C8000FFF7D6FC07211420FFF72AFD1420FFF7F9 +:100C900006FD0848046007211120FFF721FD0548E3 +:100CA000001F0068A860002070BD000058030020ED +:100CB00050000020081501402DE9F843DFF870903E +:100CC00099F802305BB350B3052902D20720BDE882 +:100CD000F88343691BB3437C012B22D000270446D1 +:100CE000002588461646284600F036F8684605F086 +:100CF000C3FAC0B1012101700E4944600968C0E91E +:100D00000218C0E904769DF8000089F8010000206F +:100D100000F024F81420FFF7D8FC2846D7E7082075 +:100D2000D5E70F46DBE70425002000F017F8F4E7CD +:100D300058030020041501400649897839B130B1C3 +:100D4000416921B100210174022105F017B8082082 +:100D5000704700005803002000F002B800F008B807 +:100D600072B602480168491C0160704764000020A7 +:100D700003490868401E086000D162B67047000051 +:100D80006400002070B5054608680C46411C04D07C +:100D900001F03DFD206801F0CBFC6068411C02D0F1 +:100DA000002101F0B3FC2968A069C1F82405607D29 +:100DB000227D29681043C1F86C05D4E90012286827 +:100DC000C0F81425C0F80C15207D012814D1A068A6 +:100DD000411C02D0002101F099FCE068411C04D0C4 +:100DE00001F015FDE06801F0A3FCD4E902122868C7 +:100DF000C0F80825C0F8101570BD70B50546086824 +:100E00000C46411C04D001F00CFD206801F09AFC56 +:100E10006068411C02D0002101F081FC2968A069B2 +:100E2000C1F82405607D217D2A680843C2F86C055D +:100E3000D4E900122868C0F80C15C0F81425207DEC +:100E4000012814D1A068411C02D0002101F067FCE8 +:100E5000E068411C04D001F0E4FCE06801F072FCA1 +:100E6000D4E902122868C0F80825C0F8101570BD32 +:100E7000084908B5085C0090684601F085FCD0F888 +:100E800010050099C84010F0010000D0012080F04A +:100E9000010008BDAC6200002DE9FC410646C00718 +:100EA0004FF000050ED0104F00240122385D009550 +:100EB00000231146019501F0B3FB641C042CF4D30C +:100EC00000F04EF8B0070DD5074E0024361D002265 +:100ED000305D032300951146019501F0A1FB641CD0 +:100EE000042CF4D3BDE8FC81A8620000094908B5D0 +:100EF000085C0090684601F047FCD0F80425009B90 +:100F00000121994021EA0203C0F808351140C0F8D8 +:100F10000C1508BDA86200000249085C012101F01F +:100F20008ABC0000A86200000249085C002101F0B0 +:100F300082BC0000A8620000084908B5085C009067 +:100F4000684601F021FCD0F804050099C84010F073 +:100F5000010000D0012080F0010008BDA86200005F +:100F600010B500242046FFF7D7FF641C042CF9D3EA +:100F700010BD10B500242046FFF7D6FF641C042CDA +:100F8000F9D310BD10B50246064B4FF0FF300021DB +:100F90005C5C944201D1084610BD491C0429F7D37A +:100FA00010BD0000AC6200002DE9F0470D468146FF +:100FB000FFF7E8FF0446042836D2DFF874801B48A8 +:100FC0001C4EA8F10C0725B3012D0ED0022D2BD1FC +:100FD00004EB440030444578002D25D0B968002941 +:100FE00022D02846BDE8F047084704EB4401755C71 +:100FF0000E44717849B10E4A4FF40041093A8068B5 +:10100000FFF75AFE08B987F80390B17808F8041082 +:10101000E2E78068FFF790FE04EB4401314418F8E2 +:1010200004008D78A842D7D0BDE8F087B0620000F8 +:101030001000002050020020042801D2FFF718BF42 +:101040000020704770B50023042810D20D4D00EB2E +:101050004004012A02D101290CD00022094E00EBE4 +:101060004000304461B1012906D0022906D007238F +:10107000184670BD0E30C2B22A55F9E74270F7E744 +:101080008270F5E75002002070B506461E48002425 +:10109000C0E90161B00720D500250122114628468C +:1010A000FFF7D0FF6D1C0446042D02D2002CF4D0B3 +:1010B00013E094B940F2666204211448FFF73AFD48 +:1010C00004000AD1FFF724FD040006D10F48104A9E +:1010D0000021001FFFF7B4FD0446F00712D00120E5 +:1010E000FFF7DAFE74B909480A4A00210C38FFF705 +:1010F000A7FD040006D10548074A01210838FFF77B +:101100009FFD0446204670BD04000020BC62000024 +:1011100091130000091800000B0B00002DE9F05F8F +:101120006A4C054600266078B34618B184F801B0D1 +:1011300000F052FB664F4FF47A694FF4C87A4FF0D3 +:101140000108182D62D2DFE805F0AC0C0C31404DDF +:1011500062676B746B74BE7D7D7D7D7DACAFB2B517 +:10116000BEBE0020FFF7E8FE00284FF0000008D0C8 +:10117000FFF7D2FE022D02D14FF4E16008E04846AD +:1011800006E0FFF7D1FE022D01D1C82000E0504655 +:10119000410CC0034FF4FA72801841F10001257030 +:1011A00052000023FFF7BAF801462AE00020FFF7BB +:1011B000C3FE00284FF0000004D0FFF7ADFE4FF44F +:1011C0004870E5E7FFF7B0FEDFE70020FFF7B4FE69 +:1011D00000284FF0000002D0FFF79EFECFE7FFF798 +:1011E000A3FED4E70020FFF7A7FE00284FF0000081 +:1011F00002D0FFF791FE01E0FFF796FE257041F661 +:101200009A1100223868FFF757FD064646E0002095 +:10121000FFF76CFE257008E0002051E025703DE0EE +:1012200084F801800120FFF761FE002240F6CD41E5 +:10123000E8E784F801800120FFF758FE00224FF410 +:101240008041DFE77868FFF777FD0646D5F11100AA +:1012500000D02EB10220FFF75FFE84F802B01DE03F +:10126000012816D980B2C8214843C117C90341EAF1 +:101270005041C0034FF4FA72801841F1000152004E +:101280000023FFF74BF8014600227868FFF714FDB2 +:1012900006460220FFF748FE84F802803046BDE88B +:1012A000F09F00F099FAB9E700F096FAB4E700F081 +:1012B00093FA04E000F090FA0020FFF735FE0120D9 +:1012C000FFF732FEAAE7FFF754FEA7E7040000206D +:1012D000B06200002DE9F0470546861C90460F4697 +:1012E0004FF001090020FFF737FD1B4C20683860E4 +:1012F000D4E90001401AA16804F21C47081A0EE064 +:101300000121384600F058FD00F004FB0146384644 +:1013100000F052FDD4E90001401AA168081A401CEF +:101320008642EDD8B8F1000F03D0052065F389108F +:1013300002E0062065F39F50A2682168114004EB8B +:101340008101C8602068304420600020FFF706FD5E +:101350004846BDE8F08700006405002030B482688C +:101360000468531C8360A154D0E901128A4202D35D +:1013700030BC01F05CB830BC70470000034803C8C3 +:10138000814201D101207047002070476405002090 +:1013900000780221FFF708BE05494FF0FF32082808 +:1013A00041F8202002D3084480F8582070470000FC +:1013B0007C020020F0B54FF0FF3512B10023082663 +:1013C00001E008230C260C4C05E000BF54F8237004 +:1013D0007F1C04D05B1CB342F8D32846F0BD26180E +:1013E0005DB286F8305044F82310002AF5D1E11898 +:1013F00081F85800F1E700007C020020024908440F +:1014000090F93000704700007C0200202DE9F05F69 +:1014100026484168F1B3DFF898B00E688146DBF8E2 +:10142000004087688078E11B21F07F45ED1CB0B952 +:10143000DFF880804FF48030C8F84403C8F8040314 +:101440001120FFF7F5F81120FFF729F94FF0010AF5 +:10145000C8F800A02F2003F033FF89F802A0B5429E +:1014600000D23546124BE8193C3320F07F4018601B +:10147000DBF800105A46091B21F07F41001B20F0C9 +:101480007F40C91C81420FD9106818602F2003F0DB +:1014900017FF00E004E0BDE8F05F1120FFF715B989 +:1014A000BDE8F05F04F028BBBDE8F09F50000020CD +:1014B00004150140001001402DE9F0470025DFF838 +:1014C0008C803CE06068002100EBC506012032788A +:1014D0009146FEF754FFD4E9062300EA020701EA29 +:1014E000030C57EA0C0728D082438B434846C4E9D3 +:1014F000062303F0A3FF32788246914601200021A3 +:10150000FEF73DFFD4E9042300EA020401EA0307E1 +:101510004A4650460021FEF732FF44404F403C43CC +:101520000BD17078012801D0012100E00021726800 +:1015300081EA0A010AB1484690476D1CEDB298F85D +:10154000000044468542BDD3BDE8F087300000204E +:1015500010B50021024800F03AFC80F3100010BDE5 +:10156000800900200E4910B50A784C780023A24269 +:1015700012D0521CD2B20A70022A00D10B70084A53 +:101580000B780C3252F8232002608868104420F057 +:101590007F408860012010BD0360002010BD000066 +:1015A000500000202DE9F041804602460120002134 +:1015B000FEF7E5FE1A4F05460E467868FFF7BCFBBE +:1015C00000280CD1174CD4E9062110462A4001EA24 +:1015D00006031A4305D0A843B143C4E90601BDE898 +:1015E000F081404603F02AFF30B1D4E904012843DA +:1015F0003143C4E9040105E0D4E90410A943B04330 +:10160000C4E90410D4E9060128433143C4E90601C2 +:10161000A1687868BDE8F0410022FFF74DBB0000EB +:10162000EC620000300000200278521C0270027848 +:101630008A4201D30021017070472DE9F041002555 +:101640002C4601272046FFF7F7FC18B107FA04F6ED +:101650002E43F5B2641C042CF4D3E843C0B2BDE8B9 +:10166000F08100002DE9FC5F0E008346DDE90C47A8 +:10167000C6F1000098469246814600D408460125EE +:1016800003E000BF90FBFAF06D1C5045FADAA84564 +:1016900000D9454624B1002E01DB780700D5641E31 +:1016A000B80702D5B8F1000F0AD0F80708D13CB14D +:1016B000A54205D220215846641EFFF74FFEF6E7EB +:1016C000002E02DA4E462D2102E0780703D52B21A9 +:1016D0005846FFF743FE07F0030002280BD1B8F18C +:1016E000000F08D13CB1A54205D230215846641EF6 +:1016F000FFF734FEF6E7CDE9004743465246314650 +:10170000584604F05FFDBDE8FC9F000070B50D4633 +:10171000044600684FF4887103F0CCFD4FF49071DB +:10172000206803F0C7FD4FF49271206803F0C2FDFA +:101730004FF4A271206803F0BDFD20681249C0F883 +:10174000041320686907000B40B2090E002806DA6E +:1017500000F00F0000F1E02080F8141D03E000F11C +:10176000E02080F8001420680121000B40B200F056 +:101770001F0291404009800000F1E020C0F8801273 +:10178000C0F8001170BD00001003020002460020E6 +:101790001268930702D0530702D47047500714D53C +:1017A00002F00300012802D002280CD105E0C2F3A8 +:1017B00083100B68801C184404E00223086803EBC4 +:1017C00092521044086001207047086800EB925361 +:1017D000C2F38910401CEEE70A4810B5807860B16A +:1017E000002401E0022C06D02046FFF795FB641C84 +:1017F000042CF7D310BD0324F6E7BDE81040FFF733 +:10180000AFBB00000400002003480179C90702D0E3 +:101810000078FFF783BC7047040000202DE9F047F3 +:10182000394E002780463D46DFF8E090D6F804A008 +:1018300057E003D00446D0F81C8035E099F800202A +:1018400002EB4201521CD2B289F8002009EBC1011F +:1018500099F80230091D9A4201D189F80050486870 +:101860000A780446012A12D0022A02D0032A3BD168 +:1018700008E004F053FA00B10127257434E0057440 +:10188000C06900E070680028F9D170602CE0207C0D +:1018900050BB88686060C868A0600869E0604869FB +:1018A000A061F07800B165606268B168184B501AA9 +:1018B00020F07F40984202D2A168084406E0881ACE +:1018C000A16820F07F40814202D9081A206000E020 +:1018D000256065600120A56020742046E56104F064 +:1018E000FFF9B8F10000A4D199F8001099F80100AF +:1018F0008142A3D117B97168514502D00120BDE8DA +:10190000F0870020FBE70000500000205803002073 +:10191000FFFF7F002DE9FF410026234800F049FA30 +:101920002148001F074600F044FA204C60680090F0 +:10193000A56800E000986946284004EB80000C3060 +:10194000FFF724FF0028F5D101AA009901EA050359 +:1019500004EB8303491CDB6842F82030401C0091F3 +:101960000228F2D3019800F0030001280BD00228CE +:1019700010D10198032101EB90500099BDF80A6045 +:1019800001EB900005E00198BDF80A60C0F38310F8 +:1019900008440090384600F009FA08B100986060E9 +:1019A00004B03046BDE8F0817C09002064050020C9 +:1019B00008B504F0C7FB012001F07AF828B901F05E +:1019C00023F800F50340FFF72FF9374801F072F9CB +:1019D00028B901F019F800F50340FFF725F9FFF7E2 +:1019E0002CFE3249012208702F490020203900F0D6 +:1019F0005DFF2F4E50B93088012101EB00402DA131 +:101A000003F050F802F042FF0028FBD100F0A6FFDF +:101A100028B900F0F9FF00F50340FFF705F9308819 +:101A2000032505EB004027A103F03CF81E4C00BF46 +:101A300002F02CFF0028FBD120BF2068B0F57A7F90 +:101A4000F6D30020FFF788F93088052101EB00402C +:101A500026A103F027F8308825A105EB0040226875 +:101A600003F024F830882AA105EB0040626803F0F7 +:101A70001DF800270EE000BF04EB87003A4681689E +:101A80000091836C30882BA105EB004003F015F822 +:101A90007F1CFFB200F0B2FFB842EDD80020FFF784 +:101AA0005DF901F04BF8C3E7880100200000002039 +:101AB000640100205458206669666F206572726F59 +:101AC00072200000477A6C6C2061636B2070617932 +:101AD0006C6F616420686F7374206578616D706CE1 +:101AE0006520737461727465642E00000D0A000035 +:101AF000546F74616C2072656365697665642070EB +:101B000061636B6574733A202020253475000000F2 +:101B1000546F74616C20435243206661696C757226 +:101B200065733A20202020202020253033750D0AAF +:101B3000000000004368616E6E656C2025753A20D8 +:101B400025303375207061636B6574732072656333 +:101B500065697665642C2025303375204352432017 +:101B60006661696C757265732E0000002DE9F0479F +:101B7000C7880446181D16468946B0FBF7F1B0FB2E +:101B8000F7F207FB12009A193A44D21CB2FBF7F2A3 +:101B9000DDF820A001E02468491E0029FBD13D1A90 +:101BA0008846B54216D818E0BAF1000F05D02118C2 +:101BB00009EB08002A46091D04E0204409EB08014E +:101BC0002A46001DFEF7EEFB00202468761BA84481 +:101BD000B74201D9354600E03D46002EE4D1BDE8CC +:101BE000F087000030B5024659B102F0F1FF002144 +:101BF000074C09E004EB810315685B88AB4202D116 +:101C00001160002030BD491C8142F3D3052030BD56 +:101C1000500100202DE9F0415C4903780446D1E9E8 +:101C200003020025082B77D2DFE803F0042B487766 +:101C3000726E8795217C914208D238B100EB810108 +:101C40008A6C521C8A640168491C0160A17B2E4683 +:101C500061F307062189677B61F31F46618960682C +:101C600061F30F05217B61F31745E17B61F31F658C +:101C700001F03AFC2A4631463846BDE8F04100F012 +:101C80005EBE4869407D10B9414800F08DF82F468E +:101C9000218965F3070761F31F476189267B61F39B +:101CA0000F05617B606861F31F6501F01DFC2A462A +:101CB00039463046BDE8F04100F040BE217B9142FC +:101CC00008D238B100EB81018A6C521C8A64016829 +:101CD000491C0160A07A217A60F3070561F30F25A2 +:101CE000E17A667A676861F3174538B11FB9284809 +:101CF000263000F059F8384601F0F6FB2946304608 +:101D0000BDE8F04100F086BEBDE8F04100F024BE21 +:101D100000F012FFBDE8F08131E01E484168491C27 +:101D2000416001780029F5D0816811B1491E8160B8 +:101D3000F0E7BDE8F04100F003BEA379934208D27A +:101D400038B100EB830293685B1C93604268521CBD +:101D500042608A680CE0A379934208D238B100EB64 +:101D6000830293685B1C93604268521C42604A681D +:101D7000002ACFD061792079BDE8F0411047BDE855 +:101D8000F04103487F3000F00FB80000E000002071 +:101D90003D0405008809002002490F220A7088616D +:101DA00070470000E0000020FFF7F6BF002100F0C0 +:101DB00009B8012100F010B808B56A46FEF75DFACF +:101DC000009808BD08B56A46FEF73DFA08BD08B59B +:101DD0006A46FEF71FFA08BD08B56A46FEF726FAFE +:101DE000009808BD08B56A46FEF754FA009808BD89 +:101DF00070B5044600252846FEF7AEFF21686268EC +:101E0000086890420ED9401E08600178A38AE268F3 +:101E100001FB0325227A2168101AC0B20A79824296 +:101E200000D208710020FEF799FF284670BD70B5FA +:101E300005460C460020FEF78FFFE868A98A201AA5 +:101E4000B0FBF1F12A681068431C13600170BDE813 +:101E500070400020FEF782BF10B530B1017A4268B1 +:101E60000368891AC9B21A6006E00E2010BD036823 +:101E70001A68541C1C601170491EC9B2F7D2006860 +:101E800000210171084610BDC20800F007030120BF +:101E9000895C98400840704710B5C20800F00703FD +:101EA000885C01249C402043885410BD70B5074CC9 +:101EB000251F206829684968884202D30448FFF733 +:101EC00073FF286821688068405C70BD1C01002099 +:101ED0004400010001480068704700001C01002018 +:101EE00010B50446054800684068A04202D804487E +:101EF000FFF75AFF0148001D046010BD18010020C3 +:101F00004C00010001484068704700001C0100209F +:101F100010B50446054800680068A04202D804488D +:101F2000FFF742FF0148001D446010BD180100206A +:101F30005800010010B5040002D10548FFF734FF36 +:101F4000044800210460001D0160416010BD0000D4 +:101F500027000100180100200948021F4168491CA0 +:101F6000416012681368994208D3002343600168F6 +:101F7000491C01605268914200D303607047000021 +:101F80001C010020002839D0401E00BF00BF00BF48 +:101F900000BF00BF00BF00BF00BF00BF00BF00BF49 +:101FA00000BF00BF00BF00BF00BF00BF00BF00BF39 +:101FB00000BF00BF00BF00BF00BF00BF00BF00BF29 +:101FC00000BF00BF00BF00BF00BF00BF00BF00BF19 +:101FD00000BF00BF00BF00BF00BF00BF00BF00BF09 +:101FE00000BF00BF00BF00BF00BF00BF00BF00BFF9 +:101FF00000BF00BF00BF00BF00BFC5D170470000D9 +:10200000F0B505460478154889B0164640F82420F6 +:10201000124A08690832A2F10C0742F82400487FEE +:10202000385520226846FEF7BDF904942878385CBC +:1020300048B10EB10A4A00E000226946281D03F0AB +:10204000A9FB09B0F0BD0EB1064A00E000226946C6 +:1020500005F10C0003F070FAF3E70000180000200F +:10206000216000006D5E00000148006870470000BC +:102070004C01002010B50020114A014600EB40033E +:102080009C186170A170D154401CC0B21028F5D3C7 +:10209000DE22CC210B48FEF797F90A4A0020A2F174 +:1020A000180100BF00EB001302EB430341F820309E +:1020B000401CC0B20628F5D303490620086010BDB5 +:1020C0007C0B0020840C00204C01002070B5104CCB +:1020D00006462068062802D30E48FFF765FE304604 +:1020E000FEF7A2FC18B90B48401CFFF75DFE0A4D35 +:1020F00020680A4955F82000884203D00548801C12 +:10210000FFF752FE216845F82160491C216070BD2F +:102110004C010020800003006C0C0020ADDEADDE21 +:1021200010B50446102802D30348FFF73DFE0349CB +:1021300004EB4400085C10BDC20003007C0B0020CF +:1021400070B500260446102802D30C48FFF72CFE79 +:102150000B4D04EB4404285D70B105F1300000EB39 +:102160008401601910F8022F51F822600321FFF753 +:102170005BFA285D401E2855304670BDA200030062 +:102180007C0B002070B50C460646102902D312487D +:10219000FFF70AFE3046FEF747FC18B90E48401C10 +:1021A000FFF702FE0D4D04EB4404285D032810D216 +:1021B00005F1300000EB8401601910F8012F41F89F +:1021C00022600321FFF730FA285D401C28550120CA +:1021D00070BD002070BD00008C0003007C0B00204F +:1021E00010B50446102802D30948FFF7DDFD094960 +:1021F00004EB44000A5C42B101F1300202EB8002C0 +:102200000844807852F8200010BD002010BD000066 +:10221000B30003007C0B00200B4810B501680024BC +:1022200079B10A4A0A4B02EB8102491E52F8044D69 +:10223000136001602046FEF7F7FB10B90548FFF771 +:10224000B3FD204610BD00004C0100206C0C0020A6 +:10225000ADDEADDE780003000048704740810040ED +:102260002DE9F74F904607004FF0000502D13448A2 +:10227000FFF79AFD334C4FF4803BC4F808B3324E5D +:10228000B07818B12E48801DFFF78EFD706818B128 +:102290002B480930FFF788FDDFF8B0A077605FEAD0 +:1022A00008004FF000094FF00108AAF1040724D0FC +:1022B00001282FD0022829D021481D30FFF774FDB6 +:1022C00086F80280C4F840910199294489B23960A6 +:1022D0003F68C4F84480DAF80060D4F8400118B1CF +:1022E00017482B30FFF760FDAF4215D3AE4201D344 +:1022F000BE4221D3124833301CE0C4F84480DAF8DF +:102300000050C4F84080C4F84091D9E70F48001D40 +:102310000568D5E73D68D3E7BE4201D2012000E061 +:102320000020B54201D8012100E00021884203D1FC +:1023300003483E30FFF738FDC4F804B3BDE8FE8F14 +:1023400086000400008000402401002044850040F5 +:10235000004870474880004070B5144C0126666004 +:10236000E660666412480025056011483C3000684C +:1023700010B11048FFF718FD4FF0FF30C4F8080304 +:10238000C4F840510A490420083108600A484560F1 +:102390000670457085700820FEF760F94FF0E02167 +:1023A0004FF48070C1F8000170BD00000080004053 +:1023B00008850040470004002401002001480078FF +:1023C00070470000240100200349012008600349F0 +:1023D00000200870704700000080004024010020A9 +:1023E00070B5074801250561C560064C0026082028 +:1023F00066606670FEF732F9A670257070BD000049 +:10240000008000402401002001484078704700000F +:10241000240100200FB408B50399002904D004AAB0 +:1024200000926A4600F00FF801B05DF814FB10B599 +:1024300082680446002A05D0D4E90403216898473D +:102440000020A06010BD2DE9FC4791460C0080469D +:1024500076D014F8011B39B125290ED04046FEF77D +:102460007DFF20780028F4D198F80C00002867D070 +:102470004046BDE8FC47FFF7DABF00200122217883 +:102480002B291BD02D2902D0302908D102E040F0A1 +:10249000010001E040F00200641C002AEFD1002599 +:1024A0002A290ED02178A1F130020A2A11D205EB97 +:1024B000850201EB4205641C303DF1E740F0040069 +:1024C000EAE7D9F800100B1DC9F800300968641C50 +:1024D0000D44217800232E290BD114F8011FA1F1FE +:1024E00030020A2A05D203EB830201EB4203303BA0 +:1024F000F3E76C290DD068290BD0692921D00BDCBA +:10250000252918D0582931D063290ED0642915D136 +:1025100017E014F8011FECE7702969D0732932D055 +:1025200075291BD0782909D120E0D9F80000011DB8 +:10253000C9F8001001784046FEF710FF641C90E7D0 +:102540006CE0D9F800100A1DC9F800200968CDE92F +:1025500000500A224046FFF785F8EFE7D9F800104F +:102560000A1DC9F8002009680A2206E0D9F80010FF +:102570000A1DC9F8002009681022CDE90050404624 +:1025800003F020FEDAE7D9F8001000270A1DC9F889 +:1025900000200E68C00705D112E04046761C7F1C63 +:1025A000FEF7DCFE31780029F7D104E02021404617 +:1025B0006D1EFEF7D3FEBD42C0D9002DF6D1BDE79A +:1025C0004EB13046FDF712FF074604E02021404699 +:1025D0006D1EFEF7C3FEBD4206D9002DF6D103E005 +:1025E0004046761CFEF7BAFE31780029F8D1A5E7FF +:1025F000D9F80000011DC9F80010056830214046D7 +:10260000FEF7ACFE78214046FEF7A8FE0820002128 +:10261000CDE90001034610222946B0E7BDE8FC875A +:102620002DE9FF411C46DDE90A7815460E4668464D +:1026300000F0AAF846EA450141EA840141EA07228E +:1026400042EA0841009A00EB8200C0F80017BDE89A +:10265000FF812DE9FF411C46DDE90A7815460E464B +:10266000684600F09FF846EA450141EA840141EAE4 +:10267000072242EA0841009A00EB8200C0F80017E6 +:10268000BDE8FF812DE9FF411C46DDE90A781546CA +:102690000E46684600F094F846EA450141EA840196 +:1026A00041EA072242EA0841009A00EB8200C0F8A2 +:1026B0000017BDE8FF812DE9FF411C46DDE90A78DE +:1026C00015460E46684600F089F846EA450141EA9B +:1026D000840141EA072242EA0841009A00EB8200A5 +:1026E000C0F80017BDE8FF811CB5002100910B4622 +:1026F00001220191FFF7C6FF1CBD1CB5002100910E +:102700000B4601220191FFF7D6FF1CBD1CB500222C +:102710000B46009211460192FFF7B4FF1CBD1CB599 +:1027200000220B46009211460192FFF7C4FF1CBD28 +:102730001CB5002100910B46012201911146FFF7C3 +:10274000A1FF1CBD1CB5002100910B460122019187 +:102750001146FFF7B0FF1CBD13B50C46684600F0EC +:1027600021F8009900EB8101D1F8002722F44032D2 +:10277000C1F80027009900EB8100D0F8001741EA6A +:102780000441C0F800171CBD0168202902D24FF097 +:10279000A040704701F01F01016001487047000030 +:1027A000000300500168202902D24FF0A04070477A +:1027B00001F01F0101600148704700000003005054 +:1027C0000168202902D24FF0A040704701F01F019C +:1027D0000160014870470000000300500168202993 +:1027E00002D24FF0A040704701F01F010160014884 +:1027F000704700000003005001B56846FFF7D2FFA4 +:10280000D0F810050099C84000F0010008BD01B5DE +:102810006846FFF7D5FF009A01219140C0F80815DE +:1028200008BD01B56846FFF7D9FF009A0121914024 +:10283000C0F8081508BD38B501240090684631B1CC +:10284000FFF7A2FF00998C40C0F8084538BDFFF79C +:102850009BFF00998C40C0F80C4538BD1CB5094C55 +:102860000144D4E90034CDE900346C4606E000BFF1 +:1028700054F82030D3F81035401C08C28142F7D8F4 +:102880001CBD0000DC620000034908B508440021BB +:1028900001600068009008BD006000400249405897 +:1028A000012800D000207047006000402DE9F04171 +:1028B000204D164688460746082801D3042035E0F7 +:1028C000B8F1000F03D0202E03D906202EE00320FC +:1028D0002CE0384601F08EF9032801D3092025E0C9 +:1028E000384600F04BFF032801D30A201EE000F019 +:1028F00081FC022801D2082018E000F0FFFD044608 +:1029000006704078324640F0010060704146A01CDD +:10291000FDF748FDF8B2214601F06EF910B1012033 +:10292000BDE8F0810448FFF73FFA0F20287000202F +:10293000F6E70000E0000020FC000500704770474B +:1029400010B500F01BFD18B1BDE8104000F004B850 +:10295000BDE8104000F010BC7047000010B50B4CF3 +:10296000606928B100F0C0FA0004000C02D005E054 +:10297000022008E0002000F0CBFD18B100F010FCB0 +:10298000012010BD11202070002010BDE0000020AB +:102990002DE9F04116460F46044600F0EFFE154DB6 +:1029A00048B157B1204600F0F5FE00783168814209 +:1029B00005D206201AE00B2018E0032016E020467E +:1029C00000F0DEFE04000DD0A01C0BD02278A11C6C +:1029D00038463260FDF7E6FC204600F085FD012018 +:1029E000BDE8F0810448FFF7DFF90F2028700020D0 +:1029F000F6E70000E000002026010500014800691C +:102A000070470000E0000020014800787047000097 +:102A1000E00000202DE9F8438046202000906A461F +:102A200018494046FFF7B4FF174F012528B93888E9 +:102A300016A105EB004002F035F8009878B1114876 +:102A40000024067805FA04F03042204602D0FEF752 +:102A50006BFA01E0FEF760FA641C042CF2D3FEF777 +:102A6000ECFD0E49012208704046FFF71FFF0028C9 +:102A700005D138880AA105EB004002F013F8BDE843 +:102A8000F88300006801002064010020525820668D +:102A900069666F206572726F72200000000000206E +:102AA0005458206669666F206572726F722000004C +:102AB0002DE9F0411D4D064600241D482C70AC61E7 +:102AC0000460446084601B4800F0B6FB686140B35A +:102AD000042000F027FA05F11C00296900F048F8ED +:102AE0000746304600F096F800EA0706002000F09E +:102AF00079F80640012000F0A3F80640022000F01B +:102B000059F80640002000F0BDF80640012000F012 +:102B100023FE0020EC6000F0E1FC16B10120BDE8CE +:102B2000F081012028700020F9E70000E00000207B +:102B300088090020151C0000704700000B48C2687F +:102B4000002A11D0012080F310880021116008466E +:102B5000C2F8041002EB8003401C996099641028AD +:102B6000F8D3002080F3108870470000E0000020B8 +:102B700010B50F4C6269527D0AB1022014E0102991 +:102B80000FD871B178B10A462161014608481C305E +:102B9000FDF708FC064821691C3000F0D7F9012038 +:102BA00010BD072000E003202070002010BD0000B1 +:102BB000E00000200A4910B54B69024601205B7D08 +:102BC0000BB1022004E0012A05D0022A04D00E2015 +:102BD0000870002010BD002000F036FA012010BD62 +:102BE000E00000200A4910B54B69024600205B7DD9 +:102BF0000BB1022003E032B1012A03D00E2008708D +:102C0000002010BD012000F09BF9012010BD000044 +:102C1000E000002010B540B1012808D002280BD0F8 +:102C2000064905200870002010BD012000E00220A8 +:102C300000F0AEFB012010BD0020F9E7E00000200D +:102C4000014610B50020072914D2DFE801F0040F77 +:102C500006080A0C0E00042008E0FC2006E0F8201C +:102C600004E0F42002E0F02000E0EC2000F0DEFFC1 +:102C7000012010BD02490E200870002010BD000088 +:102C8000E00000200A4910B54B69024600205B7D38 +:102C90000BB1022003E032B1012A03D00E200870EC +:102CA000002010BD012000F0CBFF012010BD00006E +:102CB000E000002000B5054920B1C860FFF73EFFE5 +:102CC000012000BD03200870002000BDE0000020AE +:102CD00010B501F0A7F90349002008610249087006 +:102CE00010BD0000E00900200C0100202DE9FE438A +:102CF0004D4800684D4C012802D04D48006828B965 +:102D000060680078202801D8012100E00021494EA8 +:102D100003204FF0000830704348C4F800800830AA +:102D20000568424F183F89B3006841490839086077 +:102D300002A8CDE900043C480C3002680123294672 +:102D4000184602F0E3F810B3012805D0022821D07C +:102D5000032855D0384851E0029818B136481C383D +:102D6000FFF722F8284602F031FA18B932481B382A +:102D7000FFF71AF801F08AF9B97D0023CDE90001C7 +:102D80007068EAB290F9161018461CE01EE02A4856 +:102D9000113833E0029818B927480D38FFF704F8C6 +:102DA000284602F013FA18B923480C38FEF7FCFF46 +:102DB00001F06CF9B97DEAB2CDE900017068012338 +:102DC00090F91610029800F071FB19E000F050FE27 +:102DD00030B101F05BF90146BA7DE8B200F038FB92 +:102DE0000023CDF800801A4619461846CDF8048015 +:102DF00002F08CF8042803D00F480F30FEF7D4FF00 +:102E0000206838B1012060750C48206104203070C2 +:102E1000BDE8FE8301F006F984F81580C4F810803F +:102E200000F00EF8F4E7000000140040E009002074 +:102E3000341500400C01002044060900D92E000082 +:102E400070B5FFF745FF1F4D012028701E4801682F +:102E50001E4A21F0FF0112691143016002F0C0F91E +:102E60001A4C4C3410B302F0BBF9032802D01848B6 +:102E7000FEF79AFF022001F013FB002001F068FB2F +:102E800002F0AEF9032803D011480830FEF78CFF9A +:102E90002878012803D00E480E30FEF785FF022067 +:102EA0002870002020610B48E06070BD01F0D6FF63 +:102EB0000228DFD302F0BCF860600028DAD10448B1 +:102EC000401FD5E70C010020301500409409002078 +:102ED000F4050900ED2C0000024905200870FFF7F9 +:102EE000AFBF00000C0100200148006A70470000DD +:102EF00094090020034910B5086200F097FD0249CB +:102F0000086010BD940900201C150040034910B54D +:102F1000486200F08BFD0249086010BD9409002052 +:102F2000201500400449487704490A6822F4E02249 +:102F300042EA0040086070479409002018150040DC +:102F400001490876704700009409002070B50C0014 +:102F5000054602D10748FEF727FF1DB90548401C6A +:102F6000FEF722FF0448C0E90145BDE8704000209B +:102F7000FEF7B6BFB3030900F809002010B500F052 +:102F800077FD044901F1640208B1C86800E088686F +:102F9000106010BD940900201CB510494FF440701A +:102FA000086002F01DF9012812D0022810D0032871 +:102FB00013D100200090034602460146019001F023 +:102FC000A5FF042809D0BDE81C400548FEF7ECBE6B +:102FD0000021084602F04AF8F3E71CBD08F501405D +:102FE00048020900144981F8310014490A6822F0A6 +:102FF000FF020A6048B1114A0B1D0832012807D0B0 +:1030000002280ED00E48FEF7CFBE08680860704751 +:10301000086840F001000860FF20106040F20710CF +:1030200007E0086840F0020008604FF6FF7010608B +:1030300004481860704700009409002034150040CF +:103040002E04090021100100044981F832000449CE +:1030500008B1012800D108607047000094090020E1 +:10306000101500402DE9FF413E480068012802D0BC +:103070003D48006830B93D4840680078202801D8B4 +:10308000012700E0002700F0DFFB384C0126183C48 +:1030900000B9266102F0A4F8012802D03448FEF7F6 +:1030A00083FE344D6868007D18B13148401CFEF73E +:1030B0007BFE00F0B7FFEFB30121084601F0D6FF19 +:1030C00020B1012828D0022826D10FE000F0DEFF31 +:1030D000064601F0E3FEC7B201F0DAFE8446A07DA9 +:1030E0000021CDE90260CDE900710DE000F0CEFFD6 +:1030F000804601F0D3FEC7B201F0CAFEA17DCDE942 +:103100000076CDE90281844668686289218990F958 +:103110001630604600F0ACF9FEF7DCFEE0601348C4 +:103120004C3840696060FFF729FF04B00020BDE81B +:10313000F04100E001E0FEF7EBBE6E7000F098FC9D +:1031400000280CD000F0A2FF054601F0A7FEA27DEA +:1031500004B02946BDE8F041C0B200F079B9BDE83D +:10316000FF8100000014004034150040E0090020F9 +:10317000370709000C01002010B5012080F31088EA +:103180000648417D29B1817819B90121817000F08B +:1031900029FB002080F3108810BD0000C809002022 +:1031A00070B5124C607D00281ED100F0B7FA04F112 +:1031B0003005A86810B90E48FEF7F6FD686818B922 +:1031C0000B48401CFEF7F0FD02F030F818B108483B +:1031D000801DFEF7E9FD002002F048F8012060752F +:1031E000BDE8704000F0FEBA70BD0000C8090020C4 +:1031F000CE02090001F05EBE30B50D4D85B0687D90 +:10320000002813D000F02CFB00F00CFF0024AC7061 +:103210006C7505208DF80000684601F0CBFD05486F +:10322000047005B0BDE83040FFF7B6BE05B030BD54 +:10323000C80900200C0100202DE9F04105460120BD +:1032400080F31088484E4FF003080024707086F811 +:103250000080B470746034817481F4600746346116 +:10326000347506F118007475046044608460C460AD +:1032700004610475183084604460FFF76DF82846D7 +:1032800001F0D2FD01F018FE002001F0E1FF06F18F +:103290003000FEF74FFE00210820FDF731FA002133 +:1032A0000120FDF72DFA01211520FDF729FA012053 +:1032B00000F06EF8A6F13405FF202861042068773D +:1032C0002A4929622A49696285F82870022185F80D +:1032D000291085F82A8085F82B00052085F82C0018 +:1032E000062085F82D00072085F82E00082085F897 +:1032F0002F0085F8304085F8311085F8327069204C +:1033000045F8140B1E2028604FF4167045F8100C79 +:10331000022000F063FC0F2000F066FCEC802F71AF +:103320006F712C72204601F0BFFD7078012802D029 +:103330001048FEF739FD3770B470746034817481C1 +:10334000F46034610C48347574758460447000F026 +:10335000E5F90820FDF777F91520FDF774F984F3F6 +:1033600010880148BDE8F081C809002004070A0D53 +:1033700005080B0E9F0209000C0100200348407D48 +:1033800008B100207047012070470000C8090020E4 +:1033900010B5012181F3108807490A78824204D0D0 +:1033A0004870487D28B100F01DFA002080F3108895 +:1033B00010BD00F003F8F8E7C809002030B5224D31 +:1033C00085B02878697888423BD008B900F0A6F922 +:1033D000687808B9FFF7E0FD1C480024046000F09D +:1033E00021FE194818300460446004618460C460A0 +:1033F0002878012802D0022808D015E001F0F0FE5C +:1034000090B10021084601F031FE0DE0FFF760FCAD +:1034100001F0E6FE032807D1002300941A4619465E +:103420001846019401F072FDFFF7A8FD6878287036 +:1034300004208DF80000684601F0BCFC012005B0B6 +:1034400030BD0020FBE70000C809002054F5014012 +:1034500000B585B006238DF806208DF805108DF88F +:1034600004008DF80030684601F0A4FC05B000BDF2 +:10347000F0B585B00DF1280C9CE8F0008DF80C300B +:103480008DF80D404FF0000C0190ADF808108DF84C +:103490000E508DF800C0ADF80A208DF80F608DF841 +:1034A0001070684601F086FC05B0F0BD70B586B0BE +:1034B0000226DDE90A458DF808108DF809200190F3 +:1034C0008DF80A308DF800608DF80C508DF80B40A7 +:1034D000684601F06FFC06B070BD000001498860CD +:1034E000704700000C01002010B5012181F3108805 +:1034F00001F008FD002080F3108810BD10B50120F8 +:1035000080F3108801F000FD002181F3108810BDC8 +:1035100010B50446082802D30348FEF745FC0348CB +:10352000204490F8280010BDAD0309009409002044 +:1035300070B5082819D20F4A024482F82810820771 +:10354000D40EFF22A240D243042801D20A4D01E04A +:10355000094D2D1D286810402860084600F054FAD7 +:103560002968A0400843286070BDBDE8704003484A +:10357000FEF71ABC9409002024150040A703090097 +:1035800010B51B4C00206070FEF790FC19490860D4 +:10359000FEF7A0FC1849887501F022FE012807D02B +:1035A00001F01EFE022802D01448FEF7FDFB0020A9 +:1035B00000F076FFFEF750FE114908606068091DB3 +:1035C00040680860A068002811D0007820B1FEF79C +:1035D00043FEA16800F0C2FBA0680179002906D073 +:1035E00000F090FBA068BDE8104000F099BB10BD52 +:1035F0000C01002008150040C809002097060900AA +:1036000050F5014010B501F097FD002820D0114879 +:1036100000210181418101F041FC0F49086001F066 +:103620003DFC012181400C48001D026822F0FF0290 +:103630001143016001F02CFC064C1834206001F0AD +:1036400021FC60600548E060BDE81040FFF798BFCE +:1036500010BD0000C80900202C1500406530000096 +:10366000154800210160012101601448016821F41E +:1036700080710160016821F00F01891D01600168FE +:1036800021F4702141F440310160001D016821F0F6 +:1036900000710160016841F080710160016821F0F2 +:1036A000FF0141F020010160016821F47F410160C8 +:1036B0000120FCF7C8BF0000FC1F004014150040AB +:1036C00070B5134C1348A16800F056FE6060114CB1 +:1036D0004C3C607FFFF726FC206AFFF70BFC606A1A +:1036E000FFF714FC0025601990F828102846FFF712 +:1036F0001FFF6D1C082DF6D3074914F8300F086022 +:103700006078FFF76FFCA078BDE87040FFF79CBCC5 +:103710000C010020E00900200C1500400C4910B5F8 +:10372000002008600A484FF440744C380460FFF7EA +:1037300097FFFEF70DFE064908310860091F05488E +:103740000860034850380460BDE81040FFF7B8BF78 +:1037500054F501400411004010B504460448406887 +:1037600010B90448FEF720FB0348047510BD0000A3 +:103770000C0100206E040900E009002001F026BDC4 +:1037800010B5012181F3108801F023FD002181F3A0 +:10379000108810BD01F020BD0349012208610146D7 +:1037A0000248FEF75DBD0000C80900203952000044 +:1037B00070B50C4601F05AFD074D2869A04202D3AE +:1037C0000648FEF7F1FA28690122211A0448FEF79B +:1037D00047FD0020286170BDC8090020D6060900F9 +:1037E0003952000010B5FEF7E9FD012822D101F0A1 +:1037F00037FD10B11048FEF7D7FA002264210F48B8 +:10380000FEF72EFD0E48007F80B90E4801210160B1 +:1038100000220007C0F80021016000BF00BF00BF08 +:10382000AFF30080D0F800110029FBD0BDE81040B4 +:10383000FEF7CABD10BD0000B406090039520000F1 +:103840009409002014050040044810B5006918B917 +:10385000FEF7DAFD002800D0012010BDC8090020C5 +:1038600010B5FEF7ABFD01280ED0FEF7B9FD0748F5 +:10387000007F10B9012081074860002001F0F6FCAC +:10388000024900203431486010BD00009409002036 +:103890000B4810B54068407D30B1012000F058FE63 +:1038A00008490889401C088107490020086005482C +:1038B000343803C8BDE81040091A0020FFF778BF6C +:1038C0000C010020C809002054F5014070B586B0F5 +:1038D000FFF7BAFF494D4A4E05F1340458B100F0E4 +:1038E000BDF8A078002869D0FEF736FB06B0BDE829 +:1038F0007040FFF781BC2078012802D0022804D054 +:1039000008E000F0E1FE28B170E0307804286DD0C6 +:1039100003286BD0FEF720FB00F0A0F8A07868B178 +:10392000FFF76AFC01F09AFA022840D303208DF8D1 +:103930000000684601F03EFA06B070BDFFF73EFD9C +:1039400020B100206968FFF733FFEBE72078F0B182 +:10395000012816D0022817D02A48FEF725FA687EDB +:103960000128DFD100F084F80028DBD12078D8B11D +:10397000012811D00228D5D022481A30FEF714FAB7 +:10398000D0E700F081F8EAE700F002F9E7E700206D +:103990006968FFF70DFFE2E701F022FC0028C1D1C2 +:1039A00001F09EFB0028BDD1FFF75AFFBAE706B031 +:1039B0001448BDE870403630FEF7F6B9207802288A +:1039C00008D0FEF7C9FA696806B00020BDE870406B +:1039D000FFF7EEBE3078042808D0032806D0FEF7A3 +:1039E000BBFA06B0BDE8704000F0D2B8686806B017 +:1039F0004008BDE87040FFF7CFBE000094090020EA +:103A00000C010020D0040900024610B50020014638 +:103A100022FA01F303F00103C1F10704A3400343B9 +:103A2000491CC9B2D8B20829F2D310BD2DE9F04122 +:103A30000024064625461827E80026FA00F0C0B202 +:103A4000FFF7E2FF694207EBC101884020436D1C8C +:103A5000EDB20446042DEFD3BDE8F0810348416880 +:103A600009B1491E4160FFF789BA0000C80900206A +:103A700004480178022902D04068002800D00120C3 +:103A800070470000C80900202DE9F04186B000F021 +:103A9000C9FA01F0A5FB3A4D05F1340420B3688B57 +:103AA000B0B3218981423BD30121002001F0DEFA2D +:103AB00001F0EEF926898046648901F0EFF90746A6 +:103AC00000F0E4FA014601208DF80000ADF808602E +:103AD0008DF80C70CDF80480ADF80A408DF80D100B +:103AE000684601F067F944E001F0B8F9022840D3D4 +:103AF000FFF7BEFF68B1FEF705FAD0BB287E20B9FC +:103B0000FEF7E8F9E168884233D1FFF77BFD30E04A +:103B100006E0E068FEF7E4F90020FEF7F9F9F4E7C3 +:103B2000FEF772FC10B11748FEF73EF9FEF7BEF93A +:103B300015490968884202D06089401C6081134899 +:103B40004078A0B9FFF794FF88B101F0A7F90646C5 +:103B500000F09CFAA17D8DF806108DF80500072273 +:103B60008DF800208DF80460684601F023F9FFF716 +:103B700007FD296806B00120BDE8F041FFF718BE37 +:103B8000940900207C050900081500400C01002064 +:103B900070B50024FEF78AF90D4D2968884207D0D8 +:103BA000FEF784F92860FEF795F90A490124887523 +:103BB0000948641E0078044201D1FFF741F9054825 +:103BC00034384168BDE870400020FFF7F1BD0000C7 +:103BD00008150040C80900200C0100200149C860F8 +:103BE000FFF7CCB99409002001498860FFF7C6B9F6 +:103BF0009409002001F0FABA10B5012282F310886E +:103C000001F001FB58B10848817819B9407D08B12D +:103C1000FFF7E8FD002080F31088012010BD002090 +:103C200080F3108810BD0000C8090020024981F807 +:103C30003000024908607047940900200C150040CC +:103C400001490877704700009409002070B51149B8 +:103C5000114A0025487802EB0010027B22B10F4A7E +:103C6000D2F80C2102B10125807A0870012000F001 +:103C7000DFFB0B4C1DB1A068806800B18047606815 +:103C8000002806D00179002903D0BDE8704000F07B +:103C90001BB870BD040A00204463000000100040FF +:103CA0002C01002007480069012805D0022805D012 +:103CB000032805D100F09AB800F04CB900F0E4B840 +:103CC00070470000040A0020827B002193000B4A09 +:103CD0001344C3F81019C37B02EB8302C2F8101916 +:103CE000427B0121837BC07B01FA02F201FA03F3DC +:103CF000814003481A430A430260704700F00140C4 +:103D000008F501404279054BC079012103EB8000A1 +:103D10000AB101667047016370470000006000400F +:103D200082680021C2F84011C17B094ACB000949D1 +:103D30000B44C3F81025C37B826801EBC301C1F8B3 +:103D40001425C17B012088400349086070470000AA +:103D50001011004000F0014004F501402DE9F04150 +:103D60000746886800260C46C0F840618868097BD1 +:103D70001A4D00F5A07005EBC101C1F8100562787D +:103D8000E178207B00F08EFC607B05EBC000C0F882 +:103D90001075617BA06805EBC101C1F814051048DE +:103DA000C0F80C61C0F81061A17B0E4805EBC101A1 +:103DB000C1F810056278E178A07B00F061FC217BFE +:103DC0000120627B00FA01F100FA02F21143A27BAA +:103DD0009040014304480160BDE8F08100F00140DB +:103DE000001000400C11004004F501402DE9F041A5 +:103DF0001F4E0220002530700320707075603575ED +:103E0000B0691C4C401CB061C4F80C51C4F800519E +:103E1000C4F81051C4F80451C4F82851C4F8005231 +:103E2000681EC4F808030120FCF723FC124FB86891 +:103E3000007D50B1114800684042B075C4F81C5173 +:103E40000120A0610E49800208600C4844380068D7 +:103E5000F168884202D00B48FDF7A6FFB868C06839 +:103E6000002802D0BDE8F0410047BDE8F081000025 +:103E7000040A0020001000402C01002048150040DA +:103E800008F5014051040A0010B52D4CD4F80C017E +:103E9000012802D02B48FDF787FFD4F81001012834 +:103EA00003D02848401CFDF77FFFD4F8000101280B +:103EB00003D02448801CFDF777FFD4F8040118B123 +:103EC0002048C01CFDF770FF0020C4F80C01C4F8A6 +:103ED0001001C4F80001C4F80401C4F8080102216B +:103EE000C4F800120121C4F808130822C4F80423FE +:103EF000154A0323154C137010755060606890B11B +:103F0000027912B1FFF7E0FE0DE002785AB1027BB0 +:103F1000437B807B01FA02F201FA03F381400C48F3 +:103F20001A430A430260A068006900B18047A06894 +:103F30008068002802D0BDE81040004710BD000096 +:103F400000100040F3030A00040A00202C010020A6 +:103F500008F501402DE9F0412A4DD5F8000101286E +:103F600002D02948FDF720FFD5F80401012803D02D +:103F70002548401CFDF718FF2448016824480170BB +:103F80000021C5F80011C5F80411C5F80811491E33 +:103F9000C5F808130126C5F8046381681D4F097D23 +:103FA00009B1B1023960446814B3207900B3617B70 +:103FB000DFF86480A06808EBC10100F5A070C1F8CB +:103FC00010056279E179607B00F06CFB607B06FA9A +:103FD00000F03860207B114908EBC000C0F81015D4 +:103FE0006279E179207B00F04BFB207B86403E60CC +:103FF0000B480649091FC06808600B20C5F800027D +:10400000BDE8F08100100040BD030A000815004023 +:104010002C01002004F5014000F001400C1100408B +:10402000040A002070B50120FCF72EFB0120FCF7EC +:1040300020FB144C4FF0FF30C4F808030026C4F8EE +:104040000062C4F8106101202061A0610E4D287843 +:10405000012813D0022813D0032811D05FF00100EB +:10406000FDF790FFC4F810612E706E75002000F00F +:10407000DFF9BDE870400120FCF71CBB0620EFE72C +:104080000220EDE700100040040A002001480078FB +:10409000704700002C01002001F03F014FF4003375 +:1040A00043EA0121830009481844C0F81015D0F8EC +:1040B00010150AB941F48011C0F81015D0F8101588 +:1040C00041F00301C0F81015704700000060004087 +:1040D00008480069012806D0022806D0032806D027 +:1040E0000548FDF761BE00F095B800F007B800F094 +:1040F000F1B80000040A002033050A002DE9F0475A +:10410000DFF8F0800421012088F80010D8F818109A +:10411000491CC8F81810FCF7ACFA37480068374D4E +:104120002870374C0026C4F80C61C4F80061C4F84C +:104130001061C4F80461A868DFF8C8900127007D09 +:10414000A0B1304808380068400502D42E48FDF779 +:104150002BFE294840300068404288F81600C4F819 +:104160001C61A7614FF48061C9F80010D4F8000108 +:1041700018B125480930FDF717FED4F80C0118B125 +:1041800021480A30FDF710FE4FF0E020B046D0F88D +:10419000000210F0020F03D01B480B30FDF704FEA5 +:1041A0006E68CEB13078B8B1C4F80C81717B184A12 +:1041B000164802EBC101C1F810057278F178707BE6 +:1041C00000F05EFA707B0F4907FA00F0091F0860E3 +:1041D000F07B8740C9F80070A868C06800B18047CC +:1041E000A868417D002903D003490068091F0860C1 +:1041F000BDE8F087040A0020081500402C010020CB +:104200000010004008F50140C0040A000C110040F5 +:1042100000F001402DE9F041294C0026C4F80C6162 +:10422000C4F80061C4F81061C4F80861C4F80461FE +:10423000012004F58074FCF71CFA0820C4F804027D +:104240000125C4F808520720C4F800011D4844683D +:10425000002C32D0207920B1207B1B4905FA00F0D8 +:1042600008602078002828D0A068C0F84061A17BB1 +:10427000164FA06807EBC10100F5A070C1F810054A +:104280006278E178A07B00F00DFAA068C0F8406188 +:10429000E17B0F4807EBC101C1F81005E17BA06885 +:1042A00007EBC101C1F81405A17B05FA01F0E17B20 +:1042B0008D4005492843091F0860BDE8F0810000D2 +:1042C000001000402C01002008F5014000F00140E2 +:1042D0000C11004070B5234CD4F80C01012802D019 +:1042E0002148FDF761FDD4F81001012803D01E48D4 +:1042F000401CFDF759FDD4F80001012803D01A48ED +:10430000801CFDF751FD0020C4F80C01C4F8100119 +:10431000C4F80001C4F80401411EC4F80813C4F82D +:104320000002124C626872B1117861B1557B0123B1 +:1043300003FA05F1957BD27B03FA05F593400C4A0D +:104340002943194311600B49032208704A704860E1 +:104350000875A0680069002802D0BDE870400047D9 +:1043600070BD000000100040F5040A002C01002080 +:1043700008F50140040A002070B506460C460120ED +:10438000FCF782F9FFF74EFE244D25482649C5E982 +:1043900001460024047003264670446004610475DD +:1043A000447584751F4808601E48F030091F086076 +:1043B0001E48016821F0010141F080710160012077 +:1043C000FCF778F9686838B3017909B9017819B34D +:1043D0008168C1F808650422C1F81025027CC2F189 +:1043E0008102C1F8402540F20112C1F80022C1F853 +:1043F00004450122CA60C1F84041017921B14279E6 +:104400008179C079FFF748FE6868017821B1427868 +:104410008178C078FFF740FE014870BD2C01002074 +:10442000040A00201410004064F501407417004095 +:104430002DE9F041174C00250746C4F80052164EEE +:10444000307803281CD0681EC4F80803C4F80C5147 +:10445000032070700120FCF70CF900BFC4F8005174 +:10446000C4F81051C4F8045175603575002F0FD091 +:104470000A488068006900280AD0BDE8F04100477A +:104480006FF00800C4F808030820C4F80403E5E747 +:10449000BDE8F08100100040040A00202C0100203B +:1044A0002DE9F0470746DFF8908022484FF0FF31B2 +:1044B00000EB0716C8F808130120FCF7DAF81F4CC8 +:1044C0000025DFF87C9065756770D9F80800032F28 +:1044D0000268A2604168C4E90315A56130686060A4 +:1044E00019D2337AC8F80032C8F80C51C8F8105104 +:1044F000F37A14481BB10160006828B108E002603B +:10450000006828B9104801E00F48401DFDF74CFC39 +:10451000717AC8F80413D9F80800007D28B1022F79 +:1045200003D10A49A5757802086001206075BDE8CD +:10453000F08700004463000000100040040A0020DF +:104540002C010020041500409C020A0004F50140E3 +:104550002DE9F05F404C82464048667800EB061734 +:10456000607D012802D03E48FDF71EFC207D18B179 +:104570003B48401CFDF718FC012500212575DFF89C +:10458000E490A0466175032E47D2BAF1000F3CD1EA +:10459000D9F80440BCB32279AAB38A460846A16878 +:1045A000C1F84001217BDFF8C0B0A0680BEBC1016E +:1045B00000F5A070C1F810056279E179207B00F068 +:1045C00071F82A49C1F80CA1607B29490BEBC000A6 +:1045D000C0F810156279E179607B00F051F8217B19 +:1045E000627B05FA01F005FA02F1084321490860EF +:1045F000D9F80400204A81791268CA4012F0010FEC +:1046000001D18068056038680560022E01D0012E56 +:1046100007D1B97A88F8001003E011482530FDF77A +:10462000C3FBD9F80800007D002813D0022E11D159 +:1046300010480068400503D409482A30FDF7B4FB50 +:104640000E480068002805D1BDE8F05F04482B3013 +:10465000FDF7AABBBDE8F09F040A002044630000F8 +:10466000B8020A002C01002000F0014000100040B8 +:104670000C11004004F501401005005004150040E5 +:10468000064B03EBC0000AB1054A01E0044A303A88 +:1046900002EB8101C0F814157047000000F00140E2 +:1046A00060600040064B03EBC0000AB1054A01E020 +:1046B000044A303202EB8101C0F814157047000043 +:1046C00000F00140306000400348D0F804010128A8 +:1046D00000D00020704700000010004030B5124BA1 +:1046E00001460020D3F81044224609E0157A85429D +:1046F00005D1401C0A28F7DB4FF0FF3030BD52686F +:10470000002AF3D1421CF9D00872D3F810242AB140 +:1047100052684A60D3F81024516030BD0022C3F8BB +:1047200010144A6030BD000064050020F0B595B05B +:104730001C4615460F4608461A9E00F019FB182124 +:1047400009A8FBF748FE0E96CDE90954002308227C +:1047500003A9384600F021FB05980690BDF810002B +:10476000ADF81C00BDF81200ADF81E0000208DF859 +:1047700021000398082600F00300012802D0022837 +:1047800018D032E003983346850AC0F3C2008DF892 +:10479000200003980FA9C0F38314A200384600F04C +:1047A000FCFA09A8009006AB22460FA9284600F0A3 +:1047B0003BFA1AE00398840DC0F3C2008DF8200084 +:1047C000082C01D2254600E0082533462A460FA9C9 +:1047D000384600F0E2FA2E44641B09AB06AA2946CB +:1047E0000FA800F073F9002CEAD1384600F0C6FAA1 +:1047F00015B0F0BD7047012001F056BB084810B558 +:104800000178084A515C19B1001D01F04FF802E02F +:104810000C3000F05DFFBDE81040002001F044BB0B +:104820006C0000201400002008B5034A00924023C9 +:10483000024AFFF77BFF08BD955B0000640400207F +:104840000A4A012902EBC00007D0022907D0032938 +:1048500007D0042907D000207047022070470420A9 +:10486000704700797047407970470000B8640000D5 +:1048700010B5FFF7C0FF04210348FFF72FFF0249DF +:104880000120487210BD0000800000202DE9F04793 +:104890008CB0FCF773FD18B100200CB0BDE8F087B8 +:1048A000784C0020C4F81804BFF34F8F6068029062 +:1048B000A5684FF00008284004EB800008E021685C +:1048C0000298814201D86160E6E7284004EB80004D +:1048D0000C3002A9FCF75AFF0028F0D103AB029973 +:1048E00001EA050204EB8202491CD26843F8202049 +:1048F000401C02910228F2D3039800F00300022822 +:1049000002D001284ED0A5E003985022810D89469F +:10491000B2EB905F00D850210E4666F39F50039093 +:104920000831594800F0DBF9070078D000F020FA90 +:104930004346082203A9384600F035FA029908F1E7 +:10494000080A2940681A8000001D864223D94D4D6F +:104950000C3530B1C2B204EB8101301A90460C31F3 +:1049600004E02946F2B2002590462846C6B25346D6 +:10497000384600F018FA0AEB08032DB132462946F2 +:104980004FEA070000F00FFA029909F1030001EB6A +:10499000900002903AE004EB8101534632463846DB +:1049A0000C31EFE70398C0F38311062900D30621E9 +:1049B00061F389100390C0F38310801C810032489A +:1049C00000F08DF9070045D000F0D2F943460822E7 +:1049D00003A9384600F0E7F908F1080800260FE0BF +:1049E0000298434600EA0501401C04EB8101029055 +:1049F000042238460C3100F0D6F908F10408761C80 +:104A00000398C0F38310B042EAD847B1D4F81054E9 +:104A1000D4F8180468B1384600F0B0F92CE019E079 +:104A2000687A012804D12A682846394612689047D6 +:104A30006D68002DF4D1384600F0A0F90020FCF795 +:104A40008BF9D4F8180408B9029860600020FCF7CC +:104A500085F911E0D4F8104404E021682046896803 +:104A600088476468002CF8D108480221008801EBCF +:104A7000004007A100F016F8FCF780FC80F0010070 +:104A80000BE7000064050020E864000064010020DA +:104A90004261636B656E647320666C7573686564F0 +:104AA0000000000000231A4601F094B808B5012365 +:104AB00000926A4601F08EF808BD3EB5069C8DE86E +:104AC0001C0003236A4601F085F83EBD2DE9F0473E +:104AD0000E4680461C46924608293ED894F80C9013 +:104AE000002020731946104600F0AEFF0025B542A5 +:104AF00006D218F805201AA12046FDF78BFC03E02A +:104B000019A12046FDF786FC6D1C082DEFD317A1D7 +:104B10002046FDF77FFC0025B54210D218F805703D +:104B2000FBF73CFC0068C05D10F03E0F01D03A4638 +:104B300000E02E220EA12046FDF76CFC03E00DA143 +:104B40002046FDF767FC6D1C082DE5D301222146A8 +:104B5000504600F05BFF84F80C90BDE8F087000041 +:104B60002025303278000000202020007C0000004A +:104B70002563000020000000104810B5FF2181606F +:104B8000002101604160C0F81814C0F8141480F8C6 +:104B900020140B4800F0F0F800280DD109480A490C +:104BA0000A4B401AC108002003E000BF23F8200090 +:104BB000401C8842FAD3002010BD0000640500208C +:104BC000E8640000E8640000B864000050010020C0 +:104BD00002480349401AC00870470000E86400001A +:104BE000B864000013B56846FCF7FCFF08B100206C +:104BF0001CBD0248009950F831001CBDB86400008B +:104C000070B508480125D0F8104480F8205405E01C +:104C1000657221682046496888476468002CF7D18E +:104C200070BD0000640500202DE9FF4781460C9D02 +:104C300000200C462F7B28739846164629461846B6 +:104C400000F002FF072E42D2DFE806F004090F163B +:104C50001F2A360049462846FDF7DCFB37E0494667 +:104C600028462268FDF7D6FB31E0D4E90023494607 +:104C70002846FDF7CFFB2AE0A0680090D4E9002386 +:104C800049462846FDF7C6FB21E0D4E90201CDE9FB +:104C90000001D4E9002349462846FDF7BBFB16E096 +:104CA00004F1080007C88DE80700D4E9002349464D +:104CB0002846FDF7AFFB0AE004F108000FC88DE8B5 +:104CC0000F00D4E9002349462846FDF7A3FB002244 +:104CD0002946404600F09AFE2F73BDE8FF872DE974 +:104CE000F041858A80462D1F4819C01CB0FBF5F0A5 +:104CF000C6B24046FDF77CF8041E19D00020207192 +:104D000001206071E58000272546761EC4F80080EA +:104D10000BE04046FDF76CF860B16179491C6171A8 +:104D2000286005467F1CC0F80080B742F1D32046BA +:104D3000BDE8F081204600F002F80020F8E72DE9F8 +:104D4000F041457901466B1E002201E00968521CC2 +:104D50009A42FBD30F680146002605E038460C68EE +:104D6000FDF765F82146761CAE42F7D3BDE8F08129 +:104D70000121001DFDF720B8FDF76EB810B50446FF +:104D80000121001DFDF72EF810F0FF0F04D1204681 +:104D9000BDE81040FFF7D3BF10BD38B50124009423 +:104DA000FCF7E4FE38BD38B500240094FCF7DEFEC5 +:104DB00038BD000070B51A4C0546206810B9194876 +:104DC000FCF7F2FFD4F8D4000A2803D31548401C9E +:104DD000FCF7EAFFD4F8CC0000EB800004EB800184 +:104DE00015F8040B08712DCD8860CA600B614D6108 +:104DF000D4F8D400401CC4F8D400D4F8CC00401C33 +:104E0000C4F8CC00D4F8CC1000200A2901D3C4F88F +:104E1000CC004FF0E0214FF40010C1F8000270BD4B +:104E2000200A00204A000B0010B5040002D10948F6 +:104E3000FCF7BAFF084941F8CC4B002041F874094F +:104E40008867C8674FF0E0214FF40010C1F80001F7 +:104E500010BD00003E000B00200A002010B5074CDA +:104E6000D4F8D4000A2802D90548FCF79DFFD4F8ED +:104E7000D400C0F10A00C0B210BD0000200A00201A +:104E800079000B000148C06870470000F80A002054 +:104E90000148806870470000F80A00200148406817 +:104EA00070470000F80A0020014981F8810070472E +:104EB000F80A0020FDF7D8B870B5FDF7DBF800243C +:104EC0000E4E2546204600F049FD04F1080000F092 +:104ED00045FD3555641C082CF4D3094801210570A3 +:104EE00045608560C5600561456180F8805080F847 +:104EF0005850C56780F8811070BD0000380100204F +:104F0000F80A0020FDF7E2B8FDF786B92DE9FF4F5A +:104F100081B0444FDDE90EA803260025F86F0C464A +:104F2000AB4610B94048FCF73FFF3878032803D060 +:104F30003D48401CFCF738FFF86FB9464178C80778 +:104F40002FD199F8810060B300270198E8B3039A44 +:104F5000584662F31700C1F3410161F31F6009EB8A +:104F600084018A6BCAF800B0C8F800B00090904283 +:104F700034D0204600F032FD051E07EA05072DD08B +:104F800004F1080109EB81020099916104990D4235 +:104F900023D0264E305D00B3204600F027F910B133 +:104FA00005E00127D1E720482830FCF7FDFE204628 +:104FB00000F01EF9CAF80000BAF1000F0AD018B9C3 +:104FC00019482E30FCF7F0FE00E01BE006F804B0B4 +:104FD000022603E014483230F4E7012677B1204678 +:104FE00000F022F9C8F8000018B11048012101555D +:104FF00006E00C485830C8F8000001E0C8F800B0DE +:105000000DB107E004264C46D9F87C00FDF75EF8A8 +:10501000C4F87CB089F800B000F068F805B03046FC +:10502000BDE8F08FF80A00202D010C0038010020A7 +:1050300010B50C4C207810B10B48FCF7B5FE00F011 +:10504000C1FC00280DD0FF220270417841F006011A +:10505000417000214318491C9A702029FAD303217A +:10506000217010BDF80A002007010C0070B51A4C21 +:1050700005460E462078012804D0022802D01748A1 +:10508000FCF792FEB5B12078012803D01348401DEB +:10509000FCF78AFEE06818B91048801DFCF784FE12 +:1050A000E068007820B1606800F098FC022502E01A +:1050B000002500E004254EB1606800F099F8A16871 +:1050C000814203D005481D30FCF76EFE00202070A1 +:1050D00000F00CF8284670BDF80A0020CC000C0047 +:1050E000014890F880007047F80A00202DE9F0414F +:1050F000104C207800281AD194F88000002816D18E +:105100000825012600276069FDF70AF818B184F820 +:105110008060606920616069401C6061082800D17E +:10512000676194F88000002801D16D1EEBD1BDE8C5 +:10513000F0810000F80A002070B5224C207810B1F0 +:105140002148FCF731FE94F880000025F8B1206971 +:10515000606000F069F8A06018B91B48C01DFCF73A +:1051600023FEA0684078C00705D194F8810010B1F3 +:105170000220E56009E0606800F028F8032806D204 +:1051800000F020FCE06010B10120207002E02078E7 +:10519000002815D0A06818B90B482030FCF704FE91 +:1051A0002069606004EB8000C17E491CC17684F8F0 +:1051B0008050C27EA068417862F3420141700120B4 +:1051C00070BD0000F80A002098000C000830FCF7C1 +:1051D000A7BF0830FCF7B4BF0830FDF701B80000E6 +:1051E0000148007870470000F80A0020FCF798BFDB +:1051F00070B50446FCF7A4FF050002D0204600F07D +:10520000CDFB284670BD70B50E4604460025FCF760 +:105210002BFF38B121463046FCF7B4FF10B1FFF741 +:1052200065FF0125284670BDFCF7DABF014800780C +:1052300070470000400100200448017881704178E7 +:105240000170001D50F821000047000040010020BF +:1052500002498870487008707047000040010020C3 +:1052600001484078704700004001002010B5044616 +:10527000022802D30248FCF797FD0248447010BD93 +:1052800033000D00400100204058002800D00120CC +:10529000704708B5002242504058009008BDD0F831 +:1052A0000403084000D0012070474058002800D077 +:1052B0000120704708B5002242504058009008BDB8 +:1052C000002802D0014980010847704701630000AF +:1052D0002DE9F0410E46804600F048FB204D0028A5 +:1052E000404616D0FCF78AF8284490F85800800908 +:1052F000032802D001280AD003E04046FDF77CFADB +:1053000028B103214046BDE8F041FDF725BA02214E +:10531000F8E700F037FB002820D04046FCF76EF895 +:105320000446104F4FF4807007EB840100EB8400BB +:10533000D1F8102580B242F00102C1F81025FDF726 +:10534000A3FA002E0AD04046FCF758F855F8200082 +:10535000002803D00120A040C7F80403BDE8F08175 +:105360007C020020006000402DE9FC41DFF8C08095 +:10537000044608EB0400002790F930001346C017DC +:105380000E46401C01D008274FE0B0781946C0F304 +:1053900040022046FCF70EF80546401C44D0B07889 +:1053A00041071CD4C0070DD068460094FDF7FAF9F8 +:1053B000009900EB8100D0F8001721F00201C0F83D +:1053C000001707E000217378204600910A460191FA +:1053D000FDF73FF9164920466431FCF75DFDB078D2 +:1053E000800718D51348317800EB8500D0F81025D8 +:1053F000114B1A40C0F810254FF47C524FF4403343 +:1054000002EA042203EA01410A43D0F810150A43D4 +:10541000C0F8102509E008EB0500327810F8581F95 +:1054200041EA8211017000E004273846BDE8FC81A2 +:105430007C02002000600040FFC0FCFF10B5FDF7BB +:10544000DBF9002800D0012010BD000070B5194D17 +:1054500095F86A0008B1082070BD0020411E2A1886 +:10546000401CC0B282F830103028F8D30024204607 +:10547000FBF792FF641CE4B20C2CF8D30D49002416 +:10548000E0204C66A1F868400B4981F80004012631 +:105490004020891FC1F88002C1F800014FF4BE709E +:1054A000FDF7F2F90549F007C1F8040385F86A60D1 +:1054B000204670BD7C02002006E000E00060004055 +:1054C000034890F86A00002800D0012070470000CF +:1054D0007C0200200121B1EB507F01D101207047F7 +:1054E0000020704770B50D4600F0FAFA04000FD0A6 +:1054F0000020FBF731FC207920B10020FBF72EFCC7 +:10550000112070BD0120256020710020FBF726FCD2 +:10551000002070BD10B500F0E3FA002802D0002191 +:105520000160017110BD00000149024800F0E4BCB7 +:10553000E8020020002000402DE9F04105460079F6 +:1055400016460F4600EB40012D4A01EBC00102EB6D +:10555000810494F82A1011B10820BDE8F08129498E +:1055600051F820102868FFF7BDFF08B11120F4E7BB +:1055700039462846FBF706FC666038692060300033 +:105580004FF001062FD03F7F4FF48E712868FFF750 +:1055900080FE4FF4A2712868FFF77BFE28681A4945 +:1055A000C0F8041328684FEA4711000B40B20028E6 +:1055B00006DA00F00F0000F1E02080F8141D03E08F +:1055C00000F1E02080F800142868000B40B200F0E1 +:1055D0001F0206FA02F14009800000F1E020C0F845 +:1055E0008012C0F8001128680421C0F800150020BE +:1055F000A061E06184F8290044F8140FA675ACE7B7 +:10560000E8020020E4620000800002002DE9F0477B +:10561000054600790B4600EB400101EBC000234931 +:1056200001EB8004284600F043F810B11120BDE8DA +:10563000F0874FF00008C4F82080A360626184F80E +:1056400028804FF48E76474631462868FFF721FEC2 +:1056500028684FF00109C0F808902146286800F03A +:10566000E7FB606800BBD5F800A00EE094F82800C6 +:1056700008B10F2716E031465046FFF705FE002817 +:10568000F4D02146504600F0D3FB216A6069814284 +:10569000F1D331462868FFF7F7FD0028F9D02868D4 +:1056A000C0F80C90C4F814803846C0E7E802002027 +:1056B000007900EB400101EBC000044901EB8000E0 +:1056C0004069002800D0012070470000E802002057 +:1056D0002DE9F047044600794FF0000900EB400146 +:1056E00001EBC000254901EB80072068C0F8009558 +:1056F000786880B120682249C0F808132068012129 +:10570000000B40B200F01F0291404009800000F100 +:10571000E020C0F880112068D0F80C25D0F814855E +:10572000D0F80865D0F810554FF0FF31C0F81415C7 +:10573000C0F80C152068C0F80815C0F81015501CEA +:1057400002D01046FCF7D0FFB8F1FF3F02D0404630 +:10575000FCF7CAFF681C02D02846FCF7C5FF701C86 +:1057600002D03046FCF7C0FF2068FFF7D3FE87F871 +:105770002A90C7F80490BDE8F0870000E8020020F6 +:10578000840202000149024800F062BC14030020B8 +:10579000002000402DE9F0410546164600790F46ED +:1057A000154A00EBC00102EB810494F8201011B1FE +:1057B0000820BDE8F081114951F820102868FFF752 +:1057C00091FE08B11120F4E739462846FBF715FB96 +:1057D0006660386920601EB1397F2846FBF796FF66 +:1057E00028680821C0F800150020A061E0610121AF +:1057F000606184F82010DCE714030020E8620000F8 +:105800002DE9F04704460E460079204900EBC00020 +:1058100001EB800517463046FFF75CFE30B12046AD +:1058200000F036F820B11120BDE8F0871020FBE72A +:105830006F61AE604FF49076002731462068FFF725 +:1058400039FD4FF4AC7841462068FFF733FD2068FE +:10585000AA686969C0F84425C0F848152068012184 +:105860008160686878B9B14649462068FFF71DFD38 +:10587000064641462068FFF718FD0643F4D000B104 +:105880000F27002068613846CEE70000140300208F +:105890000079054900EBC00001EB80004069002859 +:1058A00000D0012070470000140300202DE9F047CC +:1058B00004460079274900EBC00001EB800720680F +:1058C0004FF00009C0F80095786880B1206822493F +:1058D000C0F8081320680121000B40B200F01F023D +:1058E00091404009800000F1E020C0F8801120685C +:1058F000D0F80C25D0F81485D0F80865D0F81055EC +:105900004FF0FF31C0F80C15C0F814152068C0F82E +:105910000815C0F81015501C02D01046FCF7EDFE1B +:10592000B8F1FF3F02D04046FCF7E7FE681C02D00A +:105930002846FCF7E2FE701C02D03046FCF7DDFE84 +:105940002068FFF7E7FD87F82090C7F80490BDE8CE +:10595000F08700001403002010030200024A002117 +:1059600002EB800081617047F80A00200449084476 +:1059700090F93000082801DB0120704700207047B3 +:105980007C0200200449084490F93000082801D224 +:1059900001207047002070477C02002010B50446AB +:1059A000064890F8801021B10069A04201D1FFF7AC +:1059B0009DFB03490020085510BD0000F80A002097 +:1059C0003801002010B5044CE06F002802D1FCF72C +:1059D00023FCE06710BD0000F80A002070B5094DF7 +:1059E0000446E86F10B90848FCF7DEF904F1080135 +:1059F000E86FFCF7C7FB002802D00020E867012011 +:105A000070BD0000F80A00202E020C0010B50C46F4 +:105A1000017A052908D0407A38B1084808A10268FF +:105A20002046FCF7F7FC00E01AB106A12046FCF77F +:105A3000F1FC2046BDE81040FCF7F9BCB80000209E +:105A4000257300000D0A000038B5C3880D460446D2 +:105A500033B114A0009015A216A12846FCF7DAFC79 +:105A6000217A05291CD0607A48B1A088FEF7E8FEAB +:105A7000164951F8202016A12846FCF7CBFCA08837 +:105A80000021FFF7AFF803461049207A143951F886 +:105A9000202001B02846BDE830400EA1FCF7BABC7A +:105AA00038BD00001B5B306D000000001B5B313B0C +:105AB00033316D0025734C6F67732064726F7070A3 +:105AC0006564202825642925730D0A00B80000208C +:105AD000257300003C25733E2025733A200000000A +:105AE0000349884201D103487047002070470000F5 +:105AF000002000402800002070B5012670044FF0FF +:105B0000E0210025C1F88001084C4010C4F848038A +:105B1000C4F8080366602F20FFF7D2FBA660044C90 +:105B20002F20A560FFF7CCFBA57070BD00100140D1 +:105B30005000002070B5054688690C4600284FF4D7 +:105B4000847128460AD0FFF7A4FBD5F81805626ACD +:105B5000E1688854606A401C606270BDFFF799FB81 +:105B6000D5F8180570BD1FB501238DF80030CDE9BB +:105B70000121D0E90012684690471FBD1FB50123DF +:105B80008DF800308DF808100192D0E900126846B7 +:105B900090471FBD70B50D4C0020D2B22070201D63 +:105BA0000B4D0378EB5C1BB1001DFFF729FE02E0F3 +:105BB0000C30FFF72BFD08B1FBF736F860780028B2 +:105BC00002D021780029FAD070BD000068000020C2 +:105BD000140000202DE9F84F204D924689460646D4 +:105BE0009846012269461846AF68FBF773FB58B325 +:105BF000009800210446801C09E000BF00EA07036A +:105C00005AF8212005EB8303401C491CDA6041450A +:105C1000F4D34FEA164AFBF79BFC4AEA0041601CAA +:105C2000384005EB80003C4005EB8402C160D06841 +:105C300066F3C50068F3891069F39F2020F0030024 +:105C4000401C20F00400D06095F8200402E000BF62 +:105C5000FEF71CFE0028FBD1BDE8F88F640500208C +:105C60002DE9F84F1D4C00256846D4E901A6FBF745 +:105C700079FC002738B30023009A61681CE0D1F852 +:105C800000C00846944503D9ACEB02020A6015E057 +:105C9000A2EB0C0263440760D0F80CC0C1698146D6 +:105CA000BCF1000F08D006EB030828F07F48C0E9DC +:105CB000018CC9F81C5005460029E0D128466160D6 +:105CC000FBF7ACFD03E02846FBF7A8FD10B15046FA +:105CD000FBF79CFBE770BDE8F88F00005000002048 +:105CE0000D4B10B5596831B102680C68A24204D856 +:105CF000A21A0A60C161586010BD0B4603E00B4652 +:105D0000C969121B21B10C689442F8D3A41A0C6023 +:105D10000260C161D86110BD500000202DE9F04142 +:105D2000144E77683D462C4603E0844204D0254655 +:105D3000E469002CF9D11BE0D4B1A5420BD1F8697C +:105D4000706040B90C49012088600021B160F0709A +:105D50002F20FFF7B5FA2168E069E86110B1026809 +:105D6000114401607068874202D00120BDE8F081D3 +:105D70000020FBE75000002000100140F8B5064667 +:105D800000240D462046FAF7E7FF684600F074FA53 +:105D900068B10570084946609DF800004870002011 +:105DA000FAF7DCFF1420FAF790FC2046F8BD042433 +:105DB0000020FAF7D3FFF8E7580300202DE9F0415F +:105DC000194D6C68002C2CD0184800270068A96871 +:105DD000B846401A20F07F462068B0420CD82146D1 +:105DE000361A0744E469087C20B181F8108088697C +:105DF00049698847002CEFD129786878814206D11B +:105E0000401CC0B26870022801D185F801800648A4 +:105E100069780C3040F82170BDE8F0411420FAF7A1 +:105E200054BCBDE8F0810000500000200415014082 +:105E300070B50C4605464FF48E71FFF72AFA216AB9 +:105E4000A068415C206A401C2062C5F81C1570BD2A +:105E50001FB500228DF800200291816801914261F6 +:105E6000D0E90012684690471FBD00001FB50A46E2 +:105E700001788DF8001041680191017A8DF80810C1 +:105E8000C0680390044850F82210083850F82220C7 +:105E9000684690471FBD00002000002001490120F6 +:105EA000087070476800002010B588B004462022B2 +:105EB0000E496846FAF776FA06200090C01F019056 +:105EC000029003904FF0EB7006900CB1084A00E08E +:105ED000002269460748FCF793F808B1FAF7A4FED8 +:105EE0000448001F447008B010BD00002463000087 +:105EF0009D5E00006C0000202DE9FF470C46054622 +:105F00004FF40071FFF7CBF901274FF40178002619 +:105F100018B34FF4927949462846FFF7B5F9E0B136 +:105F200049462846FFF7B5F9C5F8088394F82900D3 +:105F300000B96F6002208DF80000D5F88004C5F824 +:105F400080040390A0690290E0680190A661E66178 +:105F5000D4E900126846904728E004212846FFF75C +:105F60009EF918B34FF484712846FFF78DF9E8B114 +:105F700021462846FFF7DEFD616AA069884215D1F7 +:105F8000E06938B1E268616AA0612069E661666231 +:105F9000E06008E094F8290000B96F60C5F8088354 +:105FA000A661E268616A2046FFF7DDFD4FF48E7856 +:105FB00041462846FFF768F978B1206A616988424E +:105FC00002D294F8280020B341462846FFF761F931 +:105FD000616911B12046FFF73BFF4FF4A2784146BB +:105FE0002846FFF751F9002818D041462846FFF708 +:105FF00050F994F8290000B12F60A06900280DD055 +:10600000A661E268616A04B02046BDE8F047FFF788 +:10601000AABD21462846FFF70BFFDEE7BDE8FF8754 +:106020001FB50A4601788DF8001041680191017A88 +:106030008DF80810C0680390044850F82210083802 +:1060400050F82220684690471FBD00002000002025 +:106050002DE9FF410C464FF4927705463946FFF78C +:1060600024F90026C0B139462846FFF723F902205B +:106070008DF80000D5F88004C5F880040390D5F8A9 +:106080003C058DF80800E0680190A661E661D4E95E +:1060900000126846904723E04FF488773946284637 +:1060A000FFF703F9E0B139462846FFF703F9D5F8C1 +:1060B0003C15A069884213D1E06960B1E268D5F867 +:1060C000000220F02000C5F80002E069A06120690C +:1060D000E661E06001E0A661E2682046FFF74EFD60 +:1060E0004FF4A27739462846FFF7DFF860B139460A +:1060F0002846FFF7DFF8A06930B1A661D5F83C1556 +:106100002046E268FFF73AFD4FF49077394628467B +:10611000FFF7CBF8002813D039462846FFF7CAF816 +:10612000606900280CD0D5F84C058DF800608DF81A +:106130000800A06801906661D4E9001268469047A3 +:10614000BDE8FF8110B5FAF78DFD08B1FAF76CFDD7 +:1061500000210320FAF798FF08B1FAF765FD4FF424 +:1061600000410020FEF708FD08B1FAF75DFDFEF7DB +:106170007FFB09480321008801EB004007A1FEF7DF +:1061800091FC00BFFEF782FB0028FBD1BDE8104068 +:106190000120FAF781BE00006401002047617A65A2 +:1061A0006C6C2041434B207061796C6F6164206599 +:1061B00078616D706C652E20486F7374206D6F640C +:1061C000652E00002DE9F05F8346DDE90A4A994615 +:1061D00090460D460846012703E000BFB0FBF8F0EB +:1061E0007F1C4045FAD2B94500D94F465FEACA70D4 +:1061F00012D18CB15FEA8A7002D5B9F1000F01D0DB +:10620000202607E0302605E031465846641EFBF79D +:10621000A5F80CB1A742F7D35FF00106B9F1010F61 +:1062200002D9A9F1010903E0B5FBF6F0404502D31C +:1062300006FB08F6F2E7DFF83C9000BFB5FBF6F08E +:1062400000FB165519F800105846FBF787F8B6FB07 +:10625000F8F6002EF2D15FEACA7009D0002C07D000 +:10626000A74205D220215846641EFBF777F8F5E7D0 +:10627000BDE8F09F066300000A494A788B78521CFB +:10628000D2B2934200D100220B78934201D1002078 +:1062900070470270487800EB400001EBC000001D21 +:1062A00070470000580300200D0E0F100B0C18193A +:1062B00010020020300200205C0200200B000300CE +:1062C000A90F00000C000300A90F00001800030034 +:1062D000A90F000019000300A90F000000000050E2 +:1062E00000030050295500008557000003000000FE +:1062F0003803002000000000000000000000000043 +:106300000338FDD8704730313233343536373839B9 +:10631000414243444546000029480000FD47000033 +:10632000F5470000FFFFFFFFFFFFFFFFFFFFFFFF3D +:10633000FFFFFFFF00000000000000000000D6018A +:106340000701000000100040101100400310000081 +:106350000100000000100040000000000B020400DB +:1063600000000000041000400000000007010301CD +:10637000000000000040404040404040404041415B +:10638000414141404040404040404040404040400A +:1063900040404040400502020202020202020202A4 +:1063A00002020202022020202020202020202002A1 +:1063B0000202020202029090909090901010101031 +:1063C00010101010101010101010101010101010CD +:1063D0000202020202028888888888880808080861 +:1063E000080808080808080808080808080808082D +:1063F0000202020240000000756300007761726EC5 +:10640000696E670064656275670000001B5B313B65 +:1064100033306D001B5B306D000000001B5B313BB7 +:1064200033316D001B5B313B33326D001B5B313B05 +:1064300033336D001B5B313B33346D001B5B313BF1 +:1064400033356D001B5B313B33366D001B5B313BDD +:1064500033376D00696E666F000000006572726F01 +:10646000720000004750494F5445000050525300FD +:10647000554152540000000055415254450000005F +:1064800062616C6C6F632E6C6F675F6D656D706FB2 +:106490006F6C00006170700000650000000000205B +:1064A00068010000400400004C6500006801002005 +:1064B000E82B0000FC0A00006464000000000000FB +:1064C0006C64000000000000706400000000000028 +:1064D00078640000000000008064000000000003F9 +:1064E0009464000000000303940000208C0000204E +:1064F00094000020A4040020600100201800000087 +:106500000172642000405420004003271863335C6C +:106510006433FC63335464330464331464330C64B1 +:10652000331C64332464332C64333464333C643369 +:106530004464434C64041190D003C205064404191A +:0C6540002A3F4D33CD38031F9138000076 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/main.c new file mode 100644 index 0000000..7108894 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/main.c @@ -0,0 +1,357 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * This project requires that a device that runs the + * @ref gzll_device_m_ack_payload_example is used as a counterpart for + * receiving the data. This can be on either an nRF5x device or an nRF24Lxx device + * running the \b gzll_device_m_ack_payload example in the nRFgo SDK. + * + * This example listens for a packet and sends an ACK + * when a packet is received. The contents of the first payload byte of + * the received packet is output on the GPIO Port BUTTONS. + * The contents of GPIO Port LEDS are sent in the first payload byte (byte 0) + * of the ACK packet. + */ +#include "nrf_gzll.h" +#include "bsp.h" +#include "app_timer.h" +#include "app_error.h" +#include "nrf_gzll_error.h" + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +/*****************************************************************************/ +/** @name Configuration */ +/*****************************************************************************/ +#define PIPE_NUMBER 0 /**< Pipe 0 is used in this example. */ +#define TX_PAYLOAD_LENGTH 1 /**< 1-byte payload length is used when transmitting. */ + +static uint8_t m_data_payload[NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH]; /**< Placeholder for data payload received from host. */ +static uint8_t m_ack_payload[TX_PAYLOAD_LENGTH]; /**< Payload to attach to ACK sent to device. */ + +#if GZLL_TX_STATISTICS +static nrf_gzll_tx_statistics_t m_statistics; /**< Struct containing transmission statistics. */ +#endif + +#if GZLL_PA_LNA_CONTROL + +#define GZLL_PA_LNA_TIMER CONCAT_2(NRF_TIMER, GZLL_PA_LNA_TIMER_NUM) /**< Convert timer number into timer struct. */ + +/**< PA/LNA structure configuration. */ +static nrf_gzll_pa_lna_cfg_t m_pa_lna_cfg = { + .lna_enabled = GZLL_LNA_ENABLED, + .pa_enabled = GZLL_PA_ENABLED, + .lna_active_high = GZLL_LNA_ACTIVE_HIGH, + .pa_active_high = GZLL_PA_ACTIVE_HIGH, + .lna_gpio_pin = GZLL_PA_LNA_CRX_PIN, + .pa_gpio_pin = GZLL_PA_LNA_CTX_PIN, + .pa_gpiote_channel = GZLL_PA_LNA_TX_GPIOTE_CHAN, + .lna_gpiote_channel = GZLL_PA_LNA_RX_GPIOTE_CHAN, + .timer = GZLL_PA_LNA_TIMER, + .ppi_channels[0] = GZLL_PA_LNA_PPI_CHAN_1, + .ppi_channels[1] = GZLL_PA_LNA_PPI_CHAN_2, + .ppi_channels[2] = GZLL_PA_LNA_PPI_CHAN_3, + .ppi_channels[3] = GZLL_PA_LNA_PPI_CHAN_4, + .ramp_up_time = GZLL_PA_LNA_RAMP_UP_TIME +}; + +static int32_t m_rssi_sum = 0; /**< Variable used to calculate average RSSI. */ +static int32_t m_packets_cnt = 0; /**< Transmitted packets counter. */ +#endif + + +/** + * @brief Function to read the button state. + * + * @return Returns states of the buttons. + */ +static uint8_t input_get(void) +{ + uint8_t result = 0; + for (uint32_t i = 0; i < BUTTONS_NUMBER; i++) + { + if (bsp_button_is_pressed(i)) + { + result |= (1 << i); + } + } + + return ~(result); +} + + +/** + * @brief Function to control the LED outputs. + * + * @param[in] val Desirable state of the LEDs. + */ +static void output_present(uint8_t val) +{ + uint32_t i; + + for (i = 0; i < LEDS_NUMBER; i++) + { + if (val & (1 << i)) + { + bsp_board_led_on(i); + } + else + { + bsp_board_led_off(i); + } + } +} + + +/** + * @brief Initialize the BSP modules. + */ +static void ui_init(void) +{ + uint32_t err_code; + + // Initialize application timer. + err_code = app_timer_init(); + APP_ERROR_CHECK(err_code); + + // BSP initialization. + err_code = bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, NULL); + APP_ERROR_CHECK(err_code); + + // Set up logger. + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + NRF_LOG_INFO("Gazell ACK payload example. Host mode."); + NRF_LOG_FLUSH(); + + bsp_board_init(BSP_INIT_LEDS); +} + + +/*****************************************************************************/ +/** @name Gazell callback function definitions. */ +/*****************************************************************************/ +/** + * @brief RX data ready callback. + * + * @details If a data packet was received, the first byte is written to LEDS. + */ +void nrf_gzll_host_rx_data_ready(uint32_t pipe, nrf_gzll_host_rx_info_t rx_info) +{ + uint32_t data_payload_length = NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH; + + // Pop packet and write first byte of the payload to the GPIO port. + bool result_value = nrf_gzll_fetch_packet_from_rx_fifo(pipe, + m_data_payload, + &data_payload_length); + + if (!result_value) + { + NRF_LOG_ERROR("RX fifo error "); + } + + if (data_payload_length > 0) + { + output_present(m_data_payload[0]); + } + + // Read buttons and load ACK payload into TX queue. + m_ack_payload[0] = input_get(); // Button logic is inverted. + + result_value = nrf_gzll_add_packet_to_tx_fifo(pipe, m_ack_payload, TX_PAYLOAD_LENGTH); + if (!result_value) + { + NRF_LOG_ERROR("TX fifo error "); + } + +#if GZLL_PA_LNA_CONTROL + m_rssi_sum += rx_info.rssi; + m_packets_cnt++; +#endif +} + + +/** + * @brief Gazelle callback. + * @warning Required for successful Gazell initialization. + */ +void nrf_gzll_device_tx_success(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info) +{ +} + + +/** + * @brief Gazelle callback. + * @warning Required for successful Gazell initialization. + */ +void nrf_gzll_device_tx_failed(uint32_t pipe, nrf_gzll_device_tx_info_t tx_info) +{ +} + + +/** + * @brief Gazelle callback. + * @warning Required for successful Gazell initialization. + */ +void nrf_gzll_disabled() +{ +} + +#if GZLL_PA_LNA_CONTROL +/** + * @brief Function for configuring front end control in Gazell. + */ +static bool front_end_control_setup(void) +{ + bool result_value = true; + + // Configure pins controlling SKY66112 module. + nrf_gpio_cfg_output(GZLL_PA_LNA_CHL_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_CPS_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_ANT_SEL_PIN); + nrf_gpio_cfg_output(GZLL_PA_LNA_CSD_PIN); + + // Turn on front end module. + nrf_gpio_pin_clear(GZLL_PA_LNA_CHL_PIN); + nrf_gpio_pin_clear(GZLL_PA_LNA_CPS_PIN); + nrf_gpio_pin_clear(GZLL_PA_LNA_ANT_SEL_PIN); + nrf_gpio_pin_set(GZLL_PA_LNA_CSD_PIN); + + // PA/LNA configuration must be called after @ref nrf_gzll_init() and before @ref nrf_gzll_enable() + result_value = nrf_gzll_set_pa_lna_cfg(&m_pa_lna_cfg); + + return result_value; +} +#endif + +/*****************************************************************************/ +/** + * @brief Main function. + * @return ANSI required int return type. + */ +/*****************************************************************************/ +int main() +{ + // Set up the user interface. + ui_init(); + + // Initialize Gazell. + bool result_value = nrf_gzll_init(NRF_GZLL_MODE_HOST); + GAZELLE_ERROR_CODE_CHECK(result_value); + +#if GZLL_PA_LNA_CONTROL + // Initialize external PA/LNA control. + result_value = front_end_control_setup(); + GAZELLE_ERROR_CODE_CHECK(result_value); +#endif + +#if GZLL_TX_STATISTICS + // Turn on transmission statistics gathering. + result_value = nrf_gzll_tx_statistics_enable(&m_statistics); + GAZELLE_ERROR_CODE_CHECK(result_value); +#endif + + // Load data into TX queue. + m_ack_payload[0] = input_get(); + + result_value = nrf_gzll_add_packet_to_tx_fifo(PIPE_NUMBER, m_data_payload, TX_PAYLOAD_LENGTH); + if (!result_value) + { + NRF_LOG_ERROR("TX fifo error "); + NRF_LOG_FLUSH(); + } + + // Enable Gazell to start sending over the air. + result_value = nrf_gzll_enable(); + GAZELLE_ERROR_CODE_CHECK(result_value); + + NRF_LOG_INFO("Gzll ack payload host example started."); + + while (true) + { + NRF_LOG_FLUSH(); + __WFE(); + +#if GZLL_PA_LNA_CONTROL + if (m_packets_cnt >= 1000) + { + CRITICAL_REGION_ENTER(); + + // Print info about average RSSI. + NRF_LOG_RAW_INFO("\r\n"); + NRF_LOG_INFO("Average RSSI: %d", (m_rssi_sum / m_packets_cnt)); + m_packets_cnt = 0; + m_rssi_sum = 0; + + CRITICAL_REGION_EXIT(); + } +#endif + +#if GZLL_TX_STATISTICS + if (m_statistics.packets_num >= 1000) + { + CRITICAL_REGION_ENTER(); + + // Print all transmission statistics. + NRF_LOG_RAW_INFO("\r\n"); + NRF_LOG_INFO("Total received packets: %4u", m_statistics.packets_num); + NRF_LOG_INFO("Total CRC failures: %03u\r\n", m_statistics.timeouts_num); + + for (uint8_t i = 0; i < nrf_gzll_get_channel_table_size(); i++) + { + NRF_LOG_INFO("Channel %u: %03u packets received, %03u CRC failures.", + i, + m_statistics.channel_packets[i], + m_statistics.channel_timeouts[i]); + } + + CRITICAL_REGION_EXIT(); + + // Reset statistics buffers. + nrf_gzll_reset_tx_statistics(); + } +#endif + } +} diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvproj new file mode 100644 index 0000000..69b18e9 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm4/gzll_ack_payload_host_pca10040.uvproj @@ -0,0 +1,527 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvprojx new file mode 100644 index 0000000..da87fb1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/arm5_no_packs/gzll_ack_payload_host_pca10040.uvprojx @@ -0,0 +1,551 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/Makefile new file mode 100644 index 0000000..9bdae0c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/Makefile @@ -0,0 +1,179 @@ +PROJECT_NAME := gzll_ack_payload_host_pca10040 +TARGETS := nrf52832_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ + LINKER_SCRIPT := gzll_ack_payload_host_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_rtt.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_serial.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_uart.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_default_backends.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/button/app_button.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/scheduler/app_scheduler.c \ + $(SDK_ROOT)/components/libraries/timer/app_timer.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(SDK_ROOT)/integration/nrfx/legacy/nrf_drv_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_gpiote.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/prs/nrfx_prs.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uarte.c \ + $(SDK_ROOT)/components/libraries/bsp/bsp.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_Syscalls_GCC.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_printf.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components/proprietary_rf/gzll \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/libraries/scheduler \ + ../config \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/button \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx/drivers/include \ + $(SDK_ROOT)/external/fprintf \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/util \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/external/segger_rtt \ + $(SDK_ROOT)/integration/nrfx/legacy \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/timer \ + +# Libraries common to all targets +LIB_FILES += \ + $(SDK_ROOT)/components/proprietary_rf/gzll/gcc/gzll_nrf52_sd_resources_gcc.a \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10040 +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +CFLAGS += -DGAZELL_PRESENT +CFLAGS += -DNRF52 +CFLAGS += -DNRF52832_XXAA +CFLAGS += -DNRF52_PAN_74 +CFLAGS += -DSWI_DISABLE0 +CFLAGS += -DUSE_SD_HW_RESOURCES +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10040 +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +ASMFLAGS += -DGAZELL_PRESENT +ASMFLAGS += -DNRF52 +ASMFLAGS += -DNRF52832_XXAA +ASMFLAGS += -DNRF52_PAN_74 +ASMFLAGS += -DSWI_DISABLE0 +ASMFLAGS += -DUSE_SD_HW_RESOURCES + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52832_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52832_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52832_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52832_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52832_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld new file mode 100644 index 0000000..01dbefa --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x80000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x10000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..c287a6b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/config/sdk_config.h @@ -0,0 +1,3860 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// Application + +//========================================================== +// GZLL_PA_LNA_CONTROL - Turns on external PA/LNA control. +//========================================================== +#ifndef GZLL_PA_LNA_CONTROL +#define GZLL_PA_LNA_CONTROL 0 +#endif +// pa_lna_control_pins - SKY66112 control pins. + +//========================================================== +// GZLL_PA_LNA_CHL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CHL_PIN +#define GZLL_PA_LNA_CHL_PIN 21 +#endif + +// GZLL_PA_LNA_CPS_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CPS_PIN +#define GZLL_PA_LNA_CPS_PIN 22 +#endif + +// GZLL_PA_LNA_ANT_SEL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_ANT_SEL_PIN +#define GZLL_PA_LNA_ANT_SEL_PIN 23 +#endif + +// GZLL_PA_LNA_CSD_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CSD_PIN +#define GZLL_PA_LNA_CSD_PIN 24 +#endif + +// GZLL_PA_LNA_CTX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CTX_PIN +#define GZLL_PA_LNA_CTX_PIN 27 +#endif + +// GZLL_PA_LNA_CRX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CRX_PIN +#define GZLL_PA_LNA_CRX_PIN 2 +#endif + +// +//========================================================== + +// pa_lna_hw_resources - HW resources used for front end module control. + +//========================================================== +// GZLL_PA_LNA_TX_GPIOTE_CHAN - GPIOTE channel used to control TX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_TX_GPIOTE_CHAN +#define GZLL_PA_LNA_TX_GPIOTE_CHAN 0 +#endif + +// GZLL_PA_LNA_RX_GPIOTE_CHAN - GPIOTE channel used to control RX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_RX_GPIOTE_CHAN +#define GZLL_PA_LNA_RX_GPIOTE_CHAN 1 +#endif + +// GZLL_PA_LNA_PPI_CHAN_1 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_1 +#define GZLL_PA_LNA_PPI_CHAN_1 12 +#endif + +// GZLL_PA_LNA_PPI_CHAN_2 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_2 +#define GZLL_PA_LNA_PPI_CHAN_2 13 +#endif + +// GZLL_PA_LNA_PPI_CHAN_3 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_3 +#define GZLL_PA_LNA_PPI_CHAN_3 14 +#endif + +// GZLL_PA_LNA_PPI_CHAN_4 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_4 +#define GZLL_PA_LNA_PPI_CHAN_4 15 +#endif + +// GZLL_PA_LNA_TIMER_NUM - Timer used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 + +#ifndef GZLL_PA_LNA_TIMER_NUM +#define GZLL_PA_LNA_TIMER_NUM 3 +#endif + +// +//========================================================== + +// pa_lna_settings - Front end control settings. + +//========================================================== +// GZLL_PA_ENABLED - Flag indicating if PA control pin is used. + + +#ifndef GZLL_PA_ENABLED +#define GZLL_PA_ENABLED 1 +#endif + +// GZLL_LNA_ENABLED - Flag indicating if LNA control pin is used. + + +#ifndef GZLL_LNA_ENABLED +#define GZLL_LNA_ENABLED 1 +#endif + +// GZLL_PA_ACTIVE_HIGH - Flag indicating if PA is active on high pin state. + + +#ifndef GZLL_PA_ACTIVE_HIGH +#define GZLL_PA_ACTIVE_HIGH 1 +#endif + +// GZLL_LNA_ACTIVE_HIGH - Flag indicating if LNA is active on high pin state. + + +#ifndef GZLL_LNA_ACTIVE_HIGH +#define GZLL_LNA_ACTIVE_HIGH 1 +#endif + +// GZLL_PA_LNA_RAMP_UP_TIME - Front End Module ramp up time [us]. <0-129> + + +#ifndef GZLL_PA_LNA_RAMP_UP_TIME +#define GZLL_PA_LNA_RAMP_UP_TIME 1 +#endif + +// +//========================================================== + +// + +// GZLL_TX_STATISTICS - Turns on transmission statistics gathering. + + +#ifndef GZLL_TX_STATISTICS +#define GZLL_TX_STATISTICS 1 +#endif + +// +//========================================================== + +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf new file mode 100644 index 0000000..d56c831 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewp new file mode 100644 index 0000000..e68367a --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/iar/gzll_ack_payload_host_pca10040.ewp @@ -0,0 +1,1065 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52_sd_resources_iar.a + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emProject new file mode 100644 index 0000000..cc3c07d --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emProject @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emSession new file mode 100644 index 0000000..1aa9a17 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10040/blank/ses/gzll_ack_payload_host_pca10040.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvopt new file mode 100644 index 0000000..6790765 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvproj new file mode 100644 index 0000000..52982f1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm4/gzll_ack_payload_host_pca10056.uvproj @@ -0,0 +1,527 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + + nRF52840_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52840.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52840.s + system_nrf52840.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvoptx new file mode 100644 index 0000000..6a025f0 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvprojx new file mode 100644 index 0000000..4bdf35b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/arm5_no_packs/gzll_ack_payload_host_pca10056.uvprojx @@ -0,0 +1,551 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + nRF52840_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/Makefile b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/Makefile new file mode 100644 index 0000000..db1ca1f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/Makefile @@ -0,0 +1,175 @@ +PROJECT_NAME := gzll_ack_payload_host_pca10056 +TARGETS := nrf52840_xxaa +OUTPUT_DIRECTORY := _build + +SDK_ROOT := ../../../../../../../.. +PROJ_DIR := ../../.. + +$(OUTPUT_DIRECTORY)/nrf52840_xxaa.out: \ + LINKER_SCRIPT := gzll_ack_payload_host_gcc_nrf52.ld + +# Source files common to all targets +SRC_FILES += \ + $(SDK_ROOT)/modules/nrfx/mdk/gcc_startup_nrf52840.S \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_rtt.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_serial.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_backend_uart.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_default_backends.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_frontend.c \ + $(SDK_ROOT)/components/libraries/experimental_log/src/nrf_log_str_formatter.c \ + $(SDK_ROOT)/components/boards/boards.c \ + $(SDK_ROOT)/components/libraries/button/app_button.c \ + $(SDK_ROOT)/components/libraries/util/app_error.c \ + $(SDK_ROOT)/components/libraries/util/app_error_handler_gcc.c \ + $(SDK_ROOT)/components/libraries/util/app_error_weak.c \ + $(SDK_ROOT)/components/libraries/scheduler/app_scheduler.c \ + $(SDK_ROOT)/components/libraries/timer/app_timer.c \ + $(SDK_ROOT)/components/libraries/util/app_util_platform.c \ + $(SDK_ROOT)/components/libraries/util/nrf_assert.c \ + $(SDK_ROOT)/components/libraries/atomic/nrf_atomic.c \ + $(SDK_ROOT)/components/libraries/balloc/nrf_balloc.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf.c \ + $(SDK_ROOT)/external/fprintf/nrf_fprintf_format.c \ + $(SDK_ROOT)/components/libraries/experimental_memobj/nrf_memobj.c \ + $(SDK_ROOT)/components/libraries/strerror/nrf_strerror.c \ + $(SDK_ROOT)/integration/nrfx/legacy/nrf_drv_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_gpiote.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/prs/nrfx_prs.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uart.c \ + $(SDK_ROOT)/modules/nrfx/drivers/src/nrfx_uarte.c \ + $(SDK_ROOT)/components/libraries/bsp/bsp.c \ + $(PROJ_DIR)/main.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_Syscalls_GCC.c \ + $(SDK_ROOT)/external/segger_rtt/SEGGER_RTT_printf.c \ + $(SDK_ROOT)/modules/nrfx/mdk/system_nrf52840.c \ + +# Include folders common to all targets +INC_FOLDERS += \ + $(SDK_ROOT)/components/proprietary_rf/gzll \ + $(PROJ_DIR) \ + $(SDK_ROOT)/components/libraries/experimental_log/src \ + $(SDK_ROOT)/components/libraries/balloc \ + $(SDK_ROOT)/components/libraries/scheduler \ + ../config \ + $(SDK_ROOT)/integration/nrfx \ + $(SDK_ROOT)/modules/nrfx/mdk \ + $(SDK_ROOT)/components/libraries/strerror \ + $(SDK_ROOT)/components/boards \ + $(SDK_ROOT)/components/libraries/experimental_memobj \ + $(SDK_ROOT)/components/drivers_nrf/nrf_soc_nosd \ + $(SDK_ROOT)/components/libraries/button \ + $(SDK_ROOT)/modules/nrfx/hal \ + $(SDK_ROOT)/components/libraries/bsp \ + $(SDK_ROOT)/modules/nrfx/drivers/include \ + $(SDK_ROOT)/external/fprintf \ + $(SDK_ROOT)/components/libraries/experimental_section_vars \ + $(SDK_ROOT)/components/libraries/util \ + $(SDK_ROOT)/modules/nrfx \ + $(SDK_ROOT)/components \ + $(SDK_ROOT)/external/segger_rtt \ + $(SDK_ROOT)/integration/nrfx/legacy \ + $(SDK_ROOT)/components/libraries/experimental_log \ + $(SDK_ROOT)/components/libraries/atomic \ + $(SDK_ROOT)/components/libraries/delay \ + $(SDK_ROOT)/components/toolchain/cmsis/include \ + $(SDK_ROOT)/components/libraries/timer \ + +# Libraries common to all targets +LIB_FILES += \ + $(SDK_ROOT)/components/proprietary_rf/gzll/gcc/gzll_nrf52840_sd_resources_gcc.a \ + +# Optimization flags +OPT = -O3 -g3 +# Uncomment the line below to enable link time optimization +#OPT += -flto + +# C flags common to all targets +CFLAGS += $(OPT) +CFLAGS += -DBOARD_PCA10056 +CFLAGS += -DCONFIG_GPIO_AS_PINRESET +CFLAGS += -DFLOAT_ABI_HARD +CFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +CFLAGS += -DGAZELL_PRESENT +CFLAGS += -DNRF52840_XXAA +CFLAGS += -DSWI_DISABLE0 +CFLAGS += -DUSE_SD_HW_RESOURCES +CFLAGS += -mcpu=cortex-m4 +CFLAGS += -mthumb -mabi=aapcs +CFLAGS += -Wall -Werror +CFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# keep every function in a separate section, this allows linker to discard unused ones +CFLAGS += -ffunction-sections -fdata-sections -fno-strict-aliasing +CFLAGS += -fno-builtin -fshort-enums + +# C++ flags common to all targets +CXXFLAGS += $(OPT) + +# Assembler flags common to all targets +ASMFLAGS += -g3 +ASMFLAGS += -mcpu=cortex-m4 +ASMFLAGS += -mthumb -mabi=aapcs +ASMFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +ASMFLAGS += -DBOARD_PCA10056 +ASMFLAGS += -DCONFIG_GPIO_AS_PINRESET +ASMFLAGS += -DFLOAT_ABI_HARD +ASMFLAGS += -DGAZELL_ALTERNATIVE_RESOURCES +ASMFLAGS += -DGAZELL_PRESENT +ASMFLAGS += -DNRF52840_XXAA +ASMFLAGS += -DSWI_DISABLE0 +ASMFLAGS += -DUSE_SD_HW_RESOURCES + +# Linker flags +LDFLAGS += $(OPT) +LDFLAGS += -mthumb -mabi=aapcs -L$(SDK_ROOT)/modules/nrfx/mdk -T$(LINKER_SCRIPT) +LDFLAGS += -mcpu=cortex-m4 +LDFLAGS += -mfloat-abi=hard -mfpu=fpv4-sp-d16 +# let linker dump unused sections +LDFLAGS += -Wl,--gc-sections +# use newlib in nano version +LDFLAGS += --specs=nano.specs + +nrf52840_xxaa: CFLAGS += -D__HEAP_SIZE=8192 +nrf52840_xxaa: CFLAGS += -D__STACK_SIZE=8192 +nrf52840_xxaa: ASMFLAGS += -D__HEAP_SIZE=8192 +nrf52840_xxaa: ASMFLAGS += -D__STACK_SIZE=8192 + +# Add standard libraries at the very end of the linker input, after all objects +# that may need symbols provided by these libraries. +LIB_FILES += -lc -lnosys -lm + + +.PHONY: default help + +# Default target - first one defined +default: nrf52840_xxaa + +# Print all targets that can be built +help: + @echo following targets are available: + @echo nrf52840_xxaa + @echo sdk_config - starting external tool for editing sdk_config.h + @echo flash - flashing binary + +TEMPLATE_PATH := $(SDK_ROOT)/components/toolchain/gcc + + +include $(TEMPLATE_PATH)/Makefile.common + +$(foreach target, $(TARGETS), $(call define_target, $(target))) + +.PHONY: flash erase + +# Flash the program +flash: $(OUTPUT_DIRECTORY)/nrf52840_xxaa.hex + @echo Flashing: $< + nrfjprog -f nrf52 --program $< --sectorerase + nrfjprog -f nrf52 --reset + +erase: + nrfjprog -f nrf52 --eraseall + +SDK_CONFIG_FILE := ../config/sdk_config.h +CMSIS_CONFIG_TOOL := $(SDK_ROOT)/external_tools/cmsisconfig/CMSIS_Configuration_Wizard.jar +sdk_config: + java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE) diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld new file mode 100644 index 0000000..8eec923 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/armgcc/gzll_ack_payload_host_gcc_nrf52.ld @@ -0,0 +1,51 @@ +/* Linker script to configure memory regions. */ + +SEARCH_DIR(.) +GROUP(-lgcc -lc -lnosys) + +MEMORY +{ + FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000 + RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000 +} + +SECTIONS +{ +} + +SECTIONS +{ + . = ALIGN(4); + .mem_section_dummy_ram : + { + } + .log_dynamic_data : + { + PROVIDE(__start_log_dynamic_data = .); + KEEP(*(SORT(.log_dynamic_data*))) + PROVIDE(__stop_log_dynamic_data = .); + } > RAM + +} INSERT AFTER .data; + +SECTIONS +{ + .mem_section_dummy_rom : + { + } + .log_const_data : + { + PROVIDE(__start_log_const_data = .); + KEEP(*(SORT(.log_const_data*))) + PROVIDE(__stop_log_const_data = .); + } > FLASH + .nrf_balloc : + { + PROVIDE(__start_nrf_balloc = .); + KEEP(*(.nrf_balloc)) + PROVIDE(__stop_nrf_balloc = .); + } > FLASH + +} INSERT AFTER .text + +INCLUDE "nrf_common.ld" diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/config/sdk_config.h new file mode 100644 index 0000000..281d109 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/config/sdk_config.h @@ -0,0 +1,3968 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// Application + +//========================================================== +// GZLL_PA_LNA_CONTROL - Turns on external PA/LNA control. +//========================================================== +#ifndef GZLL_PA_LNA_CONTROL +#define GZLL_PA_LNA_CONTROL 0 +#endif +// pa_lna_control_pins - SKY66112 control pins. + +//========================================================== +// GZLL_PA_LNA_CHL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CHL_PIN +#define GZLL_PA_LNA_CHL_PIN 21 +#endif + +// GZLL_PA_LNA_CPS_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CPS_PIN +#define GZLL_PA_LNA_CPS_PIN 22 +#endif + +// GZLL_PA_LNA_ANT_SEL_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_ANT_SEL_PIN +#define GZLL_PA_LNA_ANT_SEL_PIN 23 +#endif + +// GZLL_PA_LNA_CSD_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CSD_PIN +#define GZLL_PA_LNA_CSD_PIN 24 +#endif + +// GZLL_PA_LNA_CTX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CTX_PIN +#define GZLL_PA_LNA_CTX_PIN 27 +#endif + +// GZLL_PA_LNA_CRX_PIN - Pin number + +// <0=> 0 (P0.0) +// <1=> 1 (P0.1) +// <2=> 2 (P0.2) +// <3=> 3 (P0.3) +// <4=> 4 (P0.4) +// <5=> 5 (P0.5) +// <6=> 6 (P0.6) +// <7=> 7 (P0.7) +// <8=> 8 (P0.8) +// <9=> 9 (P0.9) +// <10=> 10 (P0.10) +// <11=> 11 (P0.11) +// <12=> 12 (P0.12) +// <13=> 13 (P0.13) +// <14=> 14 (P0.14) +// <15=> 15 (P0.15) +// <16=> 16 (P0.16) +// <17=> 17 (P0.17) +// <18=> 18 (P0.18) +// <19=> 19 (P0.19) +// <20=> 20 (P0.20) +// <21=> 21 (P0.21) +// <22=> 22 (P0.22) +// <23=> 23 (P0.23) +// <24=> 24 (P0.24) +// <25=> 25 (P0.25) +// <26=> 26 (P0.26) +// <27=> 27 (P0.27) +// <28=> 28 (P0.28) +// <29=> 29 (P0.29) +// <30=> 30 (P0.30) +// <31=> 31 (P0.31) +// <32=> 32 (P1.0) +// <33=> 33 (P1.1) +// <34=> 34 (P1.2) +// <35=> 35 (P1.3) +// <36=> 36 (P1.4) +// <37=> 37 (P1.5) +// <38=> 38 (P1.6) +// <39=> 39 (P1.7) +// <40=> 40 (P1.8) +// <41=> 41 (P1.9) +// <42=> 42 (P1.10) +// <43=> 43 (P1.11) +// <44=> 44 (P1.12) +// <45=> 45 (P1.13) +// <46=> 46 (P1.14) +// <47=> 47 (P1.15) +// <4294967295=> Not connected + +#ifndef GZLL_PA_LNA_CRX_PIN +#define GZLL_PA_LNA_CRX_PIN 2 +#endif + +// +//========================================================== + +// pa_lna_hw_resources - HW resources used for front end module control. + +//========================================================== +// GZLL_PA_LNA_TX_GPIOTE_CHAN - GPIOTE channel used to control TX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_TX_GPIOTE_CHAN +#define GZLL_PA_LNA_TX_GPIOTE_CHAN 0 +#endif + +// GZLL_PA_LNA_RX_GPIOTE_CHAN - GPIOTE channel used to control RX pin. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GZLL_PA_LNA_RX_GPIOTE_CHAN +#define GZLL_PA_LNA_RX_GPIOTE_CHAN 1 +#endif + +// GZLL_PA_LNA_PPI_CHAN_1 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_1 +#define GZLL_PA_LNA_PPI_CHAN_1 12 +#endif + +// GZLL_PA_LNA_PPI_CHAN_2 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_2 +#define GZLL_PA_LNA_PPI_CHAN_2 13 +#endif + +// GZLL_PA_LNA_PPI_CHAN_3 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_3 +#define GZLL_PA_LNA_PPI_CHAN_3 14 +#endif + +// GZLL_PA_LNA_PPI_CHAN_4 - PPI channel used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 +// <8=> 8 +// <9=> 9 +// <10=> 10 +// <11=> 11 +// <12=> 12 +// <13=> 13 +// <14=> 14 +// <15=> 15 +// <16=> 16 +// <17=> 17 +// <18=> 18 +// <19=> 19 + +#ifndef GZLL_PA_LNA_PPI_CHAN_4 +#define GZLL_PA_LNA_PPI_CHAN_4 15 +#endif + +// GZLL_PA_LNA_TIMER_NUM - Timer used for PA/LNA control. + +// <0=> 0 +// <1=> 1 +// <2=> 2 +// <3=> 3 + +#ifndef GZLL_PA_LNA_TIMER_NUM +#define GZLL_PA_LNA_TIMER_NUM 3 +#endif + +// +//========================================================== + +// pa_lna_settings - Front end control settings. + +//========================================================== +// GZLL_PA_ENABLED - Flag indicating if PA control pin is used. + + +#ifndef GZLL_PA_ENABLED +#define GZLL_PA_ENABLED 1 +#endif + +// GZLL_LNA_ENABLED - Flag indicating if LNA control pin is used. + + +#ifndef GZLL_LNA_ENABLED +#define GZLL_LNA_ENABLED 1 +#endif + +// GZLL_PA_ACTIVE_HIGH - Flag indicating if PA is active on high pin state. + + +#ifndef GZLL_PA_ACTIVE_HIGH +#define GZLL_PA_ACTIVE_HIGH 1 +#endif + +// GZLL_LNA_ACTIVE_HIGH - Flag indicating if LNA is active on high pin state. + + +#ifndef GZLL_LNA_ACTIVE_HIGH +#define GZLL_LNA_ACTIVE_HIGH 1 +#endif + +// GZLL_PA_LNA_RAMP_UP_TIME - Front End Module ramp up time [us]. <0-129> + + +#ifndef GZLL_PA_LNA_RAMP_UP_TIME +#define GZLL_PA_LNA_RAMP_UP_TIME 1 +#endif + +// +//========================================================== + +// + +// GZLL_TX_STATISTICS - Turns on transmission statistics gathering. + + +#ifndef GZLL_TX_STATISTICS +#define GZLL_TX_STATISTICS 1 +#endif + +// +//========================================================== + +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE1_ENABLED - Enable UARTE1 instance +#ifndef NRFX_UARTE1_ENABLED +#define NRFX_UARTE1_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// UART1_ENABLED - Enable UART1 instance +//========================================================== +#ifndef UART1_ENABLED +#define UART1_ENABLED 0 +#endif +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf new file mode 100644 index 0000000..8e25f22 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_iar_nRF5x.icf @@ -0,0 +1,36 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0xfffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2003ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 8192; +define symbol __ICFEDIT_size_heap__ = 8192; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; +define block RO_END with alignment = 8, size = 0 { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly, + block RO_END }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewd new file mode 100644 index 0000000..a846fea --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewp new file mode 100644 index 0000000..7d656f7 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/iar/gzll_ack_payload_host_pca10056.ewp @@ -0,0 +1,1061 @@ + + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52840.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52840_sd_resources_iar.a + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/flash_placement.xml b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/flash_placement.xml new file mode 100644 index 0000000..42d7b71 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/flash_placement.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emProject b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emProject new file mode 100644 index 0000000..b041fca --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emProject @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emSession b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emSession new file mode 100644 index 0000000..8a9a1f8 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzll_ack_payload/host/pca10056/blank/ses/gzll_ack_payload_host_pca10056.emSession @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/config/nrf_gzp_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/config/nrf_gzp_config.h new file mode 100644 index 0000000..e3a1159 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/config/nrf_gzp_config.h @@ -0,0 +1,173 @@ +/** + * Copyright (c) 2008 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef __GZP_CONFIG_H +#define __GZP_CONFIG_H + +#include "nrf.h" + +#ifdef __cplusplus +extern "C" { +#endif + + +/** + * Definition of "secret key" used during "Host ID exchange". + */ + +#define GZP_SECRET_KEY {1, 23, 45, 45, 26, 68, 12, 64, 35, 73, 13, 23, 26, 45, 11, 77} + +//----------------------------------------------------------------------------- + +/** + Definition of the first static selected pairing channel. Should be located in + the lower Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_LOW 2 + +/** + Definition of the second static selected pairing channel. Should be located in + the upper Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_HIGH 79 + +/** + Definition of the static "global" pairing address. +*/ +#define GZP_ADDRESS 4, 5, 7, 11 + +/** + Reduced TX power for use during close proximity pairing. + */ +#define GZP_POWER NRF_GZLL_TX_POWER_N16_DBM + +/** + Definition of pairing request timeout. +*/ +#define GZP_REQ_TX_TIMEOUT 200 + +/** + Definition of the maximimum number of "backoff" packets (step 0) to be transmitted. +*/ +#define GZP_MAX_BACKOFF_PACKETS 100 + +/** + Definition of the period a device shall wait before attempting to send the packet for + fetching the pairing response (step 1). +*/ +#define GZP_TX_ACK_WAIT_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + 50) + +/** + Definition of the period a device in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT ((GZP_REQ_TX_TIMEOUT / 2) + 50) + +/** + Definition of the period a device NOT in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_NOT_PROXIMITY_BACKOFF_RX_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + GZP_STEP1_RX_TIMEOUT) + +/** + Definition of the time the host waits for a device to complete + transmission of the pairing request step 1 packet. +*/ +#define GZP_STEP1_RX_TIMEOUT (((GZP_REQ_TX_TIMEOUT / 2) + GZP_TX_ACK_WAIT_TIMEOUT) + 50) + +/** + Definition of the lowest boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MIN 2 + +/** + Definition of the upper boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MAX 80 + +/** + Definition of the minimum channel spacing for the channel subset generated + during pairing. +*/ +#define GZP_CHANNEL_SPACING_MIN 5 + +/** + Non volatile memory (Flash or OTP) storage address. A device will + require GZP_DEVICE_PARAMS_STORAGE_SIZE bytes of memory, and + Host 11 bytes. When using flash memory, storage address should + be a multiple of chip page size. +*/ + +#ifdef SOFTDEVICE +#define GZP_PARAMS_STORAGE_ADR 0x00015000 +#else +#define GZP_PARAMS_STORAGE_ADR 0x00001000 +#endif + +/** + Number of bytes available for parameter storage in Device. + It is equal to flash page size on nRF5x chips. +*/ +#if defined (NRF51) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 1024 +#elif defined (NRF52_SERIES) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 4096 +#else + #error Chip type is undefined! +#endif + +/** + Maximum Device TX payload length [bytes]. + */ +#define GZP_MAX_FW_PAYLOAD_LENGTH 17 + +/** + Maximum Host ACK payload length [bytes]. + */ +#define GZP_MAX_ACK_PAYLOAD_LENGTH 10 + + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/gzp_desktop_emulator.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/gzp_desktop_emulator.eww new file mode 100644 index 0000000..1388089 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/gzp_desktop_emulator.eww @@ -0,0 +1,8 @@ + + + + $WS_DIR$\pca10056\iar\gzp_desktop_emulator_pca10056.ewp + + $WS_DIR$\pca10040\iar\gzp_desktop_emulator_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10040.hex new file mode 100644 index 0000000..50a3df8 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10040.hex @@ -0,0 +1,1832 @@ +:020000040000FA +:10000000F81A0020F90200000103000003030000B9 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000081040000A10900001303000055 +:100050001303000013030000130300001303000048 +:1000600013030000F50800003D0900001303000021 +:100070001303000013030000130300001303000028 +:100080001303000013030000130300001303000018 +:100090001105000013030000130300001303000008 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000000000000DE +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F0C6F80048004729290000AC +:10021000F81A002030B4044654E8000F0D4644E8B4 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE785050000010200000048704787 +:10032000FC70000040EA01039B0703D009E008C904 +:10033000121F08C0042AFAD203E011F8013B00F8AA +:10034000013B521EF9D27047D2B201E000F8012BF6 +:10035000491EFBD270470022F6E710B513460A4645 +:1003600004461946FFF7F0FF204610BD421C10F866 +:10037000011B0029FBD1801A704730B504460020CC +:10038000034600E05B1C934203D2E05CCD5C401B63 +:10039000F8D030BD064C074D06E0E06840F00103A0 +:1003A00094E8070098471034AC42F6D3FFF72CFFCF +:1003B00094710000B471000030B58C1810F8012B56 +:1003C00012F00F0301D110F8013B120906D110F809 +:1003D000012B03E010F8015B01F8015B5B1EF9D112 +:1003E00001E001F8013B521EFBD1A142E6D30020FF +:1003F00030BD00F01F02012191404009800000F152 +:10040000E020C0F88012704700F01F0201219140E7 +:100410004009800000F1E020C0F88012704700F031 +:100420001F02012191404009800000F1E020C0F846 +:100430008012704700F01F020121914040098000A6 +:1004400000F1E020C0F88011704700F01F02012188 +:1004500091404009800000F1E020C0F80011704791 +:100460004907090E002806DA00F00F0000F1E0202D +:1004700080F8141D704700F1E02080F800147047E8 +:1004800070B5204D28696C78401C2861687D10B1DA +:100490001D4802F047FC287803281AD11B48D0F8E1 +:1004A0000C01B0B1012C04D0022C0AD01648123035 +:1004B00023E02869032816D01348083002F032FCE4 +:1004C00011E02869022812D00F480D3002F02AFCF2 +:1004D0000DE0032C0FD2012C05D0022C07D0BDE873 +:1004E000704004F0F5BBBDE8704004F01DBCBDE8F1 +:1004F000704004F02FBE04482830BDE8704002F080 +:1005000011BC0000AC07002038030A0000100040B6 +:1005100030B51B4C85B00025012080F31088D4F83D +:10052000D40038B3D4F8D00000EB800004EB800096 +:1005300001798DF800108168C26803694069CDE9CE +:100540000330CDE90112D4F8D400401EC4F8D40021 +:10055000D4F8D000401CC4F8D000D4F8D0000A2849 +:1005600001D3C4F8D050002080F310882168684679 +:100570008847D1E7002080F3108805B030BD000027 +:10058000C8070020F0B5B5480023021D0178101DF2 +:1005900001254FF0805406290BD11678360708D173 +:1005A0000678C6F30316032E06D0042E04D0052EBB +:1005B00002D0062907D00EE0B4F82463A84FC6F392 +:1005C00004263E6002E01678360704D10678C6F3AA +:1005D0000316032E02D0062904D00FE0A24FA14E2D +:1005E0007E670EE01678360708D10678C6F3031644 +:1005F000032E06D0042E04D0052E02D0062907D0E3 +:100600000EE0D4F84462994FC6F342363E6002E0F1 +:100610001678360704D10678C6F30316032E02D0E7 +:10062000062906D011E0924E376827F080773760B0 +:100630000EE01678360708D10678C6F30316032EA7 +:1006400006D0042E04D0052E02D006290AD011E0CF +:100650004FF08046C6F80C31C6F81031834E361F75 +:10066000336002E01678360704D10678C6F3031625 +:10067000032E02D0062905D00CE07C4F03266437F8 +:100680003E600AE01678360704D10678C6F30316F2 +:10069000032E02D006290DD014E0764F05263E60C9 +:1006A000744E78363560734E083633603F263F1DF2 +:1006B0003E6002E01678360704D10678C6F30316CA +:1006C000052E02D0062957D062E06B4E36686B4F7C +:1006D0003E60694E361D36683F1D3E60664E0836E8 +:1006E00036683F1D3E60644E0C3636683F1D3E60E6 +:1006F000614E103636683F1D3E605F4E14363668D8 +:100700003F1D3E605C4E183636685C4F20373E60B9 +:10071000594E1C3636683F1D3E60574E20363668AF +:100720003F1D3E60544E243636683F1D3E60524E9B +:10073000283636683F1D3E604F4E2C3636683F1DCA +:100740003E604D4E303636684C4F40373E604A4E24 +:10075000343636683F1D3E60474E383636683F1D9A +:100760003E60454E3C3636683F1D3E60424E403648 +:1007700036683F1D3E6002E01678360708D10678DD +:10078000C6F30316032E06D0042E04D0052E02D085 +:10079000062907D019E0D4F85812394A01F04F0160 +:1007A000116002E0117809070FD10078C0F303103F +:1007B000032803D0042801D0052806D13148016858 +:1007C000C90702D06FF001010160D4F8300106289A +:1007D00008D1D4F83401062804D12B48016841F42B +:1007E0008061016022487438016841F47001016041 +:1007F000BFF34F8FBFF36F8F4FF01021D1F800027E +:10080000002803DBD1F80402002822DA1F4A156011 +:100810001F480468002CFCD01524C1F8004205686C +:10082000002DFCD0C1F8044201680029FCD01360FF +:1008300001680029FCD0BFF34F8F0D48F0380168E4 +:10084000144A01F4E06111430160BFF34F8F00BF10 +:10085000FDE7124910480860F0BD0000E00F00F00D +:10086000403501400DF0ADBA00C007403C050040E6 +:10087000FCED00E0105600400404001020C50040CC +:10088000E40E0040000400403C17004004E5014035 +:1008900000E401400400FA050090D003BC000020F1 +:1008A000124A10B50021104B126809E053F821409C +:1008B000844203D10E4802F035FA13E0491CC9B254 +:1008C0009142F3D3084A002112F1180201EB0113FF +:1008D00002EB4303834201D1012010BD491CC9B280 +:1008E0000629F3D3002010BD140A00202C0100209B +:1008F000EC0003000E4800220178142905D2491C9F +:10090000C9B201700A2901D302E00270022101E09C +:100910006FF00101074803680B4403604368194402 +:100920004160012141720448C0F8402102F014B92D +:1009300006000020440100200090004070B5144ED5 +:100940004FF48030C6F808030025C6F84051114C1A +:10095000606810B9104802F0E5F9A57062680123DB +:10096000656073640D480168001F00681430B1F5BC +:10097000804F04D2B0F5404F01D9637005E0814249 +:1009800001D3012000E000206070BDE870401047F6 +:1009900000A0004004010020E500040044A5004040 +:1009A00001480068004700002000002002E008C85D +:1009B000121F08C1002AFAD170477047002001E0D9 +:1009C00001C1121F002AFBD17047000072B605F06A +:1009D00049F900BF04F09CFF0028FBD1104C012115 +:1009E000208801EB00400FA105F09EF81048006838 +:1009F000C00700D000BE2088022101EB00400DA1FD +:100A000005F092F8BFF34F8F0948E43801680D4AAA +:100A100001F4E06111430160BFF34F8F00BFFDE7B8 +:100A200040010020466174616C206572726F720033 +:100A3000F0ED00E053797374656D20726573657431 +:100A4000000000000400FA050EB500210091CDE978 +:100A500001106A4644F20100FFF7B8FF0EBD00F036 +:100A600003B800F009B8000072B602480168491CDA +:100A7000016070472800002003490868401E086094 +:100A800000D162B670470000280000202DE9F04137 +:100A9000064608680C46411C4FF0A0474FF0010580 +:100AA00006D005FA00F1C7F80815206802F022FE0A +:100AB0006068411C02D0002102F00AFE3168A06982 +:100AC000C1F82405607D227D31681043C1F86C05B2 +:100AD000D4E900123068C0F81425C0F80C15207D48 +:100AE000012815D1A068411C02D0002102F0F0FDC0 +:100AF000E068411C05D08540C7F80855E06802F061 +:100B0000F9FDD4E902123068C0F80825C0F81015C4 +:100B1000BDE8F0812DE9F041064608680C46411C0D +:100B20004FF0A0474FF0010506D005FA00F1C7F8D5 +:100B30000815206802F0E8FD6068411C02D0002121 +:100B400002F0CFFD3168A069C1F82405607D217DE8 +:100B500032680843C2F86C05D4E900123068C0F866 +:100B60000C15C0F81425207D012815D1A068411C62 +:100B700002D0002102F0B5FDE068411C05D085409F +:100B8000C7F80855E06802F0BFFDD4E902123068EA +:100B9000C0F80825C0F81015BDE8F0810649095CC9 +:100BA0004FF0A040D0F81005C84010F0010000D070 +:100BB000012080F001007047E06F00002DE9FC414A +:100BC0000646C0074FF000050ED0104F002401224A +:100BD000385D009500231146019502F031FD641C3B +:100BE000042CF4D300F01CF8B0070DD5074E0024F8 +:100BF000361D0022305D032300951146019502F059 +:100C00001FFD641C042CF4D3BDE8FC81DC6F0000E4 +:100C10000249085C012102F081BD0000DC6F000088 +:100C200010B500242046FFF7F3FF641C042CF9D311 +:100C300010BD042801D2FFF7B1BF0020704710B5E6 +:100C40000024FFF7BBFF204610BD00002DE9F04750 +:100C50000546861C90460F464FF001090020FFF71D +:100C6000FEFE1B4C20683860D4E90001401AA168E0 +:100C700004F21C47081A0EE00121384602F05AF827 +:100C800001F004FE0146384602F054F8D4E90001B0 +:100C9000401AA168081A401C8642EDD8B8F1000F2E +:100CA00003D0052065F3891002E0062065F39F500C +:100CB000A2682168114004EB8101C86020683044BB +:100CC00020600020FFF7CDFE4846BDE8F087000019 +:100CD000D002002030B482680468531C8360A154A1 +:100CE000D0E901128A4202D330BC02F0B0BB30BC62 +:100CF00070470000034803C8814201D101207047BA +:100D000000207047D002002010B50021024802F0F8 +:100D10001CF880F3100010BDEC0600202DE9F04116 +:100D20001B4C1C4E4FF00005217960784FF00308F2 +:100D300081434FF0010707D02571318808EB01404E +:100D400015A104F0F1FE01E000B12771E1782078EF +:100D5000814307D0E570318808EB014015A104F00C +:100D6000E3FE01E000B1E7706179A078814307D02C +:100D70006571318808EB014014A104F0D5FE01E053 +:100D800000B1677104F0C4FD0028FBD1BDE8F0811B +:100D9000000000204001002053797374656D2061CC +:100DA000646472657373206E6F7420726563656925 +:100DB00076656400486F7374204944206E6F742018 +:100DC00072656365697665640000000044796E2091 +:100DD0004B6579206E6F7420726563656976656412 +:100DE0000000000002490A880280897881707047FB +:100DF000287000002DE9F0418AB0202700260997CD +:100E000002F088FD054602F0AFFD804602F030FF9B +:100E1000C82002F0BBFE052002F0F0FE002002F028 +:100E200049FD02F0F7FC00208DF820000446002266 +:100E3000012108A801F080FB30B1002002F026FF5C +:100E4000641CE4B2642CF2D3C82001F01DF9012027 +:100E50008DF820000146002208A801F06DFB08B3C0 +:100E60001E480078F0B1002002F056FD00281DDD7C +:100E700009AA69460020099702F0E6FCB0B19DF886 +:100E80000000082812D11548DDF801100C38C0F810 +:100E900003100DF1010001F0B1FB002001F058FA40 +:100EA000012603E04FF4967001F0EEF84FF4AF70B6 +:100EB00001F0EAF802F0DCFE002002F0FBFC00206A +:100EC00002F008FD284602F061FE404602F096FE60 +:100ED00002F0A0FC0AB03046BDE8F081B20000206C +:100EE000002207E010F8013BFF2B01D000207047E3 +:100EF000521CD2B28A42F5D301207047F0B50746A2 +:100F0000204889B0154600780E4698B1012814D0C3 +:100F1000022834D110221C4904A8FFF703FA1B4908 +:100F20000D2204A8FFF7FEF90024164A6846521C59 +:100F300021460DE010221449F3E71022124904A8BB +:100F4000FFF7F0F904A801F0DFF8EDE7052C02D275 +:100F5000135D035500E00155641CE4B2102CF5D379 +:100F600002F058F804A802F067F86946084602F053 +:100F700027F82B466A463146384601F09FFB09B0F8 +:100F8000F0BD0000A00000202B700000140700201E +:100F900070B50C4605460D2910D801F031F808B19E +:100FA000012070BD0648007840B901F08FF928B1E2 +:100FB00021462846BDE8704001F022B8002070BDEF +:100FC000A60000200149087070470000A000002022 +:100FD00001460D220148FFF7A5B9000014070020C3 +:100FE00003490268C1F80120007948717047000088 +:100FF000A00000200148407A704700004401002012 +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:10200000F0B50746081D89B0C6B206208DF810004D +:1020100004AC0D46601CFEF7E5FE2A463946201D3D +:10202000FEF780F9174D287808B1002000E0022063 +:10203000FEF7C8FF701EC2B2611C601CFEF75EFF97 +:1020400001200090002301AA314604A800F08AFA7A +:1020500018B99DF804000B2802D0002009B0F0BD8B +:1020600001AC0322A01DA11DFEF748FFA01D00F03A +:1020700019FB0028F2D0287810B9601CFEF7B0FFD9 +:102080000120EBE7A600002010B5044601F058FC43 +:102090006043400004D00349BDE810408001084778 +:1020A00010BD000041700000F0B54E23B3FBF2F507 +:1020B000022303704F23841804F8013C81B10123EB +:1020C000541E0BE003F003068E5DB6FBF5F705FB2F +:1020D000176605FB0366C6545B1CDBB2A342F1DB4B +:1020E00001210DE04318445C13F8013CE31ADBB214 +:1020F000052B03D2C3F1050323444354491CC9B241 +:102100009142EFD3F0BD00000349D1F807200260EF +:10211000C97A017170470000A600002010B588B090 +:1021200000216FF0010002AAFF235354491C09B299 +:102130000529FADB40F6817241F27E01895CFF29B4 +:1021400017D00F20B0EB111F01D00C0901E001F0F6 +:102150000F04214604A800F0F0F8052202A905A802 +:10216000FEF70BF910B1204608B010BD4FF0FF305C +:10217000FAE7521E12B2002ADEDAF5E7F0B52F4D6B +:1021800087B000262878012701ACB0B103208DF874 +:102190000400601CFEF726FE0020FEF713FF03225A +:1021A000611C601CFEF7AAFE002303AA042101A8FB +:1021B000009700F0D7F9A0B117E002208DF80400D5 +:1021C0000521601C00F086F90122062101A800F01B +:1021D000B3F950B1601CFEF703FF2F70002007B069 +:1021E000F0BD9DF80C00092802D02E700320F6E700 +:1021F00003AC0922601C611CFEF780FE601C00F02D +:1022000051FAC0B19DF8100020B1012805D0022874 +:1022100000D12E709DF81000E1E7601D00F076F906 +:102220000D21074800F056F90548FEF7D1FE0120C0 +:1022300000F08EF8EDE72E700220D0E7A600002017 +:102240002107002041F6FF700078FF2801D001200F +:1022500070470020704740F6817041F27E01095CB2 +:10226000FF2905D00F20B0EB111F07D008097047D8 +:10227000401E00B20028F0DA0E20704701F00F0077 +:10228000704700003EB5104C00202070FFF7DAFFC9 +:1022900098B94FF4805090F87E00FF280DD0FFF7DA +:1022A000DAFF01460E2808D2684600F046F800988A +:1022B000C4F8030001A800F029F9BDE83E40024837 +:1022C000C01C00F09BB90000A600002010B58AB029 +:1022D00004208DF80400012001460090002306AA86 +:1022E00001A800F03FF930BB9DF818000A2822D160 +:1022F0000DF11900FEF774FE05208DF8040001AC05 +:10230000601CFEF76FFD0D21201D00F0E3F8201D7D +:10231000FEF75EFE0120FEF755FE1022611C601CD8 +:10232000FEF7ECFD0122112101A800F005F910B122 +:1023300001200AB010BD0020FBE701EBC10101F54F +:1023400080510A6802604A684260097A01727047E7 +:102350002DE9FE4300265E4FB046344600285ED08D +:102360000025E94629466846FFF7E7FF5849042259 +:10237000C91C6846FEF701F838B955490522C91D40 +:1023800009F10400FDF7F9FF80B16D1CEDB20E2DCF +:10239000E8D3002529466846FFF7CFFF4C490422C1 +:1023A000C91C6846FDF7E9FF10B10CE02C4632E08D +:1023B000052109F10400FEF793FD20B1D7F80700CD +:1023C0000190F87A13E06D1CEDB20E2DE2D30025DA +:1023D00029466846FFF7B1FF09216846FEF780FDF0 +:1023E00048B157F8030F009078680190387A8DF85B +:1023F00008002C4631E06D1CEDB20E2DE8D3B8F18B +:10240000000F07D004EBC4006946092200F5805094 +:1024100003F08CFD3EB3FFF715FF28B356E0002410 +:1024200021466846FFF789FF29490422C91C6846EE +:10243000FDF7A3FF0028EED0641CE4B20E2CEFD30E +:10244000002421466846FFF778FF04216846FEF71E +:1024500047FD20B1D7F8030000900126D2E7641CA5 +:10246000E4B20E2CEDD331E0FFF7F5FEA0422DD003 +:102470000E2C2BD04FF48051002040F681720F2596 +:1024800091F87E10531C04E041F27E019042095CF9 +:102490000DD0CE43360706D0B5EB111F0AD164F339 +:1024A0001F11C9B20AE001F0F001214306E044F037 +:1024B000E00103E0401C00B29842E5DB41F27E02FD +:1024C000104403F011FD0120BDE8FE830020FBE76E +:1024D000A6000020F0B50B4B0025C3F800510124E5 +:1024E0001C602A46084E09E0D3F80071002FFBD08B +:1024F00037688754C3F80051521CD2B28A42F3D3D2 +:102500005C60F0BD00D0004008D50040034902687F +:10251000C1F807200079C87270470000A6000020AB +:1025200010B5044601F04EF900E030BF01F002FAA8 +:10253000B0EB440FF9D310BD10B5094C134600227F +:102540006270A2700A460146184601F0F3F808B915 +:1025500010BD30BF60780028FBD0A07810BD00000F +:10256000A60000202DE9FC4780460A200A9D009025 +:1025700016460F46284601F089FB012401F03CF97C +:1025800001F058FA0028FBD101F0D2F981461E2053 +:1025900001F014FB01F03EF92A4639464046FFF7A8 +:1025A000CBFFE0B10224284601F070FB07208DF834 +:1025B00004000A20FFF7B4FF2A46012101A8FFF713 +:1025C000BBFF60B1284601F0A7F940B12020009080 +:1025D0006A463146284601F037F900B1002401F07F +:1025E0000BF900BF01F026FA0028FBD1484601F0A4 +:1025F000E5FA01F00FF92046BDE8FC872DE9FF411F +:10260000054601F017FA264C0646EDB3287869789E +:10261000EA7800EB0120A978090401EB0261471870 +:1026200001F026FB204601F03FFA50B10021084698 +:1026300001F026FA28B1384601F046FA08B1012423 +:1026400002E0012407E037B12146084601F018FAFC +:1026500008B1012700E00027641CE4B2082CF2D383 +:1026600001F04CF90446C2B229466846FFF71CFD4A +:1026700087B12146684601F037FA58B10120002E93 +:1026800005D001F0C7F800E007E030B1012004B048 +:10269000BDE8F0810020002EF9D00020F7E700000F +:1026A0000405070B10B503220349FDF766FE08B1C8 +:1026B000002010BD012010BD2870000070B500245E +:1026C00009E000BF11F8015B12F8016B7540641C52 +:1026D00000F8015BE4B29C42F4D370BD0278521C56 +:1026E000027002788A4201D3002101707047000015 +:1026F0002DE9FC5F0E008346DDE90C47C6F10000C2 +:1027000098469246814600D40846012503E000BF62 +:1027100090FBFAF06D1C5045FADAA84500D9454601 +:1027200024B1002E01DB780700D5641EB80702D55E +:10273000B8F1000F0AD0F80708D13CB1A54205D284 +:1027400020215846641EFEF7C5FAF6E7002E02DA8D +:102750004E462D2102E0780703D52B215846FEF77F +:10276000B9FA07F0030002280BD1B8F1000F08D125 +:102770003CB1A54205D230215846641EFEF7AAFAA4 +:10278000F6E7CDE90047434652463146584604F045 +:10279000CBFBBDE8FC9F000070B50D460446006809 +:1027A0004FF4887103F0F4FD4FF49071206803F04A +:1027B000EFFD4FF49271206803F0EAFD4FF4A2712F +:1027C000206803F0E5FD20681249C0F80413206872 +:1027D0006907000B40B2090E002806DA00F00F006E +:1027E00000F1E02080F8141D03E000F1E02080F803 +:1027F000001420680121000B40B200F01F0291403C +:102800004009800000F1E020C0F88012C0F80011FB +:1028100070BD0000100302000246002012689307FA +:1028200002D0530702D47047500714D502F00300BA +:10283000012802D002280CD105E0C2F383100B68F6 +:10284000801C184404E00223086803EB92521044F1 +:10285000086001207047086800EB9253C2F38910AA +:10286000401CEEE70022027002214254491CC9B20A +:102870000829FAD3704700220270042181700321D5 +:102880004254491CC9B20829FAD370472DE9FF41C7 +:102890000026234800F04BFA2148001F074600F0AD +:1028A00046FA204C60680090A56800E000986946F0 +:1028B000284004EB80000C30FFF7AEFF0028F5D174 +:1028C00001AA009901EA050304EB8303491CDB68B4 +:1028D00042F82030401C00910228F2D3019800F009 +:1028E000030001280BD0022810D10198032101EB2D +:1028F00090500099BDF80A6001EB900005E0019846 +:10290000BDF80A60C0F3831008440090384600F018 +:102910000BFA08B10098606004B03046BDE8F08161 +:10292000E8060020D002002000210220FEF787F9EF +:102930004FF40041002003F051F908B1FEF784F88C +:1029400002F0D8FF36480321008801EB004035A192 +:1029500003F0EAF802F0DCFF0028FBD1012000F0D0 +:10296000CDF810B90020FEF76FF800F0BFF8002096 +:1029700001F01CF828B900F0C7FF00F50340FEF78E +:1029800063F8962001F002F9002001F0E7F828B979 +:1029900000F0BAFF00F50340FEF756F84FF4FC7064 +:1029A00001F01CF928B900F0AFFF00F50340FEF775 +:1029B0004BF8002001F002F928B900F0A5FF00F55E +:1029C0000340FEF741F8FFF7A9FB00231C4910F173 +:1029D000020F05D00122B0F1FF3F04D00A7003E0DE +:1029E0000B704B7001E00B704A70FFF74BFC00F06E +:1029F00011FF28B900F088FF00F50340FEF724F826 +:102A00000120FEF716F908B104F034F80020FEF7B3 +:102A100010F908B103F0BCFFFEF780F9F0E7000001 +:102A2000400100204465736B746F7020656D756C98 +:102A300061746F72206578616D706C6500000000D4 +:102A4000000000202DE9F047C7880446181D1646EF +:102A50008946B0FBF7F1B0FBF7F207FB12009A19B9 +:102A60003A44D21CB2FBF7F2DDF820A001E0246862 +:102A7000491E0029FBD13D1A8846B54216D818E0F8 +:102A8000BAF1000F05D0211809EB08002A46091DEC +:102A900004E0204409EB08012A46001DFDF742FC32 +:102AA00000202468761BA844B74201D9354600E0CF +:102AB0003D46002EE4D1BDE8F087000030B5024667 +:102AC00059B103F0B7F80021074C09E004EB81038A +:102AD00015685B88AB4202D11160002030BD491CF3 +:102AE0008142F3D3052030BD30010020024801218E +:102AF000C16001607047000000900040134A00214F +:102B00001160516051721172114901224A60CA600C +:102B1000931EC1F808331304C1F80433C1F800222E +:102B20000C4A042111600B49303110B14FF4FA50B6 +:102B300001E04FF47A6008604FF0E0214FF400703C +:102B4000C1F88002C1F80001012070474401002053 +:102B50000090004010950040704700000B4910B5F0 +:102B60004A7A8AB1022202708A8842700B88C2F3C4 +:102B7000032242EA031484701A09C270002008601C +:102B800048604872012010BD002010BD44010020A3 +:102B90002DE9F0415C4903780446D1E903020025A0 +:102BA000082B77D2DFE803F0042B4877726E879505 +:102BB000217C914208D238B100EB81018A6C521C11 +:102BC0008A640168491C0160A17B2E4661F30706F7 +:102BD0002189677B61F31F466189606861F30F0596 +:102BE000217B61F31745E17B61F31F6501F07EFCFA +:102BF0002A4631463846BDE8F04100F0F3BD486949 +:102C0000407D10B9414800F08DF82F46218965F3C9 +:102C1000070761F31F476189267B61F30F05617B1D +:102C2000606861F31F6501F061FC2A463946304651 +:102C3000BDE8F04100F0CCBD217B914208D238B113 +:102C400000EB81018A6C521C8A640168491C016096 +:102C5000A07A217A60F3070561F30F25E17A667A9D +:102C6000676861F3174538B11FB92848263000F06E +:102C700059F8384601F03AFC29463046BDE8F041A3 +:102C800000F093BEBDE8F04100F0C2BD00F0D8FEF8 +:102C9000BDE8F08131E01E484168491C416001787F +:102CA0000029F5D0816811B1491E8160F0E7BDE8C7 +:102CB000F04100F0A1BDA379934208D238B100EBF6 +:102CC000830293685B1C93604268521C42608A686E +:102CD0000CE0A379934208D238B100EB83029368E9 +:102CE0005B1C93604268521C42604A68002ACFD045 +:102CF00061792079BDE8F0411047BDE8F041034813 +:102D00007F3000F00FB80000C00000203D04050037 +:102D10003007002002490F220A70886170470000C6 +:102D2000C0000020FFF7F6BF002100F009B8012124 +:102D300000F010B808B56A46FDF79FFA009808BD84 +:102D400008B56A46FDF77FFA08BD08B56A46FDF783 +:102D500061FA08BD08B56A46FDF768FA009808BD33 +:102D600008B56A46FDF796FA009808BD70B50446A6 +:102D700000252846FDF773FE2168626808689042C6 +:102D80000ED9401E08600178A38AE26801FB032582 +:102D9000227A2168101AC0B20A79824200D20871E0 +:102DA0000020FDF75EFE284670BD70B505460C4656 +:102DB0000020FDF754FEE868A98A201AB0FBF1F163 +:102DC0002A681068431C13600170BDE87040002041 +:102DD000FDF747BE10B530B1017A42680368891A21 +:102DE000C9B21A6006E00E2010BD03681A68541CB0 +:102DF0001C601170491EC9B2F7D200680021017130 +:102E0000084610BD70B5074C251F20682968496821 +:102E1000884202D30448FFF785FF2868216880684C +:102E2000405C70BDFC0000204400010001480068C7 +:102E300070470000FC00002010B5044605480068FB +:102E40004068A04202D80448FFF76CFF0148001D0B +:102E5000046010BDF80000204C00010001484068EB +:102E600070470000FC00002010B5044605480068CB +:102E70000068A04202D80448FFF754FF0148001D33 +:102E8000446010BDF80000205800010010B5040097 +:102E900002D10548FFF746FF044800210460001DE9 +:102EA0000160416010BD000027000100F800002013 +:102EB0000948021F4168491C416012681368994221 +:102EC00008D3002343600168491C016052689142A5 +:102ED00000D3036070470000FC000020002839D0B8 +:102EE000401E00BF00BF00BF00BF00BF00BF00BF4B +:102EF00000BF00BF00BF00BF00BF00BF00BF00BFDA +:102F000000BF00BF00BF00BF00BF00BF00BF00BFC9 +:102F100000BF00BF00BF00BF00BF00BF00BF00BFB9 +:102F200000BF00BF00BF00BF00BF00BF00BF00BFA9 +:102F300000BF00BF00BF00BF00BF00BF00BF00BF99 +:102F400000BF00BF00BF00BF00BF00BF00BF00BF89 +:102F500000BFC5D170470000F0B50546047815489C +:102F600089B0164640F82420124A0869121DA2F1C1 +:102F7000080742F82400487F385520226846FDF7AC +:102F8000D1F904942878385C48B10EB10A4A00E0BF +:102F900000226946281D03F061FB09B0F0BD0EB1A7 +:102FA000064A00E00022694605F10C0003F028FA09 +:102FB000F3E700000C000020056E0000516C0000DB +:102FC00070B5124D06464FF080746868814202D099 +:102FD0001022FDF7A7F90E490020C1F800010122D7 +:102FE0000A6001E0641E0ED0D1F80021002AF9D059 +:102FF000C1F80001A9688E4203D010223046FDF7C7 +:1030000091F9012070BD002070BD00001400002067 +:1030100000E000400549064801F11002C0E9001235 +:103020001032826003480160012070475001002087 +:103030001400002004E50040014602481022006808 +:10304000FDF770B9140000202DE9F0410446102866 +:1030500002D30B48FFF766FE094E0A4D761D204647 +:1030600000F07EF8070008D0AF4202D13046FFF7EB +:1030700059FE384600F03AF8F1E7BDE8F08100006B +:10308000D0000300ADDEADDE0148006870470000EF +:103090002C01002010B50020114A014600EB40032E +:1030A0009C186170A170D154401CC0B21028F5D397 +:1030B000DE22CC210B48FDF747F90A4A0020A2F195 +:1030C000180100BF00EB001302EB430341F820306E +:1030D000401CC0B20628F5D303490620086010BD85 +:1030E000240900202C0A00202C01002070B5104C6F +:1030F00006462068062802D30E48FFF713FE304626 +:10310000FDF7CEFB18B90B48401CFFF70BFE0A4D2C +:1031100020680A4955F82000884203D00548801CE1 +:10312000FFF700FE216845F82160491C216070BD51 +:103130002C01002080000300140A0020ADDEADDE6B +:1031400010B50446102802D30348FFF7EBFD0349EE +:1031500004EB4400085C10BDC200030024090020F9 +:1031600070B500260446102802D30C48FFF7DAFD9C +:103170000B4D04EB4404285D70B105F1300000EB09 +:103180008401601910F8022F51F822600321FFF723 +:10319000A5FA285D401E2855304670BDA2000300E8 +:1031A0002409002070B50C460646102902D31248A7 +:1031B000FFF7B8FD3046FDF773FB18B90E48401C09 +:1031C000FFF7B0FD0D4D04EB4404285D032810D239 +:1031D00005F1300000EB8401601910F8012F41F86F +:1031E00022600321FFF77AFA285D401C2855012050 +:1031F00070BD002070BD00008C0003002409002079 +:1032000010B50446102802D30948FFF78BFD094981 +:1032100004EB44000A5C42B101F1300202EB80028F +:103220000844807852F8200010BD002010BD000036 +:10323000B3000300240900200B4810B501680024E6 +:1032400079B10A4A0A4B02EB8102491E52F8044D39 +:10325000136001602046FDF723FB10B90548FFF716 +:1032600061FD204610BD00002C010020140A002042 +:10327000ADDEADDE780003000048704740A100409D +:103280002DE9F74F904607004FF0000502D1344872 +:10329000FFF748FD334C4FF4803BC4F808B3324E7F +:1032A000B07818B12E48801DFFF73CFD706818B14A +:1032B0002B480930FFF736FDDFF8B0A077605FEAF2 +:1032C00008004FF000094FF00108AAF1040724D0CC +:1032D00001282FD0022829D021481D30FFF722FDD8 +:1032E00086F80280C4F840910199294489B2396076 +:1032F0003F68C4F84480DAF80060D4F8400118B19F +:1033000017482B30FFF70EFDAF4215D3AE4201D365 +:10331000BE4221D3124833301CE0C4F84480DAF8AE +:103320000050C4F84080C4F84091D9E70F48001D10 +:103330000568D5E73D68D3E7BE4201D2012000E031 +:103340000020B54201D8012100E00021884203D1CC +:1033500003483E30FFF7E6FCC4F804B3BDE8FE8F37 +:103360008600040000A000400401002044A50040A5 +:103370000048704748A0004070B5144C01266660B4 +:10338000E660666412480025056011483C3000681C +:1033900010B11048FFF7C6FC4FF0FF30C4F8080327 +:1033A000C4F840510A490420083108600A484560C1 +:1033B0000670457085700A20FDF726F84FF0E02171 +:1033C0004FF48060C1F8000170BD000000A0004013 +:1033D00008A50040470004000401002001480078CF +:1033E00070470000040100200349012008600349E0 +:1033F000002008707047000000A000400401002079 +:1034000070B5074801250561C560064C00260A20F5 +:1034100066606670FCF7F8FFA670257070BD00004E +:1034200000A00040040100200148407870470000DF +:10343000040100200FB408B50399002904D004AAA0 +:1034400000926A4600F00FF801B05DF814FB10B569 +:1034500082680446002A05D0D4E90403216898470D +:103460000020A06010BD2DE9FC4791460C0080466D +:1034700076D014F8011B39B125290ED04046FDF74E +:1034800029FC20780028F4D198F80C00002867D097 +:103490004046BDE8FC47FFF7DABF00200122217853 +:1034A0002B291BD02D2902D0302908D102E040F071 +:1034B000010001E040F00200641C002AEFD1002569 +:1034C0002A290ED02178A1F130020A2A11D205EB67 +:1034D000850201EB4205641C303DF1E740F0040039 +:1034E000EAE7D9F800100B1DC9F800300968641C20 +:1034F0000D44217800232E290BD114F8011FA1F1CE +:1035000030020A2A05D203EB830201EB4203303B6F +:10351000F3E76C290DD068290BD0692921D00BDC89 +:10352000252918D0582931D063290ED0642915D106 +:1035300017E014F8011FECE7702969D0732932D025 +:1035400075291BD0782909D120E0D9F80000011D88 +:10355000C9F8001001784046FDF7BCFB641C90E7F9 +:103560006CE0D9F800100A1DC9F800200968CDE9FF +:1035700000500A224046FFF7BBF8EFE7D9F80010E9 +:103580000A1DC9F8002009680A2206E0D9F80010CF +:103590000A1DC9F8002009681022CDE900504046F4 +:1035A00003F0C2FCDAE7D9F8001000270A1DC9F8B9 +:1035B00000200E68C00705D112E04046761C7F1C33 +:1035C000FDF788FB31780029F7D104E0202140463F +:1035D0006D1EFDF77FFBBD42C0D9002DF6D1BDE7C2 +:1035E0004EB13046FCF7C2FE074604E020214046BB +:1035F0006D1EFDF76FFBBD4206D9002DF6D103E02D +:103600004046761CFDF766FB31780029F8D1A5E726 +:10361000D9F80000011DC9F80010056830214046A6 +:10362000FDF758FB78214046FDF754FB08200021A8 +:10363000CDE90001034610222946B0E7BDE8FC872A +:1036400070B541EA4201DDE904564FF0A04441EA79 +:10365000830141EA052104EB800041EA0641C0F8FC +:10366000001770BD70B541EA4201DDE904564FF024 +:10367000A04441EA830141EA052104EB800041EACC +:103680000641C0F8001770BD70B541EA4201DDE99E +:1036900004564FF0A04441EA830141EA052104EBBE +:1036A000800041EA0641C0F8001770BD1CB500213A +:1036B00000910B4601220191FFF7D4FF1CBD1CB500 +:1036C000002100910B4601220191FFF7DDFF1CBD97 +:1036D0001CB500220B46009211460192FFF7C2FF73 +:1036E0001CBD1CB500220B46009211460192FFF74B +:1036F000CBFF1CBD1CB5002100910B46012201919E +:103700001146FFF7AFFF1CBD1CB5002100910B4611 +:10371000012201911146FFF7B7FF1CBD01224FF0B6 +:10372000A043824011B1C3F808257047C3F80C25A7 +:10373000704700002DE9F041204D164688460746A7 +:10374000082801D3042035E0B8F1000F03D0202E63 +:1037500003D906202EE003202CE0384601F086FA3B +:10376000032801D3092025E0384601F013F8032887 +:1037700001D30A201EE000F033FD022801D2082008 +:1037800018E000F0BDFE044606704078324640F076 +:10379000010060704146A01CFCF7C4FDF8B2214650 +:1037A00001F066FA10B10120BDE8F0810448FFF78E +:1037B000B9FA0F2028700020F6E70000C0000020B2 +:1037C000FC000500014900204860704730070020D8 +:1037D0000348C1600261012141700021817070477E +:1037E000A60000200348C160026101214170817080 +:1037F00070470000A600002010B500F0B5FD18B11C +:10380000BDE8104000F004B8BDE8104000F0AABCCC +:103810007047000010B50B4C606928B100F05AFBEE +:103820000004000C02D005E0022008E0002000F0B7 +:1038300071FE18B100F0AAFC012010BD112020700B +:10384000002010BDC00000202DE9F04116460F46B3 +:10385000044600F09FFF154D48B157B1204600F0D7 +:10386000A5FF00783168814205D206201AE00B20BE +:1038700018E0032016E0204600F08EFF04000DD073 +:10388000A01C0BD02278A11C38463260FCF74AFD00 +:10389000204600F02BFE0120BDE8F0810448FFF730 +:1038A00041FA0F2028700020F6E70000C000002039 +:1038B0002601050010B5082804D305490420087026 +:1038C000002010BDC0B200F05BFF012010BD000061 +:1038D000C0000020084910B54A69527D0AB10C2089 +:1038E00002E0082803D304200870002010BDC0B2F5 +:1038F00001F0A4F9012010BDC000002001480069BA +:1039000070470000C00000200148007870470000A8 +:10391000C000002000F032BD082804D30349042071 +:103920000870401F704700F035BF0000C000002045 +:1039300001F0AAB801484068704700003007002035 +:1039400001F0BAB810B500F04BFCC0F1060010BD94 +:10395000082804D3034904200870401F704701F071 +:1039600085B90000C000002010B5012401F09AF9CB +:10397000F02815D005DCB0B1042809D0EC2812D10C +:1039800010E0F4280AD0F82806D0FC280BD101E07A +:10399000002408E0022406E0032404E0042402E0FA +:1039A000052400E00624204610BD70472DE9F041B3 +:1039B0001D4D064600241D482C70AC610460446017 +:1039C00084601B4800F02EFC686140B3042000F0C6 +:1039D0009FFA05F11C00296900F086F80746304679 +:1039E00000F0D6F800EA0706002000F0B7F806401D +:1039F000012000F003F90640022000F097F806408D +:103A0000002000F01DF90640012000F0A7FE002074 +:103A1000EC6000F065FD16B10120BDE8F0810120E9 +:103A200028700020F9E70000C000002030070020C7 +:103A3000912B000001484069407D7047C000002084 +:103A40007047000010B50446082803D30B49042032 +:103A5000087010E0FFF77CFF03280CDA2046FFF720 +:103A60005BFF032807DAFFF76DFFC0F106000228AD +:103A700001D3012010BD002010BD0000C0000020B7 +:103A8000084A10B553695B7D0BB1022002E008289B +:103A900003D304201070002010BD00F04BFD012066 +:103AA00010BD0000C0000020064910B54A69527DD3 +:103AB0001AB102200870002010BD00F011FA012098 +:103AC00010BD0000C0000020064910B54A69527DB3 +:103AD0001AB102200870002010BD00F00DFA01207C +:103AE00010BD0000C000002010B50F4C6269527D6F +:103AF0000AB1022014E010290FD871B178B10A463A +:103B00002161014608481C30FCF70CFC064821697D +:103B10001C3000F011FA012010BD072000E0032046 +:103B20002070002010BD0000C00000200A4910B520 +:103B30004B69024601205B7D0BB1022004E0012AA3 +:103B400005D0022A04D00E200870002010BD0020ED +:103B500000F070FA012010BDC00000200A4910B525 +:103B60004B69024600205B7D0BB1022003E032B1BD +:103B7000012A03D00E200870002010BD012000F0A3 +:103B8000D5F9012010BD0000C000002000F0FCBBF2 +:103B900010B540B1012808D002280BD006490520F5 +:103BA0000870002010BD012000E0022000F0F2FBB0 +:103BB000012010BD0020F9E7C0000020064910B523 +:103BC0004A69527D1AB102200870002010BD00F031 +:103BD00061FF012010BD0000C0000020064910B5A3 +:103BE0004A69527D1AB102200870002010BD00F011 +:103BF00069FF012010BD0000C0000020014610B583 +:103C00000020072914D2DFE801F0040F06080A0C8F +:103C10000E00042008E0FC2006E0F82004E0F42078 +:103C200002E0F02000E0EC2001F042F8012010BD9D +:103C300002490E200870002010BD0000C0000020C6 +:103C40000A4910B54B69024600205B7D0BB102208A +:103C500003E032B1012A03D00E200870002010BD0D +:103C6000012001F02FF8012010BD0000C00000204D +:103C700010B5FFF7DFFE002806D0FFF7BDFD30BF0F +:103C8000FFF7D8FE0028FBD110BD000038B5044670 +:103C9000012181F31088202505E06A460649204667 +:103CA0000095FFF7D1FD2046FFF736FE0028F4DC33 +:103CB000002080F3108838BDF406002010B501F014 +:103CC000F3F90349002008610249087010BD0000A3 +:103CD00088070020EC0000202DE9FE434D480068D5 +:103CE0004D4C012802D04D48006828B96068007822 +:103CF000202801D8012100E00021494E03204FF087 +:103D0000000830704348C4F8008008300568424F0E +:103D1000183F89B3006841490839086002A8CDE915 +:103D200000043C480C30026801232946184602F082 +:103D30004FF910B3012805D0022821D0032855D00F +:103D4000384851E0029818B136481C38FEF7EAFFAF +:103D5000284602F0A0FA18B932481B38FEF7E2FFF5 +:103D600001F0D6F9B97D0023CDE900017068EAB20F +:103D700090F9161018461CE01EE02A48113833E06E +:103D8000029818B927480D38FEF7CCFF284602F0F4 +:103D900082FA18B923480C38FEF7C4FF01F0B8F9CD +:103DA000B97DEAB2CDE900017068012390F91610DF +:103DB000029800F07DFB19E000F072FE30B101F0D6 +:103DC000A7F90146BA7DE8B200F044FB0023CDF824 +:103DD00000801A4619461846CDF8048002F0F8F81B +:103DE000042803D00F480F30FEF79CFF206838B13D +:103DF000012060750C48206104203070BDE8FE830E +:103E000001F052F984F81580C4F8108000F00EF823 +:103E1000F4E700000014004088070020341500403B +:103E2000EC00002044060900C53E000070B5FFF715 +:103E300045FF1F4D012028701E4801681E4A21F0D1 +:103E4000FF0112691143016002F02EFA1A4C4C3442 +:103E500010B302F029FA032802D01848FEF762FFD7 +:103E6000022001F05FFB002001F0B4FB02F01CFA1D +:103E7000032803D011480830FEF754FF28780128A2 +:103E800003D00E480E30FEF74DFF022028700020B0 +:103E900020610B48E06070BD02F012F80228DFD309 +:103EA00002F028F960600028DAD10448401FD5E705 +:103EB000EC000020301500403C070020F40509000C +:103EC000D93C0000024905200870FFF7AFBF000091 +:103ED000EC0000200148006A704700003C07002009 +:103EE000034910B5086200F0ADFD0249086010BD3D +:103EF0003C0700201C150040034910B5486200F043 +:103F0000A1FD0249086010BD3C07002020150040BB +:103F10000449487704490A6822F4E02242EA004052 +:103F2000086070473C0700201815004001490876DA +:103F3000704700003C07002070B50C00054602D118 +:103F40000748FEF7EFFE1DB90548401CFEF7EAFEE4 +:103F50000448C0E90145BDE870400020FEF76CBF91 +:103F6000B3030900A007002010B500F099FD044933 +:103F700001F1640208B1C86800E08868106010BDF3 +:103F80003C0700201CB510490320086002F08CF9A2 +:103F9000012812D0022810D0032813D1002000904D +:103FA000034602460146019002F012F8042809D0A7 +:103FB000BDE81C400548FEF7B5BE0021084602F0EA +:103FC000B7F8F3E71CBD000008F5014048020900FE +:103FD000144981F8310014490A6822F0FF020A608E +:103FE00048B1114A0B1D0832012807D002280ED013 +:103FF0000E48FEF797BE086808607047086840F0F2 +:1040000001000860FF20106040F2071007E0086818 +:1040100040F0020008604FF6FF701060044818601E +:10402000704700003C070020341500402E040900B2 +:1040300021100100044981F83200044908B1012827 +:1040400000D10860704700003C07002010150040B8 +:104050002DE9FF413E480068012802D03D48006834 +:1040600030B93D4840680078202801D8012700E099 +:10407000002700F0F5FB384C0126183C00B92661FA +:1040800002F012F9012802D03448FEF74BFE344DFD +:104090006868007D18B13148401CFEF743FE01F00E +:1040A00003F8EFB30121084602F042F820B10128DD +:1040B00028D0022826D10FE001F02AF8064601F0A8 +:1040C0004FFFC7B201F046FF8446A07D0021CDE935 +:1040D0000260CDE900710DE001F01AF8804601F0B0 +:1040E0003FFFC7B201F036FFA17DCDE90076CDE9F3 +:1040F0000281844668686289218990F91630604699 +:1041000000F0B8F9FEF792FEE06013484C384069C1 +:104110006060FFF729FF04B00020BDE8F04100E037 +:1041200001E0FEF7A1BE6E7000F0BAFC00280CD0D2 +:1041300000F0EEFF054601F013FFA27D04B0294612 +:10414000BDE8F041C0B200F085B9BDE8FF810000D4 +:10415000001400403415004088070020370709008C +:10416000EC00002010B5012080F310880648417D46 +:1041700029B1817819B90121817000F03FFB00203D +:1041800080F3108810BD00007007002070B5124C3D +:10419000607D00281ED100F0C3FA04F13005A86844 +:1041A00010B90E48FEF7BEFD686818B90B48401CF0 +:1041B000FEF7B8FD02F0A8F818B10848801DFEF718 +:1041C000B1FD002002F0C0F801206075BDE870402C +:1041D00000F014BB70BD000070070020CE02090083 +:1041E00001F0CABE30B50D4D85B0687D002813D0F2 +:1041F00000F042FB00F058FF0024AC706C75052005 +:104200008DF80000684601F007FE0548047005B00F +:10421000BDE83040FFF7B6BE05B030BD70070020E6 +:10422000EC0000202DE9F0410546012080F31088C4 +:10423000484E4FF003080024707086F80080B47078 +:10424000746034817481F46007463461347506F11A +:1042500018007475046044608460C460046104756F +:10426000183084604460FFF787F8284601F00EFE9E +:1042700001F084FE002002F059F806F13000FEF74C +:1042800005FE00210A20FCF7EBF800210120FCF7D5 +:10429000E7F801211420FCF7E3F8012000F07AF898 +:1042A000A6F13405FF202861042068772A49296295 +:1042B0002A49696285F82870022185F8291085F855 +:1042C0002A8085F82B00052085F82C00062085F82B +:1042D0002D00072085F82E00082085F82F0085F88E +:1042E000304085F8311085F83270692045F8140B9C +:1042F0001E2028604FF4167045F8100C022000F0C4 +:1043000091FC0F2000F094FCEC802F716F712C72E7 +:10431000204601F02BFE7078012802D01048FEF7ED +:1043200001FD3770B470746034817481F46034615D +:104330000C48347574758460447000F0F1F90A20FB +:10434000FCF757F81420FCF754F884F31088014860 +:10435000BDE8F0817007002004070A0D05080B0E68 +:104360009F020900EC0000200348407D08B10020B6 +:104370007047012070470000700700200148408B03 +:10438000704700003C070020014948837047000047 +:104390003C07002010B5012181F3108807490A78F5 +:1043A000824204D04870487D28B100F027FA0020EE +:1043B00080F3108810BD00F003F8F8E770070020C4 +:1043C00030B5224D85B02878697888423BD008B94D +:1043D00000F0A6F9687808B9FFF7D4FD1C4800245E +:1043E000046000F061FE1948183004604460046104 +:1043F0008460C4602878012802D0022808D015E023 +:1044000001F052FF90B10021084601F091FE0DE04D +:10441000FFF754FC01F048FF032807D10023009464 +:104420001A4619461846019401F0D2FDFFF79CFD8B +:104430006878287004208DF80000684601F0ECFCD4 +:10444000012005B030BD0020FBE700007007002010 +:1044500014F5014000B585B006238DF806208DF8CF +:1044600005108DF804008DF80030684601F0D4FC8A +:1044700005B000BDF0B585B00DF1280C9CE8F0004A +:104480008DF80C308DF80D404FF0000C0190ADF818 +:1044900008108DF80E508DF800C0ADF80A208DF888 +:1044A0000F608DF81070684601F0B6FC05B0F0BDE5 +:1044B00070B586B00226DDE90A458DF808108DF842 +:1044C000092001908DF80A308DF800608DF80C50AD +:1044D0008DF80B40684601F09FFC06B070BD0000EF +:1044E0000149886070470000EC00002010B50121F0 +:1044F00081F3108801F068FD002080F3108810BD62 +:1045000010B5012080F3108801F060FD002181F3D7 +:10451000108810BD10B50446082802D30348FEF7E2 +:1045200001FC0348204490F8280010BDAD030900A9 +:104530003C07002070B5082819D20F4A024482F8BF +:1045400028108207D40EFF22A240D243042801D2B1 +:104550000A4D01E0094D2D1D2868104028600846CD +:1045600000F05EFA2968A0400843286070BDBDE8ED +:1045700070400348FEF7D6BB3C07002024150040DE +:10458000A703090010B51B4C00206070FEF73AFC31 +:1045900019490860FEF74AFC1849887501F084FE45 +:1045A000012807D001F080FE022802D01448FEF74F +:1045B000B9FB002000F0B6FFFEF75EFE114908606F +:1045C0006068091D40680860A068002811D0007864 +:1045D00020B1FEF751FEA16800F002FCA06801794D +:1045E000002906D000F0D0FBA068BDE8104000F024 +:1045F000D9BB10BDEC00002008150040700700205A +:104600009706090010F5014010B501F0F7FD0028EC +:1046100020D0114800210181418101F0A1FC0F4906 +:10462000086001F09DFC012181400C48001D0268DA +:1046300022F0FF021143016001F08CFC064C18349B +:10464000206001F081FC60600548E060BDE810403A +:10465000FFF798BF10BD0000700700202C15004028 +:1046600051400000154800210160012101601448FB +:10467000016821F480710160016821F00F01891D3A +:104680000160016821F4702141F440310160001D96 +:10469000016821F000710160016841F080710160E2 +:1046A000016821F0FF0141F020010160016821F45F +:1046B0007F4101600120FBF79CBE0000FC1F004011 +:1046C0001415004070B5134C1348A16800F096FE15 +:1046D0006060114C4C3C607FFFF71AFC206AFFF7CA +:1046E000FFFB606AFFF708FC0025601990F82810AE +:1046F0002846FFF71FFF6D1C082DF6D3074914F855 +:10470000300F08606078FFF763FCA078BDE8704068 +:10471000FFF790BCEC000020880700200C1500403B +:104720000C4910B5002008600A4803240C380460C6 +:10473000FFF798FFFEF71CFE064908310860091FC5 +:1047400005480860034810380460BDE81040FFF7D2 +:10475000B9BF000014F501400411004010B5044633 +:104760000448406810B90448FEF7DCFA03480475B1 +:1047700010BD0000EC0000206E0409008807002036 +:1047800010B5012181F3108801F082FD002080F333 +:10479000108810BD01F07FBD10B5012181F3108894 +:1047A00001F07CFD002181F3108810BD01F079BD7E +:1047B00003490122086101460248FEF761BD00007D +:1047C000700700201563000070B50C4601F0BCFDB9 +:1047D000074D2869A04202D30648FEF7A3FA2869CC +:1047E0000122211A0448FEF74BFD0020286170BD0C +:1047F00070070020D60609001563000010B5FEF70B +:10480000EDFD012822D101F099FD10B11048FEF70D +:1048100089FA002264210F48FEF732FD0E48007F1E +:1048200080B90E480121016000220007C0F8002174 +:10483000016000BF00BF00BFAFF30080D0F80011DF +:104840000029FBD0BDE81040FEF7CEBD10BD000032 +:10485000B4060900156300003C0700201405004061 +:10486000044810B5006918B9FEF7DEFD002800D035 +:10487000012010BD7007002010B5FEF7AFFD012824 +:104880000ED0FEF7BDFD0748007F10B9012081075B +:104890004860002001F058FD024900203431486092 +:1048A00010BD00003C0700200B4810B54068407D5B +:1048B00030B1012000F08EFE08490889401C0881B3 +:1048C0000749002008600548343803C8BDE8104097 +:1048D000091A0020FFF778BFEC00002070070020C5 +:1048E00014F5014070B586B0FFF7BAFF494D4A4E46 +:1048F00005F1340458B100F0BDF8A078002869D063 +:10490000FEF7D6FA06B0BDE87040FFF76BBC207822 +:10491000012802D0022804D008E000F017FF28B1D7 +:1049200070E0307804286DD003286BD0FEF7C0FA11 +:1049300000F0A0F8A07868B1FFF754FC01F0C0FACD +:10494000022840D303208DF80000684601F064FA85 +:1049500006B070BDFFF734FD20B100206968FFF795 +:1049600033FFEBE72078F0B1012816D0022817D0EA +:104970002A48FEF7D7F9687E0128DFD100F090F8C9 +:104980000028DBD12078D8B1012811D00228D5D059 +:1049900022481A30FEF7C6F9D0E700F099F8EAE7A6 +:1049A00000F01AF9E7E700206968FFF70DFFE2E77A +:1049B00001F07AFC0028C1D101F0F4FB0028BDD140 +:1049C000FFF75AFFBAE706B01448BDE8704036302A +:1049D000FEF7A8B92078022808D0FEF769FA6968BE +:1049E00006B00020BDE87040FFF7EEBE3078042826 +:1049F00008D0032806D0FEF75BFA06B0BDE8704089 +:104A000000F0EAB8686806B04008BDE87040FFF7FB +:104A1000CFBE00003C070020EC000020D0040900BD +:104A2000024610B50020014622FA01F303F001030B +:104A3000C1F10704A3400343491CC9B2D8B20829F5 +:104A4000F2D310BD2DE9F041002406462546182773 +:104A5000E80026FA00F0C0B2FFF7E2FF694207EB78 +:104A6000C101884020436D1CEDB20446042DEFD3F4 +:104A7000BDE8F0810348416809B1491E4160FFF774 +:104A800073BA0000700700200148406970470000B9 +:104A90003C07002001494861704700003C070020A6 +:104AA00004480178022902D04068002800D0012083 +:104AB0007047000070070020014840687047000000 +:104AC0003C07002001494860704700003C07002077 +:104AD0002DE9F04186B000F0E7FA01F0E5FB3A4D30 +:104AE00005F1340420B3688BB0B3218981423BD3F4 +:104AF0000121002001F01CFB01F02CFA26898046E0 +:104B0000648901F02DFA074600F002FB01460120FE +:104B10008DF80000ADF808608DF80C70CDF80480B9 +:104B2000ADF80A408DF80D10684601F075F944E0C3 +:104B300001F0C6F9022840D3FFF7B2FF68B1FEF7D3 +:104B40008DF9D0BB287E20B9FEF770F9E168884264 +:104B500033D1FFF759FD30E006E0E068FEF76CF96D +:104B60000020FEF781F9F4E7FEF75EFC10B117486C +:104B7000FEF7D8F8FEF746F915490968884202D0D1 +:104B80006089401C608113484078A0B9FFF788FF16 +:104B900088B101F0E5F9064600F0BAFAA17D8DF87A +:104BA00006108DF8050007228DF800208DF80460AE +:104BB000684601F031F9FFF7E5FC296806B00120ED +:104BC000BDE8F041FFF700BE3C0700207C0509006E +:104BD00008150040EC00002070B50024FEF712F923 +:104BE0000D4D2968884207D0FEF70CF92860FEF7C2 +:104BF0001DF90A49012488750948641E0078044299 +:104C000001D1FFF713F9054834384168BDE8704019 +:104C10000020FFF7D9BD00000815004070070020F4 +:104C2000EC0000200149C860FFF79EB93C07002056 +:104C300001498860FFF798B93C07002010B5044689 +:104C4000012181F310880748017821B1407D10B11E +:104C50000548FEF767F8204601F02CFB002080F3A2 +:104C6000108810BD700700206803090001F02BBBFD +:104C700010B5012282F3108801F032FB58B10848C8 +:104C8000817819B9407D08B1FFF7B8FD002080F3A5 +:104C90001088012010BD002080F3108810BD000096 +:104CA00070070020014890F8300070473C07002052 +:104CB000024981F830000249086070473C07002033 +:104CC0000C15004001490877704700003C070020A0 +:104CD00070B51149114A0025487802EB0010027B9B +:104CE00022B10F4AD2F80C2102B10125807A087056 +:104CF000012000F0DFFB0B4C1DB1A068806800B103 +:104D000080476068002806D00179002903D0BDE8FB +:104D1000704000F01BB870BDAC0700204870000068 +:104D2000001000400C01002007480069012805D050 +:104D3000022805D0032805D100F09AB800F04CB93C +:104D400000F0E4B870470000AC070020827B00212F +:104D500093000B4A1344C3F81019C37B02EB830280 +:104D6000C2F81019427B0121837BC07B01FA02F259 +:104D700001FA03F3814003481A430A430260704773 +:104D800000F0014008F501404279054BC07901214E +:104D900003EB80000AB101667047016370470000B1 +:104DA0000060004082680021C2F84011C17B094ABE +:104DB000CB0009490B44C3F81025C37B826801EB83 +:104DC000C301C1F81425C17B012088400349086054 +:104DD000704700001011004000F0014004F5014050 +:104DE0002DE9F0410746886800260C46C0F840616E +:104DF0008868097B1A4D00F5A07005EBC101C1F868 +:104E000010056278E178207B00F08EFC607B05EB7A +:104E1000C000C0F81075617BA06805EBC101C1F846 +:104E200014051048C0F80C61C0F81061A17B0E4851 +:104E300005EBC101C1F810056278E178A07B00F0B4 +:104E400061FC217B0120627B00FA01F100FA02F291 +:104E50001143A27B9040014304480160BDE8F0810A +:104E600000F00140001000400C11004004F501402A +:104E70002DE9F0411F4E0220002530700320707094 +:104E800075603575B0691C4C401CB061C4F80C519C +:104E9000C4F80051C4F81051C4F80451C4F82851A2 +:104EA000C4F80052681EC4F808030120FBF7B7FAE3 +:104EB000124FB868007D50B1114800684042B0758B +:104EC000C4F81C510120A0610E49042008600C4860 +:104ED00044380068F168884202D00B48FDF722FF91 +:104EE000B868C068002802D0BDE8F0410047BDE8BE +:104EF000F0810000AC070020001000400C010020F1 +:104F00004815004008F5014051040A0010B52D4C29 +:104F1000D4F80C01012802D02B48FDF703FFD4F888 +:104F20001001012803D02848401CFDF7FBFED4F8EF +:104F30000001012803D02448801CFDF7F3FED4F8BB +:104F4000040118B12048C01CFDF7ECFE0020C4F895 +:104F50000C01C4F81001C4F80001C4F80401C4F83D +:104F600008010221C4F800120121C4F80813082224 +:104F7000C4F80423154A0323154C137010755060B0 +:104F8000606890B1027912B1FFF7E0FE0DE002789F +:104F90005AB1027B437B807B01FA02F201FA03F3F0 +:104FA00081400C481A430A430260A068006900B1BE +:104FB0008047A0688068002802D0BDE81040004704 +:104FC00010BD000000100040F3030A00AC070020F1 +:104FD0000C01002008F501402DE9F0412A4DD5F8DB +:104FE0000001012802D02948FDF79CFED5F80401F4 +:104FF000012803D02548401CFDF794FE2448016891 +:10500000244801700021C5F80011C5F80411C5F845 +:105010000811491EC5F808130126C5F80463816804 +:105020001D4F097D09B104213960446814B320790A +:1050300000B3617BDFF86480A06808EBC10100F574 +:10504000A070C1F810056279E179607B00F06CFB1B +:10505000607B06FA00F03860207B114908EBC00045 +:10506000C0F810156279E179207B00F04BFB207BC2 +:1050700086403E600B480649091FC06808600B2047 +:10508000C5F80002BDE8F08100100040BD030A0031 +:10509000081500400C01002004F5014000F001401B +:1050A0000C110040AC07002070B50120FBF7C2F9DD +:1050B0000120FBF7B4F9144C4FF0FF30C4F808039B +:1050C0000026C4F80062C4F8106101202061A061CC +:1050D0000E4D2878012813D0022813D0032811D0B0 +:1050E0005FF00100FDF7FAFEC4F810612E706E75D6 +:1050F000002000F0DFF9BDE870400120FBF7A5B902 +:105100000620EFE70220EDE700100040AC0700208A +:1051100001480078704700000C01002001F01F01D9 +:105120004FF4003343EA0121830009481844C0F8D2 +:105130001015D0F810150AB941F48011C0F81015F7 +:10514000D0F8101541F00301C0F8101570470000A9 +:105150000060004008480069012806D0022806D0F7 +:10516000032806D00548FDF7DDBD00F095B800F036 +:1051700007B800F0F1B80000AC07002033050A00C2 +:105180002DE9F047DFF8F0804FF00409012088F89E +:105190000090D8F81810491CC8F81810FBF73FF910 +:1051A00036480068364D2870364C0026C4F80C612D +:1051B000C4F80061C4F81061C4F80461A868DFF89D +:1051C000C8A00127007D90B12F480838006840072B +:1051D00002D42E48FDF7A6FD284840300068404222 +:1051E00088F81600C4F81C61A761CAF80090D4F8CA +:1051F000000118B125480930FDF794FDD4F80C01E1 +:1052000018B122480A30FDF78DFD4FF0E020B0467E +:10521000D0F8000210F0020F03D01C480B30FDF74D +:1052200081FD6E68CEB13078B8B1C4F80C81717B65 +:10523000184A174802EBC101C1F810057278F178DD +:10524000707B00F05FFA707B0F4907FA00F0091FCE +:105250000860F07B8740CAF80070A868C06800B199 +:105260008047A868417D002903D004490068091FD0 +:105270000860BDE8F0870000AC070020081500407A +:105280000C0100200010004008F50140C0040A0095 +:105290000C11004000F001402DE9F041294C00269E +:1052A000C4F80C61C4F80061C4F81061C4F8086166 +:1052B000C4F80461012004F58074FBF7B0F80820FD +:1052C000C4F804020125C4F808520720C4F80001FC +:1052D0001D484468002C32D0207920B1207B1B4926 +:1052E00005FA00F008602078002828D0A068C0F8EF +:1052F0004061A17B164FA06807EBC10100F5A070CB +:10530000C1F810056278E178A07B00F00DFAA06882 +:10531000C0F84061E17B0F4807EBC101C1F81005FF +:10532000E17BA06807EBC101C1F81405A17B05FA78 +:1053300001F0E17B8D4005492843091F0860BDE865 +:10534000F0810000001000400C01002008F5014031 +:1053500000F001400C11004070B5234CD4F80C0152 +:10536000012802D02148FDF7DDFCD4F81001012806 +:1053700003D01E48401CFDF7D5FCD4F800010128DD +:1053800003D01A48801CFDF7CDFC0020C4F80C01A6 +:10539000C4F81001C4F80001C4F80401411EC4F8A7 +:1053A0000813C4F80002124C626872B1117861B13E +:1053B000557B012303FA05F1957BD27B03FA05F5B2 +:1053C00093400C4A2943194311600B49032208708A +:1053D0004A7048600875A0680069002802D0BDE8DE +:1053E0007040004770BD000000100040F5040A0046 +:1053F0000C01002008F50140AC07002070B50646FE +:105400000C460120FBF716F8FFF74EFE244D254809 +:105410002649C5E90146002404700326467044600D +:1054200004610475447584751F4808601E48F03097 +:10543000091F08601E48016821F0010141F08071D8 +:1054400001600120FBF701F8686838B3017909B9F8 +:10545000017819B38168C1F808650422C1F81025E4 +:10546000027CC2F18102C1F8402540F20112C1F86C +:105470000022C1F804450122CA60C1F84041017907 +:1054800021B142798179C079FFF748FE68680178D7 +:1054900021B142788178C078FFF740FE014870BDA5 +:1054A0000C010020AC0700201410004024F501403E +:1054B000741700402DE9F041174C00250746C4F849 +:1054C0000052164E307803281CD0681EC4F808031A +:1054D000C4F80C51032070700120FAF7A0FF00BF40 +:1054E000C4F80051C4F81051C4F804517560357502 +:1054F000002F0FD00A488068006900280AD0BDE854 +:10550000F04100476FF00800C4F808030820C4F811 +:105510000403E5E7BDE8F08100100040AC0700207F +:105520000C0100202DE9F0470746DFF89080224863 +:105530004FF0FF3100EB0716C8F808130120FAF707 +:105540006EFF1F4C0025DFF87C9065756770D9F8F9 +:105550000800032F0268A2604168C4E90315A56131 +:105560003068606019D2337AC8F80032C8F80C513C +:10557000C8F81051F37A14481BB10160006828B1D3 +:1055800008E00260006828B9104801E00F48401D9B +:10559000FDF7C8FB717AC8F80413D9F80800007D3C +:1055A00028B1022F03D10A49A57504200860012003 +:1055B0006075BDE8F08700004870000000100040F2 +:1055C000AC0700200C010020041500409C020A00DA +:1055D00004F501402DE9F05F404C82464048667872 +:1055E00000EB0617607D012802D03E48FDF79AFBCC +:1055F000207D18B13B48401CFDF794FB012500219C +:105600002575DFF8E490A0466175032E47D2BAF104 +:10561000000F3CD1D9F80440BCB32279AAB38A4622 +:105620000846A168C1F84001217BDFF8C0B0A0683E +:105630000BEBC10100F5A070C1F810056279E179AA +:10564000207B00F071F82A49C1F80CA1607B294940 +:105650000BEBC000C0F810156279E179607B00F0B7 +:1056600051F8217B627B05FA01F005FA02F108434B +:1056700021490860D9F80400204A81791268CA409B +:1056800012F0010F01D18068056038680560022EB4 +:1056900001D0012E07D1B97A88F8001003E0114833 +:1056A0002530FDF73FFBD9F80800007D002813D016 +:1056B000022E11D110480068400703D409482A304F +:1056C000FDF730FB0E480068002805D1BDE8F05F0B +:1056D00004482B30FDF726BBBDE8F09FAC07002047 +:1056E00048700000B8020A000C01002000F00140E0 +:1056F000001000400C11004004F50140100500505E +:1057000004150040064B03EBC0000AB1054A01E056 +:10571000044A303A02EB8101C0F8141570470000CA +:1057200000F0014060600040064B03EBC0000AB18E +:10573000054A01E0044A303202EB8101C0F8141539 +:105740007047000000F00140306000400348D0F88E +:105750000401012800D00020704700000010004024 +:1057600030B5124B01460020D3F81044224609E020 +:10577000157A854205D1401C0A28F7DB4FF0FF302F +:1057800030BD5268002AF3D1421CF9D00872D3F818 +:1057900010242AB152684A60D3F81024516030BDF9 +:1057A0000022C3F810144A6030BD0000D00200206F +:1057B000F0B595B01C4615460F4608461A9E00F0F7 +:1057C00009FB182109A8FAF7C6FD0E96CDE9095480 +:1057D0000023082203A9384600F011FB0598069023 +:1057E000BDF81000ADF81C00BDF81200ADF81E00A9 +:1057F00000208DF821000398082600F003000128FE +:1058000002D0022818D032E003983346850AC0F34C +:10581000C2008DF8200003980FA9C0F38314A200E2 +:10582000384600F0ECFA09A8009006AB22460FA912 +:10583000284600F02BFA1AE00398840DC0F3C2004A +:105840008DF82000082C01D2254600E008253346BB +:105850002A460FA9384600F0D2FA2E44641B09AB41 +:1058600006AA29460FA800F063F9002CEAD13846B1 +:1058700000F0B6FA15B0F0BD7047012001F006BA8D +:10588000084810B50178084A515C19B1001D00F0B4 +:1058900071FF02E00C3000F07FFEBDE810400020F8 +:1058A00001F0F4B9300000200800002008B5034AD8 +:1058B00000924023024AFFF77BFF08BD496B0000BE +:1058C000D00100200A4A012902EBC00007D00229BA +:1058D00007D0032907D0042907D0002070470220F1 +:1058E0007047042070470079704740797047000086 +:1058F000B471000010B5FFF7C0FF04210348FFF7A3 +:105900002FFF02490120487210BD00004400002012 +:105910002DE9F0478CB0FBF7EDF918B100200CB081 +:10592000BDE8F087784C0020C4F81804BFF34F8F0F +:1059300060680290A5684FF00008284004EB8000E2 +:1059400008E021680298814201D86160E6E72840BA +:1059500004EB80000C3002A9FCF75EFF0028F0D1B8 +:1059600003AB029901EA050204EB8202491CD268EA +:1059700043F82020401C02910228F2D3039800F043 +:105980000300022802D001284ED0A5E0039850223F +:10599000810D8946B2EB905F00D850210E4666F328 +:1059A0009F5003900831594800F0CBF9070078D098 +:1059B00000F010FA4346082203A9384600F025FA01 +:1059C000029908F1080A2940681A8000001D8642E1 +:1059D00023D94D4D0C3530B1C2B204EB8101301AE0 +:1059E00090460C3104E02946F2B200259046284644 +:1059F000C6B25346384600F008FA0AEB08032DB148 +:105A0000324629464FEA070000F0FFF9029909F1F2 +:105A1000030001EB900002903AE004EB8101534651 +:105A2000324638460C31EFE70398C0F3831106295C +:105A300000D3062161F389100390C0F38310801C0A +:105A40008100324800F07DF9070045D000F0C2F92E +:105A50004346082203A9384600F0D7F908F10808A0 +:105A600000260FE00298434600EA0501401C04EBC3 +:105A700081010290042238460C3100F0C6F908F189 +:105A80000408761C0398C0F38310B042EAD847B1EB +:105A9000D4F81054D4F8180468B1384600F0A0F9CE +:105AA0002CE019E0687A012804D12A682846394692 +:105AB000126890476D68002DF4D1384600F090F9D7 +:105AC0000020FAF7CCFFD4F8180408B902986060F7 +:105AD0000020FAF7C6FF11E0D4F8104404E0216872 +:105AE0002046896888476468002CF8D1084802215C +:105AF000008801EB004007A100F016F8FBF7FAF868 +:105B000080F001000BE70000D0020020DC710000F3 +:105B1000400100204261636B656E647320666C75A2 +:105B2000736865640000000000231A4601F02CB879 +:105B30002DE9F0470E4680461C46924608293ED87D +:105B400094F80C90002020731946104600F0C8FE0F +:105B50000025B54206D218F805201AA12046FDF707 +:105B600069FC03E019A12046FDF764FC6D1C082DBB +:105B7000EFD317A12046FDF75DFC0025B54210D2FA +:105B800018F80570FAF7CAFB0068C05D10F03E0F08 +:105B900001D03A4600E02E220EA12046FDF74AFC35 +:105BA00003E00DA12046FDF745FC6D1C082DE5D353 +:105BB00001222146504600F075FE84F80C90BDE8A5 +:105BC000F0870000202530327800000020202000DF +:105BD0007C0000002563000020000000104810B584 +:105BE000FF218160002101604160C0F81814C0F8F5 +:105BF000141480F820140B4800F0F0F800280DD1A0 +:105C000009480A490A4B401AC108002003E000BFB6 +:105C100023F82000401C8842FAD3002010BD000069 +:105C2000D0020020DC710000DC710000B4710000C3 +:105C30003001002002480349401AC00870470000A4 +:105C4000DC710000B471000013B56846FCF736FF44 +:105C500008B100201CBD0248009950F831001CBD5D +:105C6000B471000070B508480125D0F8104480F8E0 +:105C7000205405E0657221682046496888476468B9 +:105C8000002CF7D170BD0000D00200202DE9FF47A5 +:105C900081460C9D00200C462F7B287398461646A3 +:105CA0002946184600F01CFE072E42D2DFE806F017 +:105CB00004090F161F2A360049462846FDF7BAFB8D +:105CC00037E0494628462268FDF7B4FB31E0D4E9C5 +:105CD000002349462846FDF7ADFB2AE0A068009066 +:105CE000D4E9002349462846FDF7A4FB21E0D4E986 +:105CF0000201CDE90001D4E9002349462846FDF719 +:105D000099FB16E004F1080007C88DE80700D4E904 +:105D1000002349462846FDF78DFB0AE004F1080000 +:105D20000FC88DE80F00D4E9002349462846FDF747 +:105D300081FB00222946404600F0B4FD2F73BDE8E8 +:105D4000FF872DE9F041858A80462D1F4819C01C28 +:105D5000B0FBF5F0C6B24046FDF708F8041E19D0B6 +:105D60000020207101206071E58000272546761E05 +:105D7000C4F800800BE04046FCF7F8FF60B16179A1 +:105D8000491C6171286005467F1CC0F80080B7423D +:105D9000F1D32046BDE8F081204600F002F8002053 +:105DA000F8E72DE9F041457901466B1E002201E03C +:105DB0000968521C9A42FBD30F680146002605E091 +:105DC00038460C68FCF7F1FF2146761CAE42F7D34B +:105DD000BDE8F0810121001DFCF7ACBFFCF7FABF64 +:105DE00010B504460121001DFCF7BAFF10F0FF0FAB +:105DF00004D12046BDE81040FFF7D3BF10BD38B531 +:105E000001240094FCF71EFE38BD38B50024009430 +:105E1000FCF718FE38BD000070B51A4C0546206826 +:105E200010B91948FCF77EFFD4F8D4000A2803D330 +:105E30001548401CFCF776FFD4F8CC0000EB80003E +:105E400004EB800115F8040B08712DCD8860CA6041 +:105E50000B614D61D4F8D400401CC4F8D400D4F8D0 +:105E6000CC00401CC4F8CC00D4F8CC1000200A2987 +:105E700001D3C4F8CC004FF0E0214FF48010C1F8FA +:105E8000000270BDC80700204A000B0010B50400D6 +:105E900002D10948FCF746FF084941F8CC4B0020E5 +:105EA00041F874098867C8674FF0E0214FF480100B +:105EB000C1F8000110BD00003E000B00C807002023 +:105EC00010B5074CD4F8D4000A2802D90548FCF7CD +:105ED00029FFD4F8D400C0F10A00C0B210BD000000 +:105EE000C807002079000B0010B500F003029043B2 +:105EF000D200FF24944003689140A343CA18094983 +:105F000001230B60BFF36F8FBFF34F8F0260064812 +:105F10000268002AFCD000200860BFF36F8FBFF337 +:105F20004F8F10BD04E5014000E40140F0B5154677 +:105F30000E460746002404E0315D3819FFF7D4FF10 +:105F4000641CAC42F8D3F0BD0148C0687047000043 +:105F5000A00800200148806870470000A0080020C9 +:105F60000148406870470000A0080020014981F8FE +:105F700081007047A0080020FDF786B870B5FDF7D6 +:105F800089F800240E4E2546204600F04BFC04F113 +:105F9000080000F047FC3555641C082CF4D3094870 +:105FA0000121057045608560C5600561456180F827 +:105FB000805080F85850C56780F8811070BD00008F +:105FC00018010020A0080020FDF790B8FDF734B9B3 +:105FD0002DE9FF4F81B0444FDDE90EA803260025CF +:105FE000F86F0C46AB4610B94048FCF79BFE38787A +:105FF000032803D03D48401CFCF794FEF86FB946D7 +:106000004178C8072FD199F8810060B30027019823 +:10601000E8B3039A584662F31700C1F3410161F3F4 +:106020001F6009EB84018A6BCAF800B0C8F800B0A1 +:106030000090904234D0204600F01CFC051E07EA78 +:1060400005072DD004F1080109EB81020099916147 +:1060500004990D4223D0264E305D00B3204600F057 +:1060600032F910B105E00127D1E720482830FCF7CC +:1060700059FE204600F029F9CAF80000BAF1000FD5 +:106080000AD018B919482E30FCF74CFE00E01BE08E +:1060900006F804B0022603E014483230F4E7012683 +:1060A00077B1204600F02DF9C8F8000018B110486B +:1060B0000121015506E00C485830C8F8000001E005 +:1060C000C8F800B00DB107E004264C46D9F87C00B2 +:1060D000FDF70CF8C4F87CB089F800B000F068F85F +:1060E00005B03046BDE8F08FA00800202D010C005F +:1060F0001801002010B50C4C207810B10B48FCF7AB +:1061000011FE00F0ABFB00280DD0FF220270417899 +:1061100041F00601417000214318491C9A70202962 +:10612000FAD30321217010BDA008002007010C0044 +:1061300070B51A4C05460E462078012804D0022876 +:1061400002D01748FCF7EEFDB5B12078012803D046 +:106150001348401DFCF7E6FDE06818B91048801DA3 +:10616000FCF7E0FDE068007820B1606800F082FB99 +:10617000022502E0002500E004254EB1606800F031 +:10618000A4F8A168814203D005481D30FCF7CAFD80 +:106190000020207000F00CF8284670BDA0080020F8 +:1061A000CC000C00014890F880007047A008002047 +:1061B0002DE9F041104C207800281AD194F8800085 +:1061C000002816D10825012600276069FCF7B8FFD2 +:1061D00018B184F88060606920616069401C60616A +:1061E000082800D1676194F88000002801D16D1E55 +:1061F000EBD1BDE8F0810000A008002070B5224C72 +:10620000207810B12148FCF78DFD94F8800000251E +:10621000F8B12069606000F074F8A06018B91B48FC +:10622000C01DFCF77FFDA0684078C00705D194F839 +:10623000810010B10220E56009E0606800F02BF8F1 +:10624000032806D200F00AFBE06010B101202070A4 +:1062500002E02078002815D0A06818B90B4820303B +:10626000FCF760FD2069606004EB8000C17E491C82 +:10627000C17684F88050C27EA068417862F3420102 +:106280004170012070BD0000A008002098000C00A3 +:106290000830FCF7D9BE0830FCF752BF0830FCF7D5 +:1062A0005FBF0830FCF7ACBF0148007870470000C2 +:1062B000A008002010B5044600F0BCFA2046BDE856 +:1062C0001040FCF7C1BEFCF73BBF70B50446FCF7BD +:1062D00047FF050002D0204600F0ACFA284670BD0A +:1062E00070B50E4604460025FCF7CEFE38B12146B7 +:1062F0003046FCF757FF10B1FFF75AFF012528463B +:1063000070BDFCF77DBF00000148007870470000B9 +:106310002001002004480178817041780170001D3F +:1063200050F8210000470000200100200249887039 +:106330004870087070470000200100200148407834 +:10634000704700002001002010B50446022802D347 +:106350000248FCF7E7FC0248447010BD33000D0012 +:10636000200100204058002800D00120704708B5C7 +:10637000002242504058009008BDD0F80403084065 +:1063800000D0012070474058002800D001207047FD +:1063900008B5002242504058009008BD0121B1EBE1 +:1063A000507F01D1012070470020704770B50D4625 +:1063B00000F0E2FA04000FD00020FAF750FB207939 +:1063C00020B10020FAF74DFB112070BD012025609F +:1063D00020710020FAF745FB002070BD10B500F0D9 +:1063E000CBFA002802D000210160017110BD00002D +:1063F0000149024800F072BC8001002000200040EA +:106400002DE9F0410546007916460F4600EB4001A4 +:106410002D4A01EBC00102EB810494F82A1011B15E +:106420000820BDE8F081294951F820102868FFF7BD +:10643000BDFF08B11120F4E739462846FAF726FBDC +:1064400066603869206030004FF001062FD03F7F32 +:106450004FF48E712868FFF78AFF4FF4A271286805 +:10646000FFF785FF28681A49C0F8041328684FEA27 +:106470004711000B40B2002806DA00F00F0000F1CF +:10648000E02080F8141D03E000F1E02080F8001403 +:106490002868000B40B200F01F0206FA02F1400922 +:1064A000800000F1E020C0F88012C0F800112868D8 +:1064B0000421C0F800150020A061E06184F82900E3 +:1064C00044F8140FA675ACE780010020E46F0000CB +:1064D000800002002DE9F047054600790B4600EBED +:1064E000400101EBC000234901EB8004284600F085 +:1064F00043F810B11120BDE8F0874FF00008C4F850 +:106500002080A360626184F828804FF48E7647462D +:1065100031462868FFF72BFF28684FF00109C0F8C3 +:1065200008902146286800F075FB606800BBD5F82C +:1065300000A00EE094F8280008B10F2716E03146BD +:106540005046FFF70FFF0028F4D02146504600F0D8 +:1065500061FB216A60698142F1D331462868FFF707 +:1065600001FF0028F9D02868C0F80C90C4F8148006 +:106570003846C0E780010020007900EB400101EBC4 +:10658000C000044901EB80004069002800D00120D0 +:1065900070470000800100202DE9F0470446007993 +:1065A0004FF0000900EB400101EBC000254901EB71 +:1065B00080072068C0F80095786880B1206822497B +:1065C000C0F8081320680121000B40B200F01F0240 +:1065D00091404009800000F1E020C0F8801120685F +:1065E000D0F80C25D0F81485D0F80865D0F81055EF +:1065F0004FF0FF31C0F81415C0F80C152068C0F832 +:106600000815C0F81015501C02D01046FDF74EF8C2 +:10661000B8F1FF3F02D04046FDF748F8681C02D0B1 +:106620002846FDF743F8701C02D03046FDF73EF8CF +:106630002068FFF7D3FE87F82A90C7F80490BDE8DA +:10664000F087000080010020840202000149024816 +:1066500000F0F0BBAC010020002000402DE9F0412B +:106660000546164600790F46154A00EBC00102EBBD +:10667000810494F8201011B10820BDE8F08111497F +:1066800051F820102868FFF791FE08B11120F4E7B7 +:1066900039462846FAF73EFA6660386920601EB12E +:1066A000397F2846FCF778F828680821C0F80015DB +:1066B0000020A061E0610121606184F82010DCE726 +:1066C000AC010020E86F00002DE9F04704460E46BB +:1066D0000079204900EBC00001EB800517463046E9 +:1066E000FFF75CFE30B1204600F036F820B11120F3 +:1066F000BDE8F0871020FBE76F61AE604FF4907645 +:10670000002731462068FFF743FE4FF4AC7841463E +:106710002068FFF73DFE2068AA686969C0F8442533 +:10672000C0F84815206801218160686878B9B146D1 +:1067300049462068FFF727FE064641462068FFF7D6 +:1067400022FE0643F4D000B10F27002068613846CE +:10675000CEE70000AC0100200079054900EBC00045 +:1067600001EB80004069002800D001207047000044 +:10677000AC0100202DE9F04704460079274900EBE1 +:10678000C00001EB800720684FF00009C0F80095B9 +:10679000786880B120682249C0F808132068012178 +:1067A000000B40B200F01F0291404009800000F150 +:1067B000E020C0F880112068D0F80C25D0F81485AE +:1067C000D0F80865D0F810554FF0FF31C0F80C151F +:1067D000C0F814152068C0F80815C0F81015501C32 +:1067E00002D01046FCF76BFFB8F1FF3F02D04046E5 +:1067F000FCF765FF681C02D02846FCF760FF701CA0 +:1068000002D03046FCF75BFF2068FFF7E7FD87F812 +:106810002090C7F80490BDE8F0870000AC0100208C +:1068200010030200024A002102EB800081617047E0 +:10683000A008002010B50446064890F8801021B149 +:106840000069A04201D1FFF7B3FC034900200855BD +:1068500010BD0000A00800201801002010B5044C55 +:10686000E06F002802D1FCF7E7FCE06710BD0000F4 +:10687000A008002070B5094D0446E86F10B908481B +:10688000FCF750FA04F10801E86FFCF78BFC0028D4 +:1068900002D00020E867012070BD0000A0080020A1 +:1068A0002E020C0010B50C46017A052908D0407A5A +:1068B00038B1084808A102682046FCF7BBFD00E09B +:1068C0001AB106A12046FCF7B5FD2046BDE81040F0 +:1068D000FCF7BDBD7C000020257300000D0A000000 +:1068E00038B5C3880D46044633B114A0009015A2F4 +:1068F00016A12846FCF79EFD217A05291CD0607A56 +:1069000048B1A088FEF7DEFF164951F8202016A1F5 +:106910002846FCF78FFDA0880021FFF795F9034674 +:106920001049207A143951F8202001B02846BDE8DA +:1069300030400EA1FCF77EBD38BD00001B5B306D02 +:10694000000000001B5B313B33316D0025734C6F41 +:1069500067732064726F7070656420282564292530 +:10696000730D0A007C000020257300003C25733E57 +:106970002025733A200000000349884201D10348D2 +:1069800070470020704700000020004020000020D9 +:106990007CB56846FBF76FFF294C20786178084387 +:1069A00002D1FAF727FA6070607821784FF001067B +:1069B00088434FF000050BD0FBF7E0FB012831D0F6 +:1069C000022801D0032801D1257065700028F3D07A +:1069D0002078A178884305D008216846FAF7D8FACC +:1069E00018B3A6702078A178084228D008216846FC +:1069F000FAF7CEFA134A03210028108801EB004071 +:106A000015D011A1FFF790F80020FAF712F900282D +:106A1000FAD16846FBF726FF08216846FAF7B8FA6C +:106A200040B108E026706670D2E72570DAE70BA166 +:106A3000FFF77AF8A570FEF76BFF0028FBD17CBD4D +:106A400000000020400100204B6579626F61726494 +:106A50002073656E74204F4B000000004B65796217 +:106A60006F6172642073656E74204641494C4544E1 +:106A70000000000008B5FAF7BDFA00281ED06846ED +:106A8000FCF76CF8002819D00220FCF7DBFF002887 +:106A9000FAD0042269460220FCF74CFE0849032282 +:106AA0000028088802EB004001D006A100E009A1FF +:106AB000FFF73AF8FEF72CFF0028FBD108BD0000D5 +:106AC000400100204D6F7573652073656E74204F13 +:106AD0004B0000004D6F7573652073656E74204622 +:106AE00041494C454400000070B5054688690C4694 +:106AF00000284FF4847128460AD0FFF738FCD5F8F7 +:106B00001805626AE1688854606A401C606270BD62 +:106B1000FFF72DFCD5F8180570BD1FB501238DF8C2 +:106B20000030CDE90121D0E90012684690471FBD31 +:106B30001FB501238DF800308DF808100192D0E9BF +:106B40000012684690471FBD70B50D4C0020D2B2B0 +:106B50002070201D0B4D0378EB5C1BB1001DFFF76F +:106B6000B3FD02E00C30FFF7B5FC08B1F9F76CFF9C +:106B70006078002802D021780029FAD070BD00008A +:106B80002C000020080000202DE9F84F204D9246EF +:106B9000894606469846012269461846AF68FAF7C4 +:106BA00055F858B3009800210446801C09E000BF46 +:106BB00000EA07035AF8212005EB8303401C491C17 +:106BC000DA604145F4D34FEA164AFAF79DF84AEAEB +:106BD0000041601C384005EB80003C4005EB84021E +:106BE000C160D06866F3C50068F3891069F39F201F +:106BF00020F00300401C20F00400D06095F8200431 +:106C000002E000BFFEF784FE0028FBD1BDE8F88F4C +:106C1000D002002070B50C4605464FF48E71FFF788 +:106C2000A6FB216AA068415C206A401C2062C5F86E +:106C30001C1570BD1FB500228DF8002002918168DF +:106C400001914261D0E90012684690471FBD0000E3 +:106C50001FB50A4601788DF8001041680191017A4C +:106C60008DF80810C0680390044850F82210001FE7 +:106C700050F82220684690471FBD000010000020F9 +:106C800001490120087070472C00002010B588B021 +:106C9000044620220E496846F9F744FB062000907E +:106CA000C01F0190029003904FF0EB7006900CB162 +:106CB000084A00E0002269460748FCF74DF908B190 +:106CC000F9F7C2FE0448001F447008B010BD000070 +:106CD00008700000816C0000300000202DE9FF47A3 +:106CE0000C4605464FF40071FFF747FB01274FF4B0 +:106CF0000178002618B34FF4927949462846FFF7E9 +:106D000031FBE0B149462846FFF731FBC5F808835F +:106D100094F8290000B96F6002208DF80000D5F8C2 +:106D20008004C5F880040390A0690290E068019097 +:106D3000A661E661D4E900126846904728E0042184 +:106D40002846FFF71AFB18B34FF484712846FFF763 +:106D500009FBE8B121462846FFF7C6FE616AA06933 +:106D6000884215D1E06938B1E268616AA0612069A2 +:106D7000E6616662E06008E094F8290000B96F609F +:106D8000C5F80883A661E268616A2046FFF7C5FE80 +:106D90004FF48E7841462846FFF7E4FA78B1206A2E +:106DA0006169884202D294F8280020B341462846FF +:106DB000FFF7DDFA616911B12046FFF73BFF4FF4A1 +:106DC000A27841462846FFF7CDFA002818D0414660 +:106DD0002846FFF7CCFA94F8290000B12F60A0698B +:106DE00000280DD0A661E268616A04B02046BDE8C3 +:106DF000F047FFF792BE21462846FFF70BFFDEE77C +:106E0000BDE8FF871FB50A4601788DF8001041687C +:106E10000191017A8DF80810C0680390044850F879 +:106E20002210001F50F82220684690471FBD000026 +:106E3000100000202DE9FF410C464FF492770546E3 +:106E40003946FFF7A0FA0026C0B139462846FFF7B9 +:106E50009FFA02208DF80000D5F88004C5F8800460 +:106E60000390D5F83C058DF80800E0680190A66114 +:106E7000E661D4E900126846904723E04FF4887732 +:106E800039462846FFF77FFAE0B139462846FFF732 +:106E90007FFAD5F83C15A069884213D1E06960B14A +:106EA000E268D5F8000220F02000C5F80002E06991 +:106EB000A0612069E661E06001E0A661E268204629 +:106EC000FFF736FE4FF4A27739462846FFF75BFA04 +:106ED00060B139462846FFF75BFAA06930B1A66178 +:106EE000D5F83C152046E268FFF722FE4FF4907774 +:106EF00039462846FFF747FA002813D03946284676 +:106F0000FFF746FA606900280CD0D5F84C058DF8DB +:106F100000608DF80800A06801906661D4E9001255 +:106F200068469047BDE8FF812DE9F05F8346DDE9C3 +:106F30000A4A994690460D460846012703E000BFDD +:106F4000B0FBF8F07F1C4045FAD2B94500D94F4656 +:106F50005FEACA7012D18CB15FEA8A7002D5B9F1CA +:106F6000000F01D0202607E0302605E031465846C4 +:106F7000641EF9F7AFFE0CB1A742F7D35FF001062C +:106F8000B9F1010F02D9A9F1010903E0B5FBF6F04F +:106F9000404502D306FB08F6F2E7DFF83C9000BF5D +:106FA000B5FBF6F000FB165519F800105846F9F736 +:106FB00091FEB6FBF8F6002EF2D15FEACA7009D056 +:106FC000002C07D0A74205D220215846641EF9F7AD +:106FD00081FEF5E7BDE8F09FEC6F0000111213147D +:106FE0000D0E0F10F16300004D660000303132339A +:106FF000343536373839414243444546AD580000B0 +:107000008158000079580000FFFFFFFFFFFFFFFFDE +:10701000FFFFFFFFFFFFFFFF000000000000000078 +:107020000000D6010701000032536601172D2D1A0A +:10703000440C4023490D171A2D0B4D000000000091 +:107040000338FDD8704700000010004010110040C8 +:1070500003100000010000000010004000000000CC +:107060000B020400000000000410004000000000BB +:107070000701030100000000004040404040404044 +:1070800040404141414141404040404040404040FB +:10709000404040404040404040050202020202029F +:1070A00002020202020202020220202020202020EE +:1070B0002020200202020202020290909090909002 +:1070C00010101010101010101010101010101010C0 +:1070D0001010101002020202020288888888888834 +:1070E0000808080808080808080808080808080820 +:1070F000080808080202020240000000797000003F +:107100007761726E696E6700646562756700000082 +:107110001B5B313B33306D001B5B306D00000000AA +:107120001B5B313B33316D001B5B313B33326D00F8 +:107130001B5B313B33336D001B5B313B33346D00E4 +:107140001B5B313B33356D001B5B313B33366D00D0 +:107150001B5B313B33376D00696E666F00000000CA +:107160006572726F720000005052530055415254C4 +:1071700000000000554152544500000062616C6CF3 +:107180006F632E6C6F675F6D656D706F6F6C000065 +:1071900061707000F47100000000002044010000E4 +:1071A000B80300004472000044010020B41900003C +:1071B000BC09000068710000000000006C71000054 +:1071C0000000000074710000000000007C710000ED +:1071D000000000039071000000000303580000202D +:1071E0005000002058000020100200203C01002028 +:1071F00018000000410430010101642000405420C7 +:1072000000400327FC6F43607132713358713308BB +:107210007133187133107133207133287133307129 +:107220003338713340713348710320507104119029 +:10723000D003C205064404192A3F4D33E548031B19 +:04724000A948000059 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10056.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10056.hex new file mode 100644 index 0000000..d608639 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/gzp_desktop_emulator_pca10056.hex @@ -0,0 +1,1822 @@ +:020000040000FA +:10000000001B0020F90200000103000003030000B0 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000081040000610800001303000096 +:100050001303000013030000130300001303000048 +:1000600013030000B5070000FD07000013030000A4 +:100070001303000013030000130300001303000028 +:100080001303000013030000130300001303000018 +:100090001105000013030000130300001303000008 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000013030000C8 +:1000E00013030000130300001303000000000000CE +:1000F00000000000130300000000000013030000D4 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F0C6F800480047CD2700000A +:10021000001B002030B4044654E8000F0D4644E8AB +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE785050000010200000048704787 +:100320005C70000040EA01039B0703D009E008C9A4 +:10033000121F08C0042AFAD203E011F8013B00F8AA +:10034000013B521EF9D27047D2B201E000F8012BF6 +:10035000491EFBD270470022F6E710B513460A4645 +:1003600004461946FFF7F0FF204610BD421C10F866 +:10037000011B0029FBD1801A704730B504460020CC +:10038000034600E05B1C934203D2E05CCD5C401B63 +:10039000F8D030BD064C074D06E0E06840F00103A0 +:1003A00094E8070098471034AC42F6D3FFF72CFFCF +:1003B000F47000001471000030B58C1810F8012B97 +:1003C00012F00F0301D110F8013B120906D110F809 +:1003D000012B03E010F8015B01F8015B5B1EF9D112 +:1003E00001E001F8013B521EFBD1A142E6D30020FF +:1003F00030BD00F01F02012191404009800000F152 +:10040000E020C0F88012704700F01F0201219140E7 +:100410004009800000F1E020C0F88012704700F031 +:100420001F02012191404009800000F1E020C0F846 +:100430008012704700F01F020121914040098000A6 +:1004400000F1E020C0F88011704700F01F02012188 +:1004500091404009800000F1E020C0F80011704791 +:100460004907090E002806DA00F00F0000F1E0202D +:1004700080F8141D704700F1E02080F800147047E8 +:1004800070B5204D28696C78401C2861687D10B1DA +:100490001D4802F099FB287803281AD11B48D0F890 +:1004A0000C01B0B1012C04D0022C0AD01648123035 +:1004B00023E02869032816D01348083002F084FB93 +:1004C00011E02869022812D00F480D3002F07CFBA1 +:1004D0000DE0032C0FD2012C05D0022C07D0BDE873 +:1004E000704004F0A3BBBDE8704004F0CBBBBDE896 +:1004F000704004F0DDBD04482830BDE8704002F0D3 +:1005000063BB0000B407002038030A00001000405D +:1005100030B51B4C85B00025012080F31088D4F83D +:10052000D40038B3D4F8D00000EB800004EB800096 +:1005300001798DF800108168C26803694069CDE9CE +:100540000330CDE90112D4F8D400401EC4F8D40021 +:10055000D4F8D000401CC4F8D000D4F8D0000A2849 +:1005600001D3C4F8D050002080F310882168684679 +:100570008847D1E7002080F3108805B030BD000027 +:10058000D007002030B54FF0805000228300D0F813 +:100590003011C3F80C21C3F81021624B1A60624B72 +:1005A0001B68624C2360604B1B1D1B68241D23606D +:1005B0005D4B08331B68241D23605B4B0C331B68A9 +:1005C000241D2360584B10331B68241D2360564B99 +:1005D00014331B68241D2360534B18331B68534C82 +:1005E00020342360504B1C331B68241D23604E4B6A +:1005F00020331B68241D23604B4B24331B68241DB0 +:100600002360494B28331B68241D2360464B2C3341 +:100610001B68241D2360444B30331B68434C40341B +:100620002360414B34331B68241D23603E4B383319 +:100630001B68241D23603C4B3C331B68241D236036 +:10064000394B40331B68241D23600124082902D143 +:10065000D0F8343113B1082904D006E0354B3449C1 +:10066000196005E0D0F8343113B1082904D006E050 +:10067000314BFB21196005E0D0F8343113B1082962 +:1006800008D00EE090F858322C48016863F303015B +:10069000016002E0D0F834311BB929494FF40070F1 +:1006A000086028480168C90702D06FF001010160A5 +:1006B0002548016841F470010160BFF34F8FBFF31B +:1006C0006F8F4FF01021D1F80002002803DBD1F822 +:1006D0000402002822DA1D4B1C601D480468002C0F +:1006E000FCD01224C1F800420568002DFCD0C1F8EE +:1006F000044201680029FCD01A6001680029FCD07E +:10070000BFF34F8F10487C380168124A01F4E06152 +:1007100011430160BFF34F8F00BFFDE70F490E4843 +:10072000086030BD380500400404001020C50040BA +:10073000488103008C56004018F50040E40E00404C +:10074000409602400004004088ED00E004E50140CE +:1007500000E401400400FA050090D003C40000202A +:10076000124A10B50021104B126809E053F82140DD +:10077000844203D10E4802F027FA13E0491CC9B2A3 +:100780009142F3D3084A002112F1180201EB011340 +:1007900002EB4303834201D1012010BD491CC9B2C1 +:1007A0000629F3D3002010BD1C0A002034010020CC +:1007B000EC0003000E4800220178142905D2491CE0 +:1007C000C9B201700A2901D302E00270022101E0DE +:1007D0006FF00101074803680B4403604368194444 +:1007E0004160012141720448C0F8402102F006B97D +:1007F000060000204C0100200090004070B5144E0F +:100800004FF48030C6F808030025C6F84051114C5B +:10081000606810B9104802F0D7F9A570626801232A +:10082000656073640D480168001F00681430B1F5FD +:10083000804F04D2B0F5404F01D9637005E081428A +:1008400001D3012000E000206070BDE87040104737 +:1008500000A000400C010020E500040044A5004079 +:1008600001480068004700002800002002E008C896 +:10087000121F08C1002AFAD170477047002001E01A +:1008800001C1121F002AFBD17047000072B605F0AB +:1008900097F900BF04F0EAFF0028FBD1104C0121BA +:1008A000208801EB00400FA105F0ECF8104800682B +:1008B000C00700D000BE2088022101EB00400DA13E +:1008C00005F0E0F8BFF34F8F0948E43801680D4A9E +:1008D00001F4E06111430160BFF34F8F00BFFDE7FA +:1008E00048010020466174616C206572726F72006D +:1008F000F0ED00E053797374656D20726573657473 +:10090000000000000400FA050EB500210091CDE9B9 +:1009100001106A4644F20100FFF7B8FF0EBD00F077 +:1009200003B800F009B8000072B602480168491C1B +:10093000016070473000002003490868401E0860CD +:1009400000D162B6704700003000002070B5054647 +:1009500008680C46411C04D002F072FE206802F0C8 +:1009600030FE6068411C02D0002102F018FE2968A8 +:10097000A069C1F82405607D227D29681043C1F873 +:100980006C05D4E900122868C0F81425C0F80C15CD +:10099000207D012814D1A068411C02D0002102F062 +:1009A000FEFDE068411C04D002F04AFEE06802F05F +:1009B00008FED4E902122868C0F80825C0F810150E +:1009C00070BD70B5054608680C46411C04D002F0A5 +:1009D00041FE206802F0FFFD6068411C02D000214A +:1009E00002F0E6FD2968A069C1F82405607D217D3B +:1009F0002A680843C2F86C05D4E900122868C0F8D8 +:100A00000C15C0F81425207D012814D1A068411CC4 +:100A100002D0002102F0CCFDE068411C04D002F0BD +:100A200019FEE06802F0D7FDD4E902122868C0F888 +:100A30000825C0F8101570BD084908B5085C00907D +:100A4000684602F0D3FDD0F810050099C84010F0B8 +:100A5000010000D0012080F0010008BD3C6F0000C3 +:100A60002DE9FC410646C0074FF000050ED0104F9F +:100A700000240122385D009500231146019502F003 +:100A800031FD641C042CF4D300F01CF8B0070DD524 +:100A9000074E0024361D0022305D032300951146C9 +:100AA000019502F01FFD641C042CF4D3BDE8FC8109 +:100AB000386F00000249085C012102F0D5BD00003A +:100AC000386F000010B500242046FFF7F3FF641CC8 +:100AD000042CF9D310BD042801D2FFF7ADBF0020CC +:100AE000704710B50024FFF7BBFF204610BD000083 +:100AF0002DE9F0470546861C90460F464FF0010948 +:100B00000020FFF70CFF1B4C20683860D4E900017F +:100B1000401AA16804F21C47081A0EE00121384669 +:100B200002F05AF801F004FE0146384602F054F88B +:100B3000D4E90001401AA168081A401C8642EDD889 +:100B4000B8F1000F03D0052065F3891002E00620FC +:100B500065F39F50A2682168114004EB8101C860D1 +:100B60002068304420600020FFF7DBFE4846BDE8E7 +:100B7000F0870000D802002030B482680468531C5B +:100B80008360A154D0E901128A4202D330BC02F042 +:100B9000B0BB30BC70470000034803C8814201D19C +:100BA0000120704700207047D802002010B50021B6 +:100BB000024802F01CF880F3100010BDF40600207B +:100BC0002DE9F0411B4C1C4E4FF000052179607857 +:100BD0004FF0030881434FF0010707D0257131889A +:100BE00008EB014015A104F04DFF01E000B12771B1 +:100BF000E1782078814307D0E570318808EB014027 +:100C000015A104F03FFF01E000B1E7706179A07821 +:100C1000814307D06571318808EB014014A104F0CD +:100C200031FF01E000B1677104F020FE0028FBD124 +:100C3000BDE8F08100000020480100205379737462 +:100C4000656D2061646472657373206E6F742072C9 +:100C50006563656976656400486F73742049442054 +:100C60006E6F7420726563656976656400000000CC +:100C700044796E204B6579206E6F742072656365D0 +:100C8000697665640000000002490A88028089785C +:100C900081707047846F00002DE9F0418AB02027F1 +:100CA0000026099702F0E4FD054602F00BFE80469F +:100CB00002F08CFFC82002F017FF052002F04CFF65 +:100CC000002002F0A5FD02F053FD00208DF8200069 +:100CD00004460022012108A801F080FB30B1002069 +:100CE00002F082FF641CE4B2642CF2D3C82000F04E +:100CF00017F901208DF820000146002208A801F014 +:100D00006DFB08B31E480078F0B1002002F0B2FD80 +:100D100000281DDD09AA69460020099702F042FD5E +:100D2000B0B19DF80000082812D11548DDF8011077 +:100D30000C38C0F803100DF1010001F0B1FB0020E8 +:100D400001F058FA012603E04FF4967000F0E8F83D +:100D50004FF4AF7000F0E4F802F038FF002002F02A +:100D600057FD002002F064FD284602F0BDFE40461B +:100D700002F0F2FE02F0FCFC0AB03046BDE8F08161 +:100D8000BA000020002207E010F8013BFF2B01D041 +:100D900000207047521CD2B28A42F5D3012070471E +:100DA000F0B50746204889B0154600780E4698B140 +:100DB000012814D0022834D110221C4904A8FFF7BE +:100DC000B1FA1B490D2204A8FFF7ACFA0024164A19 +:100DD0006846521C21460DE010221449F3E7102208 +:100DE000124904A8FFF79EFA04A800F0D9F8EDE72D +:100DF000052C02D2135D035500E00155641CE4B2DA +:100E0000102CF5D302F058F804A802F067F86946F0 +:100E1000084602F027F82B466A463146384601F06C +:100E20009FFB09B0F0BD0000A8000020876F000004 +:100E30001C07002070B50C4605460D2910D800F09F +:100E40002BF808B1012070BD0648007840B901F0C8 +:100E50008FF928B121462846BDE8704000F01CB843 +:100E6000002070BDAE0000200149087070470000EE +:100E7000A800002001460D220148FFF753BA0000E8 +:100E80001C07002003490268C1F80120007948715D +:100E900070470000A8000020F0B50746081D89B083 +:100EA000C6B206208DF8100004AC0D46601CFFF79A +:100EB000EBFE2A463946201DFFF734FA174D2878F5 +:100EC00008B1002000E00220FFF7CEFF701EC2B282 +:100ED000611C601CFFF764FF01200090002301AA41 +:100EE000314604A801F090FA18B99DF804000B28C7 +:100EF00002D0002009B0F0BD01AC0322A01DA11D4D +:100F0000FFF74EFFA01D01F01FFB0028F2D028784C +:100F100010B9601CFFF7B6FF0120EBE7AE00002020 +:100F200010B5044602F0BAFC6043400004D0034907 +:100F3000BDE810408001084710BD0000A16F00000F +:100F4000F0B54E23B3FBF2F5022303704F23841850 +:100F500004F8013C81B10123541E0BE003F00306A9 +:100F60008E5DB6FBF5F705FB176605FB0366C654F9 +:100F70005B1CDBB2A342F1DB01210DE04318445CB2 +:100F800013F8013CE31ADBB2052B03D2C3F10503CE +:100F900023444354491CC9B29142EFD3F0BD000031 +:100FA0000349D1F807200260C97A01717047000037 +:100FB000AE00002041F6FF700078FF2801D001202C +:100FC00070470020704740F6817041F27E01095C55 +:100FD000FF2905D00F20B0EB111F07D0080970477B +:100FE000401E00B20028F0DA0E20704701F00F001A +:100FF000704700000148407A704700004C01002013 +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:1020000010B588B000216FF0010002AAFF235354DD +:10201000491C09B20529FADB40F6817241F27E01C2 +:10202000895CFF2917D00F20B0EB111F01D00C09DC +:1020300001E001F00F04214604A800F0D0F80522C9 +:1020400002A905A8FEF799F910B1204608B010BD05 +:102050004FF0FF30FAE7521E12B2002ADEDAF5E73F +:10206000F0B52F4D87B000262878012701ACB0B11C +:1020700003208DF80400601CFEF706FE0020FEF72A +:10208000F3FE0322611C601CFEF78AFE002303AAF4 +:10209000042101A8009700F0B7F9A0B117E00220D1 +:1020A0008DF804000521601C00F066F9012206216C +:1020B00001A800F093F950B1601CFEF7E3FE2F7009 +:1020C000002007B0F0BD9DF80C00092802D02E704A +:1020D0000320F6E703AC0922601C611CFEF760FEDA +:1020E000601C00F031FAC0B19DF8100020B1012849 +:1020F00005D0022800D12E709DF81000E1E7601D88 +:1021000000F056F90D21074800F036F90548FEF7B2 +:10211000B1FE012000F06EF8EDE72E700220D0E74E +:10212000AE000020290700203EB5104C0020207092 +:10213000FEF740FF98B94FF4805090F87E00FF28DA +:102140000DD0FEF740FF01460E2808D2684600F089 +:1021500046F80098C4F8030001A800F029F9BDE88A +:102160003E400248C01C00F09BB90000AE000020B9 +:1021700010B58AB004208DF80400012001460090BB +:10218000002306AA01A800F03FF930BB9DF8180013 +:102190000A2822D10DF11900FEF774FE05208DF8F2 +:1021A000040001AC601CFEF76FFD0D21201D00F046 +:1021B000E3F8201DFEF75EFE0120FEF755FE10221B +:1021C000611C601CFEF7ECFD0122112101A800F04A +:1021D00005F910B101200AB010BD0020FBE701EBAA +:1021E000C10101F580510A6802604A684260097ABB +:1021F000017270472DE9FE4300265E4FB04634461B +:1022000000285ED00025E94629466846FFF7E7FF2B +:1022100058490422C91C6846FEF7AFF838B9554939 +:102220000522C91D09F10400FEF7A7F880B16D1C55 +:10223000EDB20E2DE8D3002529466846FFF7CFFF03 +:102240004C490422C91C6846FEF797F810B10CE00F +:102250002C4632E0052109F10400FEF793FD20B180 +:10226000D7F807000190F87A13E06D1CEDB20E2D3F +:10227000E2D3002529466846FFF7B1FF09216846E9 +:10228000FEF780FD48B157F8030F00907868019081 +:10229000387A8DF808002C4631E06D1CEDB20E2D19 +:1022A000E8D3B8F1000F07D004EBC4006946092257 +:1022B00000F5805003F0E8FD3EB3FEF77BFE28B347 +:1022C00056E0002421466846FFF789FF2949042289 +:1022D000C91C6846FEF751F80028EED0641CE4B231 +:1022E0000E2CEFD3002421466846FFF778FF042127 +:1022F0006846FEF747FD20B1D7F80300009001269D +:10230000D2E7641CE4B20E2CEDD331E0FEF75BFEA5 +:10231000A0422DD00E2C2BD04FF48051002040F63F +:1023200081720F2591F87E10531C04E041F27E016A +:102330009042095C0DD0CE43360706D0B5EB111F95 +:102340000AD164F31F11C9B20AE001F0F001214380 +:1023500006E044F0E00103E0401C00B29842E5DBF7 +:1023600041F27E02104403F06DFD0120BDE8FE83C2 +:102370000020FBE7AE000020F0B50B4B0025C3F8B2 +:10238000005101241C602A46084E09E0D3F8007170 +:10239000002FFBD037688754C3F80051521CD2B2CB +:1023A0008A42F3D35C60F0BD00D0004008D5004005 +:1023B00003490268C1F807200079C872704700001D +:1023C000AE00002010B5044601F0AAF900E030BFCD +:1023D00001F05EFAB0EB440FF9D310BD10B5094C13 +:1023E000134600226270A2700A460146184601F0A8 +:1023F0004FF908B910BD30BF60780028FBD0A07835 +:1024000010BD0000AE0000202DE9FC4780460A20E8 +:102410000A9D009016460F46284601F0E5FB012470 +:1024200001F098F901F0B4FA0028FBD101F02EFA7E +:1024300081461E2001F070FB01F09AF92A463946C8 +:102440004046FFF7CBFFE0B10224284601F0CCFB69 +:1024500007208DF804000A20FFF7B4FF2A46012167 +:1024600001A8FFF7BBFF60B1284601F003FA40B1B5 +:10247000202000906A463146284601F093F900B1C9 +:10248000002401F067F900BF01F082FA0028FBD1B7 +:10249000484601F041FB01F06BF92046BDE8FC879E +:1024A0002DE9FF41054601F073FA264C0646EDB3CF +:1024B00028786978EA7800EB0120A978090401EB13 +:1024C0000261471801F082FB204601F09BFA50B1EF +:1024D0000021084601F082FA28B1384601F0A2FA3C +:1024E00008B1012402E0012407E037B12146084683 +:1024F00001F074FA08B1012700E00027641CE4B27F +:10250000082CF2D301F0A8F90446C2B22946684665 +:10251000FEF716FD87B12146684601F093FA58B1DF +:102520000120002E05D001F023F900E007E030B1D2 +:10253000012004B0BDE8F0810020002EF9D0002079 +:10254000F7E700000405070B10B503220349FDF768 +:1025500014FF08B1002010BD012010BD846F0000E1 +:1025600070B5002409E000BF11F8015B12F8016B9F +:102570007540641C00F8015BE4B29C42F4D370BD6A +:102580000278521C027002788A4201D30021017045 +:10259000704700002DE9FC5F0E008346DDE90C4723 +:1025A000C6F1000098469246814600D408460125AF +:1025B00003E000BF90FBFAF06D1C5045FADAA84525 +:1025C00000D9454624B1002E01DB780700D5641EF2 +:1025D000B80702D5B8F1000F0AD0F80708D13CB10E +:1025E000A54205D220215846641EFEF7C5FAF6E73B +:1025F000002E02DA4E462D2102E0780703D52B216A +:102600005846FEF7B9FA07F0030002280BD1B8F1DB +:10261000000F08D13CB1A54205D230215846641EB6 +:10262000FEF7AAFAF6E7CDE900474346524631469F +:10263000584604F027FCBDE8FC9F000070B50D462D +:10264000044600684FF4887103F050FE4FF4907117 +:10265000206803F04BFE4FF49271206803F046FEB1 +:102660004FF4A271206803F041FE20681249C0F8BF +:10267000041320686907000B40B2090E002806DA2F +:1026800000F00F0000F1E02080F8141D03E000F1DD +:10269000E02080F8001420680121000B40B200F017 +:1026A0001F0291404009800000F1E020C0F8801234 +:1026B000C0F8001170BD00001003020002460020A7 +:1026C0001268930702D0530702D47047500714D5FD +:1026D00002F00300012802D002280CD105E0C2F369 +:1026E00083100B68801C184404E00223086803EB85 +:1026F00092521044086001207047086800EB925322 +:10270000C2F38910401CEEE70022027002214254FD +:10271000491CC9B20829FAD370470022027004216B +:10272000817003214254491CC9B20829FAD3704769 +:102730002DE9FF410026234800F04BFA2148001FF5 +:10274000074600F046FA204C60680090A56800E05B +:1027500000986946284004EB80000C30FFF7AEFF7C +:102760000028F5D101AA009901EA050304EB8303CF +:10277000491CDB6842F82030401C00910228F2D34B +:10278000019800F0030001280BD0022810D1019815 +:10279000032101EB90500099BDF80A6001EB900015 +:1027A00005E00198BDF80A60C0F38310084400906A +:1027B000384600F00BFA08B10098606004B030466B +:1027C000BDE8F081F0060020D802002000210220A0 +:1027D000FEF787F94FF40041002003F0ADF908B18E +:1027E000FEF792F803F034F836480321008801EB35 +:1027F000004035A103F046F903F038F80028FBD17A +:10280000012000F0CDF810B90020FEF77DF800F0AF +:10281000BFF8002001F078F828B901F023F800F59E +:102820000340FEF771F8962001F05EF9002001F0F8 +:1028300043F928B901F016F800F50340FEF764F8F3 +:102840004FF4FC7001F078F928B901F00BF800F5AD +:102850000340FEF759F8002001F05EF928B901F0B5 +:1028600001F800F50340FEF74FF8FFF7C9FB00231E +:102870001C4910F1020F05D00122B0F1FF3F04D036 +:102880000A7003E00B704B7001E00B704A70FFF7A9 +:102890004BFC00F06DFF28B900F0E4FF00F50340A9 +:1028A000FEF732F80120FEF716F908B104F090F8AF +:1028B0000020FEF710F908B104F018F8FEF780F9CF +:1028C000F0E70000480100204465736B746F7020CE +:1028D000656D756C61746F72206578616D706C6583 +:1028E00000000000000000202DE9F047C7880446E2 +:1028F000181D16468946B0FBF7F1B0FBF7F207FB4F +:1029000012009A193A44D21CB2FBF7F2DDF820A06B +:1029100001E02468491E0029FBD13D1A8846B542D2 +:1029200016D818E0BAF1000F05D0211809EB0800FD +:102930002A46091D04E0204409EB08012A46001D2F +:10294000FDF7F0FC00202468761BA844B74201D9AB +:10295000354600E03D46002EE4D1BDE8F08700009A +:1029600030B5024659B103F013F90021074C09E0D4 +:1029700004EB810315685B88AB4202D11160002033 +:1029800030BD491C8142F3D3052030BD3801002001 +:1029900002480121C16001607047000000900040C2 +:1029A000134A0021116051605172117211490122C4 +:1029B0004A60CA60931EC1F808331304C1F8043397 +:1029C000C1F800220C4A042111600B49303110B1CA +:1029D0004FF4FA5001E04FF47A6008604FF0E021C4 +:1029E0004FF40070C1F88002C1F800010120704767 +:1029F0004C010020009000401095004070470000FE +:102A00000B4910B54A7A8AB1022202708A88427054 +:102A10000B88C2F3032242EA031484701A09C270BD +:102A20000020086048604872012010BD002010BDE1 +:102A30004C0100202DE9F0415C4903780446D1E9BE +:102A400003020025082B77D2DFE803F0042B487738 +:102A5000726E8795217C914208D238B100EB8101DA +:102A60008A6C521C8A640168491C0160A17B2E4655 +:102A700061F307062189677B61F31F4661896068FE +:102A800061F30F05217B61F31745E17B61F31F655E +:102A900001F0DAFC2A4631463846BDE8F04100F044 +:102AA0004FBE4869407D10B9414800F08DF82F466F +:102AB000218965F3070761F31F476189267B61F36D +:102AC0000F05617B606861F31F6501F0BDFC2A465C +:102AD00039463046BDE8F04100F028BE217B9142E6 +:102AE00008D238B100EB81018A6C521C8A640168FB +:102AF000491C0160A07A217A60F3070561F30F2574 +:102B0000E17A667A676861F3174538B11FB92848DA +:102B1000263000F059F8384601F096FC2946304638 +:102B2000BDE8F04100F0EFBEBDE8F04100F01EBE90 +:102B300000F034FFBDE8F08131E01E484168491CD7 +:102B4000416001780029F5D0816811B1491E81608A +:102B5000F0E7BDE8F04100F0FDBDA379934208D253 +:102B600038B100EB830293685B1C93604268521C8F +:102B700042608A680CE0A379934208D238B100EB36 +:102B8000830293685B1C93604268521C42604A68EF +:102B9000002ACFD061792079BDE8F0411047BDE827 +:102BA000F04103487F3000F00FB80000C80000205B +:102BB0003D0405003807002002490F220A70886191 +:102BC00070470000C8000020FFF7F6BF002100F0AA +:102BD00009B8012100F010B808B56A46FDF74DFBB1 +:102BE000009808BD08B56A46FDF72DFB08BD08B57D +:102BF0006A46FDF70FFB08BD08B56A46FDF716FBF0 +:102C0000009808BD08B56A46FDF744FB009808BD6A +:102C100070B5044600252846FDF781FE21686268EC +:102C2000086890420ED9401E08600178A38AE268C5 +:102C300001FB0325227A2168101AC0B20A79824268 +:102C400000D208710020FDF76CFE284670BD70B5FB +:102C500005460C460020FDF762FEE868A98A201AA6 +:102C6000B0FBF1F12A681068431C13600170BDE8E5 +:102C700070400020FDF755BE10B530B1017A4268B2 +:102C80000368891AC9B21A6006E00E2010BD0368F5 +:102C90001A68541C1C601170491EC9B2F7D2006832 +:102CA00000210171084610BD70B5074C251F206832 +:102CB00029684968884202D30448FFF785FF2868DD +:102CC00021688068405C70BD040100204400010060 +:102CD00001480068704700000401002010B5044658 +:102CE000054800684068A04202D80448FFF76CFF1E +:102CF0000148001D046010BD000100204C000100CF +:102D000001484068704700000401002010B50446E7 +:102D1000054800680068A04202D80448FFF754FF45 +:102D20000148001D446010BD000100205800010052 +:102D300010B5040002D10548FFF746FF0448002102 +:102D40000460001D0160416010BD0000270001000B +:102D5000000100200948021F4168491C41601268B7 +:102D60001368994208D3002343600168491C01603D +:102D70005268914200D303607047000004010020B4 +:102D8000002839D0401E00BF00BF00BF00BF00BFF9 +:102D900000BF00BF00BF00BF00BF00BF00BF00BF3B +:102DA00000BF00BF00BF00BF00BF00BF00BF00BF2B +:102DB00000BF00BF00BF00BF00BF00BF00BF00BF1B +:102DC00000BF00BF00BF00BF00BF00BF00BF00BF0B +:102DD00000BF00BF00BF00BF00BF00BF00BF00BFFB +:102DE00000BF00BF00BF00BF00BF00BF00BF00BFEB +:102DF00000BF00BF00BFC5D170470000F0B5054659 +:102E00000478154889B0164640F82420124A08690B +:102E10000832A2F10C0742F82400487F38552022DE +:102E20006846FDF77FFA04942878385C48B10EB103 +:102E30000A4A00E000226946281D03F0BDFB09B0E4 +:102E4000F0BD0EB1064A00E00022694605F10C0013 +:102E500003F084FAF3E700000C000020616D00002D +:102E6000AD6B000070B5124D06464FF08074686877 +:102E7000814202D01022FDF755FA0E490020C1F818 +:102E8000000101220A6001E0641E0ED0D1F8002189 +:102E9000002AF9D0C1F80001A9688E4203D010229F +:102EA0003046FDF73FFA012070BD002070BD0000E4 +:102EB0001C00002000E000400549064801F1100216 +:102EC000C0E900121032826003480160012070479F +:102ED000580100201C00002004E500400146024883 +:102EE00010220068FDF71EBA1C0000202DE9F041F9 +:102EF0000446102802D30B48FFF766FE094E0A4D20 +:102F0000761D204600F07EF8070008D0AF4202D1BF +:102F10003046FFF759FE384600F03AF8F1E7BDE8D1 +:102F2000F0810000D0000300ADDEADDE0148006896 +:102F3000704700003401002010B50020114A0146FE +:102F400000EB40039C186170A170D154401CC0B2CA +:102F50001028F5D3DE22CC210B48FDF7F5F90A4AFB +:102F60000020A2F1180100BF00EB001302EB4303A5 +:102F700041F82030401CC0B20628F5D30349062092 +:102F8000086010BD2C090020340A00203401002004 +:102F900070B5104C06462068062802D30E48FFF78D +:102FA00013FE3046FDF7DCFB18B90B48401CFFF759 +:102FB0000BFE0A4D20680A4955F82000884203D0CC +:102FC0000548801CFFF700FE216845F82160491C78 +:102FD000216070BD34010020800003001C0A002025 +:102FE000ADDEADDE10B50446102802D30348FFF76E +:102FF000EBFD034904EB4400085C10BDC200030074 +:103000002C09002070B500260446102802D30C4875 +:10301000FFF7DAFD0B4D04EB4404285D70B105F1B8 +:10302000300000EB8401601910F8022F51F8226083 +:103030000321FFF7A5FA285D401E2855304670BDD4 +:10304000A20003002C09002070B50C46064610298A +:1030500002D31248FFF7B8FD3046FDF781FB18B9DF +:103060000E48401CFFF7B0FD0D4D04EB4404285DF5 +:10307000032810D205F1300000EB8401601910F82C +:10308000012F41F822600321FFF77AFA285D401CE6 +:103090002855012070BD002070BD00008C00030089 +:1030A0002C09002010B50446102802D30948FFF768 +:1030B0008BFD094904EB44000A5C42B101F1300286 +:1030C00002EB80020844807852F8200010BD0020F6 +:1030D00010BD0000B30003002C0900200B4810B500 +:1030E0000168002479B10A4A0A4B02EB8102491EA9 +:1030F00052F8044D136001602046FDF731FB10B912 +:103100000548FFF761FD204610BD00003401002096 +:103110001C0A0020ADDEADDE7800030000487047D9 +:1031200040A100402DE9F74F904607004FF0000501 +:1031300002D13448FFF748FD334C4FF4803BC4F8CC +:1031400008B3324EB07818B12E48801DFFF73CFD11 +:10315000706818B12B480930FFF736FDDFF8B0A0D2 +:1031600077605FEA08004FF000094FF00108AAF10C +:10317000040724D001282FD0022829D021481D304F +:10318000FFF722FD86F80280C4F840910199294496 +:1031900089B239603F68C4F84480DAF80060D4F836 +:1031A000400118B117482B30FFF70EFDAF4215D381 +:1031B000AE4201D3BE4221D3124833301CE0C4F8E2 +:1031C0004480DAF80050C4F84080C4F84091D9E750 +:1031D0000F48001D0568D5E73D68D3E7BE4201D220 +:1031E000012000E00020B54201D8012100E00021CB +:1031F000884203D103483E30FFF7E6FCC4F804B32D +:10320000BDE8FE8F8600040000A000400C010020F5 +:1032100044A500400048704748A0004070B5144CD9 +:1032200001266660E6606664124800250560114864 +:103230003C30006810B11048FFF7C6FC4FF0FF307B +:10324000C4F80803C4F840510A4904200831086052 +:103250000A4845600670457085700A20FDF7D4F86D +:103260004FF0E0214FF48060C1F8000170BD000014 +:1032700000A0004008A50040470004000C01002009 +:1032800001480078704700000C010020034901202C +:1032900008600349002008707047000000A000404B +:1032A0000C01002070B5074801250561C560064C7A +:1032B00000260A2066606670FDF7A6F8A6702570E5 +:1032C00070BD000000A000400C01002001484078C3 +:1032D000704700000C0100200FB408B503990029C5 +:1032E00004D004AA00926A4600F00FF801B05DF81D +:1032F00014FB10B582680446002A05D0D4E9040303 +:10330000216898470020A06010BD2DE9FC47914638 +:103310000C00804676D014F8011B39B125290ED057 +:103320004046FDF729FC20780028F4D198F80C00DD +:10333000002867D04046BDE8FC47FFF7DABF002011 +:10334000012221782B291BD02D2902D0302908D128 +:1033500002E040F0010001E040F00200641C002A9D +:10336000EFD100252A290ED02178A1F130020A2AB6 +:1033700011D205EB850201EB4205641C303DF1E7FB +:1033800040F00400EAE7D9F800100B1DC9F800303E +:103390000968641C0D44217800232E290BD114F8F0 +:1033A000011FA1F130020A2A05D203EB830201EBCF +:1033B0004203303BF3E76C290DD068290BD0692913 +:1033C00021D00BDC252918D0582931D063290ED003 +:1033D000642915D117E014F8011FECE7702969D0B2 +:1033E000732932D075291BD0782909D120E0D9F86A +:1033F0000000011DC9F8001001784046FDF7BCFB34 +:10340000641C90E76CE0D9F800100A1DC9F8002090 +:103410000968CDE900500A224046FFF7BBF8EFE704 +:10342000D9F800100A1DC9F8002009680A2206E030 +:10343000D9F800100A1DC9F8002009681022CDE94A +:103440000050404603F01EFDDAE7D9F800100027CF +:103450000A1DC9F800200E68C00705D112E04046D9 +:10346000761C7F1CFDF788FB31780029F7D104E03A +:10347000202140466D1EFDF77FFBBD42C0D9002DC7 +:10348000F6D1BDE74EB13046FCF770FF074604E0C9 +:10349000202140466D1EFDF76FFBBD4206D9002D71 +:1034A000F6D103E04046761CFDF766FB3178002933 +:1034B000F8D1A5E7D9F80000011DC9F8001005688A +:1034C00030214046FDF758FB78214046FDF754FB7C +:1034D00008200021CDE90001034610222946B0E76B +:1034E000BDE8FC872DE9FF411C46DDE90A78154659 +:1034F0000E46684600F07AF846EA450141EA840142 +:1035000041EA072242EA0841009A00EB8200C0F833 +:103510000017BDE8FF812DE9FF411C46DDE90A786F +:1035200015460E46684600F06FF846EA450141EA46 +:10353000840141EA072242EA0841009A00EB820036 +:10354000C0F80017BDE8FF812DE9FF411C46DDE909 +:103550000A7815460E46684600F064F846EA4501CA +:1035600041EA840141EA072242EA0841009A00EB5D +:103570008200C0F80017BDE8FF811CB50021009152 +:103580000B4601220191FFF7C6FF1CBD1CB50021AF +:1035900000910B4601220191FFF7D6FF1CBD1CB51F +:1035A00000220B46009211460192FFF7B4FF1CBDAA +:1035B0001CB500220B46009211460192FFF7C4FF92 +:1035C0001CBD1CB5002100910B4601220191114642 +:1035D000FFF7A1FF1CBD1CB5002100910B46012285 +:1035E00001911146FFF7B0FF1CBD000001682029C2 +:1035F00002D24FF0A040704701F01F010160014866 +:1036000070470000000300500168202902D24FF0EB +:10361000A040704701F01F010160014870470000A1 +:10362000000300500168202902D24FF0A0407047EB +:1036300001F01F01016001487047000000030050C5 +:1036400001B56846FFF7E0FF009A01219140C0F8FC +:10365000081508BD01B56846FFF7E4FF009A01218F +:103660009140C0F8081508BD38B50124009068469F +:1036700031B1FFF7BBFF00998C40C0F8084538BD59 +:10368000FFF7B4FF00998C40C0F80C4538BD00002E +:103690002DE9F041204D164688460746082801D3FB +:1036A000042035E0B8F1000F03D0202E03D9062006 +:1036B0002EE003202CE0384601F086FA032801D3DF +:1036C000092025E0384601F013F8032801D30A2029 +:1036D0001EE000F033FD022801D2082018E000F0BF +:1036E000BDFE044606704078324640F0010060702E +:1036F0004146A01CFCF716FEF8B2214601F066FA1E +:1037000010B10120BDE8F0810448FFF75DFA0F20F9 +:1037100028700020F6E70000C8000020FC0005002B +:103720000149002048607047380700200348C16005 +:10373000026101214170002181707047AE000020BC +:103740000348C1600261012141708170704700002F +:10375000AE00002010B500F0B5FD18B1BDE8104076 +:1037600000F004B8BDE8104000F0AABC70470000AB +:1037700010B50B4C606928B100F05AFB0004000C36 +:1037800002D005E0022008E0002000F071FE18B130 +:1037900000F0AAFC012010BD11202070002010BDF7 +:1037A000C80000202DE9F04116460F46044600F0FF +:1037B0009FFF154D48B157B1204600F0A5FF007896 +:1037C0003168814205D206201AE00B2018E0032060 +:1037D00016E0204600F08EFF04000DD0A01C0BD098 +:1037E0002278A11C38463260FCF79CFD204600F090 +:1037F0002BFE0120BDE8F0810448FFF7E5F90F201A +:1038000028700020F6E70000C8000020260105000F +:1038100010B5082804D3054904200870002010BD05 +:10382000C0B200F05BFF012010BD0000C800002006 +:10383000084910B54A69527D0AB10C2002E00828F7 +:1038400003D304200870002010BDC0B201F0A4F919 +:10385000012010BDC8000020014800697047000029 +:10386000C80000200148007870470000C800002010 +:1038700000F032BD082804D3034904200870401F1B +:10388000704700F035BF0000C800002001F0AAB862 +:1038900001484068704700003807002001F0BAB8BE +:1038A00010B500F04BFCC0F1060010BD082804D391 +:1038B000034904200870401F704701F085B90000DB +:1038C000C800002010B5012401F09AF9F02815D0A5 +:1038D00005DCB0B1042809D0EC2812D110E0F4289E +:1038E0000AD0F82806D0FC280BD101E0002408E01B +:1038F000022406E0032404E0042402E0052400E09E +:103900000624204610BD70472DE9F0411D4D0646A6 +:1039100000241D482C70AC610460446084601B4826 +:1039200000F02EFC686140B3042000F09FFA05F11E +:103930001C00296900F086F80746304600F0D6F8EA +:1039400000EA0706002000F0B7F80640012000F06A +:1039500003F90640022000F097F80640002000F02E +:103960001DF90640012000F0A7FE0020EC6000F0E9 +:1039700065FD16B10120BDE8F0810120287000200E +:10398000F9E70000C800002038070020352A0000B1 +:1039900001484069407D7047C80000207047000022 +:1039A00010B50446082803D30B490420087010E022 +:1039B000FFF77CFF03280CDA2046FFF75BFF0328A4 +:1039C00007DAFFF76DFFC0F10600022801D30120DE +:1039D00010BD002010BD0000C8000020084A10B52E +:1039E00053695B7D0BB1022002E0082803D3042059 +:1039F0001070002010BD00F04BFD012010BD000034 +:103A0000C8000020064910B54A69527D1AB102204B +:103A10000870002010BD00F011FA012010BD000058 +:103A2000C8000020064910B54A69527D1AB102202B +:103A30000870002010BD00F00DFA012010BD00003C +:103A4000C800002010B50F4C6269527D0AB10220F7 +:103A500014E010290FD871B178B10A4621610146EE +:103A600008481C30FCF75EFC064821691C3000F059 +:103A700011FA012010BD072000E003202070002073 +:103A800010BD0000C80000200A4910B54B6902466D +:103A900001205B7D0BB1022004E0012A05D0022A3F +:103AA00004D00E200870002010BD002000F070FA35 +:103AB000012010BDC80000200A4910B54B6902461C +:103AC00000205B7D0BB1022003E032B1012A03D05C +:103AD0000E200870002010BD012000F0D5F9012053 +:103AE00010BD0000C800002000F0FCBB10B540B1C4 +:103AF000012808D002280BD00649052008700020B4 +:103B000010BD012000E0022000F0F2FB012010BDFA +:103B10000020F9E7C8000020064910B54A69527D27 +:103B20001AB102200870002010BD00F061FF0120D2 +:103B300010BD0000C8000020064910B54A69527D3A +:103B40001AB102200870002010BD00F069FF0120AA +:103B500010BD0000C8000020014610B50020072954 +:103B600014D2DFE801F0040F06080A0C0E0004204E +:103B700008E0FC2006E0F82004E0F42002E0F02059 +:103B800000E0EC2001F042F8012010BD02490E20B7 +:103B90000870002010BD0000C80000200A4910B5C0 +:103BA0004B69024600205B7D0BB1022003E032B17D +:103BB000012A03D00E200870002010BD012001F062 +:103BC0002FF8012010BD0000C800002010B5FFF73D +:103BD000DFFE002806D0FFF7BDFD30BFFFF7D8FE9F +:103BE0000028FBD110BD000038B50446012181F347 +:103BF0001088202505E06A46064920460095FFF713 +:103C0000D1FD2046FFF736FE0028F4DC002080F3CB +:103C1000108838BDFC06002010B501F0F3F9034907 +:103C2000002008610249087010BD000090070020C4 +:103C3000F40000202DE9FE434D4800684D4C01285A +:103C400002D04D48006828B960680078202801D863 +:103C5000012100E00021494E03204FF000083070A0 +:103C60004348C4F8008008300568424F183F89B3C4 +:103C7000006841490839086002A8CDE900043C48C1 +:103C80000C30026801232946184602F04FF910B3A0 +:103C9000012805D0022821D0032855D0384851E00A +:103CA000029818B136481C38FEF78EFF284602F0FD +:103CB000A0FA18B932481B38FEF786FF01F0D6F992 +:103CC000B97D0023CDE900017068EAB290F91610C1 +:103CD00018461CE01EE02A48113833E0029818B953 +:103CE00027480D38FEF770FF284602F082FA18B90F +:103CF00023480C38FEF768FF01F0B8F9B97DEAB245 +:103D0000CDE900017068012390F91610029800F0C7 +:103D10007DFB19E000F072FE30B101F0A7F9014619 +:103D2000BA7DE8B200F044FB0023CDF800801A46CB +:103D300019461846CDF8048002F0F8F8042803D09C +:103D40000F480F30FEF740FF206838B10120607542 +:103D50000C48206104203070BDE8FE8301F052F968 +:103D600084F81580C4F8108000F00EF8F4E7000025 +:103D7000001400409007002034150040F40000209B +:103D800044060900213E000070B5FFF745FF1F4DB6 +:103D9000012028701E4801681E4A21F0FF011269A7 +:103DA0001143016002F02EFA1A4C4C3410B302F0A9 +:103DB00029FA032802D01848FEF706FF022001F076 +:103DC0005FFB002001F0B4FB02F01CFA032803D0D3 +:103DD00011480830FEF7F8FE2878012803D00E4875 +:103DE0000E30FEF7F1FE02202870002020610B4803 +:103DF000E06070BD02F012F80228DFD302F028F96B +:103E000060600028DAD10448401FD5E7F4000020A4 +:103E10003015004044070020F4050900353C00003F +:103E2000024905200870FFF7AFBF0000F400002032 +:103E30000148006A7047000044070020034910B59C +:103E4000086200F0ADFD0249086010BD4407002083 +:103E50001C150040034910B5486200F0A1FD02495D +:103E6000086010BD44070020201500400449487731 +:103E700004490A6822F4E02242EA004008607047E0 +:103E800044070020181500400149087670470000DB +:103E90004407002070B50C00054602D10748FEF724 +:103EA00093FE1DB90548401CFEF78EFE0448C0E98C +:103EB0000145BDE870400020FEF710BFB3030900C4 +:103EC000A807002010B500F099FD044901F1640233 +:103ED00008B1C86800E08868106010BD4407002081 +:103EE0001CB510490320086002F08CF9012812D09B +:103EF000022810D0032813D1002000900346024668 +:103F00000146019002F012F8042809D0BDE81C40D7 +:103F10000548FEF759BE0021084602F0B7F8F3E75E +:103F20001CBD000008F5014048020900144981F851 +:103F3000310014490A6822F0FF020A6048B1114AB0 +:103F40000B1D0832012807D002280ED00E48FEF7BC +:103F50003BBE086808607047086840F001000860D0 +:103F6000FF20106040F2071007E0086840F00200F0 +:103F700008604FF6FF70106004481860704700003A +:103F800044070020341500402E04090021100100D0 +:103F9000044981F83200044908B1012800D10860C1 +:103FA0007047000044070020101500402DE9FF4134 +:103FB0003E480068012802D03D48006830B93D48BD +:103FC00040680078202801D8012700E0002700F091 +:103FD000F5FB384C0126183C00B9266102F012F9B5 +:103FE000012802D03448FEF7EFFD344D6868007DAB +:103FF00018B13148401CFEF7E7FD01F003F8EFB3BC +:104000000121084602F042F820B1012828D00228F8 +:1040100026D10FE001F02AF8064601F04FFFC7B2A3 +:1040200001F046FF8446A07D0021CDE90260CDE984 +:1040300000710DE001F01AF8804601F03FFFC7B2B1 +:1040400001F036FFA17DCDE90076CDE902818446FD +:1040500068686289218990F91630604600F0B8F9E5 +:10406000FEF736FEE06013484C3840696060FFF7A9 +:1040700029FF04B00020BDE8F04100E001E0FEF7B8 +:1040800045BE6E7000F0BAFC00280CD000F0EEFFC8 +:10409000054601F013FFA27D04B02946BDE8F041BA +:1040A000C0B200F085B9BDE8FF81000000140040F7 +:1040B000341500409007002037070900F400002065 +:1040C00010B5012080F310880648417D29B1817820 +:1040D00019B90121817000F03FFB002080F31088A6 +:1040E00010BD00007807002070B5124C607D0028DC +:1040F0001ED100F0C3FA04F13005A86810B90E48CB +:10410000FEF762FD686818B90B48401CFEF75CFDBD +:1041100002F0A8F818B10848801DFEF755FD0020F0 +:1041200002F0C0F801206075BDE8704000F014BBDB +:1041300070BD000078070020CE02090001F0CABE61 +:1041400030B50D4D85B0687D002813D000F042FBDE +:1041500000F058FF0024AC706C7505208DF800004D +:10416000684601F007FE0548047005B0BDE8304020 +:10417000FFF7B6BE05B030BD78070020F400002080 +:104180002DE9F0410546012080F31088484E4FF09C +:1041900003080024707086F80080B4707460348165 +:1041A0007481F46007463461347506F11800747543 +:1041B000046044608460C4600461047518308460E5 +:1041C0004460FFF72BF8284601F00EFE01F084FE54 +:1041D000002002F059F806F13000FEF7A9FD002199 +:1041E0000A20FCF73DF900210120FCF739F90121F3 +:1041F0001420FCF735F9012000F07AF8A6F1340517 +:10420000FF202861042068772A4929622A496962C7 +:1042100085F82870022185F8291085F82A8085F80C +:104220002B00052085F82C00062085F82D0007209E +:1042300085F82E00082085F82F0085F8304085F895 +:10424000311085F83270692045F8140B1E20286063 +:104250004FF4167045F8100C022000F091FC0F206E +:1042600000F094FCEC802F716F712C72204601F0ED +:104270002BFE7078012802D01048FEF7A5FC37709D +:10428000B470746034817481F46034610C483475A6 +:1042900074758460447000F0F1F90A20FCF7A9F805 +:1042A0001420FCF7A6F884F310880148BDE8F081DB +:1042B0007807002004070A0D05080B0E9F0209006D +:1042C000F40000200348407D08B100207047012021 +:1042D00070470000780700200148408B70470000BD +:1042E000440700200149488370470000440700202C +:1042F00010B5012181F3108807490A78824204D061 +:104300004870487D28B100F027FA002080F310881B +:1043100010BD00F003F8F8E77807002030B5224D13 +:1043200085B02878697888423BD008B900F0A6F9B2 +:10433000687808B9FFF7D4FD1C480024046000F039 +:1043400061FE194818300460446004618460C460F0 +:104350002878012802D0022808D015E001F052FF89 +:1043600090B10021084601F091FE0DE0FFF754FCEA +:1043700001F048FF032807D1002300941A4619468C +:104380001846019401F0D2FDFFF79CFD6878287073 +:1043900004208DF80000684601F0ECFC012005B017 +:1043A00030BD0020FBE700007807002014F5014035 +:1043B00000B585B006238DF806208DF805108DF820 +:1043C00004008DF80030684601F0D4FC05B000BD53 +:1043D000F0B585B00DF1280C9CE8F0008DF80C309C +:1043E0008DF80D404FF0000C0190ADF808108DF8DD +:1043F0000E508DF800C0ADF80A208DF80F608DF8D2 +:104400001070684601F0B6FC05B0F0BD70B586B01E +:104410000226DDE90A458DF808108DF80920019083 +:104420008DF80A308DF800608DF80C508DF80B4037 +:10443000684601F09FFC06B070BD0000014988602D +:1044400070470000F400002010B5012181F31088AE +:1044500001F068FD002080F3108810BD10B5012028 +:1044600080F3108801F060FD002181F3108810BDF9 +:1044700010B50446082802D30348FEF7A5FB0348FD +:10448000204490F8280010BDAD0309004407002027 +:1044900070B5082819D20F4A024482F82810820702 +:1044A000D40EFF22A240D243042801D20A4D01E0DB +:1044B000094D2D1D286810402860084600F05EFA5E +:1044C0002968A0400843286070BDBDE870400348DB +:1044D000FEF77ABB4407002024150040A70309001B +:1044E00010B51B4C00206070FEF7DEFB1949086018 +:1044F000FEF7EEFB1849887501F084FE012807D00D +:1045000001F080FE022802D01448FEF75DFB002077 +:1045100000F0B6FFFEF702FE114908606068091D51 +:1045200040680860A068002811D0007820B1FEF72C +:10453000F5FDA16800F002FCA0680179002906D011 +:1045400000F0D0FBA068BDE8104000F0D9BB10BD62 +:10455000F4000020081500407807002097060900A5 +:1045600010F5014010B501F0F7FD002820D01148EA +:1045700000210181418101F0A1FC0F49086001F097 +:104580009DFC012181400C48001D026822F0FF02C1 +:104590001143016001F08CFC064C1834206001F0DE +:1045A00081FC60600548E060BDE81040FFF798BFFF +:1045B00010BD0000780700202C150040AD3F000022 +:1045C000154800210160012101601448016821F4AF +:1045D00080710160016821F00F01891D016001688F +:1045E00021F4702141F440310160001D016821F087 +:1045F00000710160016841F080710160016821F083 +:10460000FF0141F020010160016821F47F41016058 +:104610000120FBF7EEBE0000FC1F00401415004017 +:1046200070B5134C1348A16800F096FE6060114C01 +:104630004C3C607FFFF71AFC206AFFF7FFFB606AC3 +:10464000FFF708FC0025601990F828102846FFF7AE +:104650001FFF6D1C082DF6D3074914F8300F0860B2 +:104660006078FFF763FCA078BDE87040FFF790BC6E +:10467000F4000020900700200C1500400C4910B5F4 +:10468000002008600A4803240C380460FFF798FFF4 +:10469000FEF7C0FD064908310860091F054808609B +:1046A000034810380460BDE81040FFF7B9BF0000B0 +:1046B00014F501400411004010B504460448406858 +:1046C00010B90448FEF780FA0348047510BD0000D5 +:1046D000F40000206E0409009007002010B50121AD +:1046E00081F3108801F082FD002080F3108810BD56 +:1046F00001F07FBD10B5012181F3108801F07CFD30 +:10470000002181F3108810BD01F079BD0349012219 +:10471000086101460248FEF705BD00007807002049 +:104720007162000070B50C4601F0BCFD074D2869B0 +:10473000A04202D30648FEF747FA28690122211A4F +:104740000448FEF7EFFC0020286170BD78070020C8 +:10475000D60609007162000010B5FEF791FD012830 +:1047600022D101F099FD10B11048FEF72DFA002278 +:1047700064210F48FEF7D6FC0E48007F80B90E4832 +:104780000121016000220007C0F80021016000BF84 +:1047900000BF00BFAFF30080D0F800110029FBD0AC +:1047A000BDE81040FEF772BD10BD0000B406090060 +:1047B000716200004407002014050040044810B551 +:1047C000006918B9FEF782FD002800D0012010BD55 +:1047D0007807002010B5FEF753FD01280ED0FEF734 +:1047E00061FD0748007F10B9012081074860002063 +:1047F00001F058FD024900203431486010BD00002E +:10480000440700200B4810B54068407D30B10120BE +:1048100000F08EFE08490889401C088107490020E5 +:1048200008600548343803C8BDE81040091A002064 +:10483000FFF778BFF40000207807002014F501404E +:1048400070B586B0FFF7BAFF494D4A4E05F1340402 +:1048500058B100F0BDF8A078002869D0FEF77AFAC8 +:1048600006B0BDE87040FFF76BBC2078012802D08D +:10487000022804D008E000F017FF28B170E030787B +:1048800004286DD003286BD0FEF764FA00F0A0F87E +:10489000A07868B1FFF754FC01F0C0FA022840D3B9 +:1048A00003208DF80000684601F064FA06B070BD80 +:1048B000FFF734FD20B100206968FFF733FFEBE715 +:1048C0002078F0B1012816D0022817D02A48FEF728 +:1048D0007BF9687E0128DFD100F090F80028DBD159 +:1048E0002078D8B1012811D00228D5D022481A301A +:1048F000FEF76AF9D0E700F099F8EAE700F01AF954 +:10490000E7E700206968FFF70DFFE2E701F07AFCB6 +:104910000028C1D101F0F4FB0028BDD1FFF75AFFF8 +:10492000BAE706B01448BDE870403630FEF74CB91F +:104930002078022808D0FEF70DFA696806B000203A +:10494000BDE87040FFF7EEBE3078042808D0032899 +:1049500006D0FEF7FFF906B0BDE8704000F0EAB8F7 +:10496000686806B04008BDE87040FFF7CFBE0000A1 +:1049700044070020F4000020D0040900024610B5CE +:104980000020014622FA01F303F00103C1F10704FC +:10499000A3400343491CC9B2D8B20829F2D310BDC1 +:1049A0002DE9F0410024064625461827E80026FA9E +:1049B00000F0C0B2FFF7E2FF694207EBC101884097 +:1049C00020436D1CEDB20446042DEFD3BDE8F08109 +:1049D0000348416809B1491E4160FFF773BA0000FE +:1049E0007807002001484069704700004407002014 +:1049F00001494861704700004407002004480178DD +:104A0000022902D04068002800D001207047000031 +:104A100078070020014840687047000044070020E4 +:104A20000149486070470000440700202DE9F0412B +:104A300086B000F0E7FA01F0E5FB3A4D05F13404E9 +:104A400020B3688BB0B3218981423BD30121002080 +:104A500001F01CFB01F02CFA26898046648901F0E4 +:104A60002DFA074600F002FB014601208DF80000F8 +:104A7000ADF808608DF80C70CDF80480ADF80A40F0 +:104A80008DF80D10684601F075F944E001F0C6F9A3 +:104A9000022840D3FFF7B2FF68B1FEF731F9D0BB6F +:104AA000287E20B9FEF714F9E168884233D1FFF778 +:104AB00059FD30E006E0E068FEF710F90020FEF74F +:104AC00025F9F4E7FEF702FC10B11748FEF77CF871 +:104AD000FEF7EAF815490968884202D06089401C4F +:104AE000608113484078A0B9FFF788FF88B101F0D2 +:104AF000E5F9064600F0BAFAA17D8DF806108DF8AA +:104B0000050007228DF800208DF80460684601F04A +:104B100031F9FFF7E5FC296806B00120BDE8F04156 +:104B2000FFF700BE440700207C050900081500407F +:104B3000F400002070B50024FEF7B6F80D4D29688A +:104B4000884207D0FEF7B0F82860FEF7C1F80A499E +:104B5000012488750948641E0078044201D1FFF7DA +:104B600013F9054834384168BDE870400020FFF76C +:104B7000D9BD00000815004078070020F40000208F +:104B80000149C860FFF79EB94407002001498860C9 +:104B9000FFF798B94407002010B50446012181F3BE +:104BA00010880748017821B1407D10B10548FEF713 +:104BB0000BF8204601F02CFB002080F3108810BD7C +:104BC000780700206803090001F02BBB10B5012213 +:104BD00082F3108801F032FB58B10848817819B986 +:104BE000407D08B1FFF7B8FD002080F31088012058 +:104BF00010BD002080F3108810BD00007807002051 +:104C0000014890F83000704744070020024981F8BD +:104C10003000024908607047440700200C1500402E +:104C200001490877704700004407002070B511491A +:104C3000114A0025487802EB0010027B22B10F4A8E +:104C4000D2F80C2102B10125807A0870012000F011 +:104C5000DFFB0B4C1DB1A068806800B18047606825 +:104C6000002806D00179002903D0BDE8704000F08B +:104C70001BB870BDB4070020A86F000000100040F2 +:104C80001401002007480069012805D0022805D03A +:104C9000032805D100F09AB800F04CB900F0E4B850 +:104CA00070470000B4070020827B002193000B4A6C +:104CB0001344C3F81019C37B02EB8302C2F8101926 +:104CC000427B0121837BC07B01FA02F201FA03F3EC +:104CD000814003481A430A430260704700F00140D4 +:104CE00008F501404279054BC079012103EB8000B2 +:104CF0000AB1016670470163704700000060004020 +:104D000082680021C2F84011C17B094ACB000949E1 +:104D10000B44C3F81025C37B826801EBC301C1F8C3 +:104D20001425C17B012088400349086070470000BA +:104D30001011004000F0014004F501402DE9F04160 +:104D40000746886800260C46C0F840618868097BE1 +:104D50001A4D00F5A07005EBC101C1F8100562788D +:104D6000E178207B00F08EFC607B05EBC000C0F892 +:104D70001075617BA06805EBC101C1F814051048EE +:104D8000C0F80C61C0F81061A17B0E4805EBC101B1 +:104D9000C1F810056278E178A07B00F061FC217B0E +:104DA0000120627B00FA01F100FA02F21143A27BBA +:104DB0009040014304480160BDE8F08100F00140EB +:104DC000001000400C11004004F501402DE9F041B5 +:104DD0001F4E0220002530700320707075603575FD +:104DE000B0691C4C401CB061C4F80C51C4F80051AF +:104DF000C4F81051C4F80451C4F82851C4F8005242 +:104E0000681EC4F808030120FBF709FB124FB868BD +:104E1000007D50B1114800684042B075C4F81C5183 +:104E20000120A0610E49042008600C484438006845 +:104E3000F168884202D00B48FDF7C6FEB868C0682A +:104E4000002802D0BDE8F0410047BDE8F081000035 +:104E5000B407002000100040140100204815004055 +:104E600008F5014051040A0010B52D4CD4F80C018E +:104E7000012802D02B48FDF7A7FED4F81001012825 +:104E800003D02848401CFDF79FFED4F800010128FC +:104E900003D02448801CFDF797FED4F8040118B114 +:104EA0002048C01CFDF790FE0020C4F80C01C4F897 +:104EB0001001C4F80001C4F80401C4F8080102217B +:104EC000C4F800120121C4F808130822C4F804230E +:104ED000154A0323154C137010755060606890B12B +:104EE000027912B1FFF7E0FE0DE002785AB1027BC1 +:104EF000437B807B01FA02F201FA03F381400C4804 +:104F00001A430A430260A068006900B18047A068A4 +:104F10008068002802D0BDE81040004710BD0000A6 +:104F200000100040F3030A00B40700201401002021 +:104F300008F501402DE9F0412A4DD5F8000101287E +:104F400002D02948FDF740FED5F80401012803D01E +:104F50002548401CFDF738FE2448016824480170AC +:104F60000021C5F80011C5F80411C5F80811491E43 +:104F7000C5F808130126C5F8046381681D4F097D33 +:104F800009B104213960446814B3207900B3617B0E +:104F9000DFF86480A06808EBC10100F5A070C1F8DB +:104FA00010056279E179607B00F06CFB607B06FAAA +:104FB00000F03860207B114908EBC000C0F81015E4 +:104FC0006279E179207B00F04BFB207B86403E60DC +:104FD0000B480649091FC06808600B20C5F800028D +:104FE000BDE8F08100100040BD030A000815004034 +:104FF0001401002004F5014000F001400C110040B4 +:10500000B407002070B50120FBF714FA0120FBF76C +:1050100006FA144C4FF0FF30C4F808030026C4F819 +:105020000062C4F8106101202061A0610E4D287853 +:10503000012813D0022813D0032811D05FF00100FB +:10504000FDF79EFEC4F810612E706E75002000F012 +:10505000DFF9BDE870400120FBF7F7B90620EFE764 +:105060000220EDE700100040B4070020014800785E +:10507000704700001401002001F03F014FF400339D +:1050800043EA0121830009481844C0F81015D0F8FC +:1050900010150AB941F48011C0F81015D0F8101598 +:1050A00041F00301C0F81015704700000060004097 +:1050B00008480069012806D0022806D0032806D037 +:1050C0000548FDF781BD00F095B800F007B800F085 +:1050D000F1B80000B407002033050A002DE9F047BD +:1050E000DFF8F0804FF00409012088F80090D8F82C +:1050F0001810491CC8F81810FBF791F936480068D9 +:10510000364D2870364C0026C4F80C61C4F8006196 +:10511000C4F81061C4F80461A868DFF8C8A00127CA +:10512000007D90B12F4808380068400702D42E480F +:10513000FDF74AFD284840300068404288F81600D4 +:10514000C4F81C61A761CAF80090D4F8000118B136 +:1051500025480930FDF738FDD4F80C0118B1224874 +:105160000A30FDF731FD4FF0E020B046D0F80002E4 +:1051700010F0020F03D01C480B30FDF725FD6E68C0 +:10518000CEB13078B8B1C4F80C81717B184A174899 +:1051900002EBC101C1F810057278F178707B00F064 +:1051A0005FFA707B0F4907FA00F0091F0860F07B77 +:1051B0008740CAF80070A868C06800B18047A86836 +:1051C000417D002903D004490068091F0860BDE83B +:1051D000F0870000B40700200815004014010020EB +:1051E0000010004008F50140C0040A000C11004006 +:1051F00000F001402DE9F041294C0026C4F80C6173 +:10520000C4F80061C4F81061C4F80861C4F804610E +:10521000012004F58074FBF702F90820C4F80402A9 +:105220000125C4F808520720C4F800011D4844684D +:10523000002C32D0207920B1207B1B4905FA00F0E8 +:1052400008602078002828D0A068C0F84061A17BC1 +:10525000164FA06807EBC10100F5A070C1F810055A +:105260006278E178A07B00F00DFAA068C0F8406198 +:10527000E17B0F4807EBC101C1F81005E17BA06895 +:1052800007EBC101C1F81405A17B05FA01F0E17B30 +:105290008D4005492843091F0860BDE8F0810000E2 +:1052A000001000401401002008F5014000F001400A +:1052B0000C11004070B5234CD4F80C01012802D029 +:1052C0002148FDF781FCD4F81001012803D01E48C5 +:1052D000401CFDF779FCD4F80001012803D01A48DE +:1052E000801CFDF771FC0020C4F80C01C4F810010B +:1052F000C4F80001C4F80401411EC4F80813C4F83E +:105300000002124C626872B1117861B1557B0123C1 +:1053100003FA05F1957BD27B03FA05F593400C4A1D +:105320002943194311600B49032208704A704860F1 +:105330000875A0680069002802D0BDE870400047E9 +:1053400070BD000000100040F5040A0014010020A8 +:1053500008F50140B407002070B506460C46012050 +:10536000FBF768F8FFF74EFE244D25482649C5E9AE +:1053700001460024047003264670446004610475ED +:10538000447584751F4808601E48F030091F086086 +:105390001E48016821F0010141F080710160012087 +:1053A000FBF753F8686838B3017909B9017819B384 +:1053B0008168C1F808650422C1F81025027CC2F199 +:1053C0008102C1F8402540F20112C1F80022C1F863 +:1053D00004450122CA60C1F84041017921B14279F6 +:1053E0008179C079FFF748FE6868017821B1427879 +:1053F0008178C078FFF740FE014870BD140100209D +:10540000B40700201410004024F501407417004038 +:105410002DE9F041174C00250746C4F80052164EFE +:10542000307803281CD0681EC4F80803C4F80C5157 +:10543000032070700120FAF7F2FF00BFC4F800519A +:10544000C4F81051C4F8045175603575002F0FD0A1 +:105450000A488068006900280AD0BDE8F04100478A +:105460006FF00800C4F808030820C4F80403E5E757 +:10547000BDE8F08100100040B407002014010020B6 +:105480002DE9F0470746DFF8908022484FF0FF31C2 +:1054900000EB0716C8F808130120FAF7C0FF1F4CED +:1054A0000025DFF87C9065756770D9F80800032F38 +:1054B0000268A2604168C4E90315A56130686060B4 +:1054C00019D2337AC8F80032C8F80C51C8F8105114 +:1054D000F37A14481BB10160006828B108E002604B +:1054E000006828B9104801E00F48401DFDF76CFB2B +:1054F000717AC8F80413D9F80800007D28B1022F8A +:1055000003D10A49A5750420086001206075BDE833 +:10551000F0870000A86F000000100040B4070020D2 +:1055200014010020041500409C020A0004F501400B +:105530002DE9F05F404C82464048667800EB061744 +:10554000607D012802D03E48FDF73EFB207D18B16A +:105550003B48401CFDF738FB012500212575DFF88D +:10556000E490A0466175032E47D2BAF1000F3CD1FA +:10557000D9F80440BCB32279AAB38A460846A16888 +:10558000C1F84001217BDFF8C0B0A0680BEBC1017E +:1055900000F5A070C1F810056279E179207B00F078 +:1055A00071F82A49C1F80CA1607B29490BEBC000B6 +:1055B000C0F810156279E179607B00F051F8217B29 +:1055C000627B05FA01F005FA02F1084321490860FF +:1055D000D9F80400204A81791268CA4012F0010FFC +:1055E00001D18068056038680560022E01D0012E67 +:1055F00007D1B97A88F8001003E011482530FDF78B +:10560000E3FAD9F80800007D002813D0022E11D14A +:1056100010480068400703D409482A30FDF7D4FA3F +:105620000E480068002805D1BDE8F05F04482B3023 +:10563000FDF7CABABDE8F09FB4070020A86F0000CC +:10564000B8020A001401002000F0014000100040E0 +:105650000C11004004F501401005005004150040F5 +:10566000064B03EBC0000AB1054A01E0044A303A98 +:1056700002EB8101C0F814157047000000F00140F2 +:1056800060600040064B03EBC0000AB1054A01E030 +:10569000044A303202EB8101C0F814157047000053 +:1056A00000F00140306000400348D0F804010128B8 +:1056B00000D00020704700000010004030B5124BB1 +:1056C00001460020D3F81044224609E0157A8542AD +:1056D00005D1401C0A28F7DB4FF0FF3030BD52687F +:1056E000002AF3D1421CF9D00872D3F810242AB151 +:1056F00052684A60D3F81024516030BD0022C3F8CC +:1057000010144A6030BD0000D8020020F0B595B0FA +:105710001C4615460F4608461A9E00F009FB182144 +:1057200009A8FAF718FE0E96CDE9095400230822BD +:1057300003A9384600F011FB05980690BDF810004B +:10574000ADF81C00BDF81200ADF81E0000208DF869 +:1057500021000398082600F00300012802D0022847 +:1057600018D032E003983346850AC0F3C2008DF8A2 +:10577000200003980FA9C0F38314A200384600F05C +:10578000ECFA09A8009006AB22460FA9284600F0C3 +:105790002BFA1AE00398840DC0F3C2008DF82000A4 +:1057A000082C01D2254600E0082533462A460FA9D9 +:1057B000384600F0D2FA2E44641B09AB06AA2946EB +:1057C0000FA800F063F9002CEAD1384600F0B6FAD1 +:1057D00015B0F0BD7047012001F006BA084810B5B9 +:1057E0000178084A515C19B1001D00F071FF02E018 +:1057F0000C3000F07FFEBDE81040002001F0F4B94D +:10580000380000200800002008B5034A0092402319 +:10581000024AFFF77BFF08BDA56A0000D8010020FF +:105820000A4A012902EBC00007D0022907D0032948 +:1058300007D0042907D000207047022070470420B9 +:10584000704700797047407970470000147100007C +:1058500010B5FFF7C0FF04210348FFF72FFF0249EF +:105860000120487210BD00004C0000202DE9F047D7 +:105870008CB0FBF791F918B100200CB0BDE8F087AF +:10588000784C0020C4F81804BFF34F8F6068029072 +:10589000A5684FF00008284004EB800008E021686C +:1058A0000298814201D86160E6E7284004EB80005D +:1058B0000C3002A9FCF702FF0028F0D103AB0299DB +:1058C00001EA050204EB8202491CD26843F8202059 +:1058D000401C02910228F2D3039800F00300022832 +:1058E00002D001284ED0A5E003985022810D8946B0 +:1058F000B2EB905F00D850210E4666F39F500390A4 +:105900000831594800F0CBF9070078D000F010FAC0 +:105910004346082203A9384600F025FA029908F107 +:10592000080A2940681A8000001D864223D94D4D7F +:105930000C3530B1C2B204EB8101301A90460C3103 +:1059400004E02946F2B2002590462846C6B25346E6 +:10595000384600F008FA0AEB08032DB13246294612 +:105960004FEA070000F0FFF9029909F1030001EB8B +:10597000900002903AE004EB8101534632463846EB +:105980000C31EFE70398C0F38311062900D30621F9 +:1059900061F389100390C0F38310801C81003248AA +:1059A00000F07DF9070045D000F0C2F94346082217 +:1059B00003A9384600F0D7F908F1080800260FE0DF +:1059C0000298434600EA0501401C04EB8101029065 +:1059D000042238460C3100F0C6F908F10408761CA0 +:1059E0000398C0F38310B042EAD847B1D4F81054FA +:1059F000D4F8180468B1384600F0A0F92CE019E09A +:105A0000687A012804D12A682846394612689047E6 +:105A10006D68002DF4D1384600F090F90020FAF7B7 +:105A20007EFFD4F8180408B9029860600020FAF7E5 +:105A300078FF11E0D4F8104404E02168204689681A +:105A400088476468002CF8D108480221008801EBDF +:105A5000004007A100F016F8FBF79EF880F0010067 +:105A60000BE70000D80200203C7100004801002034 +:105A70004261636B656E647320666C757368656400 +:105A80000000000000231A4601F02CB82DE9F04771 +:105A90000E4680461C46924608293ED894F80C9043 +:105AA000002020731946104600F0C8FE0025B542BC +:105AB00006D218F805201AA12046FDF70DFC03E0D8 +:105AC00019A12046FDF708FC6D1C082DEFD317A186 +:105AD0002046FDF701FC0025B54210D218F80570EC +:105AE000FAF71CFC0068C05D10F03E0F01D03A468A +:105AF00000E02E220EA12046FDF7EEFB03E00DA1F3 +:105B00002046FDF7E9FB6D1C082DE5D30122214657 +:105B1000504600F075FE84F80C90BDE8F087000058 +:105B20002025303278000000202020007C0000007A +:105B30002563000020000000104810B5FF2181609F +:105B4000002101604160C0F81814C0F8141480F8F6 +:105B500020140B4800F0F0F800280DD109480A493C +:105B60000A4B401AC108002003E000BF23F82000C0 +:105B7000401C8842FAD3002010BD0000D80200204B +:105B80003C7100003C7100001471000038010020DD +:105B900002480349401AC008704700003C710000E9 +:105BA0001471000013B56846FCF7DAFE08B1002056 +:105BB0001CBD0248009950F831001CBD1471000052 +:105BC00070B508480125D0F8104480F8205405E04D +:105BD000657221682046496888476468002CF7D1BF +:105BE00070BD0000D80200202DE9FF4781460C9DC2 +:105BF00000200C462F7B28739846164629461846E7 +:105C000000F01CFE072E42D2DFE806F004090F1652 +:105C10001F2A360049462846FDF75EFB37E0494615 +:105C200028462268FDF758FB31E0D4E900234946B5 +:105C30002846FDF751FB2AE0A0680090D4E9002334 +:105C400049462846FDF748FB21E0D4E90201CDE9A9 +:105C50000001D4E9002349462846FDF73DFB16E044 +:105C600004F1080007C88DE80700D4E9002349467D +:105C70002846FDF731FB0AE004F108000FC88DE863 +:105C80000F00D4E9002349462846FDF725FB0022F2 +:105C90002946404600F0B4FD2F73BDE8FF872DE98B +:105CA000F041858A80462D1F4819C01CB0FBF5F0D5 +:105CB000C6B24046FCF7ACFF041E19D0002020718C +:105CC00001206071E58000272546761EC4F800801B +:105CD0000BE04046FCF79CFF60B16179491C6171A3 +:105CE000286005467F1CC0F80080B742F1D32046EB +:105CF000BDE8F081204600F002F80020F8E72DE929 +:105D0000F041457901466B1E002201E00968521CF2 +:105D10009A42FBD30F680146002605E038460C681E +:105D2000FCF795FF2146761CAE42F7D3BDE8F08123 +:105D30000121001DFCF750BFFCF79EBF10B50446C3 +:105D40000121001DFCF75EFF10F0FF0F04D120467B +:105D5000BDE81040FFF7D3BF10BD38B50124009453 +:105D6000FCF7C2FD38BD38B500240094FCF7BCFD3B +:105D700038BD000070B51A4C0546206810B91948A6 +:105D8000FCF722FFD4F8D4000A2803D31548401C9E +:105D9000FCF71AFFD4F8CC0000EB800004EB800184 +:105DA00015F8040B08712DCD8860CA600B614D6138 +:105DB000D4F8D400401CC4F8D400D4F8CC00401C63 +:105DC000C4F8CC00D4F8CC1000200A2901D3C4F8C0 +:105DD000CC004FF0E0214FF48010C1F8000270BDFC +:105DE000D00700204A000B0010B5040002D109487A +:105DF000FCF7EAFE084941F8CC4B002041F8740951 +:105E00008867C8674FF0E0214FF48010C1F80001A7 +:105E100010BD00003E000B00D007002010B5074C5D +:105E2000D4F8D4000A2802D90548FCF7CDFED4F8EE +:105E3000D400C0F10A00C0B210BD0000D00700209D +:105E400079000B0010B500F003029043D200FF244C +:105E5000944003689140A343CA18094901230B6089 +:105E6000BFF36F8FBFF34F8F026006480268002AAE +:105E7000FCD000200860BFF36F8FBFF34F8F10BDC1 +:105E800004E5014000E40140F0B515460E46074622 +:105E9000002404E0315D3819FFF7D4FF641CAC42E4 +:105EA000F8D3F0BD0148C06870470000A808002082 +:105EB0000148806870470000A80800200148406839 +:105EC00070470000A8080020014981F88100704750 +:105ED000A8080020FDF72AB870B5FDF72DF80024BA +:105EE0000E4E2546204600F04BFC04F1080000F061 +:105EF00047FC3555641C082CF4D309480121057072 +:105F000045608560C5600561456180F8805080F816 +:105F10005850C56780F8811070BD00002001002036 +:105F2000A8080020FDF734B8FDF7D8B82DE9FF4FD9 +:105F300081B0444FDDE90EA803260025F86F0C461A +:105F4000AB4610B94048FCF73FFE3878032803D031 +:105F50003D48401CFCF738FEF86FB9464178C80749 +:105F60002FD199F8810060B300270198E8B3039A14 +:105F7000584662F31700C1F3410161F31F6009EB5A +:105F800084018A6BCAF800B0C8F800B00090904253 +:105F900034D0204600F01CFC051E07EA05072DD072 +:105FA00004F1080109EB81020099916104990D4205 +:105FB00023D0264E305D00B3204600F032F910B1F8 +:105FC00005E00127D1E720482830FCF7FDFD2046F9 +:105FD00000F029F9CAF80000BAF1000F0AD018B988 +:105FE00019482E30FCF7F0FD00E01BE006F804B085 +:105FF000022603E014483230F4E7012677B1204648 +:1060000000F02DF9C8F8000018B110480121015521 +:1060100006E00C485830C8F8000001E0C8F800B0AD +:106020000DB107E004264C46D9F87C00FCF7B0FF20 +:10603000C4F87CB089F800B000F068F805B03046CC +:10604000BDE8F08FA80800202D010C0020010020E1 +:1060500010B50C4C207810B10B48FCF7B5FD00F0E2 +:10606000ABFB00280DD0FF220270417841F0060101 +:10607000417000214318491C9A702029FAD303214A +:10608000217010BDA808002007010C0070B51A4C43 +:1060900005460E462078012804D0022802D0174871 +:1060A000FCF792FDB5B12078012803D01348401DBC +:1060B000FCF78AFDE06818B91048801DFCF784FDE4 +:1060C000E068007820B1606800F082FB022502E001 +:1060D000002500E004254EB1606800F0A4F8A16836 +:1060E000814203D005481D30FCF76EFD0020207072 +:1060F00000F00CF8284670BDA8080020CC000C0069 +:10610000014890F880007047A80800202DE9F04170 +:10611000104C207800281AD194F88000002816D15D +:106120000825012600276069FCF75CFF18B184F898 +:106130008060606920616069401C6061082800D14E +:10614000676194F88000002801D16D1EEBD1BDE895 +:10615000F0810000A808002070B5224C207810B112 +:106160002148FCF731FD94F880000025F8B1206942 +:10617000606000F074F8A06018B91B48C01DFCF7FF +:1061800023FDA0684078C00705D194F8810010B1C4 +:106190000220E56009E0606800F02BF8032806D2D1 +:1061A00000F00AFBE06010B10120207002E02078CE +:1061B000002815D0A06818B90B482030FCF704FD62 +:1061C0002069606004EB8000C17E491CC17684F8C0 +:1061D0008050C27EA068417862F342014170012084 +:1061E00070BD0000A808002098000C000830FCF7E3 +:1061F0007DBE0830FCF7F6BE0830FCF703BF083060 +:10620000FCF750BF0148007870470000A808002044 +:1062100010B5044600F0BCFA2046BDE81040FCF77B +:1062200065BEFCF7DFBE70B50446FCF7EBFE05006B +:1062300002D0204600F0ACFA284670BD70B50E467C +:1062400004460025FCF772FE38B121463046FCF7C3 +:10625000FBFE10B1FFF75AFF0125284670BDFCF781 +:1062600021BF00000148007870470000280100208D +:1062700004480178817041780170001D50F82100B8 +:10628000004700002801002002498870487008700B +:106290007047000028010020014840787047000046 +:1062A0002801002010B50446022802D30248FCF75A +:1062B0008BFC0248447010BD33000D002801002003 +:1062C0004058002800D00120704708B500224250F5 +:1062D0004058009008BDD0F80403084000D00120C9 +:1062E00070474058002800D00120704708B50022B0 +:1062F00042504058009008BD0121B1EB507F01D1C0 +:10630000012070470020704770B50D4600F0E2FA9A +:1063100004000FD00020FAF702FB207920B1002002 +:10632000FAF7FFFA112070BD0120256020710020CE +:10633000FAF7F7FA002070BD10B500F0CBFA00288C +:1063400002D000210160017110BD00000149024826 +:1063500000F072BC88010020002000402DE9F041CF +:106360000546007916460F4600EB40012D4A01EB29 +:10637000C00102EB810494F82A1011B10820BDE895 +:10638000F081294951F820102868FFF7BDFF08B1B6 +:106390001120F4E739462846FAF7D8FA66603869DA +:1063A000206030004FF001062FD03F7F4FF48E71F8 +:1063B0002868FFF78AFF4FF4A2712868FFF785FF6E +:1063C00028681A49C0F8041328684FEA4711000BDF +:1063D00040B2002806DA00F00F0000F1E02080F85B +:1063E000141D03E000F1E02080F800142868000B81 +:1063F00040B200F01F0206FA02F14009800000F1ED +:10640000E020C0F88012C0F8001128680421C0F80C +:1064100000150020A061E06184F8290044F8140F01 +:10642000A675ACE788010020406F000080000200E4 +:106430002DE9F047054600790B4600EB400101EBE2 +:10644000C000234901EB8004284600F043F810B156 +:106450001120BDE8F0874FF00008C4F82080A36049 +:10646000626184F828804FF48E764746314628686A +:10647000FFF72BFF28684FF00109C0F8089021466C +:10648000286800F075FB606800BBD5F800A00EE03E +:1064900094F8280008B10F2716E031465046FFF760 +:1064A0000FFF0028F4D02146504600F061FB216A1E +:1064B00060698142F1D331462868FFF701FF002867 +:1064C000F9D02868C0F80C90C4F814803846C0E7AA +:1064D00088010020007900EB400101EBC000044975 +:1064E00001EB80004069002800D0012070470000C7 +:1064F000880100202DE9F047044600794FF000099B +:1065000000EB400101EBC000254901EB800720684A +:10651000C0F80095786880B120682249C0F8081357 +:1065200020680121000B40B200F01F029140400999 +:10653000800000F1E020C0F880112068D0F80C2520 +:10654000D0F81485D0F80865D0F810554FF0FF3119 +:10655000C0F81415C0F80C152068C0F80815C0F86C +:106560001015501C02D01046FDF707F8B8F1FF3F98 +:1065700002D04046FDF701F8681C02D02846FCF71F +:10658000FCFF701C02D03046FCF7F7FF2068FFF7D5 +:10659000D3FE87F82A90C7F80490BDE8F087000082 +:1065A00088010020840202000149024800F0F0BB8B +:1065B000B4010020002000402DE9F04105461646B8 +:1065C00000790F46154A00EBC00102EB810494F8F4 +:1065D000201011B10820BDE8F081114951F82010B8 +:1065E0002868FFF791FE08B11120F4E739462846E4 +:1065F000FAF7E7F96660386920601EB1397F2846EE +:10660000FCF71CF828680821C0F800150020A061DC +:10661000E0610121606184F82010DCE7B401002012 +:10662000446F00002DE9F04704460E4600792049EA +:1066300000EBC00001EB800517463046FFF75CFE1B +:1066400030B1204600F036F820B11120BDE8F087C7 +:106650001020FBE76F61AE604FF490760027314663 +:106660002068FFF743FE4FF4AC7841462068FFF7FF +:106670003DFE2068AA686969C0F84425C0F848153D +:10668000206801218160686878B9B1464946206870 +:10669000FFF727FE064641462068FFF722FE064325 +:1066A000F4D000B10F27002068613846CEE7000023 +:1066B000B40100200079054900EBC00001EB800027 +:1066C0004069002800D0012070470000B40100207C +:1066D0002DE9F04704460079274900EBC00001EBA3 +:1066E000800720684FF00009C0F80095786880B1F5 +:1066F00020682249C0F8081320680121000B40B22D +:1067000000F01F0291404009800000F1E020C0F835 +:1067100080112068D0F80C25D0F81485D0F80865D1 +:10672000D0F810554FF0FF31C0F80C15C0F8141513 +:106730002068C0F80815C0F81015501C02D010468B +:10674000FCF724FFB8F1FF3F02D04046FCF71EFFE4 +:10675000681C02D02846FCF719FF701C02D0304696 +:10676000FCF714FF2068FFF7E7FD87F82090C7F8D3 +:106770000490BDE8F0870000B4010020100302007F +:10678000024A002102EB800081617047A8080020C6 +:1067900010B50446064890F8801021B10069A04267 +:1067A00001D1FFF7B3FC03490020085510BD0000DC +:1067B000A80800202001002010B5044CE06F00283C +:1067C00002D1FCF78BFCE06710BD0000A808002098 +:1067D00070B5094D0446E86F10B90848FCF7F4F9A4 +:1067E00004F10801E86FFCF72FFC002802D000201C +:1067F000E867012070BD0000A80800202E020C00F0 +:1068000010B50C46017A052908D0407A38B10848FD +:1068100008A102682046FCF75FFD00E01AB106A15E +:106820002046FCF759FD2046BDE81040FCF761BD4D +:1068300084000020257300000D0A000038B5C388CD +:106840000D46044633B114A0009015A216A12846A7 +:10685000FCF742FD217A05291CD0607A48B1A08856 +:10686000FEF7DEFF164951F8202016A12846FCF756 +:1068700033FDA0880021FFF795F903461049207ADF +:10688000143951F8202001B02846BDE830400EA14F +:10689000FCF722BD38BD00001B5B306D000000001E +:1068A0001B5B313B33316D0025734C6F6773206484 +:1068B000726F70706564202825642925730D0A00A5 +:1068C00084000020257300003C25733E2025733A88 +:1068D000200000000349884201D10348704700208E +:1068E0007047000000200040280000207CB568466A +:1068F000FBF713FF294C20786178084302D1FAF79F +:10690000CBF96070607821784FF0010688434FF032 +:1069100000050BD0FBF7A4FB012831D0022801D0E1 +:10692000032801D1257065700028F3D02078A17864 +:10693000884305D008216846FAF77CFA18B3A67098 +:106940002078A178084228D008216846FAF772FA20 +:10695000134A03210028108801EB004015D011A133 +:10696000FFF790F80020FAF7B6F80028FAD1684649 +:10697000FBF7CAFE08216846FAF75CFA40B108E066 +:1069800026706670D2E72570DAE70BA1FFF77AF878 +:10699000A570FEF76BFF0028FBD17CBD0000002036 +:1069A000480100204B6579626F6172642073656EE7 +:1069B00074204F4B000000004B6579626F61726478 +:1069C0002073656E74204641494C45440000000028 +:1069D00008B5FAF70FFB00281ED06846FCF710F840 +:1069E000002819D00220FCF7DBFF0028FAD004228F +:1069F00069460220FCF74CFE08490322002808885B +:106A000002EB004001D006A100E009A1FFF73AF82F +:106A1000FEF72CFF0028FBD108BD00004801002034 +:106A20004D6F7573652073656E74204F4B000000C9 +:106A30004D6F7573652073656E74204641494C45F2 +:106A40004400000070B5054688690C4600284FF4E4 +:106A5000847128460AD0FFF738FCD5F81805626A19 +:106A6000E1688854606A401C606270BDFFF72DFCCD +:106A7000D5F8180570BD1FB501238DF80030CDE99C +:106A80000121D0E90012684690471FBD1FB50123C0 +:106A90008DF800308DF808100192D0E90012684698 +:106AA00090471FBD70B50D4C0020D2B22070201D44 +:106AB0000B4D0378EB5C1BB1001DFFF7B3FD02E04B +:106AC0000C30FFF7B5FC08B1F9F71EFF607800281D +:106AD00002D021780029FAD070BD000034000020D7 +:106AE000080000202DE9F84F204D924689460646C1 +:106AF0009846012269461846AF68F9F7F9FF58B37E +:106B0000009800210446801C09E000BF00EA07034A +:106B10005AF8212005EB8303401C491CDA604145EB +:106B2000F4D34FEA164AFAF741F84AEA0041601CEA +:106B3000384005EB80003C4005EB8402C160D06822 +:106B400066F3C50068F3891069F39F2020F0030005 +:106B5000401C20F00400D06095F8200402E000BF43 +:106B6000FEF784FE0028FBD1BDE8F88FD802002094 +:106B700070B50C4605464FF48E71FFF7A6FB216AEF +:106B8000A068415C206A401C2062C5F81C1570BDDD +:106B90001FB500228DF800200291816801914261A9 +:106BA000D0E90012684690471FBD00001FB50A4695 +:106BB00001788DF8001041680191017A8DF8081074 +:106BC000C0680390044850F82210083850F822207A +:106BD000684690471FBD00001400002001490120B5 +:106BE000087070473400002010B588B00446202299 +:106BF0000E496846F9F796FB06200090C01F0190E9 +:106C0000029003904FF0EB7006900CB1084A00E040 +:106C1000002269460748FCF7F1F808B1F9F774FE5D +:106C20000448001F447008B010BD0000646F0000ED +:106C3000DD6B0000380000202DE9FF470C460546BB +:106C40004FF40071FFF747FB01274FF4017800264E +:106C500018B34FF4927949462846FFF731FBE0B16B +:106C600049462846FFF731FBC5F8088394F8290008 +:106C700000B96F6002208DF80000D5F88004C5F8D7 +:106C800080040390A0690290E0680190A661E6612B +:106C9000D4E900126846904728E004212846FFF70F +:106CA0001AFB18B34FF484712846FFF709FBE8B1CB +:106CB00021462846FFF7C6FE616AA069884215D1C1 +:106CC000E06938B1E268616AA0612069E6616662E4 +:106CD000E06008E094F8290000B96F60C5F8088307 +:106CE000A661E268616A2046FFF7C5FE4FF48E7820 +:106CF00041462846FFF7E4FA78B1206A6169884284 +:106D000002D294F8280020B341462846FFF7DDFA66 +:106D1000616911B12046FFF73BFF4FF4A27841466D +:106D20002846FFF7CDFA002818D041462846FFF73D +:106D3000CCFA94F8290000B12F60A06900280DD08A +:106D4000A661E268616A04B02046BDE8F047FFF73B +:106D500092BE21462846FFF70BFFDEE7BDE8FF871E +:106D60001FB50A4601788DF8001041680191017A3B +:106D70008DF80810C0680390044850F822100838B5 +:106D800050F82220684690471FBD000014000020E4 +:106D90002DE9FF410C464FF4927705463946FFF73F +:106DA000A0FA0026C0B139462846FFF79FFA022014 +:106DB0008DF80000D5F88004C5F880040390D5F85C +:106DC0003C058DF80800E0680190A661E661D4E911 +:106DD00000126846904723E04FF4887739462846EA +:106DE000FFF77FFAE0B139462846FFF77FFAD5F87A +:106DF0003C15A069884213D1E06960B1E268D5F81A +:106E0000000220F02000C5F80002E069A0612069BE +:106E1000E661E06001E0A661E2682046FFF736FE29 +:106E20004FF4A27739462846FFF75BFA60B139463E +:106E30002846FFF75BFAA06930B1A661D5F83C158A +:106E40002046E268FFF722FE4FF490773946284645 +:106E5000FFF747FA002813D039462846FFF746FACD +:106E6000606900280CD0D5F84C058DF800608DF8CD +:106E70000800A06801906661D4E900126846904756 +:106E8000BDE8FF812DE9F05F8346DDE90A4A9946B6 +:106E900090460D460846012703E000BFB0FBF8F01E +:106EA0007F1C4045FAD2B94500D94F465FEACA7007 +:106EB00012D18CB15FEA8A7002D5B9F1000F01D00E +:106EC000202607E0302605E031465846641EF9F7D3 +:106ED00053FE0CB1A742F7D35FF00106B9F1010FE1 +:106EE00002D9A9F1010903E0B5FBF6F0404502D350 +:106EF00006FB08F6F2E7DFF83C9000BFB5FBF6F0C2 +:106F000000FB165519F800105846F9F735FEB6FB88 +:106F1000F8F6002EF2D15FEACA7009D0002C07D033 +:106F2000A74205D220215846641EF9F725FEF5E751 +:106F3000BDE8F09F486F00000D0E0F100B0C1819E4 +:106F40004D630000A96500003031323334353637E7 +:106F5000383941424344454609580000DD57000096 +:106F6000D5570000FFFFFFFFFFFFFFFFFFFFFFFF01 +:106F7000FFFFFFFF00000000000000000000D6013E +:106F80000701000032536601172D2D1A440C4023CF +:106F9000490D171A2D0B4D000000000000000000E5 +:106FA0000338FDD870470000001000401011004069 +:106FB000031000000100000000100040000000006D +:106FC0000B0204000000000004100040000000005C +:106FD00007010301000000000040404040404040E5 +:106FE000404041414141414040404040404040409C +:106FF0004040404040404040400502020202020240 +:10700000020202020202020202202020202020208E +:1070100020202002020202020202909090909090A2 +:107020001010101010101010101010101010101060 +:1070300010101010020202020202888888888888D4 +:1070400008080808080808080808080808080808C0 +:10705000080808080202020240000000D96F000080 +:107060007761726E696E6700646562756700000023 +:107070001B5B313B33306D001B5B306D000000004B +:107080001B5B313B33316D001B5B313B33326D0099 +:107090001B5B313B33336D001B5B313B33346D0085 +:1070A0001B5B313B33356D001B5B313B33366D0071 +:1070B0001B5B313B33376D00696E666F000000006B +:1070C0006572726F72000000505253005541525465 +:1070D00000000000554152544500000062616C6C94 +:1070E0006F632E6C6F675F6D656D706F6F6C000006 +:1070F0006170700054710000000000204C0100001D +:10710000B8030000A47100004C010020B419000075 +:107110007C080000C870000000000000CC70000077 +:1071200000000000D470000000000000DC700000CF +:1071300000000003F0700000000003036000002066 +:1071400058000020600000201802002044010020A8 +:10715000180000004104380101016420004054205F +:1071600000400327586F33C07033607033B87033FA +:1071700068703378703370703380703388703390F8 +:107180007033987033A07033A8700320B07004116E +:1071900090D003C205064404192A3F4D33414803E9 +:0471A0001B05480083 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.c new file mode 100644 index 0000000..91e46dd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.c @@ -0,0 +1,79 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * @file + * @brief Implementation of keyboard_emulate.h . + */ + +#include "keyboard_emulator.h" + +/* + * Function to get non empty keyboard packet. + */ +void keyboard_get_non_empty_packet(uint8_t * out_keyboard_packet) +{ + uint_least8_t i; + + out_keyboard_packet[NRFR_KEYBOARD_MOD] = 0; + out_keyboard_packet[NRFR_KEYBOARD_KEYS] = 0x04; // Keyboard 'a' + + for (i = NRFR_KEYBOARD_KEYS + 1; i < NRFR_KEYBOARD_PACKET_LENGTH; i++) + { + out_keyboard_packet[i] = 0; + } +} + + +/* + * Function to get empty keyboard packet. + */ +void keyboard_get_empty_packet(uint8_t * out_keyboard_packet) +{ + uint_least8_t i; + + out_keyboard_packet[NRFR_KEYBOARD_MOD] = 0; + + for (i = NRFR_KEYBOARD_KEYS; i < NRFR_KEYBOARD_PACKET_LENGTH; i++) + { + out_keyboard_packet[i] = 0; + } +} + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.h new file mode 100644 index 0000000..6a34e45 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/keyboard_emulator.h @@ -0,0 +1,92 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef __NRF_KEYBOARD_H +#define __NRF_KEYBOARD_H + + +/** + * @file + * @brief Keyboard Emulator API + */ + +/** + * @defgroup gzp_keyboard_emulator Keyboard Emulator + * @{ + * @ingroup gzp_desktop_device_emulator_example + */ + +#include "nrf.h" +#include "nrf_gzllde_params.h" +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief keyboard_get_non_empty_packet returns a keyboard packet + * where the 'a' key is pressed. + * + * The total length of the keyboard packet is given by + * NRFR_KEYBOARD_PACKET_LENGTH. + * + * @param out_keyboard_packet is the pointer in which to return the packet + */ +void keyboard_get_non_empty_packet(uint8_t * out_keyboard_packet); + +/** + * @brief keyboard_get_empty_packet returns a keyboard packet + * where the no keys are pressed. + * + * The total length of the keyboard packet is given by + * NRFR_KEYBOARD_PACKET_LENGTH. + * + * @param out_keyboard_packet is the pointer in which to return the packet + */ +void keyboard_get_empty_packet(uint8_t * out_keyboard_packet); + +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/main_mouse_keyboard_emulator.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/main_mouse_keyboard_emulator.c new file mode 100644 index 0000000..b3eb994 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/main_mouse_keyboard_emulator.c @@ -0,0 +1,417 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * This project can be used as a starting point for developing a nRF5x series + * mouse or keyboard using Gazell for communicating with a legacy nRF24LU1 + * USB dongle. It can communicate "out of the box" with the + * Dongle reference design and the nRFreadySimplePairing.exe application, + * that can be found in the nRFready Desktop v1.2.3. + * + * This project sends mouse movement packets to the USB dongle when pin 1 + * is low (button connected to pin 1 pressed) and sends the 'a' keyboard + * character to the USB dongle when pin 2 goes from high to low (button + * connected to pin 2 pressed). + */ + +#include +#include "nrf_gzll.h" +#include "nrf_gzp.h" +#include "bsp.h" +#include "nordic_common.h" +#include "nrf_gzllde_params.h" +#include "mouse_sensor_emulator.h" +#include "keyboard_emulator.h" +#include "nrf_gzll_error.h" + + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +/*****************************************************************************/ +/** @name Configuration */ +/*****************************************************************************/ +#define SEND_KEYBOARD_DATA_BUTTON_ID 0 ///< GPIO pin for reading from a button to emulate a keypress. +#define SEND_MOUSE_DATA_BUTTON_ID 1 ///< GPIO pin for reading from a button to emulate a mouse movement. + + +/*****************************************************************************/ +/** @name Static (internal) functions. */ +/*****************************************************************************/ + +/** + * Checks to see whether the mouse sensor has data to send. If so, adds this + * to the (unencrypted) Gazell TX FIFO on pipe NRFR_MOUSE_EP. + */ +static void read_mouse_and_send(void); + + +/** + * Checks to see whether the mouse sensor has data and send unencrypted. + * + * If so, adds this to the (unencrypted) Gazell TX FIFO on pipe NRFR_MOUSE_EP. + */ + +/** + * Checks to see whether the keyboard has data and send encrypted. + * + * If the Device does net yet have the system address it will try to + * obtain it. After obtaining the system address it will attempt to obtain + * the Host ID. + * The keyboard data is discarded if pairing is not successful. + * It may take a few attempts to obtain the Host ID as this may not be + * yet generated at the Host. + */ +static void read_keyboard_and_send(void); + +/** + * Send a Host ID request and process the response. + * + * If the request was rejected or failed (i.e. timed out), system_addr_received + * will be reset and the pairing process will begin on the next keypress. + * + * If the request was received, subsequent keyboard data will be transmitted + * on an encrypted link. + * + * If teh request is still pending, nothing is done. Further keypresses + * will initiate another + * + * @return The result of the Host ID request. + */ +static gzp_id_req_res_t send_host_id_req(void); +/** @} */ + +static void error_report(void); + +static bool host_id_received = false; ///< Host ID received. +static bool system_addr_received = false; ///< System address receivedfrom Host. +static bool dyn_key_ok = false; ///< Dynamic key is up to date. + +static bool prev_host_id_received = true; ///< Host ID received. +static bool prev_system_addr_received = true; ///< System address receivedfrom Host. +static bool prev_dyn_key_ok = true; ///< Dynamic key is up to date. + + +/*****************************************************************************/ +/** + * @brief Main function. + * + * @return ANSI required int return type. + */ +/*****************************************************************************/ + + +int main() +{ + bool result_value = false; + uint32_t err_code; + +// lint -save -e514 Unusual use of a boolean expression (use of &= assignment). + + UNUSED_VARIABLE(bsp_init(BSP_INIT_BUTTONS, NULL)); + + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + NRF_LOG_INFO("Desktop emulator example"); + NRF_LOG_FLUSH(); + + // Initialize and enable "mouse sensor" + result_value = mouse_sensor_init(MOUSE_SENSOR_SAMPLE_PERIOD_8_MS); + APP_ERROR_CHECK_BOOL(result_value); + + mouse_sensor_enable(); + + // Initialize and enable Gazell + result_value = nrf_gzll_init(NRF_GZLL_MODE_DEVICE); + GAZELLE_ERROR_CODE_CHECK(result_value); + + // Ensure Gazell parameters are configured. + nrf_gzll_set_max_tx_attempts(150); + + result_value = nrf_gzll_set_device_channel_selection_policy( + NRF_GZLLDE_DEVICE_CHANNEL_SELECTION_POLICY); + GAZELLE_ERROR_CODE_CHECK(result_value); + + result_value = nrf_gzll_set_timeslot_period(NRF_GZLLDE_RXPERIOD_DIV_2); + GAZELLE_ERROR_CODE_CHECK(result_value); + + result_value = nrf_gzll_set_sync_lifetime(0); // Asynchronous mode, more efficient for pairing. + GAZELLE_ERROR_CODE_CHECK(result_value); + + switch (gzp_get_pairing_status()) + { + case -2: + host_id_received = false; + system_addr_received = false; + break; + + case -1: + host_id_received = false; + system_addr_received = true; + break; + + default: + host_id_received = true; + system_addr_received = true; + } + + gzp_init(); + + result_value = nrf_gzll_enable(); + GAZELLE_ERROR_CODE_CHECK(result_value); + + while (1) + { + // If BUTTON_SEND_MOUSE_DATA button is pressed. + if ( bsp_button_is_pressed(SEND_MOUSE_DATA_BUTTON_ID)) + { + read_mouse_and_send(); + } + + // If BUTTON_SEND_KEYBOARD_DATA button is pressed + if (bsp_button_is_pressed(SEND_KEYBOARD_DATA_BUTTON_ID)) + { + read_keyboard_and_send(); + } + + error_report(); + + } +// lint -restore +} + + +void mouse_sensor_new_sample_generated_cb() +{ + /* + This callback is called every time the mouse sensor + generates a new sample. We could select to add mouse packets to the + TX FIFO here. + */ +} + + +static void read_mouse_and_send(void) +{ +// lint -save -e514 Unusual use of a boolean expression (use of &= assignment). + bool mouse_send_ok; + + // If the "mouse sensor" has data ready for read-out. + if (mouse_sensor_data_is_ready()) + { + uint8_t mouse_packet[NRFR_MOUSE_MOV_PACKET_LENGTH]; + + // Get packet from "mouse sensor". + if (mouse_sensor_read(mouse_packet)) + { + // Wait in case the FIFOs are full. + while (!nrf_gzll_ok_to_add_packet_to_tx_fifo(NRFR_MOUSE_EP)) + ; + + // Add mouse packet to the mouse pipe's TX FIFO. + mouse_send_ok = nrf_gzll_add_packet_to_tx_fifo(NRFR_MOUSE_EP, + mouse_packet, + NRFR_MOUSE_MOV_PACKET_LENGTH); + if (mouse_send_ok) + { + NRF_LOG_INFO("Mouse sent OK"); + } + else + { + NRF_LOG_INFO("Mouse sent FAILED"); + } + + NRF_LOG_FLUSH(); + } + } + + +// lint -restore +} + + +static void read_keyboard_and_send(void) +{ + uint8_t keyboard_packet[NRFR_KEYBOARD_PACKET_LENGTH]; + + // "Scan" keyboard. + keyboard_get_non_empty_packet(keyboard_packet); + + // Send address request if required. + if (!host_id_received && !system_addr_received) + { + system_addr_received = gzp_address_req_send(); + } + + /* Send Host ID request if required. This may take a few attempts + * as the Host may require some time to generate the Host ID. */ + if (!host_id_received && system_addr_received ) + { + while (send_host_id_req() == GZP_ID_RESP_PENDING) + ; + } + + /* After receiving the Host ID we send one packet in order + * to update the dynamic key. + */ + if (host_id_received && !dyn_key_ok) + { + bool keyboard_send_ok = true; + keyboard_send_ok = gzp_crypt_data_send(keyboard_packet, + NRFR_KEYBOARD_PACKET_LENGTH); + + if (!keyboard_send_ok) + { + host_id_received = false; + } + else + { + dyn_key_ok = true; + } + } + + /* If we have the Host ID and dynamic key we can transmit encrypted data. + */ + if (host_id_received && dyn_key_ok) + { + bool keyboard_send_ok = true; + keyboard_send_ok = gzp_crypt_data_send(keyboard_packet, + NRFR_KEYBOARD_PACKET_LENGTH); + + if (keyboard_send_ok) + { + NRF_LOG_INFO("Keyboard sent OK"); + } + else + { + NRF_LOG_INFO("Keyboard sent FAILED"); + } + + if (keyboard_send_ok) + { + // Wait until button is released. + while (bsp_button_is_pressed(SEND_KEYBOARD_DATA_BUTTON_ID)) + { + } + + // Send empty keyboard packet to release all keys. + keyboard_get_empty_packet(keyboard_packet); + keyboard_send_ok = gzp_crypt_data_send(keyboard_packet, NRFR_KEYBOARD_PACKET_LENGTH); + } + + if (!keyboard_send_ok) + { + dyn_key_ok = false; + } + + NRF_LOG_FLUSH(); + } + +} + + +static gzp_id_req_res_t send_host_id_req(void) +{ + gzp_id_req_res_t id_resp; + + // Try sending "Host ID" request + id_resp = gzp_id_req_send(); + + switch (id_resp) + { + case GZP_ID_RESP_REJECTED: + case GZP_ID_RESP_FAILED: + host_id_received = false; + system_addr_received = false; + break; + + case GZP_ID_RESP_GRANTED: + host_id_received = true; + system_addr_received = true; + break; + + case GZP_ID_RESP_PENDING: + default: + break; + } + + return id_resp; +} + + +static void error_report(void) +{ + if (~system_addr_received & prev_system_addr_received) + { + prev_system_addr_received = false; + NRF_LOG_INFO("System address not received"); + } + else if (system_addr_received) + { + prev_system_addr_received = true; + } + + if (~host_id_received & prev_host_id_received) + { + prev_host_id_received = false; + NRF_LOG_INFO("Host ID not received"); + } + else if (host_id_received) + { + prev_host_id_received = true; + } + + if (~dyn_key_ok & prev_dyn_key_ok) + { + prev_dyn_key_ok = false; + NRF_LOG_INFO("Dyn Key not received"); + } + else if (dyn_key_ok) + { + prev_dyn_key_ok = true; + } + + NRF_LOG_FLUSH(); +} + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.c new file mode 100644 index 0000000..0a1afcd --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.c @@ -0,0 +1,177 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * @file + * @brief Implementation of mouse_sensor_emulate.h. + */ + +#include "mouse_sensor_emulator.h" + +#define MOUSE_SENSOR_TIMER NRF_TIMER1 ///< Timer 1 is used to emulate the mouse. +#define MOUSE_SENSOR_TIMER_PERPOWER_Msk POWER_PERPOWER_TIMER1_Msk ///< Power mask for Timer 1 peripheral. +#define MOUSE_SENSOR_TIMER_IRQn TIMER1_IRQn ///< Mouse interrupt set to Timer 1's interrupt. +#define MOUSE_SENSOR_TIMER_IRQ_HANDLER TIMER1_IRQHandler ///< Mouse interrupt handler set to Timer 1's interrupt handler. + +/** + * @struct mouse_sensor_status_t + * @brief Data structure holding internal mouse sensor variables. + */ +typedef struct +{ + int32_t acc_x; ///< Accumulator holding accumulated mouse samples. + int32_t acc_y; ///< Accumulator holding accumulated mouse samples. + bool enabled; ///< Mouse sensor enabled / disabled flag. + bool sample_ready; ///< Mouse sensor sample ready flag. +} mouse_sensor_status_t; + +static mouse_sensor_status_t mouse_sensor_status; ///< Internal mouse sensor variables. + +bool mouse_sensor_init(mouse_sensor_sample_period_t sample_period) +{ + mouse_sensor_status.acc_x = 0; + mouse_sensor_status.acc_y = 0; + mouse_sensor_status.sample_ready = false; + mouse_sensor_status.enabled = false; + + MOUSE_SENSOR_TIMER->TASKS_STOP = 1; + MOUSE_SENSOR_TIMER->TASKS_CLEAR = 1; + MOUSE_SENSOR_TIMER->INTENCLR = 0xffffffff; + MOUSE_SENSOR_TIMER->INTENSET = TIMER_INTENSET_COMPARE0_Msk; + + MOUSE_SENSOR_TIMER->SHORTS = (1 << TIMER_SHORTS_COMPARE0_CLEAR_Pos); + MOUSE_SENSOR_TIMER->PRESCALER = 4; // Ensures 1 us resolution @ 16MHz + + switch (sample_period) + { + case MOUSE_SENSOR_SAMPLE_PERIOD_4_MS: + MOUSE_SENSOR_TIMER->CC[0] = 4000; + break; + + case MOUSE_SENSOR_SAMPLE_PERIOD_8_MS: + default: + MOUSE_SENSOR_TIMER->CC[0] = 8000; + break; + } + + NVIC_ClearPendingIRQ(MOUSE_SENSOR_TIMER_IRQn); + NVIC_EnableIRQ(MOUSE_SENSOR_TIMER_IRQn); + return true; +} + + +void mouse_sensor_enable(void) +{ + MOUSE_SENSOR_TIMER->TASKS_CLEAR = 1; + MOUSE_SENSOR_TIMER->TASKS_START = 1; +} + + +void mouse_sensor_disable(void) +{ + MOUSE_SENSOR_TIMER->TASKS_STOP = 1; +} + + +bool mouse_sensor_data_is_ready(void) +{ + return mouse_sensor_status.sample_ready; +} + + +bool mouse_sensor_read(uint8_t * out_mouse_packet) +{ + if (mouse_sensor_status.sample_ready) + { + out_mouse_packet[NRFR_REPORT_ID] = NRFR_MOUSE_MOV_REPORT_ID; + out_mouse_packet[NRFR_MOUSE_MOV_XLSBYTE] = mouse_sensor_status.acc_y; + out_mouse_packet[NRFR_MOUSE_MOV_YLSNIB_XMSNIB] = ((mouse_sensor_status.acc_x << 4) & 0xf0) | + ((mouse_sensor_status.acc_y >> 8) & 0x0f); + out_mouse_packet[NRFR_MOUSE_MOV_YMSBYTE] = mouse_sensor_status.acc_x >> 4; + mouse_sensor_status.acc_x = 0; + mouse_sensor_status.acc_y = 0; + mouse_sensor_status.sample_ready = false; + return true; + } + else + { + return false; + } +} + + +/** + * @brief Mouse sensor timer interrupt. + * + * Mouse sensor accumulator is updated and the callback + * mouse_sensor_new_sample_generated_cb() is made to the application. + */ +void MOUSE_SENSOR_TIMER_IRQ_HANDLER(void) +{ + static uint8_t sample_cnt = 0; + int32_t new_value = 0; + + if (sample_cnt < 20) + { + sample_cnt++; + } + else + { + sample_cnt = 0; + } + + if (sample_cnt < 10) + { + new_value = 2; + } + else + { + new_value = -2; + } + + mouse_sensor_status.acc_x += new_value; + mouse_sensor_status.acc_y += new_value; + mouse_sensor_status.sample_ready = true; + + MOUSE_SENSOR_TIMER->EVENTS_COMPARE[0] = 0; + + mouse_sensor_new_sample_generated_cb(); +} + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.h new file mode 100644 index 0000000..6d6c13a --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/mouse_sensor_emulator.h @@ -0,0 +1,145 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef __NRF_MOUSE_SENSOR_H +#define __NRF_MOUSE_SENSOR_H + +/** + * @file + * @brief Mouse Emulator API + */ + + +/** + * @defgroup gzp_mouse_emulator Mouse Emulator + * @{ + * @ingroup gzp_desktop_device_emulator_example + * @brief Emulates a mouse using one of the nRF51's timer peripherals. + */ + +#include "nrf.h" +#include +#include +#include "nrf_gzllde_params.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @enum mouse_sensor_sample_period_t + * @brief Enumerator used for setting the mouse sensor sample period. + */ +typedef enum +{ + MOUSE_SENSOR_SAMPLE_PERIOD_4_MS, ///< Generate new mouse sample every 4 ms. + MOUSE_SENSOR_SAMPLE_PERIOD_8_MS, ///< Generate new mouse sample every 8 ms. +} mouse_sensor_sample_period_t; + +/** + * @brief Function for initializing the mouse sensor. + * + * @param sample_period specifies the mouse sensor sample period. + * + * @retval true If initialization succeeded. + * @retval false If initialization failed. + */ +bool mouse_sensor_init(mouse_sensor_sample_period_t sample_period); + +/** + * @brief Enable mouse sensor. + * + * When enabled, the mouse sensor will start generating mouse movement samples + * at the rate given by mouse_sensor_init(void). + */ +void mouse_sensor_enable(void); + +/** + * @brief Disable mouse sensor. + */ +void mouse_sensor_disable(void); + +/** + * @brief Function for polling if the mouse sensor + * has data available for readout. + * + * @retval true If there is data available for reading. + * @retval false If no data is available for reading. + * + * @sa mouse_sensor_read(void) + */ +bool mouse_sensor_data_is_ready(void); + +/** + * @brief Function for reading motion samples from the the mouse + * sensor. + * + * The mouse sensor will generate a new sample at a rate given by + * mouse_sensor_init(). If multiple samples are generated by the mouse sensor + * between each call of this function, the samples will be accumulated. + * Thus, the mouse packet returned by this function will tell the relative + * movement of the mouse since the previous time this function was called. + * The internal accumulator is cleared whenever the mouse sensor is read. + * + * @param out_mouse_packet returns an assembled mouse movement packet + * (no buttons) as specified in "nrfdvl_params.h" . + * + * The length of the mouse packet is given by NRFR_MOUSE_MOV_PACKET_LENGTH. + * + * @retval true If a new packet was written to out_mouse_packet *. + * @retval false If no new mouse data was available. + */ +bool mouse_sensor_read(uint8_t * out_mouse_packet); + +// lint -save -esym(522,mouse_sensor_new_sample_generated_cb) +/** + * @brief Callback function called when a new sample is generated + * by the mouse sensor. When the mouse sensor is enabled, this + * function will be called at a rate as specified by mouse_sensor_init(). + */ +void mouse_sensor_new_sample_generated_cb(void); +// lint -restore + +/** @} */ + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/nrf_gzllde_params.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/nrf_gzllde_params.h new file mode 100644 index 0000000..c8fd185 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/nrf_gzllde_params.h @@ -0,0 +1,139 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef COMMON_PARAMS_H__ +#define COMMON_PARAMS_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @file + * @brief Common parameters for nRF51 and nRF24LU1 desktop emulator projects. + * + * nRFready Desktop style parameters are prefixed with NRFR. + * + * @{ + * @ingroup gzll_desktop_device_emulator_example + */ + +/******************************************************************************/ +/** @name Addresses and channels +* @{ */ +/******************************************************************************/ + +#define NRF_GZLLDE_CHANNEL_TAB {3, 23, 40, 61, 75} ///< Redefine channel table for example. +#define NRF_GZLLDE_CHANNEL_TAB_SIZE 5 ///< Redefine channel table size. + +#define NRF_GZLLDE_ADDRESS_PIPE0 {1, 3, 6, 9, 12} ///< Redefine addresses for example. +#define NRF_GZLLDE_ADDRESS_PIPE1 {2, 6, 8, 11, 20} ///< Redefine addresses for example. +#define NRF_GZLLDE_ADDRESS_PIPE2 3 +#define NRF_GZLLDE_ADDRESS_PIPE3 4 +#define NRF_GZLLDE_ADDRESS_PIPE4 5 +#define NRF_GZLLDE_ADDRESS_PIPE5 6 +#define NRF_GZLLDE_ADDRESS_PIPE6 7 +#define NRF_GZLLDE_ADDRESS_PIPE7 8 + +/** @} */ + + +/******************************************************************************/ +/** @name Timing parameters +*@{*/ +/******************************************************************************/ + +#define NRF_GZLLDE_RXPERIOD_DIV_2 504 ///< RXPERIOD/2 on LU1 = timeslot period on nRF51 +#define NRF_GZLLDE_DEVICE_CHANNEL_SELECTION_POLICY NRF_GZLL_DEVICE_CHANNEL_SELECTION_POLICY_USE_SUCCESSFUL +///< Use last succesful channel. If timeslot_period +/** @} */ + + +/******************************************************************************/ +/** @name USB endpoint and Gzll pipe definitions + * @{ */ +/******************************************************************************/ + +#define NRFR_KEYBOARD_EP 1 ///< Keyboard USB endpoint and pipe +#define NRFR_MOUSE_EP 2 ///< Mouse USB endpoint and pipe +/** @} */ + +/******************************************************************************/ +/** @name Keyboard packet definition + * @{ */ +/******************************************************************************/ + +#define NRFR_KEYBOARD_MOD 0 ///< Byte 0: Modifier keys +#define NRFR_KEYBOARD_RESERVED (NRFR_KEYBOARD_MOD + 1) ///< Byte 1: Reserved +#define NRFR_KEYBOARD_KEYS (NRFR_KEYBOARD_RESERVED + 1) ///< Byte 2-7; Keyboard data +#define NRFR_KEYBOARD_PACKET_LENGTH (NRFR_KEYBOARD_KEYS + 6) ///< Length: 8 +/** @} */ + +/******************************************************************************/ +/** @name Mouse packet definition + * @{ */ +/******************************************************************************/ + +#define NRFR_REPORT_ID 0 ///< All packets byte 0: Report ID +#define NRFR_MOUSE_BUTTONS_REPORT_ID 1 ///< Mouse buttons -> Report ID 1 +#define NRFR_MOUSE_MOV_REPORT_ID 2 ///< Mouse movement -> Report ID 2 +#define NRFR_ADVANCED_REPORT_ID 3 ///< Multimedia buttons -> Report ID 3 + +#define NRFR_MOUSE_BUTTONS (NRFR_REPORT_ID + 1) ///< NRFR_MOUSE_BUTTONS_REPORT_ID byte 1: Buttons +#define NRFR_MOUSE_WHEEL (NRFR_MOUSE_BUTTONS + 1) ///< NRFR_MOUSE_BUTTONS_REPORT_ID byte 2: Scroll wheel +#define NRFR_MOUSE_PAN (NRFR_MOUSE_WHEEL + 1) ///< NRFR_MOUSE_BUTTONS_REPORT_ID byte 3: Mouse pan +#define NRFR_MOUSE_BUTTONS_PACKET_LENGTH (NRFR_MOUSE_PAN + 1) ///< NRFR_MOUSE_BUTTONS_REPORT_ID packet legth = 4 + +#define NRFR_MOUSE_MOV_XLSBYTE (NRFR_REPORT_ID + 1) ///< NRFR_MOUSE_MOV_REPORT_ID byte 1: X direction LSB +#define NRFR_MOUSE_MOV_YLSNIB_XMSNIB (NRFR_MOUSE_MOV_XLSBYTE + 1) ///< NRFR_MOUSE_MOV_REPORT_ID byte 2: Y direction LSB +#define NRFR_MOUSE_MOV_YMSBYTE (NRFR_MOUSE_MOV_YLSNIB_XMSNIB + 1) ///< NRFR_MOUSE_MOV_REPORT_ID byte 3: Y and X LS nibbles +#define NRFR_MOUSE_MOV_PACKET_LENGTH (NRFR_MOUSE_MOV_YMSBYTE + 1) ///< NRFR_MOUSE_MOV_REPORT_ID packet length = 4 + +#define NRFR_ADVANCED_BUTTONS (NRFR_REPORT_ID + 1) ///< NRFR_ADVANCED_REPORT_ID byte 1: Advanced mouse buttons +#define NRFR_ADVANCED_PACKET_LENGTH (NRFR_ADVANCED_BUTTONS + 1) ///< NRFR_ADVANCED_REPORT_ID packet length = 2 +/** @} */ + +/** @} */ + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvproj new file mode 100644 index 0000000..a36d80c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm4/gzp_desktop_emulator_pca10040.uvproj @@ -0,0 +1,542 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=4096,-D__STACK_SIZE=4096 + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + keyboard_emulator.c + 1 + ..\..\keyboard_emulator.c + main_mouse_keyboard_emulator.c + 1 + ..\..\main_mouse_keyboard_emulator.c + mouse_sensor_emulator.c + 1 + ..\..\mouse_sensor_emulator.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + app_uart_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + retarget.c + 1 + ..\..\..\..\..\..\components\libraries\uart\retarget.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_arm.lib + 4 + ..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvprojx new file mode 100644 index 0000000..4cc5dca --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/arm5_no_packs/gzp_desktop_emulator_pca10040.uvprojx @@ -0,0 +1,566 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-D__HEAP_SIZE=4096,-D__STACK_SIZE=4096 + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + keyboard_emulator.c + 1 + ..\..\keyboard_emulator.c + main_mouse_keyboard_emulator.c + 1 + ..\..\main_mouse_keyboard_emulator.c + mouse_sensor_emulator.c + 1 + ..\..\mouse_sensor_emulator.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + app_uart_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + retarget.c + 1 + ..\..\..\..\..\..\components\libraries\uart\retarget.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_arm.lib + 4 + ..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/config/sdk_config.h new file mode 100644 index 0000000..7095ef5 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/config/sdk_config.h @@ -0,0 +1,3195 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_FIFO_ENABLED - app_fifo - Software FIFO implementation + + +#ifndef APP_FIFO_ENABLED +#define APP_FIFO_ENABLED 1 +#endif + +// APP_UART_ENABLED - app_uart - UART driver +//========================================================== +#ifndef APP_UART_ENABLED +#define APP_UART_ENABLED 1 +#endif +// APP_UART_DRIVER_INSTANCE - UART instance used + +// <0=> 0 + +#ifndef APP_UART_DRIVER_INSTANCE +#define APP_UART_DRIVER_INSTANCE 0 +#endif + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// RETARGET_ENABLED - retarget - Retargeting stdio functions + + +#ifndef RETARGET_ENABLED +#define RETARGET_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewp new file mode 100644 index 0000000..953f982 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10040/iar/gzp_desktop_emulator_pca10040.ewp @@ -0,0 +1,1064 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\uart\retarget.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\keyboard_emulator.c + $PROJ_DIR$\..\..\main_mouse_keyboard_emulator.c + $PROJ_DIR$\..\..\mouse_sensor_emulator.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52_iar.a + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvopt new file mode 100644 index 0000000..6790765 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvproj new file mode 100644 index 0000000..b3f9218 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm4/gzp_desktop_emulator_pca10056.uvproj @@ -0,0 +1,542 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + + nRF52840_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52840_XXAA __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_PRESENT,-DNRF52840_XXAA,-D__HEAP_SIZE=4096,-D__STACK_SIZE=4096 + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52840_XXAA __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52840.s + 2 + ..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52840.s + system_nrf52840.c + 1 + ..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + + Application + + keyboard_emulator.c + 1 + ..\..\keyboard_emulator.c + main_mouse_keyboard_emulator.c + 1 + ..\..\main_mouse_keyboard_emulator.c + mouse_sensor_emulator.c + 1 + ..\..\mouse_sensor_emulator.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + app_uart_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + retarget.c + 1 + ..\..\..\..\..\..\components\libraries\uart\retarget.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_arm.lib + 4 + ..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvoptx new file mode 100644 index 0000000..6a025f0 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvprojx new file mode 100644 index 0000000..342ef41 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/arm5_no_packs/gzp_desktop_emulator_pca10056.uvprojx @@ -0,0 +1,566 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + nRF52840_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52840_XXAA __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_PRESENT,-DNRF52840_XXAA,-D__HEAP_SIZE=4096,-D__STACK_SIZE=4096 + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_PRESENT NRF52840_XXAA __HEAP_SIZE=4096 __STACK_SIZE=4096 + + ..\..\config;..\..\..\..\..\..\components;..\..\..\..\..\..\components\boards;..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\components\libraries\fifo;..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\components\libraries\uart;..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\components\proprietary_rf\gzll;..\..;..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + keyboard_emulator.c + 1 + ..\..\keyboard_emulator.c + main_mouse_keyboard_emulator.c + 1 + ..\..\main_mouse_keyboard_emulator.c + mouse_sensor_emulator.c + 1 + ..\..\mouse_sensor_emulator.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_error.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + app_uart_fifo.c + 1 + ..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + app_util_platform.c + 1 + ..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + retarget.c + 1 + ..\..\..\..\..\..\components\libraries\uart\retarget.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_arm.lib + 4 + ..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/config/sdk_config.h new file mode 100644 index 0000000..cbdbe50 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/config/sdk_config.h @@ -0,0 +1,3207 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE1_ENABLED - Enable UARTE1 instance +#ifndef NRFX_UARTE1_ENABLED +#define NRFX_UARTE1_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// UART1_ENABLED - Enable UART1 instance +//========================================================== +#ifndef UART1_ENABLED +#define UART1_ENABLED 0 +#endif +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_FIFO_ENABLED - app_fifo - Software FIFO implementation + + +#ifndef APP_FIFO_ENABLED +#define APP_FIFO_ENABLED 1 +#endif + +// APP_UART_ENABLED - app_uart - UART driver +//========================================================== +#ifndef APP_UART_ENABLED +#define APP_UART_ENABLED 1 +#endif +// APP_UART_DRIVER_INSTANCE - UART instance used + +// <0=> 0 + +#ifndef APP_UART_DRIVER_INSTANCE +#define APP_UART_DRIVER_INSTANCE 0 +#endif + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// RETARGET_ENABLED - retarget - Retargeting stdio functions + + +#ifndef RETARGET_ENABLED +#define RETARGET_ENABLED 1 +#endif + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewd new file mode 100644 index 0000000..a846fea --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewp new file mode 100644 index 0000000..a503e99 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_desktop_emulator/pca10056/iar/gzp_desktop_emulator_pca10056.ewp @@ -0,0 +1,1060 @@ + + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\fifo\app_fifo.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\uart\app_uart_fifo.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\uart\retarget.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\keyboard_emulator.c + $PROJ_DIR$\..\..\main_mouse_keyboard_emulator.c + $PROJ_DIR$\..\..\mouse_sensor_emulator.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52840.s + $PROJ_DIR$\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52840_iar.a + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_device_iar_nrf52.icf b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_device_iar_nrf52.icf new file mode 100644 index 0000000..a48fd93 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_device_iar_nrf52.icf @@ -0,0 +1,38 @@ +/*###ICF### Section handled by ICF editor, don't touch! ****/ +/*-Editor annotation file-*/ +/* IcfEditorFile="$TOOLKIT_DIR$\config\ide\IcfEditor\cortex_v1_0.xml" */ +/*-Specials-*/ +define symbol __ICFEDIT_intvec_start__ = 0x0; +/*-Memory Regions-*/ +define symbol __ICFEDIT_region_ROM_start__ = 0x0; +define symbol __ICFEDIT_region_ROM_end__ = 0x7ffff; +define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; +define symbol __ICFEDIT_region_RAM_end__ = 0x2000ffff; +export symbol __ICFEDIT_region_RAM_start__; +export symbol __ICFEDIT_region_RAM_end__; +/*-Sizes-*/ +define symbol __ICFEDIT_size_cstack__ = 0x800; +define symbol __ICFEDIT_size_heap__ = 0x200; +/**** End of ICF editor section. ###ICF###*/ + +define memory mem with size = 4G; +define region ROM_region = mem:[from __ICFEDIT_region_ROM_start__ to __ICFEDIT_region_ROM_end__]; +define region RAM_region = mem:[from __ICFEDIT_region_RAM_start__ to __ICFEDIT_region_RAM_end__]; + +define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; +define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { }; + +initialize by copy { readwrite }; +do not initialize { section .noinit }; + +keep { section .intvec }; +place at address mem:__ICFEDIT_intvec_start__ { readonly section .intvec }; +place in ROM_region { readonly }; +place in RAM_region { readwrite, + block CSTACK, + block HEAP }; + +keep { section gzp_dev_data }; +place at address mem:0x1000 { readonly section gzp_dev_data }; +keep { section gzp_dev_data_sd }; +place at address mem:0x15000 { readonly section gzp_dev_data_sd }; diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/config/nrf_gzp_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/config/nrf_gzp_config.h new file mode 100644 index 0000000..801cc3f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/config/nrf_gzp_config.h @@ -0,0 +1,168 @@ +/** + * Copyright (c) 2008 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef __GZP_CONFIG_H +#define __GZP_CONFIG_H + +#include "nrf.h" + +#ifdef __cplusplus +extern "C" { +#endif + + +/** + * Definition of "secret key" used during "Host ID exchange". + */ + +#define GZP_SECRET_KEY {1, 23, 45, 57, 26, 68, 12, 64, 13, 73, 13, 62, 26, 45, 12, 77} + +//----------------------------------------------------------------------------- + +/** + Definition of the first static selected pairing channel. Should be located in + the lower Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_LOW 2 + +/** + Definition of the second static selected pairing channel. Should be located in + the upper Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_HIGH 79 + +/** + Definition of the static "global" pairing address. +*/ +#define GZP_ADDRESS 4, 6, 8, 10 + +/** + Reduced TX power for use during close proximity pairing. + */ +#define GZP_POWER NRF_GZLL_TX_POWER_N16_DBM + +/** + Definition of pairing request timeout. +*/ +#define GZP_REQ_TX_TIMEOUT 200 + +/** + Definition of the maximimum number of "backoff" packets (step 0) to be transmitted. +*/ +#define GZP_MAX_BACKOFF_PACKETS 100 + +/** + Definition of the period a device shall wait before attempting to send the packet for + fetching the pairing response (step 1). +*/ +#define GZP_TX_ACK_WAIT_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + 50) + +/** + Definition of the period a device in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT ((GZP_REQ_TX_TIMEOUT / 2) + 50) + +/** + Definition of the period a device NOT in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_NOT_PROXIMITY_BACKOFF_RX_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + GZP_STEP1_RX_TIMEOUT) + +/** + Definition of the time the host waits for a device to complete + transmission of the pairing request step 1 packet. +*/ +#define GZP_STEP1_RX_TIMEOUT (((GZP_REQ_TX_TIMEOUT / 2) + GZP_TX_ACK_WAIT_TIMEOUT) + 50) + +/** + Definition of the lowest boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MIN 2 + +/** + Definition of the upper boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MAX 80 + +/** + Definition of the minimum channel spacing for the channel subset generated + during pairing. +*/ +#define GZP_CHANNEL_SPACING_MIN 5 + +/** + Non volatile memory (Flash or OTP) storage address. A device will + require GZP_DEVICE_PARAMS_STORAGE_SIZE bytes of memory, and + Host 11 bytes. When using flash memory, storage address should + be a multiple of chip page size. +*/ +#define GZP_PARAMS_STORAGE_ADR 0x00001000 + +/** + Number of bytes available for parameter storage in Device. + It is equal to flash page size on nRF5x chips. +*/ +#if defined (NRF51) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 1024 +#elif defined (NRF52_SERIES) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 4096 +#else + #error Chip type is undefined! +#endif + +/** + Maximum Device TX payload length [bytes]. + */ +#define GZP_MAX_FW_PAYLOAD_LENGTH 17 + +/** + Maximum Host ACK payload length [bytes]. + */ +#define GZP_MAX_ACK_PAYLOAD_LENGTH 10 + + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/gzll_dynamic_pairing_device.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/gzll_dynamic_pairing_device.eww new file mode 100644 index 0000000..d3b1439 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/gzll_dynamic_pairing_device.eww @@ -0,0 +1,8 @@ + + + + $WS_DIR$\pca10056\blank\iar\gzll_dynamic_pairing_device_pca10056.ewp + + $WS_DIR$\pca10040\blank\iar\gzll_dynamic_pairing_device_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10040.hex new file mode 100644 index 0000000..47a5a91 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10040.hex @@ -0,0 +1,1884 @@ +:020000040000FA +:10000000682C0020F9020000010300000303000037 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000029060000290B00001303000021 +:100050001303000013030000F50300001303000066 +:10006000C50A00001303000013030000130300007F +:100070001303000013030000130300001303000028 +:1000800013030000B906000013030000130300006F +:10009000DD060000E106000013030000130300006A +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000000000000DE +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F0C6F800480047552B00007E +:10021000682C002030B4044654E8000F0D4644E832 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE7550700000102000000487047B5 +:100320003C74000040EA01039B0703D009E008C9C0 +:10033000121F08C0042AFAD203E011F8013B00F8AA +:10034000013B521EF9D27047D2B201E000F8012BF6 +:10035000491EFBD270470022F6E710B513460A4645 +:1003600004461946FFF7F0FF204610BD421C10F866 +:10037000011B0029FBD1801A704730B504460020CC +:10038000034600E05B1C934203D2E05CCD5C401B63 +:10039000F8D030BD064C074D06E0E06840F00103A0 +:1003A00094E8070098471034AC42F6D3FFF72CFFCF +:1003B000DC740000FC74000030B58C1810F8012BC0 +:1003C00012F00F0301D110F8013B120906D110F809 +:1003D000012B03E010F8015B01F8015B5B1EF9D112 +:1003E00001E001F8013B521EFBD1A142E6D30020FF +:1003F00030BD00002DE9F04700268AB0DFF85091AB +:10040000B0464FF48075012437460696284603F01F +:10041000DDFA38B1D9F80403204203D0284603F0AE +:10042000CBFA26432D1D64007F1CADB2082FEDD3FF +:100430004FF4BE74204603F0C9FA48B1204603F0D9 +:10044000BBFA46F0004606AA0121002003F0A0FAFC +:10045000404D16F0FF0F15D00127002437420DD074 +:1004600009EB8401D1F81005D1F81015C0F3042070 +:1004700055F82420C1F3014102B190477F00641C6C +:10048000082CEBD3002E5FDA4FF0FF30CDF8108050 +:1004900054E0281910F8507F90F9000027F0C008A8 +:1004A000401C3BD007A9404602F0B8FD10B34FEA0C +:1004B0009719404600F0ECFC55F820701FB1B9F1D7 +:1004C000030F03D006E0B9F1030F27D104A940467A +:1004D00002F0ACFD4FF0A04101EB8800D0F800071E +:1004E00006A9C0F3014A404602F098FD18B1BAF1DE +:1004F000020F03D012E0BAF1030F0FD1B9F1030FCD +:1005000008D1BAF1020F1DD00221404603F024FAAF +:10051000761CF6B217B149464046B847641C042C15 +:10052000B7D3002E10D06A460121002003F030FA24 +:1005300006990098884207D0069004980026344611 +:100540000790A6E70321E0E70AB0BDE8F0870000C6 +:10055000006000408401002000F01F020121914052 +:100560004009800000F1E020C0F88012704700F0E0 +:100570001F02012191404009800000F1E020C0F8F5 +:100580008012704700F01F02012191404009800055 +:1005900000F1E020C0F88012704700F01F02012136 +:1005A00091404009800000F1E020C0F880127047BF +:1005B00000F01F02012191404009800000F1E0207D +:1005C000C0F88011704700F01F02012191404009DE +:1005D000800000F1E020C0F80011704700F01F0219 +:1005E000012191404009800000F1E020C0F8001195 +:1005F000704700F01F02012191404009800000F186 +:10060000E020C0F8001270474907090E002806DAFA +:1006100000F00F0000F1E02080F8141D704700F199 +:10062000E02080F80014704770B5204D28696C7880 +:10063000401C2861687D10B11D4802F07FFC2878BD +:1006400003281AD11B48D0F80C01B0B1012C04D0FA +:10065000022C0AD01648123023E02869032816D04D +:100660001348083002F06AFC11E02869022812D011 +:100670000F480D3002F062FC0DE0032C0FD2012C6C +:1006800005D0022C07D0BDE8704004F05DBCBDE889 +:10069000704004F085BCBDE8704004F097BE04488B +:1006A0002830BDE8704002F049BC00001809002065 +:1006B00038030A000010004007480021C0F840112C +:1006C000C0F84411C0F84811C0F84C11C0F800112E +:1006D000C0F8041106F0FABB0010014006F068BB38 +:1006E00030B51B4C85B00025012080F31088D4F86C +:1006F000D40038B3D4F8D00000EB800004EB8000C5 +:1007000001798DF800108168C26803694069CDE9FC +:100710000330CDE90112D4F8D400401EC4F8D4004F +:10072000D4F8D000401CC4F8D000D4F8D0000A2877 +:1007300001D3C4F8D050002080F3108821686846A7 +:100740008847D1E7002080F3108805B030BD000055 +:1007500034090020F0B5B5480023021D0178101DB2 +:1007600001254FF0805406290BD11678360708D1A1 +:100770000678C6F30316032E06D0042E04D0052EE9 +:1007800002D0062907D00EE0B4F82463A84FC6F3C0 +:1007900004263E6002E01678360704D10678C6F3D8 +:1007A0000316032E02D0062904D00FE0A24FA14E5B +:1007B0007E670EE01678360708D10678C6F3031672 +:1007C000032E06D0042E04D0052E02D0062907D011 +:1007D0000EE0D4F84462994FC6F342363E6002E020 +:1007E0001678360704D10678C6F30316032E02D016 +:1007F000062906D011E0924E376827F080773760DF +:100800000EE01678360708D10678C6F30316032ED5 +:1008100006D0042E04D0052E02D006290AD011E0FD +:100820004FF08046C6F80C31C6F81031834E361FA3 +:10083000336002E01678360704D10678C6F3031653 +:10084000032E02D0062905D00CE07C4F0326643726 +:100850003E600AE01678360704D10678C6F3031620 +:10086000032E02D006290DD014E0764F05263E60F7 +:10087000744E78363560734E083633603F263F1D20 +:100880003E6002E01678360704D10678C6F30316F8 +:10089000052E02D0062957D062E06B4E36686B4FAA +:1008A0003E60694E361D36683F1D3E60664E083616 +:1008B00036683F1D3E60644E0C3636683F1D3E6014 +:1008C000614E103636683F1D3E605F4E1436366806 +:1008D0003F1D3E605C4E183636685C4F20373E60E8 +:1008E000594E1C3636683F1D3E60574E20363668DE +:1008F0003F1D3E60544E243636683F1D3E60524ECA +:10090000283636683F1D3E604F4E2C3636683F1DF8 +:100910003E604D4E303636684C4F40373E604A4E52 +:10092000343636683F1D3E60474E383636683F1DC8 +:100930003E60454E3C3636683F1D3E60424E403676 +:1009400036683F1D3E6002E01678360708D106780B +:10095000C6F30316032E06D0042E04D0052E02D0B3 +:10096000062907D019E0D4F85812394A01F04F018E +:10097000116002E0117809070FD10078C0F303106D +:10098000032803D0042801D0052806D13148016886 +:10099000C90702D06FF001010160D4F830010628C8 +:1009A00008D1D4F83401062804D12B48016841F459 +:1009B0008061016022487438016841F4700101606F +:1009C000BFF34F8FBFF36F8F4FF01021D1F80002AC +:1009D000002803DBD1F80402002822DA1F4A156040 +:1009E0001F480468002CFCD01524C1F8004205689B +:1009F000002DFCD0C1F8044201680029FCD013602E +:100A000001680029FCD0BFF34F8F0D48F038016812 +:100A1000144A01F4E06111430160BFF34F8F00BF3E +:100A2000FDE7124910480860F0BD0000E00F00F03B +:100A3000403501400DF0ADBA00C007403C05004014 +:100A4000FCED00E0105600400404001020C50040FA +:100A5000E40E0040000400403C17004004E5014063 +:100A600000E401400400FA050090D003C800002013 +:100A7000124A10B50021104B126809E053F82140CA +:100A8000844203D10E4802F059FA13E0491CC9B25E +:100A90009142F3D3084A002112F1180201EB01132D +:100AA00002EB4303834201D1012010BD491CC9B2AE +:100AB0000629F3D3002010BD800B00203801002050 +:100AC000EC00030070B5144E4FF48030C6F80803F4 +:100AD0000025C6F84051114C606810B9104802F06A +:100AE0002DFAA57062680123656073640D48016882 +:100AF000001F00681430B1F5804F04D2B0F5404FAC +:100B000001D9637005E0814201D3012000E000209B +:100B10006070BDE870401047008000401001002068 +:100B2000E5000400448500400148006800470000DB +:100B30001800002002E008C8121F08C1002AFAD1DC +:100B400070477047002001E001C1121F002AFBD14D +:100B50007047000072B605F0C1F900BF05F014F847 +:100B60000028FBD1104C0121208801EB00400FA18F +:100B700005F016F910480068C00700D000BE2088B4 +:100B8000022101EB00400DA105F00AF9BFF34F8FE0 +:100B90000948E43801680D4A01F4E061114301603D +:100BA000BFF34F8F00BFFDE7500100204661746125 +:100BB0006C206572726F7200F0ED00E0537973740F +:100BC000656D207265736574000000000400FA050D +:100BD0000EB500210091CDE901106A4644F20100F2 +:100BE000FFF7B8FF0EBD00F003B800F009B8000031 +:100BF00072B602480168491C016070473400002049 +:100C000003490868401E086000D162B670470000C2 +:100C1000340000202DE9F041064608680C46411CCE +:100C20004FF0A0474FF0010506D005FA00F1C7F8D4 +:100C30000815206802F07CFE6068411C02D000218B +:100C400002F064FE3168A069C1F82405607D227D50 +:100C500031681043C1F86C05D4E900123068C0F85F +:100C60001425C0F80C15207D012815D1A068411C61 +:100C700002D0002102F04AFEE068411C05D0854008 +:100C8000C7F80855E06802F053FED4E90212306854 +:100C9000C0F80825C0F81015BDE8F0812DE9F04135 +:100CA000064608680C46411C4FF0A0474FF001056E +:100CB00006D005FA00F1C7F80815206802F042FED8 +:100CC0006068411C02D0002102F029FE3168A06951 +:100CD000C1F82405607D217D32680843C2F86C05A7 +:100CE000D4E900123068C0F80C15C0F81425207D36 +:100CF000012815D1A068411C02D0002102F00FFE8E +:100D0000E068411C05D08540C7F80855E06802F04E +:100D100019FED4E902123068C0F80825C0F8101591 +:100D2000BDE8F0810649095C4FF0A040D0F81005FD +:100D3000C84010F0010000D0012080F00100704791 +:100D40000C7300002DE9FC410646C0074FF000057A +:100D50000ED0104F00240122385D0095002311466B +:100D6000019502F08BFD641C042CF4D300F01CF8F8 +:100D7000B0070DD5074E0024361D0022305D032339 +:100D800000951146019502F079FD641C042CF4D302 +:100D9000BDE8FC81087300000249085C012102F0F3 +:100DA000ECBD00000873000010B500242046FFF7DA +:100DB000F3FF641C042CF9D310BD042801D2FFF703 +:100DC000B1BF0020704710B50024FFF7BBFF2046DD +:100DD00010BD00002DE9F0470546861C90460F46E1 +:100DE0004FF001090020FFF7FEFE1B4C2068386021 +:100DF000D4E90001401AA16804F21C47081A0EE069 +:100E00000121384602F0A2F801F056FE01463846AC +:100E100002F09CF8D4E90001401AA168081A401CAD +:100E20008642EDD8B8F1000F03D0052065F3891094 +:100E300002E0062065F39F50A2682168114004EB90 +:100E40008101C8602068304420600020FFF7CDFE9B +:100E50004846BDE8F08700003C04002030B48268BA +:100E60000468531C8360A154D0E901128A4202D362 +:100E700030BC02F00ABC30BC70470000034803C815 +:100E8000814201D101207047002070473C040020BE +:100E90000249084490F930007047000084010020A6 +:100EA0002DE9F05F26484168F1B3DFF898B00E688D +:100EB0008146DBF8004087688078E11B21F07F45A0 +:100EC000ED1CB0B9DFF880804FF48030C8F84403DF +:100ED000C8F804031120FFF73FFB1120FFF773FB55 +:100EE0004FF0010AC8F800A02F2005F0ABFB89F8ED +:100EF00002A0B54200D23546124BE8193C3320F02F +:100F00007F401860DBF800105A46091B21F07F4132 +:100F1000001B20F07F40C91C81420FD91068186067 +:100F20002F2005F08FFB00E004E0BDE8F05F11200A +:100F3000FFF75FBBBDE8F05F05F086BEBDE8F09F40 +:100F400020000020041501400010014010B50021D0 +:100F5000024802F006F880F3100010BD5808002087 +:100F60000E4910B50A784C780023A24212D0521CC8 +:100F7000D2B20A70022A00D10B70084A0B780C32E8 +:100F800052F8232002608868104420F07F40886077 +:100F9000012010BD0360002010BD000020000020D3 +:100FA00002490A8802808978817070476473000062 +:100FB000002207E010F8013BFF2B01D00020704712 +:100FC000521CD2B28A42F5D30120704770B50C464C +:100FD00005460D2910D801F0EBF808B1012070BDCD +:100FE0000648007840B901F01FFA28B1214628468A +:100FF000BDE8704001F0DCB8002070BDB2000020F8 +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:102000002DE9F0418AB020270026099701F0D6FD7E +:10201000054601F0EBFD804601F04EFFC82001F0BF +:10202000D9FE052001F00EFF002001F097FD01F020 +:1020300045FD00208DF8200004460022012108A85B +:1020400000F028FB30B1002001F044FF641CE4B232 +:10205000642CF2D3C82000F0EFF801208DF82000A6 +:102060000146002208A800F015FB08B31E480078BE +:10207000F0B1002001F0A4FD00281DDD09AA694689 +:102080000020099701F034FDB0B19DF80000082848 +:1020900012D11548DDF801100C38C0F803100DF10D +:1020A000010000F059FB002000F000FA012603E0D7 +:1020B0004FF4967000F0C0F84FF4AF7000F0BCF829 +:1020C00001F0FAFE002001F049FD002001F056FD6C +:1020D000284601F07FFE404601F0B4FE01F0EEFC20 +:1020E0000AB03046BDE8F081BE000020F0B50746DA +:1020F000204889B0154600780E4698B1012814D0C2 +:10210000022834D110221C4904A8FEF70BF91B4900 +:102110000D2204A8FEF706F90024164A6846521C50 +:1021200021460DE010221449F3E71022124904A8B9 +:10213000FEF7F8F804A800F0C5F8EDE7052C02D288 +:10214000135D035500E00155641CE4B2102CF5D377 +:1021500001F07EF804A801F08DF86946084601F008 +:102160004DF82B466A463146384600F055FB09B01B +:10217000F0BD0000AC000020677300008008002064 +:102180000149087070470000AC00002001460D2294 +:102190000148FEF7C7B80000800800200349026824 +:1021A000C1F801200079487170470000AC000020A0 +:1021B000F0B50746081D89B0C6B206208DF810009C +:1021C00004AC0D46601CFEF7EBFE2A463946201D86 +:1021D000FEF7A8F8174D287808B1002000E002208B +:1021E000FFF7CEFF701EC2B2611C601CFFF77EFFBE +:1021F00001200090002301AA314604A800F060FAF3 +:1022000018B99DF804000B2802D0002009B0F0BDD9 +:1022100001AC0322A01DA11DFFF768FFA01D00F067 +:10222000EFFA0028F2D0287810B9601CFFF7B6FF4B +:102230000120EBE7B200002010B5044601F0D4FC09 +:102240006043400004D00349BDE8104080010847C6 +:1022500010BD000081730000014803F081BF000041 +:1022600000100000F0B54E23B3FBF2F5022303701B +:102270004F23841804F8013C81B10123541E0BE064 +:1022800003F003068E5DB6FBF5F705FB176605FB4D +:102290000366C6545B1CDBB2A342F1DB01210DE0F7 +:1022A0004318445C13F8013CE31ADBB2052B03D25C +:1022B000C3F1050323444354491CC9B29142EFD3EF +:1022C000F0BD00000349D1F807200260C97A01710E +:1022D00070470000B2000020F0B52F4D87B00026F7 +:1022E0002878012701ACB0B103208DF80400601CF0 +:1022F000FEF756FE0020FFF743FF0322611C601C1F +:10230000FFF7F4FE002303AA042101A8009700F0C0 +:10231000D7F9A0B117E002208DF804000521601C58 +:1023200000F086F90122062101A800F0B3F950B1AE +:10233000601CFFF733FF2F70002007B0F0BD9DF841 +:102340000C00092802D02E700320F6E703AC092206 +:10235000601C611CFFF7CAFE601C00F051FAC0B19E +:102360009DF8100020B1012805D0022800D12E7060 +:102370009DF81000E1E7601D00F076F90D21074897 +:1023800000F056F90548FFF701FF012000F08EF834 +:10239000EDE72E700220D0E7B20000208D0800206B +:1023A00041F6FF700078FF2801D00120704700201F +:1023B000704740F6817041F27E01095CFF2905D02B +:1023C0000F20B0EB111F07D008097047401E00B264 +:1023D0000028F0DA0E20704701F00F00704700006F +:1023E0003EB5104C00202070FFF7DAFF98B94FF48B +:1023F000805090F87E00FF280DD0FFF7DAFF0146ED +:102400000E2808D2684600F046F80098C4F8030089 +:1024100001A800F029F9BDE83E400248C01C00F0C8 +:102420009BB90000B200002010B58AB004208DF8DE +:102430000400012001460090002306AA01A800F034 +:102440003FF930BB9DF818000A2822D10DF1190080 +:10245000FFF7A4FE05208DF8040001AC601CFEF718 +:102460009FFD0D21201D00F0E3F8201DFFF78EFEDB +:102470000120FFF785FE1022611C601CFFF736FE6D +:102480000122112101A800F005F910B101200AB0C4 +:1024900010BD0020FBE701EBC10101F580510A6886 +:1024A00002604A684260097A017270472DE9FE4372 +:1024B00000265E4FB046344600285ED00025E9462F +:1024C00029466846FFF7E7FF58490422C91C6846B9 +:1024D000FDF753FF38B955490522C91D09F104001C +:1024E000FDF74BFF80B16D1CEDB20E2DE8D300253A +:1024F00029466846FFF7CFFF4C490422C91C6846AD +:10250000FDF73BFF10B10CE02C4632E0052109F14C +:102510000400FEF74DFD20B1D7F807000190F87ACE +:1025200013E06D1CEDB20E2DE2D30025294668465E +:10253000FFF7B1FF09216846FEF73AFD48B157F8A9 +:10254000030F009078680190387A8DF808002C46C7 +:1025500031E06D1CEDB20E2DE8D3B8F1000F07D0BD +:1025600004EBC4006946092200F5805003F032FEF6 +:102570003EB3FFF715FF28B356E000242146684616 +:10258000FFF789FF29490422C91C6846FDF7F5FEBB +:102590000028EED0641CE4B20E2CEFD300242146B8 +:1025A0006846FFF778FF04216846FEF701FD20B179 +:1025B000D7F8030000900126D2E7641CE4B20E2C89 +:1025C000EDD331E0FFF7F5FEA0422DD00E2C2BD03D +:1025D0004FF48051002040F681720F2591F87E1053 +:1025E000531C04E041F27E019042095C0DD0CE43C1 +:1025F000360706D0B5EB111F0AD164F31F11C9B21B +:102600000AE001F0F001214306E044F0E00103E0BC +:10261000401C00B29842E5DB41F27E02104403F018 +:10262000B7FD0120BDE8FE830020FBE7B2000020DB +:10263000F0B50B4B0025C3F8005101241C602A465D +:10264000084E09E0D3F80071002FFBD0376887549B +:10265000C3F80051521CD2B28A42F3D35C60F0BD81 +:1026600000D0004008D5004003490268C1F80720A7 +:102670000079C87270470000B200002010B504460F +:1026800001F0F4F900E030BF01F0A8FAB0EB440F1C +:10269000F9D310BD10B5094C134600226270A27028 +:1026A0000A460146184601F099F908B910BD30BF35 +:1026B00060780028FBD0A07810BD0000B200002098 +:1026C0002DE9FC4780460A200A9D009016460F46D9 +:1026D000284601F0FFFB012401F0E2F901F0ECFAD9 +:1026E0000028FBD101F078FA81461E2001F08AFB18 +:1026F00001F0E4F92A4639464046FFF7CBFFE0B146 +:102700000224284601F0E6FB07208DF804000A2089 +:10271000FFF7B4FF2A46012101A8FFF7BBFF60B114 +:10272000284601F04DFA40B1202000906A4631461B +:10273000284601F0DDF900B1002401F0B1F900BF35 +:1027400001F0BAFA0028FBD1484601F05BFB01F02A +:10275000B5F92046BDE8FC872DE9FF41054601F0AB +:10276000ABFA264C0646EDB328786978EA7800EB98 +:102770000120A978090401EB0261471801F09CFBD4 +:10278000204601F0B5FA50B10021084601F09CFA4C +:1027900028B1384601F0BCFA08B1012402E0012456 +:1027A00007E037B12146084601F08EFA08B101274B +:1027B00000E00027641CE4B2082CF2D301F0F2F927 +:1027C0000446C2B229466846FFF74CFD87B1214650 +:1027D000684601F0ADFA58B10120002E05D001F095 +:1027E0006DF900E007E030B1012004B0BDE8F081F0 +:1027F0000020002EF9D00020F7E700000406080AA8 +:1028000010B503220349FDF7B8FD08B1002010BD43 +:10281000012010BD6473000070B5002409E000BF02 +:1028200011F8015B12F8016B7540641C00F8015B44 +:10283000E4B29C42F4D370BD0278521C027002785C +:102840008A4201D300210170704700002DE9FC5F2E +:102850000E008346DDE90C47C6F10000984692461B +:10286000814600D40846012503E000BF90FBFAF042 +:102870006D1C5045FADAA84500D9454624B1002E12 +:1028800001DB780700D5641EB80702D5B8F1000F48 +:102890000AD0F80708D13CB1A54205D220215846FC +:1028A000641EFEF7DBFAF6E7002E02DA4E462D2113 +:1028B00002E0780703D52B215846FEF7CFFA07F040 +:1028C000030002280BD1B8F1000F08D13CB1A5429A +:1028D00005D230215846641EFEF7C0FAF6E7CDE96E +:1028E0000047434652463146584604F0B3FCBDE823 +:1028F000FC9F000070B50D46044600684FF48871D7 +:1029000003F09AFE4FF49071206803F095FE4FF4A7 +:102910009271206803F090FE4FF4A271206803F0DA +:102920008BFE20681249C0F8041320686907000B69 +:1029300040B2090E002806DA00F00F0000F1E02096 +:1029400080F8141D03E000F1E02080F800142068F6 +:102950000121000B40B200F01F02914040098000AD +:1029600000F1E020C0F88012C0F8001170BD000036 +:1029700010030200024600201268930702D053079A +:1029800002D47047500714D502F00300012802D08A +:1029900002280CD105E0C2F383100B68801C184498 +:1029A00004E00223086803EB9252104408600120FF +:1029B0007047086800EB9253C2F38910401CEEE7A1 +:1029C0002DE9F047394E002780463D46DFF8E0907C +:1029D000D6F804A057E003D00446D0F81C8035E0B8 +:1029E00099F8002002EB4201521CD2B289F8002073 +:1029F00009EBC10199F80230091D9A4201D189F809 +:102A0000005048680A780446012A12D0022A02D0EF +:102A1000032A3BD108E004F029FA00B1012725740C +:102A200034E00574C06900E070680028F9D1706076 +:102A30002CE0207C50BB88686060C868A060086992 +:102A4000E0604869A061F07800B165606268B168D3 +:102A5000184B501A20F07F40984202D2A1680844D7 +:102A600006E0881AA16820F07F40814202D9081A46 +:102A7000206000E0256065600120A560207420468C +:102A8000E56104F0D5F9B8F10000A4D199F800107F +:102A900099F801008142A3D117B97168514502D05C +:102AA0000120BDE8F0870020FBE7000020000020A7 +:102AB00030020020FFFF7F002DE9FF410026234860 +:102AC00000F041FA2148001F074600F03CFA204C74 +:102AD00060680090A56800E000986946284004EB13 +:102AE00080000C30FFF746FF0028F5D101AA0099BD +:102AF00001EA050304EB8303491CDB6842F820303C +:102B0000401C00910228F2D3019800F00300012834 +:102B10000BD0022810D10198032101EB90500099AD +:102B2000BDF80A6001EB900005E00198BDF80A606D +:102B3000C0F3831008440090384600F001FA08B151 +:102B40000098606004B03046BDE8F0815408002071 +:102B50003C0400204FF0000988B04E464FF00408B6 +:102B600049460220FEF72FF908B1FEF731F84FF47D +:102B70000041002003F06EF908B1FEF729F802F0D9 +:102B8000F5FF002001F054F828B901F011F800F524 +:102B90000340FEF71DF84B2001F01CF94FF4FC70C8 +:102BA00001F040F928B901F003F800F50340FEF701 +:102BB0000FF8FFF751FBFFF713FC00F07FFF28B978 +:102BC00000F0F6FF00F50340FEF702F8DFF8C4A0BE +:102BD0000321BAF8000001EB00402FA103F0E0F858 +:102BE0005FF0010502F0D0FF0028FBD100273C4632 +:102BF0002046FEF7E2F818B105FA04F03843C7B2F0 +:102C0000641C042CF4D3F8438DF8000026B10D2188 +:102C10006846FEF7DBF911E001F074F901F078F98C +:102C200011226946022000F0D9FE08B908E030BF41 +:102C300001F074F90028FAD001F076F981460BE032 +:102C4000BAF8000022A105EB004003F0A9F800BF8C +:102C500002F09AFF0028FBD186F00106B9F1000FBF +:102C600010D1BAF800001EA105EB004003F098F85F +:102C700002F08AFF0028FBD1FFF7C2F910B1FFF77D +:102C80002BFB8046B8F1000FB0D1FFF725FB804643 +:102C9000ACE700005001002047617A656C6C20644D +:102CA000796E616D69632070616972696E67206514 +:102CB00078616D706C6520737461727465642E2028 +:102CC000446576696365206D6F64652E00000000C1 +:102CD0005458206669666F206572726F722000001A +:102CE00047617A656C6C653A207472616E736D69C8 +:102CF0007373696F6E206661696C65640000000023 +:102D00002DE9F047C7880446181D16468946B0FBD2 +:102D1000F7F1B0FBF7F207FB12009A193A44D21C04 +:102D2000B2FBF7F2DDF820A001E02468491E00297B +:102D3000FBD13D1A8846B54216D818E0BAF1000F0B +:102D400005D0211809EB08002A46091D04E020449B +:102D500009EB08012A46001DFDF7E4FA002024686B +:102D6000761BA844B74201D9354600E03D46002E07 +:102D7000E4D1BDE8F087000030B5024659B103F058 +:102D800095F80021074C09E004EB810315685B8886 +:102D9000AB4202D11160002030BD491C8142F3D307 +:102DA000052030BD3C0100202DE9F0415C4903784D +:102DB0000446D1E903020025082B77D2DFE803F0AF +:102DC000042B4877726E8795217C914208D238B1E6 +:102DD00000EB81018A6C521C8A640168491C016005 +:102DE000A17B2E4661F307062189677B61F31F46AD +:102DF0006189606861F30F05217B61F31745E17B11 +:102E000061F31F6501F0AEFC2A4631463846BDE845 +:102E1000F04100F03BBE4869407D10B9414800F0E8 +:102E20008DF82F46218965F3070761F31F476189F4 +:102E3000267B61F30F05617B606861F31F6501F01C +:102E400091FC2A4639463046BDE8F04100F014BEF8 +:102E5000217B914208D238B100EB81018A6C521C6F +:102E60008A640168491C0160A07A217A60F3070531 +:102E700061F30F25E17A667A676861F3174538B127 +:102E80001FB92848263000F059F8384601F06AFC8E +:102E900029463046BDE8F04100F0C9BEBDE8F0412A +:102EA00000F00ABE00F00EFFBDE8F08131E01E48E0 +:102EB0004168491C416001780029F5D0816811B151 +:102EC000491E8160F0E7BDE8F04100F0E9BDA3795B +:102ED000934208D238B100EB830293685B1C936085 +:102EE0004268521C42608A680CE0A379934208D27F +:102EF00038B100EB830293685B1C93604268521CFC +:102F000042604A68002ACFD061792079BDE8F0415B +:102F10001047BDE8F04103487F3000F00FB80000D3 +:102F2000CC0000203D0405009C08002002490F222F +:102F30000A70886170470000CC000020FFF7F6BFE0 +:102F4000002100F009B8012100F010B808B56A4668 +:102F5000FDF793F9009808BD08B56A46FDF773F9C7 +:102F600008BD08B56A46FDF755F908BD08B56A46BB +:102F7000FDF75CF9009808BD08B56A46FDF78AF9C7 +:102F8000009808BD70B5044600252846FDF72BFEC5 +:102F900021686268086890420ED9401E0860017876 +:102FA000A38AE26801FB0325227A2168101AC0B2C5 +:102FB0000A79824200D208710020FDF716FE2846E9 +:102FC00070BD70B505460C460020FDF70CFEE868A4 +:102FD000A98A201AB0FBF1F12A681068431C13601B +:102FE0000170BDE870400020FDF7FFBD10B530B1A5 +:102FF000017A42680368891AC9B21A6006E00E2095 +:1030000010BD03681A68541C1C601170491EC9B2B7 +:10301000F7D2006800210171084610BDC20800F017 +:1030200007030120895C98400840704710B5C2082A +:1030300000F00703885C01249C402043885410BDA5 +:1030400070B5074C251F206829684968884202D35B +:103050000448FFF773FF286821688068405C70BDF2 +:10306000080100204400010001480068704700008A +:103070000801002010B50446054800684068A042D9 +:1030800002D80448FFF75AFF0148001D046010BD34 +:10309000040100204C000100014840687047000016 +:1030A0000801002010B50446054800680068A042E9 +:1030B00002D80448FFF742FF0148001D446010BDDC +:1030C000040100205800010010B5040002D1054899 +:1030D000FFF734FF044800210460001D01604160D7 +:1030E00010BD000027000100040100200948021F54 +:1030F0004168491C416012681368994208D3002353 +:1031000043600168491C01605268914200D303602A +:103110007047000008010020002839D0401E00BF81 +:1031200000BF00BF00BF00BF00BF00BF00BF00BFA7 +:1031300000BF00BF00BF00BF00BF00BF00BF00BF97 +:1031400000BF00BF00BF00BF00BF00BF00BF00BF87 +:1031500000BF00BF00BF00BF00BF00BF00BF00BF77 +:1031600000BF00BF00BF00BF00BF00BF00BF00BF67 +:1031700000BF00BF00BF00BF00BF00BF00BF00BF57 +:1031800000BF00BF00BF00BF00BF00BF00BFC5D170 +:1031900070470000F0B505460478154889B016461A +:1031A00040F82420124A0869121DA2F1080742F8CB +:1031B0002400487F385520226846FDF7B3F8049470 +:1031C0002878385C48B10EB10A4A00E0002269460E +:1031D000281D03F09FFB09B0F0BD0EB1064A00E0C8 +:1031E0000022694605F10C0003F066FAF3E70000DF +:1031F00004000020317100007D6F000070B5124D99 +:1032000006464FF080746868814202D01022FDF7B4 +:1032100089F80E490020C1F8000101220A6001E08E +:10322000641E0ED0D1F80021002AF9D0C1F80001A7 +:10323000A9688E4203D010223046FDF773F80120B2 +:1032400070BD002070BD00000C00002000E00040B8 +:103250000549064801F11002C0E9001210328260EF +:103260000348016001207047540100200C00002039 +:1032700004E500400146024810220068FDF752B8FC +:103280000C0000202DE9F0410446102802D30B4821 +:10329000FFF754FE094E0A4D761D204600F07EF8D9 +:1032A000070008D0AF4202D13046FFF747FE38464C +:1032B00000F03AF8F1E7BDE8F0810000D00003002B +:1032C000ADDEADDE01480068704700003801002027 +:1032D00010B50020114A014600EB40039C186170B4 +:1032E000A170D154401CC0B21028F5D3DE22CC21ED +:1032F0000B48FDF729F80A4A0020A2F1180100BF87 +:1033000000EB001302EB430341F82030401CC0B235 +:103310000628F5D303490620086010BD900A002056 +:10332000980B00203801002070B5104C064620682C +:10333000062802D30E48FFF701FE3046FDF798FB42 +:1033400018B90B48401CFFF7F9FD0A4D20680A49DF +:1033500055F82000884203D00548801CFFF7EEFD99 +:10336000216845F82160491C216070BD38010020AA +:1033700080000300800B0020ADDEADDE10B50446FA +:10338000102802D30348FFF7D9FD034904EB44009A +:10339000085C10BDC2000300900A002070B5002632 +:1033A0000446102802D30C48FFF7C8FD0B4D04EB70 +:1033B0004404285D70B105F1300000EB8401601910 +:1033C00010F8022F51F822600321FFF735FA285D2B +:1033D000401E2855304670BDA2000300900A002010 +:1033E00070B50C460646102902D31248FFF7A6FD19 +:1033F0003046FDF73DFB18B90E48401CFFF79EFD17 +:103400000D4D04EB4404285D032810D205F1300073 +:1034100000EB8401601910F8012F41F822600321AC +:10342000FFF70AFA285D401C2855012070BD0020D6 +:1034300070BD00008C000300900A002010B5044607 +:10344000102802D30948FFF779FD094904EB44002D +:103450000A5C42B101F1300202EB8002084480783C +:1034600052F8200010BD002010BD0000B300030082 +:10347000900A00200B4810B50168002479B10A4A6F +:103480000A4B02EB8102491E52F8044D13600160A1 +:103490002046FDF7EDFA10B90548FFF74FFD20462D +:1034A00010BD000038010020800B0020ADDEADDE35 +:1034B0007800030000487047408100402DE9F74F35 +:1034C000904607004FF0000502D13448FFF736FD63 +:1034D000334C4FF4803BC4F808B3324EB07818B187 +:1034E0002E48801DFFF72AFD706818B12B4809305F +:1034F000FFF724FDDFF8B0A077605FEA08004FF027 +:1035000000094FF00108AAF1040724D001282FD0A8 +:10351000022829D021481D30FFF710FD86F80280CF +:10352000C4F840910199294489B239603F68C4F8D0 +:103530004480DAF80060D4F8400118B117482B3005 +:10354000FFF7FCFCAF4215D3AE4201D3BE4221D3FC +:10355000124833301CE0C4F84480DAF80050C4F854 +:103560004080C4F84091D9E70F48001D0568D5E7B1 +:103570003D68D3E7BE4201D2012000E00020B54201 +:1035800001D8012100E00021884203D103483E30E8 +:10359000FFF7D4FCC4F804B3BDE8FE8F8600040036 +:1035A0000080004010010020448500400048704722 +:1035B0004880004070B5144C01266660E660666481 +:1035C00012480025056011483C30006810B11048D1 +:1035D000FFF7B4FC4FF0FF30C4F80803C4F84051C3 +:1035E0000A490420083108600A48456006704570A1 +:1035F00085700820FCF7C6FF4FF0E0214FF4807083 +:10360000C1F8000170BD0000008000400885004046 +:1036100047000400100100200148007870470000B6 +:1036200010010020034901200860034900200870B0 +:1036300070470000008000401001002070B507486E +:1036400001250561C560064C00260820666066708D +:10365000FCF798FFA670257070BD00000080004048 +:103660001001002001484078704700001001002040 +:103670000FB408B50399002904D004AA00926A4641 +:1036800000F00FF801B05DF814FB10B58268044635 +:10369000002A05D0D4E90403216898470020A060DF +:1036A00010BD2DE9FC4791460C00804676D014F8F9 +:1036B000011B39B125290ED04046FDF7CFFB2078FC +:1036C0000028F4D198F80C00002867D04046BDE8E7 +:1036D000FC47FFF7DABF0020012221782B291BD0FD +:1036E0002D2902D0302908D102E040F0010001E08C +:1036F00040F00200641C002AEFD100252A290ED0D8 +:103700002178A1F130020A2A11D205EB850201EBE2 +:103710004205641C303DF1E740F00400EAE7D9F8C7 +:1037200000100B1DC9F800300968641C0D44217895 +:1037300000232E290BD114F8011FA1F130020A2A0F +:1037400005D203EB830201EB4203303BF3E76C2924 +:103750000DD068290BD0692921D00BDC252918D080 +:10376000582931D063290ED0642915D117E014F8F7 +:10377000011FECE7702969D0732932D075291BD05D +:10378000782909D120E0D9F80000011DC9F80010FE +:1037900001784046FDF762FB641C90E76CE0D9F8C5 +:1037A00000100A1DC9F800200968CDE900500A225E +:1037B0004046FFF74BF8EFE7D9F800100A1DC9F8AB +:1037C000002009680A2206E0D9F800100A1DC9F88D +:1037D000002009681022CDE90050404603F03AFD70 +:1037E000DAE7D9F8001000270A1DC9F800200E6892 +:1037F000C00705D112E04046761C7F1CFDF72EFB6A +:1038000031780029F7D104E0202140466D1EFDF7F4 +:1038100025FBBD42C0D9002DF6D1BDE74EB13046E3 +:10382000FCF7A4FD074604E0202140466D1EFDF78D +:1038300015FBBD4206D9002DF6D103E04046761CAB +:10384000FDF70CFB31780029F8D1A5E7D9F8000085 +:10385000011DC9F80010056830214046FDF7FEFA49 +:1038600078214046FDF7FAFA08200021CDE9000151 +:10387000034610222946B0E7BDE8FC8770B541EA4F +:103880004201DDE904564FF0A04441EA830141EAD8 +:10389000052104EB800041EA0641C0F8001770BD25 +:1038A00070B541EA4201DDE904564FF0A04441EA17 +:1038B000830141EA052104EB800041EA0641C0F89A +:1038C000001770BD70B541EA4201DDE904564FF0C2 +:1038D000A04441EA830141EA052104EB800041EA6A +:1038E0000641C0F8001770BD1CB5002100910B46C1 +:1038F00001220191FFF7D4FF1CBD1CB500210091EE +:103900000B4601220191FFF7DDFF1CBD1CB5002213 +:103910000B46009211460192FFF7C2FF1CBD1CB579 +:1039200000220B46009211460192FFF7CBFF1CBD0F +:103930001CB5002100910B46012201911146FFF7B1 +:10394000AFFF1CBD1CB5002100910B460122019167 +:103950001146FFF7B7FF1CBD4FF0A04202EB8000FD +:10396000D0F8002722F44032C0F80027D0F8002712 +:1039700042EA0141C0F80017704701224FF0A0430E +:10398000824011B1C3F808257047C3F80C25704771 +:1039900018B5084B6C4601441B68009306E000BF55 +:1039A00054F82030D3F81035401C08C28142F7D8B3 +:1039B00018BD000010730000034908B50844002139 +:1039C00001600068009008BD006000400249405856 +:1039D000012800D000207047006000402DE9F04130 +:1039E000204D164688460746082801D3042035E0B6 +:1039F000B8F1000F03D0202E03D906202EE00320BB +:103A00002CE0384601F06EFA032801D3092025E0A6 +:103A1000384600F0FBFF032801D30A201EE000F027 +:103A20001BFD022801D2082018E000F0A5FE044684 +:103A300006704078324640F0010060704146A01C9C +:103A4000FCF770FCF8B2214601F04EFA10B10120EB +:103A5000BDE8F0810448FFF771FA0F2028700020BC +:103A6000F6E70000CC000020FC0005000149002022 +:103A7000486070479C0800200348C1600261012132 +:103A80004170002181707047B20000200348C1607E +:103A9000026101214170817070470000B200002076 +:103AA00010B500F09DFD18B1BDE8104000F004B85D +:103AB000BDE8104000F092BC7047000010B50B4C00 +:103AC000606928B100F042FB0004000C02D005E060 +:103AD000022008E0002000F059FE18B100F092FC2E +:103AE000012010BD11202070002010BDCC0000204E +:103AF0002DE9F04116460F46044600F087FF154DAC +:103B000048B157B1204600F08DFF007831688142FE +:103B100005D206201AE00B2018E0032016E020460C +:103B200000F076FF04000DD0A01C0BD02278A11C61 +:103B300038463260FCF7F6FB204600F013FE012009 +:103B4000BDE8F0810448FFF7F9F90F202870002044 +:103B5000F6E70000CC0000202601050010B508287B +:103B600004D3054904200870002010BDC0B200F045 +:103B700043FF012010BD0000CC000020084910B513 +:103B80004A69527D0AB10C2002E0082803D30420C0 +:103B90000870002010BDC0B201F08CF9012010BDEA +:103BA000CC0000200148006970470000CC000020D4 +:103BB0000148007870470000CC00002000F01ABDDA +:103BC000082804D3034904200870401F704700F000 +:103BD0001DBF0000CC00002001F092B801484068F1 +:103BE000704700009C08002001F0A2B810B5012425 +:103BF00001F094F9F02815D005DCB0B1042809D003 +:103C0000EC2812D110E0F4280AD0F82806D0FC28BD +:103C10000BD101E0002408E0022406E0032404E0C4 +:103C2000042402E0052400E00624204610BD70476D +:103C30002DE9F0411D4D064600241D482C70AC6155 +:103C40000460446084601B4800F028FC686140B355 +:103C5000042000F099FA05F11C00296900F068F8C9 +:103C60000746304600F0B8F800EA0706002000F0EA +:103C700099F80640012000F0E5F80640022000F027 +:103C800079F80640002000F0FFF80640012000F01F +:103C9000A1FE0020EC6000F05FFD16B10120BDE840 +:103CA000F081012028700020F9E70000CC000020FE +:103CB0009C080020A92D000001484069407D704704 +:103CC000CC00002070470000084A10B553695B7DA6 +:103CD0000BB1022002E0082803D30420107000205A +:103CE00010BD00F063FD012010BD0000CC000020DD +:103CF000064910B54A69527D1AB1022008700020A9 +:103D000010BD00F029FA012010BD0000CC000020F9 +:103D1000064910B54A69527D1AB102200870002088 +:103D200010BD00F025FA012010BD0000CC000020DD +:103D300010B50F4C6269527D0AB1022014E01029BF +:103D40000FD871B178B10A462161014608481C308C +:103D5000FCF7E8FA064821691C3000F029FA012036 +:103D600010BD072000E003202070002010BD0000DF +:103D7000CC0000200A4910B54B69024601205B7D4A +:103D80000BB1022004E0012A05D0022A04D00E2043 +:103D90000870002010BD002000F088FA012010BD3E +:103DA000CC0000200A4910B54B69024600205B7D1B +:103DB0000BB1022003E032B1012A03D00E200870BB +:103DC000002010BD012000F0EDF9012010BD000021 +:103DD000CC00002000F014BC10B540B1012808D080 +:103DE00002280BD0064905200870002010BD0120D4 +:103DF00000E0022000F00AFC012010BD0020F9E7DD +:103E0000CC000020064910B54A69527D1AB1022043 +:103E10000870002010BD00F079FF012010BD0000E7 +:103E2000CC000020064910B54A69527D1AB1022023 +:103E30000870002010BD00F081FF012010BD0000BF +:103E4000CC000020014610B50020072914D2DFE87D +:103E500001F0040F06080A0C0E00042008E0FC2004 +:103E600006E0F82004E0F42002E0F02000E0EC207E +:103E700001F05AF8012010BD02490E200870002000 +:103E800010BD0000CC0000200A4910B54B69024665 +:103E900000205B7D0BB1022003E032B1012A03D088 +:103EA0000E200870002010BD012001F047F801200D +:103EB00010BD0000CC00002010B5FFF7FDFE00286B +:103EC00006D0FFF7EDFD30BFFFF7F6FE0028FBD16F +:103ED00010BD000038B50446012181F3108820256B +:103EE00005E06A46064920460095FFF701FE204698 +:103EF000FFF766FE0028F4DC002080F3108838BD50 +:103F0000600800200149002048707047B20000207E +:103F10000149002088707047B200002001484078B5 +:103F200070470000B2000020014880787047000010 +:103F3000B200002010B501F0F3F903490020086138 +:103F40000249087010BD0000F4080020F8000020AD +:103F50002DE9FE434D4800684D4C012802D04D48E4 +:103F6000006828B960680078202801D8012100E0A5 +:103F70000021494E03204FF0000830704348C4F838 +:103F8000008008300568424F183F89B300684149F6 +:103F90000839086002A8CDE900043C480C300268EA +:103FA00001232946184602F067F910B3012805D00D +:103FB000022821D0032855D0384851E0029818B182 +:103FC00036481C38FEF7BAFF284602F0B8FA18B98E +:103FD00032481B38FEF7B2FF01F0D6F9B97D002355 +:103FE000CDE900017068EAB290F9161018461CE09D +:103FF0001EE02A48113833E0029818B927480D38D6 +:10400000FEF79CFF284602F09AFA18B923480C38AC +:10401000FEF794FF01F0B8F9B97DEAB2CDE90001ED +:104020007068012390F91610029800F07DFB19E0EA +:1040300000F072FE30B101F0A7F90146BA7DE8B296 +:1040400000F044FB0023CDF800801A4619461846BC +:10405000CDF8048002F010F9042803D00F480F3087 +:10406000FEF76CFF206838B1012060750C482061B4 +:1040700004203070BDE8FE8301F052F984F8158009 +:10408000C4F8108000F00EF8F4E7000000140040BF +:10409000F408002034150040F80000204406090010 +:1040A0003D41000070B5FFF745FF1F4D012028700E +:1040B0001E4801681E4A21F0FF0112691143016088 +:1040C00002F046FA1A4C4C3410B302F041FA0328BD +:1040D00002D01848FEF732FF022001F05FFB0020FB +:1040E00001F0B4FB02F034FA032803D01148083081 +:1040F000FEF724FF2878012803D00E480E30FEF783 +:104100001DFF02202870002020610B48E06070BD78 +:1041100002F012F80228DFD302F040F960600028B4 +:10412000DAD10448401FD5E7F800002030150040E0 +:10413000A8080020F4050900513F000002490520AD +:104140000870FFF7AFBF0000F80000200148006AC8 +:1041500070470000A8080020034910B5086200F06D +:10416000ADFD0249086010BDA80800201C150040E4 +:10417000034910B5486200F0A1FD0249086010BD76 +:10418000A8080020201500400449487704490A681F +:1041900022F4E02242EA004008607047A8080020AC +:1041A000181500400149087670470000A808002053 +:1041B00070B50C00054602D10748FEF7BFFE1DB9D9 +:1041C0000548401CFEF7BAFE0448C0E90145BDE8B9 +:1041D00070400020FEF74EBFB30309000C09002019 +:1041E00010B500F099FD044901F1640208B1C868F6 +:1041F00000E08868106010BDA80800201CB51049B8 +:104200004FF44070086002F0A3F9012812D0022890 +:1042100010D0032813D10020009003460246014627 +:10422000019002F029F8042809D0BDE81C40054897 +:10423000FEF784BE0021084602F0CEF8F3E71CBD6D +:1042400008F5014048020900144981F83100144979 +:104250000A6822F0FF020A6048B1114A0B1D0832B9 +:10426000012807D002280ED00E48FEF767BE086866 +:1042700008607047086840F001000860FF20106087 +:1042800040F2071007E0086840F0020008604FF6AF +:10429000FF7010600448186070470000A8080020F4 +:1042A000341500402E04090021100100044981F852 +:1042B0003200044908B1012800D1086070470000AD +:1042C000A8080020101500402DE9FF413E48006875 +:1042D000012802D03D48006830B93D484068007868 +:1042E000202801D8012700E0002700F0F5FB384C1A +:1042F0000126183C00B9266102F02AF9012802D0F3 +:104300003448FEF71BFE344D6868007D18B1314813 +:10431000401CFEF713FE01F003F8EFB3012108463D +:1043200002F05AF820B1012828D0022826D10FE047 +:1043300001F02AF8064601F067FFC7B201F05EFF00 +:104340008446A07D0021CDE90260CDE900710DE039 +:1043500001F01AF8804601F057FFC7B201F04EFF96 +:10436000A17DCDE90076CDE9028184466868628945 +:10437000218990F91630604600F0B8F9FEF774FE16 +:10438000E06013484C3840696060FFF729FF04B0D3 +:104390000020BDE8F04100E001E0FEF783BE6E7052 +:1043A00000F0BAFC00280CD000F0EEFF054601F04A +:1043B0002BFFA27D04B02946BDE8F041C0B200F059 +:1043C00085B9BDE8FF8100000014004034150040AD +:1043D000F408002037070900F800002010B501207C +:1043E00080F310880648417D29B1817819B90121EF +:1043F000817000F03FFB002080F3108810BD0000AA +:10440000DC08002070B5124C607D00281ED100F041 +:10441000C3FA04F13005A86810B90E48FEF78EFD06 +:10442000686818B90B48401CFEF788FD02F0C0F818 +:1044300018B10848801DFEF781FD002002F0D8F871 +:1044400001206075BDE8704000F014BB70BD000035 +:10445000DC080020CE02090001F0E2BE30B50D4DAF +:1044600085B0687D002813D000F042FB00F058FFB3 +:104470000024AC706C7505208DF80000684601F0D2 +:1044800007FE0548047005B0BDE83040FFF7B6BE32 +:1044900005B030BDDC080020F80000202DE9F04117 +:1044A0000546012080F31088484E4FF00308002491 +:1044B000707086F80080B470746034817481F46028 +:1044C00007463461347506F1180074750460446061 +:1044D0008460C46004610475183084604460FFF730 +:1044E00069F8284601F00EFE01F09CFE002002F063 +:1044F00071F806F13000FEF7E7FD00210820FCF717 +:1045000083F800210120FCF77FF801211520FCF73A +:104510007BF8012000F07AF8A6F13405FF2028612D +:10452000042068772A4929622A49696285F8287037 +:10453000022185F8291085F82A8085F82B000520AE +:1045400085F82C00062085F82D00072085F82E0020 +:10455000082085F82F0085F8304085F8311085F85F +:104560003270692045F8140B1E2028604FF4167035 +:1045700045F8100C022000F091FC0F2000F094FC94 +:10458000EC802F716F712C72204601F043FE707821 +:10459000012802D01048FEF7D1FC3770B470746067 +:1045A00034817481F46034610C48347574758460AE +:1045B000447000F0F1F90820FBF7D9FF1520FBF754 +:1045C000D6FF84F310880148BDE8F081DC080020A4 +:1045D00004070A0D05080B0E9F020900F8000020D1 +:1045E0000348407D08B1002070470120704700005B +:1045F000DC0800200148408B70470000A80800201C +:104600000149488370470000A808002010B5012127 +:1046100081F3108807490A78824204D04870487DA7 +:1046200028B100F027FA002080F3108810BD00F0B8 +:1046300003F8F8E7DC08002030B5224D85B0287873 +:10464000697888423BD008B900F0A6F9687808B9C3 +:10465000FFF7D4FD1C480024046000F061FE1948F7 +:1046600018300460446004618460C46028780128C4 +:1046700002D0022808D015E001F06AFF90B10021B5 +:10468000084601F0A9FE0DE0FFF754FC01F060FFC1 +:10469000032807D1002300941A46194618460194AE +:1046A00001F0EAFDFFF79CFD6878287004208DF882 +:1046B0000000684601F0ECFC012005B030BD002090 +:1046C000FBE70000DC08002054F5014000B585B090 +:1046D00006238DF806208DF805108DF804008DF85E +:1046E0000030684601F0D4FC05B000BDF0B585B0DF +:1046F0000DF1280C9CE8F0008DF80C308DF80D4081 +:104700004FF0000C0190ADF808108DF80E508DF8A8 +:1047100000C0ADF80A208DF80F608DF81070684663 +:1047200001F0B6FC05B0F0BD70B586B00226DDE93B +:104730000A458DF808108DF8092001908DF80A308F +:104740008DF800608DF80C508DF80B40684601F034 +:104750009FFC06B070BD00000149886070470000F2 +:10476000F800002010B5012181F3108801F080FDD0 +:10477000002080F3108810BD10B5012080F3108850 +:1047800001F078FD002181F3108810BD10B50446BA +:10479000082802D30348FEF7D1FB0348204490F8D1 +:1047A000280010BDAD030900A808002070B5082836 +:1047B00019D20F4A024482F828108207D40EFF2231 +:1047C000A240D243042801D20A4D01E0094D2D1D1B +:1047D000286810402860084600F05EFA2968A0406A +:1047E0000843286070BDBDE870400348FEF7A6BBD3 +:1047F000A808002024150040A703090010B51B4C91 +:1048000000206070FEF71CFC19490860FEF72CFCC4 +:104810001849887501F09CFE012807D001F098FE28 +:10482000022802D01448FEF789FB002000F0B6FFF2 +:10483000FEF740FE114908606068091D4068086085 +:10484000A068002811D0007820B1FEF733FEA168DF +:1048500000F002FCA0680179002906D000F0D0FB2E +:10486000A068BDE8104000F0D9BB10BDF8000020E2 +:1048700008150040DC0800209706090050F50140AB +:1048800010B501F00FFE002820D011480021018151 +:10489000418101F0B9FC0F49086001F0B5FC01212C +:1048A00081400C48001D026822F0FF0211430160A4 +:1048B00001F0A4FC064C1834206001F099FC606003 +:1048C0000548E060BDE81040FFF798BF10BD00004C +:1048D000DC0800202C150040C942000015480021CA +:1048E0000160012101601448016821F480710160B8 +:1048F000016821F00F01891D0160016821F4702118 +:1049000041F440310160001D016821F00071016037 +:10491000016841F080710160016821F0FF0141F000 +:1049200020010160016821F47F4101600120FBF753 +:104930001EBE0000FC1F00401415004070B5134C53 +:104940001348A16800F096FE6060114C4C3C607FFB +:10495000FFF71AFC206AFFF7FFFB606AFFF708FC0D +:104960000025601990F828102846FFF71FFF6D1CDE +:10497000082DF6D3074914F8300F08606078FFF768 +:1049800063FCA078BDE87040FFF790BCF800002001 +:10499000F40800200C1500400C4910B500200860F8 +:1049A0000A484FF440744C380460FFF797FFFEF755 +:1049B000FDFD064908310860091F054808600348E5 +:1049C00050380460BDE81040FFF7B8BF54F501400F +:1049D0000411004010B504460448406810B904486A +:1049E000FEF7ACFA0348047510BD0000F800002083 +:1049F0006E040900F408002010B5012181F310882D +:104A000001F09AFD002080F3108810BD01F097BDE1 +:104A100010B5012181F3108801F094FD002181F38C +:104A2000108810BD01F091BD0349012208610146C3 +:104A30000248FEF743BD0000DC080020BD65000011 +:104A400070B50C4601F0D4FD074D2869A04202D391 +:104A50000648FEF773FA28690122211A0448FEF776 +:104A60002DFD0020286170BDDC080020D60609005D +:104A7000BD65000010B5FEF7CFFD012822D101F081 +:104A8000B1FD10B11048FEF759FA002264210F4819 +:104A9000FEF714FD0E48007F80B90E480121016029 +:104AA00000220007C0F80021016000BF00BF00BF66 +:104AB000AFF30080D0F800110029FBD0BDE8104012 +:104AC000FEF7B0BD10BD0000B4060900BD650000D2 +:104AD000A808002014050040044810B5006918B962 +:104AE000FEF7C0FD002800D0012010BDDC0800202A +:104AF00010B5FEF791FD01280ED0FEF79FFD074887 +:104B0000007F10B9012081074860002001F070FD8E +:104B1000024900203431486010BD0000A808002080 +:104B20000B4810B54068407D30B1012000F08EFE8A +:104B300008490889401C0881074900200860054889 +:104B4000343803C8BDE81040091A0020FFF778BFC9 +:104B5000F8000020DC08002054F5014070B586B054 +:104B6000FFF7BAFF494D4A4E05F1340458B100F041 +:104B7000BDF8A078002869D0FEF7B8FA06B0BDE805 +:104B80007040FFF76BBC2078012802D0022804D0C7 +:104B900008E000F017FF28B170E0307804286DD0ED +:104BA00003286BD0FEF7A2FA00F0A0F8A07868B155 +:104BB000FFF754FC01F0C0FA022840D303208DF81F +:104BC0000000684601F064FA06B070BDFFF734FDDE +:104BD00020B100206968FFF733FFEBE72078F0B1E0 +:104BE000012816D0022817D02A48FEF7A7F9687EB8 +:104BF0000128DFD100F090F80028DBD12078D8B16F +:104C0000012811D00228D5D022481A30FEF796F993 +:104C1000D0E700F099F8EAE700F01AF9E7E700209A +:104C20006968FFF70DFFE2E701F092FC0028C1D1AF +:104C300001F00CFC0028BDD1FFF75AFFBAE706B01F +:104C40001448BDE870403630FEF778B92078022865 +:104C500008D0FEF74BFA696806B00020BDE8704046 +:104C6000FFF7EEBE3078042808D0032806D0FEF700 +:104C70003DFA06B0BDE8704000F0EAB8686806B0DA +:104C80004008BDE87040FFF7CFBE0000A808002034 +:104C9000F8000020D0040900024610B500200146AB +:104CA00022FA01F303F00103C1F10704A340034317 +:104CB000491CC9B2D8B20829F2D310BD2DE9F04180 +:104CC0000024064625461827E80026FA00F0C0B260 +:104CD000FFF7E2FF694207EBC101884020436D1CEA +:104CE000EDB20446042DEFD3BDE8F08103484168DE +:104CF00009B1491E4160FFF773BA0000DC080020CB +:104D00000148406970470000A80800200149486137 +:104D100070470000A808002004480178022902D04A +:104D20004068002800D0012070470000DC08002007 +:104D30000148406870470000A80800200149486009 +:104D400070470000A80800202DE9F04186B000F06F +:104D5000E7FA01F0FDFB3A4D05F1340420B3688B0E +:104D6000B0B3218981423BD30121002001F034FB03 +:104D700001F044FA26898046648901F045FA074625 +:104D800000F002FB014601208DF80000ADF808603C +:104D90008DF80C70CDF80480ADF80A408DF80D1038 +:104DA000684601F075F944E001F0C6F9022840D3E5 +:104DB000FFF7B2FF68B1FEF76FF9D0BB287E20B9CC +:104DC000FEF752F9E168884233D1FFF759FD30E030 +:104DD00006E0E068FEF74EF90020FEF763F9F4E71D +:104DE000FEF740FC10B11748FEF7A8F8FEF728F9C7 +:104DF00015490968884202D06089401C60811348C7 +:104E00004078A0B9FFF788FF88B101F0FDF90646A8 +:104E100000F0BAFAA17D8DF806108DF80500072282 +:104E20008DF800208DF80460684601F031F9FFF735 +:104E3000E5FC296806B00120BDE8F041FFF700BE9F +:104E4000A80800207C05090008150040F800002093 +:104E500070B50024FEF7F4F80D4D2968884207D09C +:104E6000FEF7EEF82860FEF7FFF80A49012488757E +:104E70000948641E0078044201D1FFF713F9054880 +:104E800034384168BDE870400020FFF7D9BD00000C +:104E900008150040DC080020F80000200149C86027 +:104EA000FFF79EB9A808002001498860FFF798B96C +:104EB000A808002010B50446012181F31088074896 +:104EC000017821B1407D10B10548FEF737F8204642 +:104ED00001F044FB002080F3108810BDDC080020A6 +:104EE0006803090001F043BB10B5012282F310886A +:104EF00001F04AFB58B10848817819B9407D08B1E2 +:104F0000FFF7B8FD002080F31088012010BD0020BD +:104F100080F3108810BD0000DC080020014890F8E4 +:104F200030007047A8080020024981F8300002498B +:104F300008607047A80800200C1500400149087758 +:104F400070470000A808002070B51149114A0025DB +:104F5000487802EB0010027B22B10F4AD2F80C21F4 +:104F600002B10125807A0870012000F0DFFB0B4CB4 +:104F70001DB1A068806800B180476068002806D035 +:104F80000179002903D0BDE8704000F01BB870BD66 +:104F9000180900208873000000100040180100204C +:104FA00007480069012805D0022805D0032805D14B +:104FB00000F09AB800F04CB900F0E4B87047000077 +:104FC00018090020827B002193000B4A1344C3F888 +:104FD0001019C37B02EB8302C2F81019427B012136 +:104FE000837BC07B01FA02F201FA03F3814003489C +:104FF0001A430A430260704700F0014008F501407F +:105000004279054BC079012103EB80000AB10166AA +:105010007047016370470000006000408268002113 +:10502000C2F84011C17B094ACB0009490B44C3F8BF +:105030001025C37B826801EBC301C1F81425C17B35 +:1050400001208840034908607047000010110040AB +:1050500000F0014004F501402DE9F0410746886861 +:1050600000260C46C0F840618868097B1A4D00F59F +:10507000A07005EBC101C1F810056278E178207BD2 +:1050800000F08EFC607B05EBC000C0F81075617B02 +:10509000A06805EBC101C1F814051048C0F80C6107 +:1050A000C0F81061A17B0E4805EBC101C1F81005E5 +:1050B0006278E178A07B00F061FC217B0120627BBB +:1050C00000FA01F100FA02F21143A27B9040014381 +:1050D00004480160BDE8F08100F00140001000408C +:1050E0000C11004004F501402DE9F0411F4E022053 +:1050F000002530700320707075603575B0691C4CE8 +:10510000401CB061C4F80C51C4F80051C4F81051EF +:10511000C4F80451C4F82851C4F80052681EC4F8F9 +:1051200008030120FBF739FA124FB868007D50B12F +:10513000114800684042B075C4F81C510120A061BC +:105140000E49800208600C4844380068F1688842C3 +:1051500002D00B48FDF7F2FEB868C068002802D004 +:10516000BDE8F0410047BDE8F081000018090020CB +:1051700000100040180100204815004008F50140CB +:1051800051040A0010B52D4CD4F80C01012802D0AE +:105190002B48FDF7D3FED4F81001012803D028488E +:1051A000401CFDF7CBFED4F80001012803D02448B1 +:1051B000801CFDF7C3FED4F8040118B12048C01CC0 +:1051C000FDF7BCFE0020C4F80C01C4F81001C4F8BF +:1051D0000001C4F80401C4F808010221C4F8001257 +:1051E0000121C4F808130822C4F80423154A032334 +:1051F000154C137010755060606890B1027912B14F +:10520000FFF7E0FE0DE002785AB1027B437B807B22 +:1052100001FA02F201FA03F381400C481A430A43EF +:105220000260A068006900B18047A068806800281B +:1052300002D0BDE81040004710BD00000010004043 +:10524000F3030A00180900201801002008F50140A6 +:105250002DE9F0412A4DD5F80001012802D0294856 +:10526000FDF76CFED5F80401012803D02548401C49 +:10527000FDF764FE24480168244801700021C5F848 +:105280000011C5F80411C5F80811491EC5F8081326 +:105290000126C5F8046381681D4F097D09B1B1027B +:1052A0003960446814B3207900B3617BDFF864800F +:1052B000A06808EBC10100F5A070C1F81005627983 +:1052C000E179607B00F06CFB607B06FA00F03860EF +:1052D000207B114908EBC000C0F810156279E17914 +:1052E000207B00F04BFB207B86403E600B4806494C +:1052F000091FC06808600B20C5F80002BDE8F081F6 +:1053000000100040BD030A000815004018010020ED +:1053100004F5014000F001400C1100401809002084 +:1053200070B50120FBF744F90120FBF736F9144C66 +:105330004FF0FF30C4F808030026C4F80062C4F838 +:10534000106101202061A0610E4D2878012813D042 +:10535000022813D0032811D05FF00100FDF7DCFE16 +:10536000C4F810612E706E75002000F0DFF9BDE802 +:1053700070400120FBF732B90620EFE70220EDE78D +:105380000010004018090020014800787047000014 +:105390001801002001F01F014FF4003343EA0121FE +:1053A000830009481844C0F81015D0F810150AB940 +:1053B00041F48011C0F81015D0F8101541F0030128 +:1053C000C0F81015704700000060004008480069F0 +:1053D000012806D0022806D0032806D00548FDF78C +:1053E000ADBD00F095B800F007B800F0F1B80000CE +:1053F0001809002033050A002DE9F047DFF8F08096 +:105400000421012088F80010D8F81810491CC8F8A9 +:105410001810FBF7C2F837480068374D2870374C32 +:105420000026C4F80C61C4F80061C4F81061C4F827 +:105430000461A868DFF8C8900127007DA0B130485A +:1054400008380068400502D42E48FDF777FD29484A +:1054500040300068404288F81600C4F81C61A7611B +:105460004FF48061C9F80010D4F8000118B1254844 +:105470000930FDF763FDD4F80C0118B121480A305A +:10548000FDF75CFD4FF0E020B046D0F8000210F0D0 +:10549000020F03D01B480B30FDF750FD6E68CEB1F4 +:1054A0003078B8B1C4F80C81717B184A164802EB09 +:1054B000C101C1F810057278F178707B00F05EFAD6 +:1054C000707B0F4907FA00F0091F0860F07B8740E6 +:1054D000C9F80070A868C06800B18047A868417D1D +:1054E000002903D003490068091F0860BDE8F08760 +:1054F0001809002008150040180100200010004085 +:1055000008F50140C0040A000C11004000F0014001 +:105510002DE9F041294C0026C4F80C61C4F8006163 +:10552000C4F81061C4F80861C4F80461012004F5EE +:105530008074FBF732F80820C4F804020125C4F88F +:1055400008520720C4F800011D484468002C32D0DE +:10555000207920B1207B1B4905FA00F008602078F3 +:10556000002828D0A068C0F84061A17B164FA06831 +:1055700007EBC10100F5A070C1F810056278E17871 +:10558000A07B00F00DFAA068C0F84061E17B0F48F5 +:1055900007EBC101C1F81005E17BA06807EBC10171 +:1055A000C1F81405A17B05FA01F0E17B8D400549A6 +:1055B0002843091F0860BDE8F0810000001000408A +:1055C0001801002008F5014000F001400C110040D6 +:1055D00070B5234CD4F80C01012802D02148FDF706 +:1055E000ADFCD4F81001012803D01E48401CFDF783 +:1055F000A5FCD4F80001012803D01A48801CFDF74F +:105600009DFC0020C4F80C01C4F81001C4F800018E +:10561000C4F80401411EC4F80813C4F80002124C77 +:10562000626872B1117861B1557B012303FA05F10B +:10563000957BD27B03FA05F593400C4A2943194325 +:1056400011600B49032208704A7048600875A06811 +:105650000069002802D0BDE87040004770BD00001E +:1056600000100040F5040A001801002008F5014070 +:105670001809002070B506460C460120FAF798FF7D +:10568000FFF74EFE244D25482649C5E90146002472 +:105690000470032646704460046104754475847583 +:1056A0001F4808601E48F030091F08601E48016846 +:1056B00021F0010141F0807101600120FAF78EFFB5 +:1056C000686838B3017909B9017819B38168C1F8FC +:1056D00008650422C1F81025027CC2F18102C1F8DC +:1056E000402540F20112C1F80022C1F80445012210 +:1056F000CA60C1F84041017921B142798179C0790C +:10570000FFF748FE6868017821B142788178C07857 +:10571000FFF740FE014870BD180100201809002065 +:105720001410004064F50140741700402DE9F04169 +:10573000174C00250746C4F80052164E307803284F +:105740001CD0681EC4F80803C4F80C510320707004 +:105750000120FAF722FF00BFC4F80051C4F810512D +:10576000C4F8045175603575002F0FD00A48806861 +:10577000006900280AD0BDE8F04100476FF008003A +:10578000C4F808030820C4F80403E5E7BDE8F08185 +:105790000010004018090020180100202DE9F047F2 +:1057A0000746DFF8908022484FF0FF3100EB0716E4 +:1057B000C8F808130120FAF7F0FE1F4C0025DFF8A7 +:1057C0007C9065756770D9F80800032F0268A260A5 +:1057D0004168C4E90315A5613068606019D2337A65 +:1057E000C8F80032C8F80C51C8F81051F37A1448C0 +:1057F0001BB10160006828B108E00260006828B9A8 +:10580000104801E00F48401DFDF798FB717AC8F879 +:105810000413D9F80800007D28B1022F03D10A49EA +:10582000A5757802086001206075BDE8F08700006A +:1058300088730000001000401809002018010020A3 +:10584000041500409C020A0004F501402DE9F05FB8 +:10585000404C82464048667800EB0617607D012880 +:1058600002D03E48FDF76AFB207D18B13B48401C42 +:10587000FDF764FB012500212575DFF8E490A046C3 +:105880006175032E47D2BAF1000F3CD1D9F804401C +:10589000BCB32279AAB38A460846A168C1F8400180 +:1058A000217BDFF8C0B0A0680BEBC10100F5A07050 +:1058B000C1F810056279E179207B00F071F82A497E +:1058C000C1F80CA1607B29490BEBC000C0F8101592 +:1058D0006279E179607B00F051F8217B627B05FA07 +:1058E00001F005FA02F1084321490860D9F80400E3 +:1058F000204A81791268CA4012F0010F01D18068F4 +:10590000056038680560022E01D0012E07D1B97AF2 +:1059100088F8001003E011482530FDF70FFBD9F897 +:105920000800007D002813D0022E11D11048006815 +:10593000400503D409482A30FDF700FB0E480068F3 +:10594000002805D1BDE8F05F04482B30FDF7F6BA1A +:10595000BDE8F09F1809002088730000B8020A0013 +:105960001801002000F00140001000400C11004020 +:1059700004F501401005005004150040064B03EBF0 +:10598000C0000AB1054A01E0044A303A02EB810145 +:10599000C0F814157047000000F00140606000403E +:1059A000064B03EBC0000AB1054A01E0044A30325D +:1059B00002EB8101C0F814157047000000F00140AF +:1059C000306000400348D0F80401012800D00020D6 +:1059D000704700000010004030B5124B0146002017 +:1059E000D3F81044224609E0157A854205D1401CBF +:1059F0000A28F7DB4FF0FF3030BD5268002AF3D1A0 +:105A0000421CF9D00872D3F810242AB152684A60B7 +:105A1000D3F81024516030BD0022C3F810144A603E +:105A200030BD00003C040020F0B595B01C46154682 +:105A30000F4608461A9E00F009FB182109A8FAF73C +:105A40008AFC0E96CDE909540023082203A93846A2 +:105A500000F011FB05980690BDF81000ADF81C0091 +:105A6000BDF81200ADF81E0000208DF8210003984B +:105A7000082600F00300012802D0022818D032E0E6 +:105A800003983346850AC0F3C2008DF820000398BE +:105A90000FA9C0F38314A200384600F0ECFA09A85D +:105AA000009006AB22460FA9284600F02BFA1AE018 +:105AB0000398840DC0F3C2008DF82000082C01D299 +:105AC000254600E0082533462A460FA9384600F04F +:105AD000D2FA2E44641B09AB06AA29460FA800F08F +:105AE00063F9002CEAD1384600F0B6FA15B0F0BDE3 +:105AF0007047012001F060BA084810B50178084AE3 +:105B0000515C19B1001D00F091FF02E00C3000F073 +:105B10009FFEBDE81040002001F04EBA3C0000207E +:105B20000000002008B5034A00924023024AFFF714 +:105B30007BFF08BDE56C00003C0300200A4A0129F8 +:105B400002EBC00007D0022907D0032907D004299F +:105B500007D000207047022070470420704700796A +:105B60007047407970470000FC74000010B5FFF7E3 +:105B7000C0FF04210348FFF72FFF024901204872AC +:105B800010BD0000500000202DE9F0478CB0FBF75D +:105B900075F918B100200CB0BDE8F087784C0020F2 +:105BA000C4F81804BFF34F8F60680290A5684FF0E7 +:105BB0000008284004EB800008E021680298814238 +:105BC00001D86160E6E7284004EB80000C3002A9B0 +:105BD000FCF7D0FE0028F0D103AB029901EA0502E0 +:105BE00004EB8202491CD26843F82020401C029139 +:105BF0000228F2D3039800F00300022802D0012803 +:105C00004ED0A5E003985022810D8946B2EB905FFB +:105C100000D850210E4666F39F5003900831594832 +:105C200000F0CBF9070078D000F010FA43460822C4 +:105C300003A9384600F025FA029908F1080A29401C +:105C4000681A8000001D864223D94D4D0C3530B1B5 +:105C5000C2B204EB8101301A90460C3104E02946AF +:105C6000F2B2002590462846C6B25346384600F0A8 +:105C700008FA0AEB08032DB1324629464FEA07001D +:105C800000F0FFF9029909F1030001EB9000029086 +:105C90003AE004EB81015346324638460C31EFE7D7 +:105CA0000398C0F38311062900D3062161F38910FC +:105CB0000390C0F38310801C8100324800F07DF90E +:105CC000070045D000F0C2F94346082203A9384630 +:105CD00000F0D7F908F1080800260FE002984346C3 +:105CE00000EA0501401C04EB8101029004223846C1 +:105CF0000C3100F0C6F908F10408761C0398C0F3D3 +:105D00008310B042EAD847B1D4F81054D4F818043C +:105D100068B1384600F0A0F92CE019E0687A012853 +:105D200004D12A6828463946126890476D68002DCC +:105D3000F4D1384600F090F90020FAF754FFD4F877 +:105D4000180408B9029860600020FAF74EFF11E0CD +:105D5000D4F8104404E021682046896888476468C4 +:105D6000002CF8D108480221008801EB004007A16F +:105D700000F016F8FBF782F880F001000BE7000056 +:105D80003C0400202C750000500100204261636B30 +:105D9000656E647320666C7573686564000000004E +:105DA00000231A4600F0BEBF2DE9F0470E4680469C +:105DB0001C46924608293ED894F80C900020207387 +:105DC0001946104600F0E8FE0025B54206D218F844 +:105DD00005201AA12046FDF74BFC03E019A120463F +:105DE000FDF746FC6D1C082DEFD317A12046FDF7EB +:105DF0003FFC0025B54210D218F80570FAF78EFA6C +:105E00000068C05D10F03E0F01D03A4600E02E223F +:105E10000EA12046FDF72CFC03E00DA12046FDF766 +:105E200027FC6D1C082DE5D301222146504600F0C9 +:105E300095FE84F80C90BDE8F087000020253032F4 +:105E400078000000202020007C0000002563000076 +:105E500020000000104810B5FF2181600021016082 +:105E60004160C0F81814C0F8141480F820140B48CE +:105E700000F0F0F800280DD109480A490A4B401AF1 +:105E8000C108002003E000BF23F82000401C884226 +:105E9000FAD3002010BD00003C0400202C75000047 +:105EA0002C750000FC7400003C01002002480349EE +:105EB000401AC008704700002C750000FC740000F8 +:105EC00013B56846FCF758FF08B100201CBD024816 +:105ED000009950F831001CBDFC74000070B50848F2 +:105EE0000125D0F8104480F8205405E0657221683F +:105EF0002046496888476468002CF7D170BD0000CF +:105F00003C0400202DE9FF4781460C9D00200C46F3 +:105F10002F7B2873984616462946184600F03CFE0B +:105F2000072E42D2DFE806F004090F161F2A3600BA +:105F300049462846FDF79CFB37E04946284622683B +:105F4000FDF796FB31E0D4E9002349462846FDF7EA +:105F50008FFB2AE0A0680090D4E900234946284638 +:105F6000FDF786FB21E0D4E90201CDE90001D4E987 +:105F7000002349462846FDF77BFB16E004F10800A4 +:105F800007C88DE80700D4E9002349462846FDF7F5 +:105F90006FFB0AE004F108000FC88DE80F00D4E998 +:105FA000002349462846FDF763FB00222946404668 +:105FB00000F0D4FD2F73BDE8FF872DE9F041858AFD +:105FC00080462D1F4819C01CB0FBF5F0C6B24046F4 +:105FD000FCF7D8FF041E19D0002020710120607149 +:105FE000E58000272546761EC4F800800BE0404679 +:105FF000FCF7C8FF60B16179491C617128600546F2 +:106000007F1CC0F80080B742F1D32046BDE8F08184 +:10601000204600F002F80020F8E72DE9F04145792C +:1060200001466B1E002201E00968521C9A42FBD314 +:106030000F680146002605E038460C68FCF7C1FFF2 +:106040002146761CAE42F7D3BDE8F0810121001D48 +:10605000FCF77CBFFCF7CABF10B504460121001D48 +:10606000FCF78AFF10F0FF0F04D12046BDE8104076 +:10607000FFF7D3BF10BD38B501240094FCF740FEF4 +:1060800038BD38B500240094FCF73AFE38BD000056 +:1060900070B51A4C0546206810B91948FCF74EFF38 +:1060A000D4F8D4000A2803D31548401CFCF746FF57 +:1060B000D4F8CC0000EB800004EB800115F8040B51 +:1060C00008712DCD8860CA600B614D61D4F8D40091 +:1060D000401CC4F8D400D4F8CC00401CC4F8CC0058 +:1060E000D4F8CC1000200A2901D3C4F8CC004FF01A +:1060F000E0214FF40010C1F8000270BD3409002007 +:106100004A000B0010B5040002D10948FCF716FF45 +:10611000084941F8CC4B002041F874098867C867EA +:106120004FF0E0214FF40010C1F8000110BD000055 +:106130003E000B003409002010B5074CD4F8D40001 +:106140000A2802D90548FCF7F9FED4F8D400C0F1BA +:106150000A00C0B210BD00003409002079000B0015 +:10616000094902220A60BFF36F8FBFF34F8F0A1DE8 +:10617000106006480268002AFCD000200860BFF3C7 +:106180006F8FBFF34F8F704704E5014000E401407B +:1061900010B500F003029043D200FF24944003683E +:1061A0009140A343CA18094901230B60BFF36F8FC5 +:1061B000BFF34F8F026006480268002AFCD000201F +:1061C0000860BFF36F8FBFF34F8F10BD04E5014030 +:1061D00000E40140F0B515460E460746002404E0F1 +:1061E000315D3819FFF7D4FF641CAC42F8D3F0BD21 +:1061F0000148C068704700000C0A00200148806810 +:10620000704700000C0A00200148406870470000F9 +:106210000C0A0020014981F8810070470C0A002017 +:10622000FDF750B870B5FDF753F800240E4E254623 +:10623000204600F053FC04F1080000F04FFC3555F7 +:10624000641C082CF4D30948012105704560856061 +:10625000C5600561456180F8805080F85850C56779 +:1062600080F8811070BD0000240100200C0A00207D +:10627000FDF75AB8FDF7FEB82DE9FF4F81B0444F46 +:10628000DDE90EA803260025F86F0C46AB4610B9D1 +:106290004048FCF753FE3878032803D03D48401CA3 +:1062A000FCF74CFEF86FB9464178C8072FD199F832 +:1062B000810060B300270198E8B3039A584662F35F +:1062C0001700C1F3410161F31F6009EB84018A6B80 +:1062D000CAF800B0C8F800B00090904234D0204610 +:1062E00000F024FC051E07EA05072DD004F1080183 +:1062F00009EB81020099916104990D4223D0264E49 +:10630000305D00B3204600F032F910B105E00127FE +:10631000D1E720482830FCF711FE204600F029F98B +:10632000CAF80000BAF1000F0AD018B919482E3087 +:10633000FCF704FE00E01BE006F804B0022603E0D0 +:1063400014483230F4E7012677B1204600F02DF9E9 +:10635000C8F8000018B110480121015506E00C48AA +:106360005830C8F8000001E0C8F800B00DB107E0EF +:1063700004264C46D9F87C00FCF7D6FFC4F87CB064 +:1063800089F800B000F068F805B03046BDE8F08F3D +:106390000C0A00202D010C002401002010B50C4C2B +:1063A000207810B10B48FCF7C9FD00F0B3FB0028C2 +:1063B0000DD0FF220270417841F0060141700021AA +:1063C0004318491C9A702029FAD30321217010BD6B +:1063D0000C0A002007010C0070B51A4C05460E4649 +:1063E0002078012804D0022802D01748FCF7A6FD27 +:1063F000B5B12078012803D01348401DFCF79EFD5D +:10640000E06818B91048801DFCF798FDE068007836 +:1064100020B1606800F08AFB022502E0002500E060 +:1064200004254EB1606800F0A4F8A168814203D051 +:1064300005481D30FCF782FD0020207000F00CF8AC +:10644000284670BD0C0A0020CC000C00014890F8D2 +:10645000800070470C0A00202DE9F041104C207894 +:1064600000281AD194F88000002816D108250126AA +:1064700000276069FCF782FF18B184F880606069CA +:1064800020616069401C6061082800D1676194F850 +:106490008000002801D16D1EEBD1BDE8F081000025 +:1064A0000C0A002070B5224C207810B12148FCF76E +:1064B00045FD94F880000025F8B12069606000F087 +:1064C00074F8A06018B91B48C01DFCF737FDA06820 +:1064D0004078C00705D194F8810010B10220E56032 +:1064E00009E0606800F02BF8032806D200F012FBE8 +:1064F000E06010B10120207002E02078002815D063 +:10650000A06818B90B482030FCF718FD20696060BE +:1065100004EB8000C17E491CC17684F88050C27EA5 +:10652000A068417862F342014170012070BD000013 +:106530000C0A002098000C000830FCF7A3BE0830BD +:10654000FCF71CBF0830FCF729BF0830FCF776BF0A +:1065500001480078704700000C0A002010B504467E +:1065600000F0C4FA2046BDE81040FCF78BBEFCF7F3 +:1065700005BF70B50446FCF711FF050002D02046A8 +:1065800000F0B4FA284670BD70B50E4604460025EA +:10659000FCF798FE38B121463046FCF721FF10B1D8 +:1065A000FFF75AFF0125284670BDFCF747BF0000E2 +:1065B00001480078704700002C0100200448017851 +:1065C000817041780170001D50F8210000470000E3 +:1065D0002C01002002498870487008707047000044 +:1065E0002C01002001484078704700002C01002059 +:1065F00010B50446022802D30248FCF79FFC02486B +:10660000447010BD33000D002C01002040580028BC +:1066100000D00120704708B5002242504058009039 +:1066200008BDD0F80403084000D00120704740584E +:10663000002800D00120704708B500224250405881 +:10664000009008BD002802D001498001084770472A +:10665000217300000121B1EB507F01D1012070476F +:106660000020704770B50D4600F0E2FA04000FD02C +:106670000020FAF7B8FA207920B10020FAF7B5FA2D +:10668000112070BD0120256020710020FAF7ADFABD +:10669000002070BD10B500F0CBFA002802D0002118 +:1066A0000160017110BD00000149024800F0ACBC5E +:1066B000E0010020002000402DE9F041054600796E +:1066C00016460F4600EB40012D4A01EBC00102EBDC +:1066D000810494F82A1011B10820BDE8F0812949FD +:1066E00051F820102868FFF7BDFF08B11120F4E72A +:1066F00039462846FAF78EFA66603869206030001D +:106700004FF001062FD03F7F4FF48E712868FFF7BE +:1067100082FF4FF4A2712868FFF77DFF28681A49AD +:10672000C0F8041328684FEA4711000B40B2002854 +:1067300006DA00F00F0000F1E02080F8141D03E0FD +:1067400000F1E02080F800142868000B40B200F04F +:106750001F0206FA02F14009800000F1E020C0F8B3 +:106760008012C0F8001128680421C0F8001500202C +:10677000A061E06184F8290044F8140FA675ACE725 +:10678000E001002014730000800002002DE9F047B2 +:10679000054600790B4600EB400101EBC0002349A0 +:1067A00001EB8004284600F043F810B11120BDE849 +:1067B000F0874FF00008C4F82080A360626184F87D +:1067C00028804FF48E76474631462868FFF723FF2E +:1067D00028684FF00109C0F808902146286800F0A9 +:1067E000AFFB606800BBD5F800A00EE094F828006D +:1067F00008B10F2716E031465046FFF707FF002883 +:10680000F4D02146504600F09BFB216A606981422A +:10681000F1D331462868FFF7F9FE0028F9D028683F +:10682000C0F80C90C4F814803846C0E7E00100209E +:10683000007900EB400101EBC000044901EB80004E +:106840004069002800D0012070470000E0010020CE +:106850002DE9F047044600794FF0000900EB4001B4 +:1068600001EBC000254901EB80072068C0F80095C6 +:10687000786880B120682249C0F808132068012197 +:10688000000B40B200F01F0291404009800000F16F +:10689000E020C0F880112068D0F80C25D0F81485CD +:1068A000D0F80865D0F810554FF0FF31C0F8141536 +:1068B000C0F80C152068C0F80815C0F81015501C59 +:1068C00002D01046FDF710F8B8F1FF3F02D0404665 +:1068D000FDF70AF8681C02D02846FDF705F8701C81 +:1068E00002D03046FDF700F82068FFF7D3FE87F8A6 +:1068F0002A90C7F80490BDE8F0870000E00100206E +:10690000840202000149024800F02ABC0C02002067 +:10691000002000402DE9F0410546164600790F465B +:10692000154A00EBC00102EB810494F8201011B16C +:106930000820BDE8F081114951F820102868FFF7C0 +:1069400091FE08B11120F4E739462846FAF7A6F976 +:106950006660386920601EB1397F2846FBF7CAFFA0 +:1069600028680821C0F800150020A061E06101211D +:10697000606184F82010DCE70C020020187300002E +:106980002DE9F04704460E460079204900EBC0008F +:1069900001EB800517463046FFF75CFE30B120461C +:1069A00000F036F820B11120BDE8F0871020FBE799 +:1069B0006F61AE604FF49076002731462068FFF794 +:1069C0003BFE4FF4AC7841462068FFF735FE206867 +:1069D000AA686969C0F84425C0F8481520680121F3 +:1069E0008160686878B9B14649462068FFF71FFEA4 +:1069F000064641462068FFF71AFE0643F4D000B170 +:106A00000F27002068613846CEE700000C02002006 +:106A10000079054900EBC00001EB800040690028C7 +:106A200000D00120704700000C0200202DE9F04743 +:106A300004460079274900EBC00001EB800720687D +:106A40004FF00009C0F80095786880B120682249AD +:106A5000C0F8081320680121000B40B200F01F02AB +:106A600091404009800000F1E020C0F880112068CA +:106A7000D0F80C25D0F81485D0F80865D0F810555A +:106A80004FF0FF31C0F80C15C0F814152068C0F89D +:106A90000815C0F81015501C02D01046FCF72DFF49 +:106AA000B8F1FF3F02D04046FCF727FF681C02D038 +:106AB0002846FCF722FF701C02D03046FCF71DFF71 +:106AC0002068FFF7E7FD87F82090C7F80490BDE83D +:106AD000F08700000C02002010030200024A00218F +:106AE00002EB8000816170470C0A002010B504465B +:106AF000064890F8801021B10069A04201D1FFF74B +:106B0000ABFC03490020085510BD00000C0A002012 +:106B10002401002010B5044CE06F002802D1FCF7DE +:106B2000A9FCE06710BD00000C0A002070B5094DFB +:106B30000446E86F10B90848FCF700FA04F10801B0 +:106B4000E86FFCF74DFC002802D00020E867012028 +:106B500070BD00000C0A00202E020C0010B50C467F +:106B6000017A052908D0407A38B1084808A102689E +:106B70002046FCF77DFD00E01AB106A12046FCF797 +:106B800077FD2046BDE81040FCF77FBD880000205F +:106B9000257300000D0A000038B5C3880D46044671 +:106BA00033B114A0009015A216A12846FCF760FD91 +:106BB000217A05291CD0607A48B1A088FEF7BEFF73 +:106BC000164951F8202016A12846FCF751FDA0884F +:106BD0000021FFF775F903461049207A143951F85E +:106BE000202001B02846BDE830400EA1FCF740BD92 +:106BF00038BD00001B5B306D000000001B5B313BAB +:106C000033316D0025734C6F67732064726F707041 +:106C10006564202825642925730D0A00880000205A +:106C2000257300003C25733E2025733A20000000A8 +:106C30000349884201D10348704700207047000093 +:106C4000002000401800002070B5012670044FF0AD +:106C5000E0210025C1F88001084C4010C4F8480329 +:106C6000C4F8080366602F20FFF7ECFCA660044C14 +:106C70002F20A560FFF7E6FCA57070BD0010014055 +:106C80002000002070B5054688690C4600284FF4A6 +:106C9000847128460AD0FFF7BEFCD5F81805626A51 +:106CA000E1688854606A401C606270BDFFF7B3FC05 +:106CB000D5F8180570BD1FB501238DF80030CDE95A +:106CC0000121D0E90012684690471FBD1FB501237E +:106CD0008DF800308DF808100192D0E90012684656 +:106CE00090471FBD70B50D4C0020D2B22070201D02 +:106CF0000B4D0378EB5C1BB1001DFFF741FE02E07A +:106D00000C30FFF743FD08B1F9F762FF6078002807 +:106D100002D021780029FAD070BD00003800002090 +:106D2000000000202DE9F84F204D92468946064686 +:106D30009846012269461846AF68FAF74BF858B3EF +:106D4000009800210446801C09E000BF00EA070308 +:106D50005AF8212005EB8303401C491CDA604145A9 +:106D6000F4D34FEA164AFAF7F1F84AEA0041601CF8 +:106D7000384005EB80003C4005EB8402C160D068E0 +:106D800066F3C50068F3891069F39F2020F00300C3 +:106D9000401C20F00400D06095F8200402E000BF01 +:106DA000FEF7F2FE0028FBD1BDE8F88F3C0400207E +:106DB0002DE9F84F1D4C00256846D4E901A6FAF7E5 +:106DC000CFF8002738B30023009A61681CE0D1F89F +:106DD00000C00846944503D9ACEB02020A6015E0F6 +:106DE000A2EB0C0263440760D0F80CC0C169814675 +:106DF000BCF1000F08D006EB030828F07F48C0E97B +:106E0000018CC9F81C5005460029E0D12846616074 +:106E1000FBF7D6FD03E02846FBF7D2FD10B1504644 +:106E2000FAF73EF8E770BDE8F88F00002000002078 +:106E30000D4B10B5596831B102680C68A24204D8F4 +:106E4000A21A0A60C161586010BD0B4603E00B46F0 +:106E5000C969121B21B10C689442F8D3A41A0C60C2 +:106E60000260C161D86110BD200000202DE9F04111 +:106E7000144E77683D462C4603E0844204D02546F4 +:106E8000E469002CF9D11BE0D4B1A5420BD1F8691B +:106E9000706040B90C49012088600021B160F07039 +:106EA0002F20FFF7CFFB2168E069E86110B102688D +:106EB000114401607068874202D00120BDE8F08172 +:106EC0000020FBE720000020001001402DE9F041E8 +:106ED000194D6C68002C2CD0184800270068A96850 +:106EE000B846401A20F07F462068B0420CD82146B0 +:106EF000361A0744E469087C20B181F8108088695B +:106F000049698847002CEFD129786878814206D1F9 +:106F1000401CC0B26870022801D185F80180064883 +:106F200069780C3040F82170BDE8F0411420F9F781 +:106F300060BBBDE8F0810000200000200415014086 +:106F400070B50C4605464FF48E71FFF764FB216A5D +:106F5000A068415C206A401C2062C5F81C1570BD09 +:106F60001FB500228DF800200291816801914261D5 +:106F7000D0E90012684690471FBD00001FB50A46C1 +:106F800001788DF8001041680191017A8DF80810A0 +:106F9000C0680390044850F82210001F50F82220C7 +:106FA000684690471FBD00000800002001490120ED +:106FB000087070473800002010B588B004462022C1 +:106FC0000E496846F9F7AEF906200090C01F0190FF +:106FD000029003904FF0EB7006900CB1084A00E06D +:106FE000002269460748FCF7D5F808B1F9F7F0FD2B +:106FF0000448001F447008B010BD00004473000036 +:10700000AD6F00003C0000202DE9FF470C4605460F +:107010004FF40071FFF705FB01274FF401780026BC +:1070200018B34FF4927949462846FFF7EFFAE0B1DA +:1070300049462846FFF7EFFAC5F8088394F8290077 +:1070400000B96F6002208DF80000D5F88004C5F803 +:1070500080040390A0690290E0680190A661E66157 +:10706000D4E900126846904728E004212846FFF73B +:10707000D8FA18B34FF484712846FFF7C7FAE8B17D +:1070800021462846FFF7FEFD616AA069884215D1B6 +:10709000E06938B1E268616AA0612069E661666210 +:1070A000E06008E094F8290000B96F60C5F8088333 +:1070B000A661E268616A2046FFF7FDFD4FF48E7815 +:1070C00041462846FFF7A2FA78B1206A61698842F2 +:1070D00002D294F8280020B341462846FFF79BFAD5 +:1070E000616911B12046FFF73BFF4FF4A27841469A +:1070F0002846FFF78BFA002818D041462846FFF7AC +:107100008AFA94F8290000B12F60A06900280DD0F8 +:10711000A661E268616A04B02046BDE8F047FFF767 +:10712000CABD21462846FFF70BFFDEE7BDE8FF8713 +:107130001FB50A4601788DF8001041680191017A67 +:107140008DF80810C0680390044850F82210001F02 +:1071500050F82220684690471FBD0000080000201C +:107160002DE9FF410C464FF4927705463946FFF76B +:107170005EFA0026C0B139462846FFF75DFA0220C4 +:107180008DF80000D5F88004C5F880040390D5F888 +:107190003C058DF80800E0680190A661E661D4E93D +:1071A00000126846904723E04FF488773946284616 +:1071B000FFF73DFAE0B139462846FFF73DFAD5F82A +:1071C0003C15A069884213D1E06960B1E268D5F846 +:1071D000000220F02000C5F80002E069A0612069EB +:1071E000E661E06001E0A661E2682046FFF76EFD1F +:1071F0004FF4A27739462846FFF719FA60B13946AD +:107200002846FFF719FAA06930B1A661D5F83C15F8 +:107210002046E268FFF75AFD4FF49077394628463A +:10722000FFF705FA002813D039462846FFF704FA7D +:10723000606900280CD0D5F84C058DF800608DF8F9 +:107240000800A06801906661D4E900126846904782 +:10725000BDE8FF812DE9F05F8346DDE90A4A9946E2 +:1072600090460D460846012703E000BFB0FBF8F04A +:107270007F1C4045FAD2B94500D94F465FEACA7033 +:1072800012D18CB15FEA8A7002D5B9F1000F01D03A +:10729000202607E0302605E031465846641EF9F7FF +:1072A000DDFD0CB1A742F7D35FF00106B9F1010F84 +:1072B00002D9A9F1010903E0B5FBF6F0404502D37C +:1072C00006FB08F6F2E7DFF83C9000BFB5FBF6F0EE +:1072D00000FB165519F800105846F9F7BFFDB6FB2C +:1072E000F8F6002EF2D15FEACA7009D0002C07D060 +:1072F000A74205D220215846641EF9F7AFFDF5E7F5 +:10730000BDE8F09F26730000111213140D0E0F102C +:1073100000000050A96600000569000000000000A0 +:107320000338FDD870473031323334353637383989 +:107330004142434445460000255B0000F95A0000E5 +:10734000F15A0000FFFFFFFFFFFFFFFFFFFFFFFFFE +:10735000FFFFFFFF00000000000000000000D6015A +:107360000701000032536601172D391A440C400DF5 +:10737000490D3E1A2D0C4D000000000000000000D9 +:107380000338FDD870470000001000401011004085 +:107390000310000001000000001000400000000089 +:1073A0000B02040000000000041000400000000078 +:1073B0000701030100000000004040404040404001 +:1073C00040404141414141404040404040404040B8 +:1073D000404040404040404040050202020202025C +:1073E00002020202020202020220202020202020AB +:1073F00020202002020202020202909090909090BF +:10740000101010101010101010101010101010107C +:1074100010101010020202020202888888888888F0 +:1074200008080808080808080808080808080808DC +:10743000080808080202020240000000B9730000B8 +:107440007761726E696E670064656275670000003F +:107450001B5B313B33306D001B5B306D0000000067 +:107460001B5B313B33316D001B5B313B33326D00B5 +:107470001B5B313B33336D001B5B313B33346D00A1 +:107480001B5B313B33356D001B5B313B33366D008D +:107490001B5B313B33376D00696E666F0000000087 +:1074A0006572726F720000004750494F54450000EA +:1074B000505253005541525400000000554152545F +:1074C0004500000062616C6C6F632E6C6F675F6DCE +:1074D000656D706F6F6C0000617070004475000026 +:1074E0000000002054010000B80300009075000067 +:1074F00054010020142B0000440B0000A87400006D +:1075000000000000B074000000000000B47400002F +:1075100000000000BC74000000000000C474000003 +:1075200000000003D8740000000003036400002082 +:107530005C000020640000207C0300204C0100203F +:10754000180000000142642000405420004003273E +:10755000387333A074334074339874334874335899 +:107560007433507433607433687433707433787464 +:1075700033807433887403209074041190D003C254 +:1075800005064404192A3F4D335D4B031F214B0070 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10056.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10056.hex new file mode 100644 index 0000000..412ddc1 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/gzll_dynamic_pairing_device_pca10056.hex @@ -0,0 +1,1882 @@ +:020000040000FA +:10000000802C0020F902000001030000030300001F +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000079060000390A000013030000C2 +:100050001303000013030000F50300001303000066 +:10006000D509000013030000130300001303000070 +:100070001303000013030000130300001303000028 +:10008000130300000907000013030000130300001E +:100090002D070000310700001303000013030000C8 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000013030000C8 +:1000E00013030000130300001303000000000000CE +:1000F00000000000130300000000000013030000D4 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F0C6F8004800474D2A000087 +:10021000802C002030B4044654E8000F0D4644E81A +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE7A5070000010200000048704765 +:100320001C74000040EA01039B0703D009E008C9E0 +:10033000121F08C0042AFAD203E011F8013B00F8AA +:10034000013B521EF9D27047D2B201E000F8012BF6 +:10035000491EFBD270470022F6E710B513460A4645 +:1003600004461946FFF7F0FF204610BD421C10F866 +:10037000011B0029FBD1801A704730B504460020CC +:10038000034600E05B1C934203D2E05CCD5C401B63 +:10039000F8D030BD064C074D06E0E06840F00103A0 +:1003A00094E8070098471034AC42F6D3FFF72CFFCF +:1003B000BC740000DC74000030B58C1810F8012B00 +:1003C00012F00F0301D110F8013B120906D110F809 +:1003D000012B03E010F8015B01F8015B5B1EF9D112 +:1003E00001E001F8013B521EFBD1A142E6D30020FF +:1003F00030BD00002DE9F04F00268DB0DFF8A08160 +:10040000B14604964FF48075012437460596284678 +:1004100003F0CAFA38B1D8F80403204203D02846C2 +:1004200003F0B8FA26432D1D64007F1CADB2082FDF +:10043000EDD34FF4BE74204603F0B6FA48B120461F +:1004400003F0A8FA46F0004604AA0221002003F0B7 +:100450008BFA544C16F0FF0F15D0012700253742B8 +:100460000DD008EB8501D1F81005D1F81015C0F3B7 +:10047000052054F82520C1F3014102B190477F00C7 +:100480006D1C082DEBD3002E7EDA0020CDF82890CD +:10049000411E0DF1100B07AACDF82C9042F8201048 +:1004A000401C91460228F9D300252E46A11911F8C7 +:1004B000607F91F9000027F0C008401C40D007A9D8 +:1004C000404602F025FD40B34FEA971A404600F03F +:1004D00059FC54F820701FB1BAF1030F03D006E0A5 +:1004E000BAF1030F2CD10AA9404602F019FD02A867 +:1004F000CDF8088003F0E6F9029900EB8100D0F80E +:10050000000704A9C0F301400290404602F000FD3C +:100510000028029802D0022802D011E003280FD14F +:10052000BAF1030F08D10298022833D002214046C5 +:1005300003F0A1F96D1CEDB217B151464046B84722 +:10054000761C042EB2D3002D21D001AA0221002056 +:1005500003F00AFA00205A460DF1040152F8206017 +:1005600051F82030B34217D000200AAE4FEA0903F9 +:1005700051F8207042F8207056F8207043F820702F +:10058000401C0228F4D300E001E0002D8CD10DB016 +:10059000BDE8F08F0321CAE7401C0228DED3F6E74E +:1005A000006000408C01002000F01F0201219140FA +:1005B0004009800000F1E020C0F88012704700F090 +:1005C0001F02012191404009800000F1E020C0F8A5 +:1005D0008012704700F01F02012191404009800005 +:1005E00000F1E020C0F88012704700F01F020121E6 +:1005F00091404009800000F1E020C0F8801270476F +:1006000000F01F02012191404009800000F1E0202C +:10061000C0F88011704700F01F020121914040098D +:10062000800000F1E020C0F80011704700F01F02C8 +:10063000012191404009800000F1E020C0F8001144 +:10064000704700F01F02012191404009800000F135 +:10065000E020C0F8001270474907090E002806DAAA +:1006600000F00F0000F1E02080F8141D704700F149 +:10067000E02080F80014704770B5204D28696C7830 +:10068000401C2861687D10B11D4800F0B7FC287837 +:1006900003281AD11B48D0F80C01B0B1012C04D0AA +:1006A000022C0AD01648123023E02869032816D0FD +:1006B0001348083000F0A2FC11E02869022812D08B +:1006C0000F480D3000F09AFC0DE0032C0FD2012CE6 +:1006D00005D0022C07D0BDE8704004F023BCBDE873 +:1006E000704004F04BBCBDE8704004F05DBE0448AF +:1006F0002830BDE8704000F081BC000030090020C7 +:1007000038030A000010004007480021C0F84011DB +:10071000C0F84411C0F84811C0F84C11C0F80011DD +:10072000C0F8041106F0C0BB0010014006F02EBB5B +:1007300030B51B4C85B00025012080F31088D4F81B +:10074000D40038B3D4F8D00000EB800004EB800074 +:1007500001798DF800108168C26803694069CDE9AC +:100760000330CDE90112D4F8D400401EC4F8D400FF +:10077000D4F8D000401CC4F8D000D4F8D0000A2827 +:1007800001D3C4F8D050002080F310882168684657 +:100790008847D1E7002080F3108805B030BD000005 +:1007A0004C09002030B54FF0805000228300D0F873 +:1007B0003011C3F80C21C3F81021624B1A60624B50 +:1007C0001B68624C2360604B1B1D1B68241D23604B +:1007D0005D4B08331B68241D23605B4B0C331B6887 +:1007E000241D2360584B10331B68241D2360564B77 +:1007F00014331B68241D2360534B18331B68534C60 +:1008000020342360504B1C331B68241D23604E4B47 +:1008100020331B68241D23604B4B24331B68241D8D +:100820002360494B28331B68241D2360464B2C331F +:100830001B68241D2360444B30331B68434C4034F9 +:100840002360414B34331B68241D23603E4B3833F7 +:100850001B68241D23603C4B3C331B68241D236014 +:10086000394B40331B68241D23600124082902D121 +:10087000D0F8343113B1082904D006E0354B34499F +:10088000196005E0D0F8343113B1082904D006E02E +:10089000314BFB21196005E0D0F8343113B1082940 +:1008A00008D00EE090F858322C48016863F3030139 +:1008B000016002E0D0F834311BB929494FF40070CF +:1008C000086028480168C90702D06FF00101016083 +:1008D0002548016841F470010160BFF34F8FBFF3F9 +:1008E0006F8F4FF01021D1F80002002803DBD1F800 +:1008F0000402002822DA1D4B1C601D480468002CED +:10090000FCD01224C1F800420568002DFCD0C1F8CB +:10091000044201680029FCD01A6001680029FCD05B +:10092000BFF34F8F10487C380168124A01F4E06130 +:1009300011430160BFF34F8F00BFFDE70F490E4821 +:10094000086030BD380500400404001020C5004098 +:10095000488103008C56004018F50040E40E00402A +:10096000409602400004004088ED00E004E50140AC +:1009700000E401400400FA050090D003D0000020FC +:10098000124A10B50021104B126809E053F82140BB +:10099000844203D10E4800F031FB13E0491CC9B278 +:1009A0009142F3D3084A002112F1180201EB01131E +:1009B00002EB4303834201D1012010BD491CC9B29F +:1009C0000629F3D3002010BD980B00204001002021 +:1009D000EC00030070B5144E4FF48030C6F80803E5 +:1009E0000025C6F84051114C606810B9104800F05D +:1009F00005FBA57062680123656073640D4801689A +:100A0000001F00681430B1F5804F04D2B0F5404F9C +:100A100001D9637005E0814201D3012000E000208C +:100A20006070BDE870401047008000401801002051 +:100A3000E5000400448500400148006800470000CC +:100A40002000002002E008C8121F08C1002AFAD1C5 +:100A500070477047002001E001C1121F002AFBD13E +:100A60007047000072B605F027FA00BF05F07AF86B +:100A70000028FBD1104C0121208801EB00400FA180 +:100A800005F07CF910480068C00700D000BE20883F +:100A9000022101EB00400DA105F070F9BFF34F8F6B +:100AA0000948E43801680D4A01F4E061114301602E +:100AB000BFF34F8F00BFFDE758010020466174610E +:100AC0006C206572726F7200F0ED00E05379737400 +:100AD000656D207265736574000000000400FA05FE +:100AE0000EB500210091CDE901106A4644F20100E3 +:100AF000FFF7B8FF0EBD00F003B800F009B8000022 +:100B000072B602480168491C016070473C00002031 +:100B100003490868401E086000D162B670470000B3 +:100B20003C00002070B5054608680C46411C04D006 +:100B300002F0F2FE206802F08AFE6068411C02D0DA +:100B4000002102F072FE2968A069C1F82405607DC9 +:100B5000227D29681043C1F86C05D4E90012286889 +:100B6000C0F81425C0F80C15207D012814D1A06808 +:100B7000411C02D0002102F058FEE068411C04D064 +:100B800002F0CAFEE06802F062FED4E902122868B0 +:100B9000C0F80825C0F8101570BD70B50546086886 +:100BA0000C46411C04D002F0C1FE206802F059FE40 +:100BB0006068411C02D0002102F040FE2968A06953 +:100BC000C1F82405607D217D2A680843C2F86C05C0 +:100BD000D4E900122868C0F80C15C0F81425207D4F +:100BE000012814D1A068411C02D0002102F026FE89 +:100BF000E068411C04D002F099FEE06802F031FE8A +:100C0000D4E902122868C0F80825C0F8101570BD94 +:100C1000084908B5085C0090684602F045FED0F827 +:100C200010050099C84010F0010000D0012080F0AC +:100C3000010008BDE87200002DE9FC410646C0072E +:100C40004FF000050ED0104F00240122385D0095B2 +:100C500000231146019502F08BFD641C042CF4D393 +:100C600000F01CF8B0070DD5074E0024361D0022F9 +:100C7000305D032300951146019502F079FD641C57 +:100C8000042CF4D3BDE8FC81E47200000249085C46 +:100C9000012102F055BE0000E472000010B50024EE +:100CA0002046FFF7F3FF641C042CF9D310BD042881 +:100CB00001D2FFF7ADBF0020704710B50024FFF749 +:100CC000BBFF204610BD00002DE9F0470546861CFD +:100CD00090460F464FF001090020FFF70CFF1B4C18 +:100CE00020683860D4E90001401AA16804F21C476A +:100CF000081A0EE00121384602F0A2F801F058FE71 +:100D00000146384602F09CF8D4E90001401AA16877 +:100D1000081A401C8642EDD8B8F1000F03D0052018 +:100D200065F3891002E0062065F39F50A2682168F0 +:100D3000114004EB8101C86020683044206000202D +:100D4000FFF7DBFE4846BDE8F087000054040020B2 +:100D500030B482680468531C8360A154D0E9011246 +:100D60008A4202D330BC02F00ABC30BC704700009B +:100D7000034803C8814201D1012070470020704719 +:100D8000540400200249084490F9300070470000E4 +:100D90008C0100202DE9F05F26484168F1B3DFF8AF +:100DA00098B00E688146DBF8004087688078E11BC8 +:100DB00021F07F45ED1CB0B9DFF880804FF4803022 +:100DC000C8F84403C8F804031120FFF7EDFB112015 +:100DD000FFF721FC4FF0010AC8F800A02F2005F012 +:100DE0001FFC89F802A0B54200D23546124BE81923 +:100DF0003C3320F07F401860DBF800105A46091B96 +:100E000021F07F41001B20F07F40C91C81420FD997 +:100E1000106818602F2005F003FC00E004E0BDE836 +:100E2000F05F1120FFF70DBCBDE8F05F05F0FABEE2 +:100E3000BDE8F09F2800002004150140001001408B +:100E400010B50021024802F006F880F3100010BD32 +:100E5000700800200E4910B50A784C780023A24291 +:100E600012D0521CD2B20A70022A00D10B70084A6A +:100E70000B780C3252F8232002608868104420F06E +:100E80007F408860012010BD0360002010BD00007D +:100E90002800002002490A88028089788170704702 +:100EA000447300002DE9F0418AB0202700260997FD +:100EB00002F072FE054602F087FE804602F0EAFF6D +:100EC000C82002F075FF052002F0AAFF002002F002 +:100ED00033FE02F0E1FD00208DF8200004460022E0 +:100EE000012108A801F052FB30B1002002F0E0FF20 +:100EF000641CE4B2642CF2D3C82001F019F901207B +:100F00008DF820000146002208A801F03FFB08B33D +:100F10001E480078F0B1002002F040FE00281DDDE0 +:100F200009AA69460020099702F0D0FDB0B19DF8EA +:100F30000000082812D11548DDF801100C38C0F85F +:100F400003100DF1010001F083FB002001F02AFAEB +:100F5000012603E04FF4967001F0EAF84FF4AF7009 +:100F600001F0E6F802F096FF002002F0E5FD002017 +:100F700002F0F2FD284602F01BFF404602F050FF4F +:100F800002F08AFD0AB03046BDE8F081C6000020BC +:100F9000002207E010F8013BFF2B01D00020704732 +:100FA000521CD2B28A42F5D30120704770B50C466C +:100FB00005460D2910D801F077F808B1012070BD61 +:100FC0000648007840B901F0ABF928B1214628461F +:100FD000BDE8704001F068B8002070BDBA00002084 +:100FE0000149087070470000B400002001460D223E +:100FF0000148FFF797B900009808002001F012BFE0 +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:10200000F0B50746204889B0154600780E4698B1CD +:10201000012814D0022834D110221C4904A8FEF74C +:1020200081F91B490D2204A8FEF77CF90024164A09 +:102030006846521C21460DE010221449F3E7102295 +:10204000124904A8FEF76EF904A800F0B7F8EDE70E +:10205000052C02D2135D035500E00155641CE4B267 +:10206000102CF5D301F06EF804A801F07DF8694654 +:10207000084601F03DF82B466A463146384600F0E6 +:1020800047FB09B0F0BD0000B4000020477300001A +:102090009808002003490268C1F8012000794871BE +:1020A00070470000B4000020F0B50746081D89B055 +:1020B000C6B206208DF8100004AC0D46601CFEF779 +:1020C000E9FE2A463946201DFEF72CF9174D2878DF +:1020D00008B1002000E00220FEF782FF701EC2B2AD +:1020E000611C601CFFF78CFF01200090002301AAF7 +:1020F000314604A800F060FA18B99DF804000B28D6 +:1021000002D0002009B0F0BD01AC0322A01DA11D2A +:10211000FFF776FFA01D00F0EFFA0028F2D0287834 +:1021200010B9601CFFF7B6FF0120EBE7BA000020F2 +:1021300010B5044601F046FD6043400004D0034959 +:10214000BDE810408001084710BD00006173000029 +:10215000014803F0F3BF000000100000F0B54E236B +:10216000B3FBF2F5022303704F23841804F8013CFB +:1021700081B10123541E0BE003F003068E5DB6FB14 +:10218000F5F705FB176605FB0366C6545B1CDBB25F +:10219000A342F1DB01210DE04318445C13F8013C3C +:1021A000E31ADBB2052B03D2C3F1050323444354E6 +:1021B000491CC9B29142EFD3F0BD00000349D1F8E8 +:1021C00007200260C97A017170470000BA00002040 +:1021D000F0B52F4D87B000262878012701ACB0B1AB +:1021E00003208DF80400601CFEF754FE0020FEF76B +:1021F000F7FE0322611C601CFFF702FF002303AA05 +:10220000042101A8009700F0D7F9A0B117E002203F +:102210008DF804000521601C00F086F901220621DA +:1022200001A800F0B3F950B1601CFFF733FF2F7025 +:10223000002007B0F0BD9DF80C00092802D02E70D8 +:102240000320F6E703AC0922601C611CFFF7D8FEEF +:10225000601C00F051FAC0B19DF8100020B10128B7 +:1022600005D0022800D12E709DF81000E1E7601D16 +:1022700000F076F90D21074800F056F90548FEF701 +:10228000B5FE012000F08EF8EDE72E700220D0E7B9 +:10229000BA000020A508002041F6FF700078FF2852 +:1022A00001D0012070470020704740F6817041F254 +:1022B0007E01095CFF2905D00F20B0EB111F07D06C +:1022C00008097047401E00B20028F0DA0E2070475F +:1022D00001F00F00704700003EB5104C0020207048 +:1022E000FFF7DAFF98B94FF4805090F87E00FF288E +:1022F0000DD0FFF7DAFF01460E2808D2684600F03D +:1023000046F80098C4F8030001A800F029F9BDE8D8 +:102310003E400248C01C00F09BB90000BA000020FB +:1023200010B58AB004208DF8040001200146009009 +:10233000002306AA01A800F03FF930BB9DF8180061 +:102340000A2822D10DF11900FFF7A4FE05208DF80F +:10235000040001AC601CFEF79DFD0D21201D00F066 +:10236000E3F8201DFEF742FE0120FEF739FE1022A1 +:10237000611C601CFFF744FE0122112101A800F03E +:1023800005F910B101200AB010BD0020FBE701EBF8 +:10239000C10101F580510A6802604A684260097A09 +:1023A000017270472DE9FE4300265E4FB046344669 +:1023B00000285ED00025E94629466846FFF7E7FF7A +:1023C00058490422C91C6846FDF7D7FF38B955495A +:1023D0000522C91D09F10400FDF7CFFF80B16D1C76 +:1023E000EDB20E2DE8D3002529466846FFF7CFFF52 +:1023F0004C490422C91C6846FDF7BFFF10B10CE030 +:102400002C4632E0052109F10400FEF7C1FD20B1A0 +:10241000D7F807000190F87A13E06D1CEDB20E2D8D +:10242000E2D3002529466846FFF7B1FF0921684637 +:10243000FEF7AEFD48B157F8030F009078680190A1 +:10244000387A8DF808002C4631E06D1CEDB20E2D67 +:10245000E8D3B8F1000F07D004EBC40069460922A5 +:1024600000F5805003F0A4FE3EB3FFF715FF28B33C +:1024700056E0002421466846FFF789FF29490422D7 +:10248000C91C6846FDF779FF0028EED0641CE4B251 +:102490000E2CEFD3002421466846FFF778FF042175 +:1024A0006846FEF775FD20B1D7F8030000900126BD +:1024B000D2E7641CE4B20E2CEDD331E0FFF7F5FE59 +:1024C000A0422DD00E2C2BD04FF48051002040F68E +:1024D00081720F2591F87E10531C04E041F27E01B9 +:1024E0009042095C0DD0CE43360706D0B5EB111FE4 +:1024F0000AD164F31F11C9B20AE001F0F0012143CF +:1025000006E044F0E00103E0401C00B29842E5DB45 +:1025100041F27E02104403F029FE0120BDE8FE8353 +:102520000020FBE7BA000020F0B50B4B0025C3F8F4 +:10253000005101241C602A46084E09E0D3F80071BE +:10254000002FFBD037688754C3F80051521CD2B219 +:102550008A42F3D35C60F0BD00D0004008D5004053 +:1025600003490268C1F807200079C872704700006B +:10257000BA00002010B5044601F066FA00E030BF52 +:1025800001F01AFBB0EB440FF9D310BD10B5094CA4 +:10259000134600226270A2700A460146184601F0F6 +:1025A0000BFA08B910BD30BF60780028FBD0A078C6 +:1025B00010BD0000BA0000202DE9FC4780460A202B +:1025C0000A9D009016460F46284601F071FC012432 +:1025D00001F054FA01F05EFB0028FBD101F0EAFAA9 +:1025E00081461E2001F0FCFB01F056FA2A463946CE +:1025F0004046FFF7CBFFE0B10224284601F058FC2B +:1026000007208DF804000A20FFF7B4FF2A460121B5 +:1026100001A8FFF7BBFF60B1284601F0BFFA40B147 +:10262000202000906A463146284601F04FFA00B15A +:10263000002401F023FA00BF01F02CFB0028FBD19D +:10264000484601F0CDFB01F027FA2046BDE8FC87A3 +:102650002DE9FF41054601F01DFB264C0646EDB372 +:1026600028786978EA7800EB0120A978090401EB61 +:102670000261471801F00EFC204601F027FB50B123 +:102680000021084601F00EFB28B1384601F02EFB70 +:1026900008B1012402E0012407E037B121460846D1 +:1026A00001F000FB08B1012700E00027641CE4B240 +:1026B000082CF2D301F064FA0446C2B229466846F7 +:1026C000FFF74CFD87B12146684601F01FFB58B16A +:1026D0000120002E05D001F0DFF900E007E030B165 +:1026E000012004B0BDE8F0810020002EF9D00020C8 +:1026F000F7E700000406080A10B503220349FDF7B6 +:102700003CFE08B1002010BD012010BD4473000044 +:1027100070B5002409E000BF11F8015B12F8016BED +:102720007540641C00F8015BE4B29C42F4D370BDB8 +:102730000278521C027002788A4201D30021017093 +:10274000704700002DE9FC5F0E008346DDE90C4771 +:10275000C6F1000098469246814600D408460125FD +:1027600003E000BF90FBFAF06D1C5045FADAA84573 +:1027700000D9454624B1002E01DB780700D5641E40 +:10278000B80702D5B8F1000F0AD0F80708D13CB15C +:10279000A54205D220215846641EFEF7D9FAF6E775 +:1027A000002E02DA4E462D2102E0780703D52B21B8 +:1027B0005846FEF7CDFA07F0030002280BD1B8F116 +:1027C000000F08D13CB1A54205D230215846641E05 +:1027D000FEF7BEFAF6E7CDE90047434652463146DA +:1027E000584604F025FDBDE8FC9F000070B50D467D +:1027F000044600684FF4887103F00CFF4FF49071A9 +:10280000206803F007FF4FF49271206803F002FF85 +:102810004FF4A271206803F0FDFE20681249C0F851 +:10282000041320686907000B40B2090E002806DA7D +:1028300000F00F0000F1E02080F8141D03E000F12B +:10284000E02080F8001420680121000B40B200F065 +:102850001F0291404009800000F1E020C0F8801282 +:10286000C0F8001170BD00001003020002460020F5 +:102870001268930702D0530702D47047500714D54B +:1028800002F00300012802D002280CD105E0C2F3B7 +:1028900083100B68801C184404E00223086803EBD3 +:1028A00092521044086001207047086800EB925370 +:1028B000C2F38910401CEEE72DE9F047394E00279E +:1028C00080463D46DFF8E090D6F804A057E003D0FC +:1028D0000446D0F81C8035E099F8002002EB420154 +:1028E000521CD2B289F8002009EBC10199F80230DC +:1028F000091D9A4201D189F8005048680A780446B7 +:10290000012A12D0022A02D0032A3BD108E004F0A7 +:102910009BFA00B10127257434E00574C06900E01A +:1029200070680028F9D170602CE0207C50BB88686A +:102930006060C868A0600869E0604869A061F078DC +:1029400000B165606268B168184B501A20F07F4092 +:10295000984202D2A168084406E0881AA16820F0D3 +:102960007F40814202D9081A206000E0256065603E +:102970000120A56020742046E56104F047FAB8F113 +:102980000000A4D199F8001099F801008142A3D168 +:1029900017B97168514502D00120BDE8F0870020C9 +:1029A000FBE700002800002048020020FFFF7F0016 +:1029B0002DE9FF410026234800F03FFA2148001F7F +:1029C000074600F03AFA204C60680090A56800E0E5 +:1029D00000986946284004EB80000C30FFF746FF62 +:1029E0000028F5D101AA009901EA050304EB83034D +:1029F000491CDB6842F82030401C00910228F2D3C9 +:102A0000019800F0030001280BD0022810D1019892 +:102A1000032101EB90500099BDF80A6001EB900092 +:102A200005E00198BDF80A60C0F3831008440090E7 +:102A3000384600F0FFF908B10098606004B03046F5 +:102A4000BDE8F0816C080020540400204FF000091C +:102A500088B04E464FF0040849460220FEF72DF993 +:102A600008B1FEF73DF84FF40041002003F0E0F913 +:102A700008B1FEF735F803F067F8002001F0C6F85A +:102A800028B901F083F800F50340FEF729F84B2040 +:102A900001F08EF94FF4FC7001F0B2F928B901F0A1 +:102AA00075F800F50340FEF71BF8FFF751FBFFF741 +:102AB00013FC00F0F1FF28B901F068F800F50340BD +:102AC000FEF70EF8DFF8C4A00321BAF8000001EB0E +:102AD00000402FA103F052F95FF0010503F042F826 +:102AE0000028FBD100273C462046FEF7E0F818B14D +:102AF00005FA04F03843C7B2641C042CF4D3F8433D +:102B00008DF8000026B10D216846FEF74FFA11E05E +:102B100001F0E6F901F0EAF911226946022000F01D +:102B20004BFF08B908E030BF01F0E6F90028FAD001 +:102B300001F0E8F981460BE0BAF8000022A105EBAC +:102B4000004003F01BF900BF03F00CF80028FBD194 +:102B500086F00106B9F1000F10D1BAF800001EA1ED +:102B600005EB004003F00AF902F0FCFF0028FBD15E +:102B7000FEF798F910B1FFF72BFB8046B8F1000F74 +:102B8000B0D1FFF725FB8046ACE7000058010020DC +:102B900047617A656C6C2064796E616D6963207041 +:102BA000616972696E67206578616D706C6520730C +:102BB0007461727465642E20446576696365206D66 +:102BC0006F64652E000000005458206669666F200F +:102BD0006572726F7220000047617A656C6C653AAD +:102BE000207472616E736D697373696F6E206661B4 +:102BF000696C6564000000002DE9F047C788044651 +:102C0000181D16468946B0FBF7F1B0FBF7F207FB3B +:102C100012009A193A44D21CB2FBF7F2DDF820A058 +:102C200001E02468491E0029FBD13D1A8846B542BF +:102C300016D818E0BAF1000F05D0211809EB0800EA +:102C40002A46091D04E0204409EB08012A46001D1C +:102C5000FDF768FB00202468761BA844B74201D921 +:102C6000354600E03D46002EE4D1BDE8F087000087 +:102C700030B5024659B103F007F90021074C09E0CD +:102C800004EB810315685B88AB4202D11160002020 +:102C900030BD491C8142F3D3052030BD44010020E2 +:102CA0002DE9F0415C4903780446D1E9030200258F +:102CB000082B77D2DFE803F0042B4877726E8795F4 +:102CC000217C914208D238B100EB81018A6C521C00 +:102CD0008A640168491C0160A17B2E4661F30706E6 +:102CE0002189677B61F31F466189606861F30F0585 +:102CF000217B61F31745E17B61F31F6501F020FD46 +:102D00002A4631463846BDE8F04100F0ADBE48697C +:102D1000407D10B94148FEF771F92F46218965F3CE +:102D2000070761F31F476189267B61F30F05617B0C +:102D3000606861F31F6501F003FD2A46394630469D +:102D4000BDE8F04100F086BE217B914208D238B147 +:102D500000EB81018A6C521C8A640168491C016085 +:102D6000A07A217A60F3070561F30F25E17A667A8C +:102D7000676861F3174538B11FB928482630FEF758 +:102D80003DF9384601F0DCFC29463046BDE8F0410B +:102D900000F03BBFBDE8F04100F07CBE00F080FFDA +:102DA000BDE8F08131E01E484168491C416001786E +:102DB0000029F5D0816811B1491E8160F0E7BDE8B6 +:102DC000F04100F05BBEA379934208D238B100EB2A +:102DD000830293685B1C93604268521C42608A685D +:102DE0000CE0A379934208D238B100EB83029368D8 +:102DF0005B1C93604268521C42604A68002ACFD034 +:102E000061792079BDE8F0411047BDE8F041034801 +:102E10007F30FEF7F3B80000D40000203D04050029 +:102E2000B408002002490F220A7088617047000030 +:102E3000D4000020002100F009B8012100F010B8F2 +:102E400008B56A46FDF719FA009808BD08B56A4644 +:102E5000FDF7F9F908BD08B56A46FDF7DBF908BDCD +:102E600008B56A46FDF7E2F9009808BD08B56A465C +:102E7000FDF710FA009808BD70B5044600252846F5 +:102E8000FDF739FE21686268086890420ED9401E3D +:102E900008600178A38AE26801FB0325227A216891 +:102EA000101AC0B20A79824200D208710020FDF7E0 +:102EB00024FE284670BD70B505460C460020FDF77F +:102EC0001AFEE868A98A201AB0FBF1F12A68106896 +:102ED000431C13600170BDE870400020FDF70DBE7B +:102EE00010B530B1017A42680368891AC9B21A6014 +:102EF00006E00E2010BD03681A68541C1C60117097 +:102F0000491EC9B2F7D2006800210171084610BD00 +:102F1000C20800F007030120895C98400840704710 +:102F200010B5C20800F00703885C01249C402043D0 +:102F3000885410BD70B5074C251F20682968496862 +:102F4000884202D30448FEF759F82868216880684F +:102F5000405C70BD10010020440001000148006881 +:102F6000704700001001002010B5044605480068B5 +:102F70004068A04202D80448FEF740F80148001D0E +:102F8000046010BD0C0100204C00010001484068A5 +:102F9000704700001001002010B504460548006885 +:102FA0000068A04202D80448FEF728F80148001D36 +:102FB000446010BD0C0100205800010010B5040051 +:102FC00002D10548FEF71AF8044800210460001DEC +:102FD0000160416010BD0000270001000C010020CD +:102FE0000948021F4168491C4160126813689942F0 +:102FF00008D3002343600168491C01605268914274 +:1030000000D303607047000010010020002839D071 +:10301000401E00BF00BF00BF00BF00BF00BF00BF19 +:1030200000BF00BF00BF00BF00BF00BF00BF00BFA8 +:1030300000BF00BF00BF00BF00BF00BF00BF00BF98 +:1030400000BF00BF00BF00BF00BF00BF00BF00BF88 +:1030500000BF00BF00BF00BF00BF00BF00BF00BF78 +:1030600000BF00BF00BF00BF00BF00BF00BF00BF68 +:1030700000BF00BF00BF00BF00BF00BF00BF00BF58 +:1030800000BFC5D170470000F0B50546047815486B +:1030900089B0164640F82420124A08690832A2F185 +:1030A0000C0742F82400487F385520226846FDF777 +:1030B00039F904942878385C48B10EB10A4A00E026 +:1030C00000226946281D03F013FC09B0F0BD0EB1C3 +:1030D000064A00E00022694605F10C0003F0DAFA26 +:1030E000F3E70000040000200D710000596F00009C +:1030F00070B5124D06464FF080746868814202D068 +:103100001022FDF70FF90E490020C1F8000101223D +:103110000A6001E0641E0ED0D1F80021002AF9D027 +:10312000C1F80001A9688E4203D010223046FDF795 +:10313000F9F8012070BD002070BD000014000020CF +:1031400000E000400549064801F11002C0E9001204 +:103150001032826003480160012070475C0100204A +:103160001400002004E500400146024810220068D7 +:10317000FDF7D8B8140000202DE9F04104461028CE +:1031800002D30B48FDF73AFF094E0A4D761D204643 +:1031900000F07EF8070008D0AF4202D13046FDF7BC +:1031A0002DFF384600F03AF8F1E7BDE8F081000065 +:1031B000D0000300ADDEADDE0148006870470000BE +:1031C0004001002010B50020114A014600EB4003E9 +:1031D0009C186170A170D154401CC0B21028F5D366 +:1031E000DE22CC210B48FDF7AFF80A4A0020A2F1FD +:1031F000180100BF00EB001302EB430341F820303D +:10320000401CC0B20628F5D303490620086010BD53 +:10321000A80A0020B00B00204001002070B5104C1F +:1032200006462068062802D30E48FDF7E7FE304622 +:10323000FDF7A6FB18B90B48401CFDF7DFFE0A4D51 +:1032400020680A4955F82000884203D00548801CB0 +:10325000FDF7D4FE216845F82160491C216070BD4E +:103260004001002080000300980B0020ADDEADDEA1 +:1032700010B50446102802D30348FDF7BFFE0349EA +:1032800004EB4400085C10BDC2000300A80A002043 +:1032900070B500260446102802D30C48FDF7AEFE98 +:1032A0000B4D04EB4404285D70B105F1300000EBD8 +:1032B0008401601910F8022F51F822600321FFF7F2 +:1032C00037FA285D401E2855304670BDA200030025 +:1032D000A80A002070B50C460646102902D31248F1 +:1032E000FDF78CFE3046FDF74BFB18B90E48401C2D +:1032F000FDF784FE0D4D04EB4404285D032810D235 +:1033000005F1300000EB8401601910F8012F41F83D +:1033100022600321FFF70CFA285D401C285501208C +:1033200070BD002070BD00008C000300A80A0020C2 +:1033300010B50446102802D30948FDF75FFE09497D +:1033400004EB44000A5C42B101F1300202EB80025E +:103350000844807852F8200010BD002010BD000005 +:10336000B3000300A80A00200B4810B50168002430 +:1033700079B10A4A0A4B02EB8102491E52F8044D08 +:10338000136001602046FDF7FBFA10B90548FDF710 +:1033900035FE204610BD000040010020980B0020A3 +:1033A000ADDEADDE7800030000487047408100408C +:1033B0002DE9F74F904607004FF0000502D1344841 +:1033C000FDF71CFE334C4FF4803BC4F808B3324E7B +:1033D000B07818B12E48801DFDF710FE706818B146 +:1033E0002B480930FDF70AFEDFF8B0A077605FEAEE +:1033F00008004FF000094FF00108AAF1040724D09B +:1034000001282FD0022829D021481D30FDF7F6FDD4 +:1034100086F80280C4F840910199294489B2396044 +:103420003F68C4F84480DAF80060D4F8400118B16D +:1034300017482B30FDF7E2FDAF4215D3AE4201D362 +:10344000BE4221D3124833301CE0C4F84480DAF87D +:103450000050C4F84080C4F84091D9E70F48001DDF +:103460000568D5E73D68D3E7BE4201D2012000E000 +:103470000020B54201D8012100E00021884203D19B +:1034800003483E30FDF7BAFDC4F804B3BDE8FE8F33 +:1034900086000400008000401801002044850040A0 +:1034A000004870474880004070B5144C01266660A3 +:1034B000E660666412480025056011483C300068EB +:1034C00010B11048FDF79AFD4FF0FF30C4F8080323 +:1034D000C4F840510A490420083108600A48456090 +:1034E0000670457085700820FDF774F84FF0E021F4 +:1034F0004FF48070C1F8000170BD000000800040F2 +:1035000008850040470004001801002001480078A9 +:10351000704700001801002003490120086003499A +:103520000020087070470000008000401801002053 +:1035300070B5074801250561C560064C00260820C6 +:1035400066606670FDF746F8A670257070BD0000D5 +:1035500000800040180100200148407870470000BA +:10356000180100200FB408B50399002904D004AA5B +:1035700000926A4600F00FF801B05DF814FB10B538 +:1035800082680446002A05D0D4E9040321689847DC +:103590000020A06010BD2DE9FC4791460C0080463C +:1035A00076D014F8011B39B125290ED04046FDF71D +:1035B000CFFB20780028F4D198F80C00002867D0C1 +:1035C0004046BDE8FC47FFF7DABF00200122217822 +:1035D0002B291BD02D2902D0302908D102E040F040 +:1035E000010001E040F00200641C002AEFD1002538 +:1035F0002A290ED02178A1F130020A2A11D205EB36 +:10360000850201EB4205641C303DF1E740F0040007 +:10361000EAE7D9F800100B1DC9F800300968641CEE +:103620000D44217800232E290BD114F8011FA1F19C +:1036300030020A2A05D203EB830201EB4203303B3E +:10364000F3E76C290DD068290BD0692921D00BDC58 +:10365000252918D0582931D063290ED0642915D1D5 +:1036600017E014F8011FECE7702969D0732932D0F4 +:1036700075291BD0782909D120E0D9F80000011D57 +:10368000C9F8001001784046FDF762FB641C90E722 +:103690006CE0D9F800100A1DC9F800200968CDE9CE +:1036A00000500A224046FFF74DF8EFE7D9F8001026 +:1036B0000A1DC9F8002009680A2206E0D9F800109E +:1036C0000A1DC9F8002009681022CDE900504046C3 +:1036D00003F0AEFDDAE7D9F8001000270A1DC9F89B +:1036E00000200E68C00705D112E04046761C7F1C02 +:1036F000FDF72EFB31780029F7D104E02021404668 +:103700006D1EFDF725FBBD42C0D9002DF6D1BDE7EA +:103710004EB13046FCF72AFE074604E02021404621 +:103720006D1EFDF715FBBD4206D9002DF6D103E055 +:103730004046761CFDF70CFB31780029F8D1A5E74F +:10374000D9F80000011DC9F8001005683021404675 +:10375000FDF7FEFA78214046FDF7FAFA082000212D +:10376000CDE90001034610222946B0E7BDE8FC87F9 +:103770002DE9FF411C46DDE90A7815460E466846EC +:1037800000F092F846EA450141EA840141EA072245 +:1037900042EA0841009A00EB8200C0F80017BDE839 +:1037A000FF812DE9FF411C46DDE90A7815460E46EA +:1037B000684600F095F846EA450141EA840141EA8D +:1037C000072242EA0841009A00EB8200C0F8001785 +:1037D000BDE8FF812DE9FF411C46DDE90A78154669 +:1037E0000E46684600F08AF846EA450141EA84013F +:1037F00041EA072242EA0841009A00EB8200C0F841 +:103800000017BDE8FF811CB5002100910B46012285 +:103810000191FFF7C6FF1CBD1CB5002100910B46AE +:1038200001220191FFF7D6FF1CBD1CB500220B46FB +:10383000009211460192FFF7B4FF1CBD1CB5002297 +:103840000B46009211460192FFF7C4FF1CBD1CB548 +:10385000002100910B46012201911146FFF7A1FFC3 +:103860001CBD1CB5002100910B460122019111469F +:10387000FFF7B0FF1CBD13B50C46684600F022F8F8 +:10388000009900EB8101D1F8002722F44032C1F801 +:103890000027009900EB8100D0F8001741EA0441AD +:1038A000C0F800171CBD00000168202902D24FF0AB +:1038B000A040704701F01F010160014870470000FF +:1038C000000300500168202902D24FF0A040704749 +:1038D00001F01F0101600148704700000003005023 +:1038E0000168202902D24FF0A040704701F01F016B +:1038F0000160014870470000000300500168202962 +:1039000002D24FF0A040704701F01F010160014852 +:10391000704700000003005001B56846FFF7E0FF64 +:10392000009A01219140C0F8081508BD01B568460C +:10393000FFF7E4FF009A01219140C0F8081508BD87 +:1039400038B501240090684631B1FFF7ADFF00990A +:103950008C40C0F8084538BDFFF7A6FF00998C40A1 +:10396000C0F80C4538BD00001CB5094C0144D4E931 +:103970000034CDE900346C4606E000BF54F8203036 +:10398000D3F81035401C08C28142F7D81CBD000096 +:10399000EC720000034908B508440021016000688A +:1039A000009008BD0060004002494058012800D046 +:1039B00000207047006000402DE9F041204D164680 +:1039C00088460746082801D3042035E0B8F1000FE7 +:1039D00003D0202E03D906202EE003202CE0384609 +:1039E00001F06EFA032801D3092025E0384600F0E3 +:1039F000FBFF032801D30A201EE000F01BFD022874 +:103A000001D2082018E000F0A5FE044606704078B8 +:103A1000324640F0010060704146A01CFCF782FC79 +:103A2000F8B2214601F04EFA10B10120BDE8F08154 +:103A30000448FDF7E3FA0F2028700020F6E70000A5 +:103A4000D4000020FC0005000149002048607047B8 +:103A5000B40800200348C1600261012141700021C7 +:103A600081707047BA0000200348C16002610121E3 +:103A70004170817070470000BA00002010B500F05E +:103A80009DFD18B1BDE8104000F004B8BDE810403D +:103A900000F092BC7047000010B50B4C606928B173 +:103AA00000F042FB0004000C02D005E0022008E018 +:103AB000002000F059FE18B100F092FC012010BD6A +:103AC00011202070002010BDD40000202DE9F0410D +:103AD00016460F46044600F087FF154D48B157B112 +:103AE000204600F08DFF00783168814205D2062023 +:103AF0001AE00B2018E0032016E0204600F076FFC5 +:103B000004000DD0A01C0BD02278A11C38463260D6 +:103B1000FCF708FC204600F013FE0120BDE8F08110 +:103B20000448FDF76BFA0F2028700020F6E700002C +:103B3000D40000202601050010B5082804D305494B +:103B400004200870002010BDC0B200F043FF012027 +:103B500010BD0000D4000020084910B54A69527D0C +:103B60000AB10C2002E0082803D3042008700020CA +:103B700010BDC0B201F08CF9012010BDD4000020AE +:103B80000148006970470000D40000200148007817 +:103B900070470000D400002000F01ABD082804D3AC +:103BA000034904200870401F704700F01DBF00004B +:103BB000D400002001F092B801484068704700002E +:103BC000B408002001F0A2B810B5012401F094F966 +:103BD000F02815D005DCB0B1042809D0EC2812D1AA +:103BE00010E0F4280AD0F82806D0FC280BD101E018 +:103BF000002408E0022406E0032404E0042402E098 +:103C0000052400E00624204610BD70472DE9F04150 +:103C10001D4D064600241D482C70AC6104604460B4 +:103C200084601B4800F028FC686140B3042000F069 +:103C300099FA05F11C00296900F068F8074630463A +:103C400000F0B8F800EA0706002000F099F80640F6 +:103C5000012000F0E5F80640022000F079F8064067 +:103C6000002000F0FFF80640012000F0A1FE002037 +:103C7000EC6000F05FFD16B10120BDE8F08101208D +:103C800028700020F9E70000D4000020B4080020CC +:103C9000A12C000001484069407D7047D4000020FD +:103CA00070470000084A10B553695B7D0BB10220D4 +:103CB00002E0082803D304201070002010BD00F09B +:103CC00063FD012010BD0000D4000020064910B59E +:103CD0004A69527D1AB102200870002010BD00F020 +:103CE00029FA012010BD0000D4000020064910B5BB +:103CF0004A69527D1AB102200870002010BD00F000 +:103D000025FA012010BD0000D400002010B50F4C92 +:103D10006269527D0AB1022014E010290FD871B1F6 +:103D200078B10A462161014608481C30FCF7FAFACE +:103D3000064821691C3000F029FA012010BD072037 +:103D400000E003202070002010BD0000D4000020FF +:103D50000A4910B54B69024601205B7D0BB1022078 +:103D600004E0012A05D0022A04D00E2008700020A9 +:103D700010BD002000F088FA012010BDD400002002 +:103D80000A4910B54B69024600205B7D0BB1022049 +:103D900003E032B1012A03D00E200870002010BDCC +:103DA000012000F0EDF9012010BD0000D40000203A +:103DB00000F014BC10B540B1012808D002280BD087 +:103DC000064905200870002010BD012000E00220F7 +:103DD00000F00AFC012010BD0020F9E7D40000200B +:103DE000064910B54A69527D1AB1022008700020B8 +:103DF00010BD00F079FF012010BD0000D4000020AC +:103E0000064910B54A69527D1AB102200870002097 +:103E100010BD00F081FF012010BD0000D400002083 +:103E2000014610B50020072914D2DFE801F0040F85 +:103E300006080A0C0E00042008E0FC2006E0F8202A +:103E400004E0F42002E0F02000E0EC2001F05AF859 +:103E5000012010BD02490E200870002010BD000096 +:103E6000D40000200A4910B54B69024600205B7D52 +:103E70000BB1022003E032B1012A03D00E200870FA +:103E8000002010BD012001F047F8012010BD000006 +:103E9000D400002010B5FFF7FDFE002806D0FFF784 +:103EA000EDFD30BFFFF7F6FE0028FBD110BD00008E +:103EB00038B50446012181F31088202505E06A46C3 +:103EC000064920460095FFF701FE2046FFF766FEF3 +:103ED0000028F4DC002080F3108838BD780800202A +:103EE0000149002048707047BA00002001490020B5 +:103EF00088707047BA000020014840787047000081 +:103F0000BA0000200148807870470000BA00002005 +:103F100010B501F0F3F90349002008610249087067 +:103F200010BD00000C090020000100202DE9FE4317 +:103F30004D4800684D4C012802D04D48006828B912 +:103F400060680078202801D8012100E00021494E56 +:103F500003204FF0000830704348C4F80080083058 +:103F60000568424F183F89B3006841490839086025 +:103F700002A8CDE900043C480C3002680123294620 +:103F8000184602F067F910B3012805D0022821D0A5 +:103F9000032855D0384851E0029818B136481C38EB +:103FA000FDF72CF8284602F0B8FA18B932481B3849 +:103FB000FDF724F801F0D6F9B97D0023CDE9000121 +:103FC0007068EAB290F9161018461CE01EE02A4804 +:103FD000113833E0029818B927480D38FDF70EF86C +:103FE000284602F09AFA18B923480C38FDF706F86B +:103FF00001F0B8F9B97DEAB2CDE90001706801239A +:1040000090F91610029800F07DFB19E000F072FEA6 +:1040100030B101F0A7F90146BA7DE8B200F044FBE7 +:104020000023CDF800801A4619461846CDF80480C2 +:1040300002F010F9042803D00F480F30FCF7DEFF20 +:10404000206838B1012060750C4820610420307070 +:10405000BDE8FE8301F052F984F81580C4F81080A1 +:1040600000F00EF8F4E70000001400400C090020F6 +:1040700034150040000100204406090019410000E9 +:1040800070B5FFF745FF1F4D012028701E480168DD +:104090001E4A21F0FF0112691143016002F046FA45 +:1040A0001A4C4C3410B302F041FA032802D01848DD +:1040B000FCF7A4FF022001F05FFB002001F0B4FB3D +:1040C00002F034FA032803D011480830FCF796FFB9 +:1040D0002878012803D00E480E30FCF78FFF02200D +:1040E0002870002020610B48E06070BD02F012F8DB +:1040F0000228DFD302F040F960600028DAD10448DA +:10410000401FD5E70001002030150040C008002006 +:10411000F40509002D3F0000024905200870FFF753 +:10412000AFBF0000000100200148006A7047000096 +:10413000C0080020034910B5086200F0ADFD024937 +:10414000086010BDC00800201C150040034910B5D0 +:10415000486200F0A1FD0249086010BDC0080020BF +:10416000201500400449487704490A6822F4E022F7 +:1041700042EA004008607047C0080020181500405F +:104180000149087670470000C008002070B50C0097 +:10419000054602D10748FCF731FF1DB90548401C10 +:1041A000FCF72CFF0448C0E90145BDE87040002041 +:1041B000FEF7DABEB30309002409002010B500F0B1 +:1041C00099FD044901F1640208B1C86800E08868FB +:1041D000106010BDC00800201CB510494FF440709D +:1041E000086002F0A3F9012812D0022810D0032899 +:1041F00013D100200090034602460146019002F0D0 +:1042000029F8042809D0BDE81C400548FCF7F6BE93 +:104210000021084602F0CEF8F3E71CBD08F5014086 +:1042200048020900144981F8310014490A6822F053 +:10423000FF020A6048B1114A0B1D0832012807D05D +:1042400002280ED00E48FCF7D9BE086808607047F7 +:10425000086840F001000860FF20106040F207107D +:1042600007E0086840F0020008604FF6FF70106039 +:104270000448186070470000C00800203415004052 +:104280002E04090021100100044981F8320004497C +:1042900008B1012800D1086070470000C008002064 +:1042A000101500402DE9FF413E480068012802D06A +:1042B0003D48006830B93D4840680078202801D862 +:1042C000012700E0002700F0F5FB384C0126183CE0 +:1042D00000B9266102F02AF9012802D03448FCF71F +:1042E0008DFE344D6868007D18B13148401CFCF7E4 +:1042F00085FE01F003F8EFB30121084602F05AF8F9 +:1043000020B1012828D0022826D10FE001F02AF898 +:10431000064601F067FFC7B201F05EFF8446A07D4C +:104320000021CDE90260CDE900710DE001F01AF83D +:10433000804601F057FFC7B201F04EFFA17DCDE9E5 +:104340000076CDE90281844668686289218990F906 +:104350001630604600F0B8F9FEF700FEE060134842 +:104360004C3840696060FFF729FF04B00020BDE8C9 +:10437000F04100E001E0FEF70FBE6E7000F0BAFC05 +:1043800000280CD000F0EEFF054601F02BFFA27DC7 +:1043900004B02946BDE8F041C0B200F085B9BDE8DF +:1043A000FF81000000140040341500400C0900207B +:1043B000370709000001002010B5012080F31088A4 +:1043C0000648417D29B1817819B90121817000F039 +:1043D0003FFB002080F3108810BD0000F40800208F +:1043E00070B5124C607D00281ED100F0C3FA04F1B4 +:1043F0003005A86810B90E48FCF700FE686818B9C7 +:104400000B48401CFCF7FAFD02F0C0F818B1084850 +:10441000801DFCF7F3FD002002F0D8F80120607544 +:10442000BDE8704000F014BB70BD0000F40800202F +:10443000CE02090001F0E2BE30B50D4D85B0687DB9 +:10444000002813D000F042FB00F058FF0024AC70AD +:104450006C7505208DF80000684601F007FE0548E0 +:10446000047005B0BDE83040FFF7B6BE05B030BD02 +:10447000F4080020000100202DE9F041054601204C +:1044800080F31088484E4FF003080024707086F8BF +:104490000080B470746034817481F46007463461C4 +:1044A000347506F118007475046044608460C4605B +:1044B00004610475183084604460FEF7F5FF2846F7 +:1044C00001F00EFE01F09CFE002002F071F806F1F2 +:1044D0003000FEF773FD00210820FCF7BDF8002135 +:1044E0000120FCF7B9F801211520FCF7B5F80120EF +:1044F00000F07AF8A6F13405FF20286104206877DF +:104500002A4929622A49696285F82870022185F8BA +:10451000291085F82A8085F82B00052085F82C00C5 +:10452000062085F82D00072085F82E00082085F844 +:104530002F0085F8304085F8311085F832706920F9 +:1045400045F8140B1E2028604FF4167045F8100C27 +:10455000022000F091FC0F2000F094FCEC802F7101 +:104560006F712C72204601F043FE7078012802D052 +:104570001048FCF743FD3770B47074603481748167 +:10458000F46034610C48347574758460447000F0D4 +:10459000F1F90820FCF713F81520FCF710F884F364 +:1045A00010880148BDE8F081F408002004070A0DD6 +:1045B00005080B0E9F020900000100200348407D02 +:1045C00008B100207047012070470000F408002067 +:1045D0000148408B70470000C00800200149488313 +:1045E00070470000C008002010B5012181F3108839 +:1045F00007490A78824204D04870487D28B100F00B +:1046000027FA002080F3108810BD00F003F8F8E7C7 +:10461000F408002030B5224D85B0287869788842AA +:104620003BD008B900F0A6F9687808B9FFF7D4FDC7 +:104630001C480024046000F061FE19481830046032 +:10464000446004618460C4602878012802D0022894 +:1046500008D015E001F06AFF90B10021084601F092 +:10466000A9FE0DE0FFF754FC01F060FF032807D11D +:10467000002300941A4619461846019401F0EAFDF9 +:10468000FFF79CFD6878287004208DF800006846CC +:1046900001F0ECFC012005B030BD0020FBE700007C +:1046A000F408002054F5014000B585B006238DF8CC +:1046B00006208DF805108DF804008DF8003068464E +:1046C00001F0D4FC05B000BDF0B585B00DF1280CAB +:1046D0009CE8F0008DF80C308DF80D404FF0000C88 +:1046E0000190ADF808108DF80E508DF800C0ADF8AF +:1046F0000A208DF80F608DF81070684601F0B6FC46 +:1047000005B0F0BD70B586B00226DDE90A458DF82A +:1047100008108DF8092001908DF80A308DF800609E +:104720008DF80C508DF80B40684601F09FFC06B0E8 +:1047300070BD000001498860704700000001002042 +:1047400010B5012181F3108801F080FD002080F375 +:10475000108810BD10B5012080F3108801F078FD9D +:10476000002181F3108810BD10B50446082802D33B +:104770000348FCF743FC0348204490F8280010BD90 +:10478000AD030900C008002070B5082819D20F4AEF +:10479000024482F828108207D40EFF22A240D2439E +:1047A000042801D20A4D01E0094D2D1D2868104052 +:1047B0002860084600F05EFA2968A0400843286097 +:1047C00070BDBDE870400348FCF718BCC00800206D +:1047D00024150040A703090010B51B4C0020607091 +:1047E000FEF7A8FB19490860FEF7B8FB1849887561 +:1047F00001F09CFE012807D001F098FE022802D0AB +:104800001448FCF7FBFB002000F0B6FFFEF7CCFDE0 +:10481000114908606068091D40680860A0680028A8 +:1048200011D0007820B1FEF7BFFDA16800F002FCB6 +:10483000A0680179002906D000F0D0FBA068BDE88F +:10484000104000F0D9BB10BD000100200815004049 +:10485000F40800209706090050F5014010B501F05A +:104860000FFE002820D0114800210181418101F074 +:10487000B9FC0F49086001F0B5FC012181400C48EA +:10488000001D026822F0FF021143016001F0A4FC48 +:10489000064C1834206001F099FC60600548E06027 +:1048A000BDE81040FFF798BF10BD0000F4080020DD +:1048B0002C150040A542000015480021016001218F +:1048C00001601448016821F480710160016821F0E1 +:1048D0000F01891D0160016821F4702141F440310C +:1048E0000160001D016821F000710160016841F064 +:1048F00080710160016821F0FF0141F02001016039 +:10490000016821F47F4101600120FBF758BE0000DF +:10491000FC1F00401415004070B5134C1348A168EB +:1049200000F096FE6060114C4C3C607FFFF71AFC73 +:10493000206AFFF7FFFB606AFFF708FC002560199B +:1049400090F828102846FFF71FFF6D1C082DF6D39E +:10495000074914F8300F08606078FFF763FCA0780F +:10496000BDE87040FFF790BC000100200C0900205A +:104970000C1500400C4910B5002008600A484FF49F +:1049800040744C380460FFF797FFFEF789FD064935 +:1049900008310860091F0548086003485038046062 +:1049A000BDE81040FFF7B8BF54F5014004110040C6 +:1049B00010B504460448406810B90448FCF71EFBD3 +:1049C0000348047510BD0000000100206E040900BA +:1049D0000C09002010B5012181F3108801F09AFD27 +:1049E000002080F3108810BD01F097BD10B50121A3 +:1049F00081F3108801F094FD002181F3108810BD2F +:104A000001F091BD03490122086101460248FEF709 +:104A1000CFBC0000F40800209965000070B50C467A +:104A200001F0D4FD074D2869A04202D30648FCF7E7 +:104A3000E5FA28690122211A0448FEF7B9FC002092 +:104A4000286170BDF4080020D606090099650000B1 +:104A500010B5FEF75BFD012822D101F0B1FD10B1C8 +:104A60001048FCF7CBFA002264210F48FEF7A0FCA7 +:104A70000E48007F80B90E48012101600022000726 +:104A8000C0F80021016000BF00BF00BFAFF300808D +:104A9000D0F800110029FBD0BDE81040FEF73CBD66 +:104AA00010BD0000B406090099650000C008002090 +:104AB00014050040044810B5006918B9FEF74CFD14 +:104AC000002800D0012010BDF408002010B5FEF72A +:104AD0001DFD01280ED0FEF72BFD0748007F10B901 +:104AE000012081074860002001F070FD024900208C +:104AF0003431486010BD0000C00800200B4810B5DC +:104B00004068407D30B1012000F08EFE08490889E0 +:104B1000401C08810749002008600548343803C854 +:104B2000BDE81040091A0020FFF778BF00010020FF +:104B3000F408002054F5014070B586B0FFF7BAFFC5 +:104B4000494D4A4E05F1340458B100F0BDF8A07843 +:104B5000002869D0FEF744FA06B0BDE87040FFF7C0 +:104B60006BBC2078012802D0022804D008E000F0B5 +:104B700017FF28B170E0307804286DD003286BD07F +:104B8000FEF72EFA00F0A0F8A07868B1FFF754FC09 +:104B900001F0C0FA022840D303208DF800006846D7 +:104BA00001F064FA06B070BDFFF734FD20B10020BB +:104BB0006968FFF733FFEBE72078F0B1012816D0E2 +:104BC000022817D02A48FCF719FA687E0128DFD19D +:104BD00000F090F80028DBD12078D8B1012811D05E +:104BE0000228D5D022481A30FCF708FAD0E700F0A6 +:104BF00099F8EAE700F01AF9E7E700206968FFF79B +:104C00000DFFE2E701F092FC0028C1D101F00CFC9D +:104C10000028BDD1FFF75AFFBAE706B01448BDE837 +:104C200070403630FCF7EAB92078022808D0FEF749 +:104C3000D7F9696806B00020BDE87040FFF7EEBE06 +:104C40003078042808D0032806D0FEF7C9F906B04A +:104C5000BDE8704000F0EAB8686806B04008BDE8FA +:104C60007040FFF7CFBE0000C00800200001002008 +:104C7000D0040900024610B50020014622FA01F3D3 +:104C800003F00103C1F10704A3400343491CC9B267 +:104C9000D8B20829F2D310BD2DE9F0410024064610 +:104CA00025461827E80026FA00F0C0B2FFF7E2FF19 +:104CB000694207EBC101884020436D1CEDB20446F8 +:104CC000042DEFD3BDE8F0810348416809B1491EC6 +:104CD0004160FFF773BA0000F40800200148406902 +:104CE00070470000C008002001494861704700007B +:104CF000C008002004480178022902D0406800283A +:104D000000D0012070470000F408002001484068EE +:104D100070470000C008002001494860704700004B +:104D2000C00800202DE9F04186B000F0E7FA01F05C +:104D3000FDFB3A4D05F1340420B3688BB0B32189F3 +:104D400081423BD30121002001F034FB01F044FA01 +:104D500026898046648901F045FA074600F002FB87 +:104D6000014601208DF80000ADF808608DF80C7048 +:104D7000CDF80480ADF80A408DF80D10684601F0BA +:104D800075F944E001F0C6F9022840D3FFF7B2FFFD +:104D900068B1FEF7FBF8D0BB287E20B9FEF7DEF83D +:104DA000E168884233D1FFF759FD30E006E0E06862 +:104DB000FEF7DAF80020FEF7EFF8F4E7FEF7CCFB99 +:104DC00010B11748FCF71AF9FEF7B4F8154909684D +:104DD000884202D06089401C608113484078A0B9A5 +:104DE000FFF788FF88B101F0FDF9064600F0BAFA36 +:104DF000A17D8DF806108DF8050007228DF80020A2 +:104E00008DF80460684601F031F9FFF7E5FC296888 +:104E100006B00120BDE8F041FFF700BEC008002049 +:104E20007C050900081500400001002070B5002431 +:104E3000FEF780F80D4D2968884207D0FEF77AF812 +:104E40002860FEF78BF80A49012488750948641E1A +:104E50000078044201D1FFF713F90548343841685E +:104E6000BDE870400020FFF7D9BD000008150040E4 +:104E7000F4080020000100200149C860FFF79EB936 +:104E8000C008002001498860FFF798B9C0080020D9 +:104E900010B50446012181F310880748017821B13B +:104EA000407D10B10548FCF7A9F8204601F044FB0D +:104EB000002080F3108810BDF4080020680309006A +:104EC00001F043BB10B5012282F3108801F04AFBC8 +:104ED00058B10848817819B9407D08B1FFF7B8FD8D +:104EE000002080F31088012010BD002080F310887E +:104EF00010BD0000F4080020014890F83000704711 +:104F0000C0080020024981F830000249086070475B +:104F1000C00800200C1500400149087770470000C8 +:104F2000C008002070B51149114A0025487802EBED +:104F30000010027B22B10F4AD2F80C2102B10125E8 +:104F4000807A0870012000F0DFFB0B4C1DB1A068D7 +:104F5000806800B180476068002806D00179002988 +:104F600003D0BDE8704000F01BB870BD30090020D0 +:104F7000687300000010004020010020074800690D +:104F8000012805D0022805D0032805D100F09AB8E1 +:104F900000F04CB900F0E4B8704700003009002080 +:104FA000827B002193000B4A1344C3F81019C37B82 +:104FB00002EB8302C2F81019427B0121837BC07B84 +:104FC00001FA02F201FA03F3814003481A430A434B +:104FD0000260704700F0014008F501404279054B3E +:104FE000C079012103EB80000AB1016670470163BB +:104FF000704700000060004082680021C2F8401144 +:10500000C17B094ACB0009490B44C3F81025C37B77 +:10501000826801EBC301C1F81425C17B01208840DF +:1050200003490860704700001011004000F0014083 +:1050300004F501402DE9F0410746886800260C463A +:10504000C0F840618868097B1A4D00F5A07005EB37 +:10505000C101C1F810056278E178207B00F08EFC78 +:10506000607B05EBC000C0F81075617BA06805EBA4 +:10507000C101C1F814051048C0F80C61C0F81061F6 +:10508000A17B0E4805EBC101C1F810056278E178FB +:10509000A07B00F061FC217B0120627B00FA01F122 +:1050A00000FA02F21143A27B9040014304480160E0 +:1050B000BDE8F08100F00140001000400C110040FC +:1050C00004F501402DE9F0411F4E0220002530700B +:1050D0000320707075603575B0691C4C401CB06160 +:1050E000C4F80C51C4F80051C4F81051C4F804516C +:1050F000C4F82851C4F80052681EC4F808030120FF +:10510000FBF773FA124FB868007D50B11148006880 +:105110004042B075C4F81C510120A0610E498002C4 +:1051200008600C4844380068F168884202D00B4897 +:10513000FBF764FFB868C068002802D0BDE8F04102 +:105140000047BDE8F0810000300900200010004059 +:10515000200100204815004008F5014051040A00D4 +:1051600010B52D4CD4F80C01012802D02B48FBF7C8 +:1051700045FFD4F81001012803D02848401CFBF754 +:105180003DFFD4F80001012803D02448801CFBF720 +:1051900035FFD4F8040118B12048C01CFBF72EFFDE +:1051A0000020C4F80C01C4F81001C4F80001C4F8D0 +:1051B0000401C4F808010221C4F800120121C4F856 +:1051C00008130822C4F80423154A0323154C13704E +:1051D00010755060606890B1027912B1FFF7E0FE7F +:1051E0000DE002785AB1027B437B807B01FA02F228 +:1051F00001FA03F381400C481A430A430260A06895 +:10520000006900B18047A0688068002802D0BDE82E +:105210001040004710BD000000100040F3030A00DA +:10522000300900202001002008F501402DE9F0415F +:105230002A4DD5F80001012802D02948FBF7DEFEEF +:10524000D5F80401012803D02548401CFBF7D6FE01 +:1052500024480168244801700021C5F80011C5F8F0 +:105260000411C5F80811491EC5F808130126C5F830 +:10527000046381681D4F097D09B1B102396044683A +:1052800014B3207900B3617BDFF86480A06808EB79 +:10529000C10100F5A070C1F810056279E179607B69 +:1052A00000F06CFB607B06FA00F03860207B11494F +:1052B00008EBC000C0F810156279E179207B00F09E +:1052C0004BFB207B86403E600B480649091FC068A7 +:1052D00008600B20C5F80002BDE8F0810010004016 +:1052E000BD030A00081500402001002004F501401C +:1052F00000F001400C1100403009002070B5012081 +:10530000FBF77EF90120FBF770F9144C4FF0FF30EA +:10531000C4F808030026C4F80062C4F81061012034 +:105320002061A0610E4D2878012813D0022813D0E7 +:10533000032811D05FF00100FDF768FEC4F810618A +:105340002E706E75002000F0DFF9BDE8704001207E +:10535000FBF76CB90620EFE70220EDE700100040F4 +:10536000300900200148007870470000200100202B +:1053700001F03F014FF4003343EA01218300094863 +:105380001844C0F81015D0F810150AB941F480116E +:10539000C0F81015D0F8101541F00301C0F8101531 +:1053A000704700000060004008480069012806D0EE +:1053B000022806D0032806D00548FBF71FBE00F0E0 +:1053C00095B800F007B800F0F1B8000030090020EF +:1053D00033050A002DE9F047DFF8F08004210120B1 +:1053E00088F80010D8F81810491CC8F81810FBF7F6 +:1053F000FCF837480068374D2870374C0026C4F851 +:105400000C61C4F80061C4F81061C4F80461A868B4 +:10541000DFF8C8900127007DA0B130480838006847 +:10542000400502D42E48FBF7E9FD294840300068CA +:10543000404288F81600C4F81C61A7614FF48061EF +:10544000C9F80010D4F8000118B125480930FBF75D +:10545000D5FDD4F80C0118B121480A30FBF7CEFD78 +:105460004FF0E020B046D0F8000210F0020F03D059 +:105470001B480B30FBF7C2FD6E68CEB13078B8B177 +:10548000C4F80C81717B184A164802EBC101C1F8BF +:1054900010057278F178707B00F05EFA707B0F492E +:1054A00007FA00F0091F0860F07B8740C9F8007018 +:1054B000A868C06800B18047A868417D002903D072 +:1054C00003490068091F0860BDE8F0873009002023 +:1054D00008150040200100200010004008F50140A0 +:1054E000C0040A000C11004000F001402DE9F04119 +:1054F000294C0026C4F80C61C4F80061C4F810619E +:10550000C4F80861C4F80461012004F58074FBF755 +:105510006CF80820C4F804020125C4F808520720DA +:10552000C4F800011D484468002C32D0207920B115 +:10553000207B1B4905FA00F008602078002828D05D +:10554000A068C0F84061A17B164FA06807EBC101BD +:1055500000F5A070C1F810056278E178A07B00F03A +:105560000DFAA068C0F84061E17B0F4807EBC1016C +:10557000C1F81005E17BA06807EBC101C1F8140573 +:10558000A17B05FA01F0E17B8D4005492843091F05 +:105590000860BDE8F08100000010004020010020FC +:1055A00008F5014000F001400C11004070B5234C9B +:1055B000D4F80C01012802D02148FBF71FFDD4F8D4 +:1055C0001001012803D01E48401CFBF717FDD4F83A +:1055D0000001012803D01A48801CFBF70FFD0020B2 +:1055E000C4F80C01C4F81001C4F80001C4F80401A7 +:1055F000411EC4F80813C4F80002124C626872B16C +:10560000117861B1557B012303FA05F1957BD27BBB +:1056100003FA05F593400C4A2943194311600B49DD +:10562000032208704A7048600875A0680069002865 +:1056300002D0BDE87040004770BD0000001000407F +:10564000F5040A002001002008F50140300900207F +:1056500070B506460C460120FAF7D2FFFFF74EFE62 +:10566000244D25482649C5E9014600240470032637 +:105670004670446004610475447584751F48086071 +:105680001E48F030091F08601E48016821F0010122 +:1056900041F0807101600120FAF7C8FF686838B3F3 +:1056A000017909B9017819B38168C1F80865042244 +:1056B000C1F81025027CC2F18102C1F8402540F2F8 +:1056C0000112C1F80022C1F804450122CA60C1F8E4 +:1056D0004041017921B142798179C079FFF748FED3 +:1056E0006868017821B142788178C078FFF740FE80 +:1056F000014870BD20010020300900201410004036 +:1057000064F50140741700402DE9F041174C002565 +:105710000746C4F80052164E307803281CD0681E85 +:10572000C4F80803C4F80C51032070700120FAF784 +:105730005CFF00BFC4F80051C4F81051C4F8045114 +:1057400075603575002F0FD00A4880680069002801 +:105750000AD0BDE8F04100476FF00800C4F8080324 +:105760000820C4F80403E5E7BDE8F081001000401C +:1057700030090020200100202DE9F0470746DFF81E +:10578000908022484FF0FF3100EB0716C8F808134D +:105790000120FAF72AFF1F4C0025DFF87C90657581 +:1057A0006770D9F80800032F0268A2604168C4E955 +:1057B0000315A5613068606019D2337AC8F80032E9 +:1057C000C8F80C51C8F81051F37A14481BB10160A5 +:1057D000006828B108E00260006828B9104801E0BC +:1057E0000F48401DFBF70AFC717AC8F80413D9F87A +:1057F0000800007D28B1022F03D10A49A57578025F +:10580000086001206075BDE8F08700006873000043 +:105810000010004030090020200100200415004045 +:105820009C020A0004F501402DE9F05F404C8246DD +:105830004048667800EB0617607D012802D03E489C +:10584000FBF7DCFB207D18B13B48401CFBF7D6FB87 +:10585000012500212575DFF8E490A0466175032E2F +:1058600047D2BAF1000F3CD1D9F80440BCB3227939 +:10587000AAB38A460846A168C1F84001217BDFF837 +:10588000C0B0A0680BEBC10100F5A070C1F8100515 +:105890006279E179207B00F071F82A49C1F80CA106 +:1058A000607B29490BEBC000C0F810156279E179E3 +:1058B000607B00F051F8217B627B05FA01F005FA6C +:1058C00002F1084321490860D9F80400204A81798F +:1058D0001268CA4012F0010F01D180680560386873 +:1058E0000560022E01D0012E07D1B97A88F8001088 +:1058F00003E011482530FBF781FBD9F80800007D53 +:10590000002813D0022E11D110480068400503D49E +:1059100009482A30FBF772FB0E480068002805D1C1 +:10592000BDE8F05F04482B30FBF768BBBDE8F09F93 +:105930003009002068730000B8020A00200100202E +:1059400000F00140001000400C11004004F501403F +:105950001005005004150040064B03EBC0000AB1CF +:10596000054A01E0044A303A02EB8101C0F81415FF +:105970007047000000F0014060600040064B03EB00 +:10598000C0000AB1054A01E0044A303202EB81014D +:10599000C0F814157047000000F00140306000406E +:1059A0000348D0F80401012800D00020704700000F +:1059B0000010004030B5124B01460020D3F81044CF +:1059C000224609E0157A854205D1401C0A28F7DBFA +:1059D0004FF0FF3030BD5268002AF3D1421CF9D09D +:1059E0000872D3F810242AB152684A60D3F8102400 +:1059F000516030BD0022C3F810144A6030BD000071 +:105A000054040020F0B595B01C4615460F460846D4 +:105A10001A9E00F009FB182109A8FAF79CFC0E96C3 +:105A2000CDE909540023082203A9384600F011FBF0 +:105A300005980690BDF81000ADF81C00BDF81200E6 +:105A4000ADF81E0000208DF821000398082600F014 +:105A50000300012802D0022818D032E00398334610 +:105A6000850AC0F3C2008DF8200003980FA9C0F387 +:105A70008314A200384600F0ECFA09A8009006ABA7 +:105A800022460FA9284600F02BFA1AE00398840D4D +:105A9000C0F3C2008DF82000082C01D2254600E09A +:105AA000082533462A460FA9384600F0D2FA2E447C +:105AB000641B09AB06AA29460FA800F063F9002C65 +:105AC000EAD1384600F0B6FA15B0F0BD70470120B3 +:105AD00001F060BA084810B50178084A515C19B164 +:105AE000001D00F091FF02E00C3000F09FFEBDE8C9 +:105AF0001040002001F04EBA4400002000000020B9 +:105B000008B5034A00924023024AFFF77BFF08BD15 +:105B1000C16C0000540300200A4A012902EBC000B6 +:105B200007D0022907D0032907D0042907D0002075 +:105B30007047022070470420704700797047407911 +:105B400070470000DC74000010B5FFF7C0FF0421AF +:105B50000348FFF72FFF02490120487210BD0000E3 +:105B6000580000202DE9F0478CB0FBF701F918B17F +:105B700000200CB0BDE8F087784C0020C4F8180471 +:105B8000BFF34F8F60680290A5684FF0000828406F +:105B900004EB800008E021680298814201D861602E +:105BA000E6E7284004EB80000C3002A9FCF75EFE1B +:105BB0000028F0D103AB029901EA050204EB82024E +:105BC000491CD26843F82020401C02910228F2D3DD +:105BD000039800F00300022802D001284ED0A5E06F +:105BE00003985022810D8946B2EB905F00D8502176 +:105BF0000E4666F39F5003900831594800F0CBF9E8 +:105C0000070078D000F010FA4346082203A938466E +:105C100000F025FA029908F1080A2940681A800064 +:105C2000001D864223D94D4D0C3530B1C2B204EB74 +:105C30008101301A90460C3104E02946F2B2002569 +:105C400090462846C6B25346384600F008FA0AEB9A +:105C500008032DB1324629464FEA070000F0FFF94C +:105C6000029909F1030001EB900002903AE004EB85 +:105C700081015346324638460C31EFE70398C0F3B2 +:105C80008311062900D3062161F389100390C0F324 +:105C90008310801C8100324800F07DF9070045D058 +:105CA00000F0C2F94346082203A9384600F0D7F9AC +:105CB00008F1080800260FE00298434600EA0501B3 +:105CC000401C04EB81010290042238460C3100F0A4 +:105CD000C6F908F10408761C0398C0F38310B0429B +:105CE000EAD847B1D4F81054D4F8180468B138464B +:105CF00000F0A0F92CE019E0687A012804D12A68A4 +:105D000028463946126890476D68002DF4D1384610 +:105D100000F090F90020FAF7EEFED4F8180408B964 +:105D2000029860600020FAF7E8FE11E0D4F8104411 +:105D300004E021682046896888476468002CF8D10F +:105D400008480221008801EB004007A100F016F886 +:105D5000FBF70EF880F001000BE700005404002070 +:105D60000C750000580100204261636B656E64731E +:105D700020666C75736865640000000000231A4695 +:105D800000F0BEBF2DE9F0470E4680461C46924605 +:105D900008293ED894F80C9000202073194610462C +:105DA00000F0E8FE0025B54206D218F805201AA139 +:105DB0002046FDF7D7FB03E019A12046FDF7D2FBF3 +:105DC0006D1C082DEFD317A12046FDF7CBFB002556 +:105DD000B54210D218F80570FAF7A0FA0068C05D55 +:105DE00010F03E0F01D03A4600E02E220EA12046D0 +:105DF000FDF7B8FB03E00DA12046FDF7B3FB6D1CDA +:105E0000082DE5D301222146504600F095FE84F886 +:105E10000C90BDE8F08700002025303278000000AB +:105E2000202020007C0000002563000020000000EE +:105E3000104810B5FF218160002101604160C0F869 +:105E40001814C0F8141480F820140B4800F0F0F86F +:105E500000280DD109480A490A4B401AC108002000 +:105E600003E000BF23F82000401C8842FAD3002042 +:105E700010BD0000540400200C7500000C750000DB +:105E8000DC7400004401002002480349401AC008A5 +:105E9000704700000C750000DC74000013B5684604 +:105EA000FCF7E6FE08B100201CBD0248009950F83E +:105EB00031001CBDDC74000070B508480125D0F825 +:105EC000104480F8205405E0657221682046496836 +:105ED00088476468002CF7D170BD0000540400208E +:105EE0002DE9FF4781460C9D00200C462F7B28732F +:105EF000984616462946184600F03CFE072E42D228 +:105F0000DFE806F004090F161F2A36004946284626 +:105F1000FDF728FB37E0494628462268FDF722FBBB +:105F200031E0D4E9002349462846FDF71BFB2AE06F +:105F3000A0680090D4E9002349462846FDF712FBEB +:105F400021E0D4E90201CDE90001D4E9002349466A +:105F50002846FDF707FB16E004F1080007C88DE8A6 +:105F60000700D4E9002349462846FDF7FBFA0AE07A +:105F700004F108000FC88DE80F00D4E9002349465A +:105F80002846FDF7EFFA00222946404600F0D4FDEE +:105F90002F73BDE8FF872DE9F041858A80462D1FCC +:105FA0004819C01CB0FBF5F0C6B24046FCF764FFD0 +:105FB000041E19D00020207101206071E5800027A7 +:105FC0002546761EC4F800800BE04046FCF754FFDF +:105FD00060B16179491C6171286005467F1CC0F879 +:105FE0000080B742F1D32046BDE8F081204600F0A2 +:105FF00002F80020F8E72DE9F041457901466B1ED3 +:10600000002201E00968521C9A42FBD30F68014646 +:10601000002605E038460C68FCF74DFF2146761C4B +:10602000AE42F7D3BDE8F0810121001DFCF708BFA7 +:10603000FCF756BF10B504460121001DFCF716FF02 +:1060400010F0FF0F04D12046BDE81040FFF7D3BF8A +:1060500010BD38B501240094FCF7CEFD38BD38B52D +:1060600000240094FCF7C8FD38BD000070B51A4C40 +:106070000546206810B91948FAF7C0FFD4F8D400D3 +:106080000A2803D31548401CFAF7B8FFD4F8CC000F +:1060900000EB800004EB800115F8040B08712DCD96 +:1060A0008860CA600B614D61D4F8D400401CC4F80C +:1060B000D400D4F8CC00401CC4F8CC00D4F8CC10E8 +:1060C00000200A2901D3C4F8CC004FF0E0214FF49E +:1060D0000010C1F8000270BD4C0900204A000B00FE +:1060E00010B5040002D10948FAF788FF084941F8C1 +:1060F000CC4B002041F874098867C8674FF0E02155 +:106100004FF40010C1F8000110BD00003E000B006C +:106110004C09002010B5074CD4F8D4000A2802D945 +:106120000548FAF76BFFD4F8D400C0F10A00C0B2FA +:1061300010BD00004C09002079000B000949022223 +:106140000A60BFF36F8FBFF34F8F0A1D10600648C0 +:106150000268002AFCD000200860BFF36F8FBFF3F5 +:106160004F8F704704E5014000E4014010B500F096 +:1061700003029043D200FF24944003689140A3435C +:10618000CA18094901230B60BFF36F8FBFF34F8F0C +:10619000026006480268002AFCD000200860BFF3B5 +:1061A0006F8FBFF34F8F10BD04E5014000E4014045 +:1061B000F0B515460E460746002404E0315D381957 +:1061C000FFF7D4FF641CAC42F8D3F0BD0148C068AF +:1061D00070470000240A00200148806870470000D2 +:1061E000240A00200148406870470000240A00206B +:1061F000014981F881007047240A0020FCF7DCBFC8 +:1062000070B5FCF7DFFF00240E4E2546204600F057 +:1062100053FC04F1080000F04FFC3555641C082CB9 +:10622000F4D309480121057045608560C5600561AA +:10623000456180F8805080F85850C56780F881101B +:1062400070BD00002C010020240A0020FCF7E6BFEE +:10625000FDF78AB82DE9FF4F81B0444FDDE90EA864 +:1062600003260025F86F0C46AB4610B94048FAF7F4 +:10627000C5FE3878032803D03D48401CFAF7BEFE1F +:10628000F86FB9464178C8072FD199F8810060B3FB +:1062900000270198E8B3039A584662F31700C1F348 +:1062A000410161F31F6009EB84018A6BCAF800B0F9 +:1062B000C8F800B00090904234D0204600F024FC92 +:1062C000051E07EA05072DD004F1080109EB81023C +:1062D0000099916104990D4223D0264E305D00B3A0 +:1062E000204600F032F910B105E00127D1E720483F +:1062F0002830FAF783FE204600F029F9CAF800009A +:10630000BAF1000F0AD018B919482E30FAF776FE04 +:1063100000E01BE006F804B0022603E01448323027 +:10632000F4E7012677B1204600F02DF9C8F8000007 +:1063300018B110480121015506E00C485830C8F842 +:10634000000001E0C8F800B00DB107E004264C469B +:10635000D9F87C00FCF762FFC4F87CB089F800B083 +:1063600000F068F805B03046BDE8F08F240A002040 +:106370002D010C002C01002010B50C4C207810B120 +:106380000B48FAF73BFE00F0B3FB00280DD0FF22CC +:106390000270417841F00601417000214318491C08 +:1063A0009A702029FAD30321217010BD240A0020FD +:1063B00007010C0070B51A4C05460E4620780128DE +:1063C00004D0022802D01748FAF718FEB5B1207899 +:1063D000012803D01348401DFAF710FEE06818B9F1 +:1063E0001048801DFAF70AFEE068007820B1606866 +:1063F00000F08AFB022502E0002500E004254EB1F2 +:10640000606800F0A4F8A168814203D005481D30FF +:10641000FAF7F4FD0020207000F00CF8284670BD5B +:10642000240A0020CC000C00014890F8800070473E +:10643000240A00202DE9F041104C207800281AD1C0 +:1064400094F88000002816D10825012600276069ED +:10645000FCF70EFF18B184F8806060692061606904 +:10646000401C6061082800D1676194F88000002812 +:1064700001D16D1EEBD1BDE8F0810000240A00209F +:1064800070B5224C207810B12148FAF7B7FD94F886 +:1064900080000025F8B12069606000F074F8A06009 +:1064A00018B91B48C01DFAF7A9FDA0684078C007BD +:1064B00005D194F8810010B10220E56009E0606820 +:1064C00000F02BF8032806D200F012FBE06010B1B8 +:1064D0000120207002E02078002815D0A06818B9AB +:1064E0000B482030FAF78AFD2069606004EB8000D9 +:1064F000C17E491CC17684F88050C27EA068417874 +:1065000062F342014170012070BD0000240A0020A6 +:1065100098000C000830FCF72FBE0830FCF7A8BE2E +:106520000830FCF7B5BE0830FCF702BF0148007820 +:1065300070470000240A002010B5044600F0C4FA99 +:106540002046BDE81040FCF717BEFCF791BE70B5C1 +:106550000446FCF79DFE050002D0204600F0B4FA88 +:10656000284670BD70B50E4604460025FCF724FE93 +:1065700038B121463046FCF7ADFE10B1FFF75AFFA7 +:106580000125284670BDFCF7D3BE00000148007805 +:106590007047000034010020044801788170417880 +:1065A0000170001D50F82100004700003401002058 +:1065B000024988704870087070470000340100205C +:1065C00001484078704700003401002010B50446AF +:1065D000022802D30248FAF711FD0248447010BDA8 +:1065E00033000D00340100204058002800D0012065 +:1065F000704708B5002242504058009008BDD0F8BE +:106600000403084000D0012070474058002800D003 +:106610000120704708B5002242504058009008BD44 +:10662000002802D00149800108477047017300002B +:106630000121B1EB507F01D101207047002070474C +:1066400070B50D4600F0E2FA04000FD00020FAF712 +:1066500052FA207920B10020FAF74FFA112070BDCC +:106660000120256020710020FAF747FA002070BD54 +:1066700010B500F0CBFA002802D0002101600171B2 +:1066800010BD00000149024800F0ACBCF801002038 +:10669000002000402DE9F0410546007916460F46DE +:1066A00000EB40012D4A01EBC00102EB810494F89C +:1066B0002A1011B10820BDE8F081294951F82010B5 +:1066C0002868FFF7BDFF08B11120F4E739462846D6 +:1066D000FAF728FA66603869206030004FF001064A +:1066E0002FD03F7F4FF48E712868FFF782FF4FF461 +:1066F000A2712868FFF77DFF28681A49C0F80413C3 +:1067000028684FEA4711000B40B2002806DA00F073 +:106710000F0000F1E02080F8141D03E000F1E020FC +:1067200080F800142868000B40B200F01F0206FA3F +:1067300002F14009800000F1E020C0F88012C0F8AA +:10674000001128680421C0F800150020A061E06154 +:1067500084F8290044F8140FA675ACE7F80100206E +:10676000F4720000800002002DE9F0470546007930 +:106770000B4600EB400101EBC000234901EB800414 +:10678000284600F043F810B11120BDE8F0874FF023 +:106790000008C4F82080A360626184F828804FF468 +:1067A0008E76474631462868FFF723FF28684FF06A +:1067B0000109C0F808902146286800F0AFFB606826 +:1067C00000BBD5F800A00EE094F8280008B10F2710 +:1067D00016E031465046FFF707FF0028F4D0214667 +:1067E000504600F09BFB216A60698142F1D331463B +:1067F0002868FFF7F9FE0028F9D02868C0F80C9047 +:10680000C4F814803846C0E7F8010020007900EB96 +:10681000400101EBC000044901EB80004069002801 +:1068200000D0012070470000F80100202DE9F0475A +:10683000044600794FF0000900EB400101EBC00075 +:10684000254901EB80072068C0F80095786880B181 +:1068500020682249C0F8081320680121000B40B2CB +:1068600000F01F0291404009800000F1E020C0F8D4 +:1068700080112068D0F80C25D0F81485D0F8086570 +:10688000D0F810554FF0FF31C0F81415C0F80C15B2 +:106890002068C0F80815C0F81015501C02D010462A +:1068A000FCF7B1FFB8F1FF3F02D04046FCF7ABFF69 +:1068B000681C02D02846FCF7A6FF701C02D03046A8 +:1068C000FCF7A1FF2068FFF7D3FE87F82A90C7F8EE +:1068D0000490BDE8F0870000F80100208402020067 +:1068E0000149024800F02ABC240200200020004098 +:1068F0002DE9F0410546164600790F46154A00EB92 +:10690000C00102EB810494F8201011B10820BDE809 +:10691000F081114951F820102868FFF791FE08B165 +:106920001120F4E739462846FAF737F966603869E6 +:1069300020601EB1397F2846FBF758FF28680821E0 +:10694000C0F800150020A061E0610121606184F8B9 +:106950002010DCE724020020F87200002DE9F04747 +:1069600004460E460079204900EBC00001EB80058B +:1069700017463046FFF75CFE30B1204600F036F88F +:1069800020B11120BDE8F0871020FBE76F61AE60F9 +:106990004FF49076002731462068FFF73BFE4FF416 +:1069A000AC7841462068FFF735FE2068AA6869691F +:1069B000C0F84425C0F84815206801218160686846 +:1069C00078B9B14649462068FFF71FFE06464146A2 +:1069D0002068FFF71AFE0643F4D000B10F2700200D +:1069E00068613846CEE7000024020020007905499E +:1069F00000EBC00001EB80004069002800D00120BE +:106A000070470000240200202DE9F0470446007979 +:106A1000274900EBC00001EB800720684FF0000918 +:106A2000C0F80095786880B120682249C0F8081342 +:106A300020680121000B40B200F01F029140400984 +:106A4000800000F1E020C0F880112068D0F80C250B +:106A5000D0F81485D0F80865D0F810554FF0FF3104 +:106A6000C0F80C15C0F814152068C0F80815C0F857 +:106A70001015501C02D01046FCF7CEFEB8F1FF3FB7 +:106A800002D04046FCF7C8FE681C02D02846FCF73E +:106A9000C3FE701C02D03046FCF7BEFE2068FFF734 +:106AA000E7FD87F82090C7F80490BDE8F087000064 +:106AB0002402002010030200024A002102EB8000A1 +:106AC00081617047240A002010B50446064890F8FA +:106AD000801021B10069A04201D1FFF7ABFC03494E +:106AE0000020085510BD0000240A00202C010020C1 +:106AF00010B5044CE06F002802D1FCF735FCE067CC +:106B000010BD0000240A002070B5094D0446E86F4E +:106B100010B90848FAF772FA04F10801E86FFCF7B7 +:106B2000D9FB002802D00020E867012070BD0000DA +:106B3000240A00202E020C0010B50C46017A05290B +:106B400008D0407A38B1084808A102682046FCF70E +:106B500009FD00E01AB106A12046FCF703FD20461E +:106B6000BDE81040FCF70BBD90000020257300002D +:106B70000D0A000038B5C3880D46044633B114A091 +:106B8000009015A216A12846FCF7ECFC217A0529F5 +:106B90001CD0607A48B1A088FEF7BEFF164951F8B4 +:106BA000202016A12846FCF7DDFCA0880021FFF775 +:106BB00075F903461049207A143951F8202001B0A4 +:106BC0002846BDE830400EA1FCF7CCBC38BD000023 +:106BD0001B5B306D000000001B5B313B33316D00EF +:106BE00025734C6F67732064726F70706564202822 +:106BF00025642925730D0A009000002025730000EC +:106C00003C25733E2025733A20000000034988424A +:106C100001D1034870470020704700000020004069 +:106C20002000002070B5012670044FF0E0210025FF +:106C3000C1F88001084C4010C4F84803C4F80803A8 +:106C400066602F20FFF7ECFCA660044C2F20A560A7 +:106C5000FFF7E6FCA57070BD001001402800002081 +:106C600070B5054688690C4600284FF484712846A3 +:106C70000AD0FFF7BEFCD5F81805626AE1688854AF +:106C8000606A401C606270BDFFF7B3FCD5F8180560 +:106C900070BD1FB501238DF80030CDE90121D0E989 +:106CA0000012684690471FBD1FB501238DF80030C4 +:106CB0008DF808100192D0E90012684690471FBD78 +:106CC00070B50D4C0020D2B22070201D0B4D037802 +:106CD000EB5C1BB1001DFFF741FE02E00C30FFF73B +:106CE00043FD08B1F9F7FCFE6078002802D0217856 +:106CF0000029FAD070BD00004000002000000020F4 +:106D00002DE9F84F204D92468946064698460122C5 +:106D100069461846AF68F9F7D7FF58B300980021C5 +:106D20000446801C09E000BF00EA07035AF821204E +:106D300005EB8303401C491CDA604145F4D34FEA5C +:106D4000164AFAF77DF84AEA0041601C384005EB24 +:106D500080003C4005EB8402C160D06866F3C5004A +:106D600068F3891069F39F2020F00300401C20F095 +:106D70000400D06095F8200402E000BFFEF7F2FEA8 +:106D80000028FBD1BDE8F88F540400202DE9F84F0E +:106D90001D4C00256846D4E901A6FAF75BF80027E8 +:106DA00038B30023009A61681CE0D1F800C008469F +:106DB000944503D9ACEB02020A6015E0A2EB0C0289 +:106DC00063440760D0F80CC0C1698146BCF1000F74 +:106DD00008D006EB030828F07F48C0E9018CC9F809 +:106DE0001C5005460029E0D128466160FBF764FD90 +:106DF00003E02846FBF760FD10B15046F9F7CAFFE3 +:106E0000E770BDE8F88F0000280000200D4B10B59A +:106E1000596831B102680C68A24204D8A21A0A600B +:106E2000C161586010BD0B4603E00B46C969121BD7 +:106E300021B10C689442F8D3A41A0C600260C161BD +:106E4000D86110BD280000202DE9F041144E77686C +:106E50003D462C4603E0844204D02546E469002CDC +:106E6000F9D11BE0D4B1A5420BD1F869706040B9EB +:106E70000C49012088600021B160F0702F20FFF7DD +:106E8000CFFB2168E069E86110B10268114401603C +:106E90007068874202D00120BDE8F0810020FBE746 +:106EA00028000020001001402DE9F041194D6C68C8 +:106EB000002C2CD0184800270068A968B846401A52 +:106EC00020F07F462068B0420CD82146361A07448D +:106ED000E469087C20B181F8108088694969884795 +:106EE000002CEFD129786878814206D1401CC0B2CD +:106EF0006870022801D185F80180064869780C3055 +:106F000040F82170BDE8F0411420F9F79ABBBDE8C4 +:106F1000F0810000280000200415014070B50C46E7 +:106F200005464FF48E71FFF764FB216AA068415C4F +:106F3000206A401C2062C5F81C1570BD1FB50022D8 +:106F40008DF800200291816801914261D0E9001220 +:106F5000684690471FBD00001FB50A4601788DF8AE +:106F6000001041680191017A8DF80810C068039003 +:106F7000044850F82210083850F8222068469047FC +:106F80001FBD00000C00002001490120087070475F +:106F90004000002010B588B0044620220E49684603 +:106FA000F9F7C0F906200090C01F019002900390ED +:106FB0004FF0EB7006900CB1084A00E000226946E1 +:106FC0000748FCF761F808B1F9F78AFD0448001F8B +:106FD000447008B010BD000024730000896F0000E9 +:106FE000440000202DE9FF470C4605464FF4007190 +:106FF000FFF705FB01274FF40178002618B34FF483 +:10700000927949462846FFF7EFFAE0B1494628460B +:10701000FFF7EFFAC5F8088394F8290000B96F600C +:1070200002208DF80000D5F88004C5F88004039094 +:10703000A0690290E0680190A661E661D4E90012BF +:107040006846904728E004212846FFF7D8FA18B38D +:107050004FF484712846FFF7C7FAE8B12146284665 +:10706000FFF7FEFD616AA069884215D1E06938B179 +:10707000E268616AA0612069E6616662E06008E03A +:1070800094F8290000B96F60C5F80883A661E2682A +:10709000616A2046FFF7FDFD4FF48E784146284691 +:1070A000FFF7A2FA78B1206A6169884202D294F8A7 +:1070B000280020B341462846FFF79BFA616911B1C9 +:1070C0002046FFF73BFF4FF4A27841462846FFF7E2 +:1070D0008BFA002818D041462846FFF78AFA94F820 +:1070E000290000B12F60A06900280DD0A661E268D8 +:1070F000616A04B02046BDE8F047FFF7CABD2146EB +:107100002846FFF70BFFDEE7BDE8FF871FB50A46FD +:1071100001788DF8001041680191017A8DF808100E +:10712000C0680390044850F82210083850F8222014 +:10713000684690471FBD00000C0000202DE9FF416C +:107140000C464FF4927705463946FFF75EFA002663 +:10715000C0B139462846FFF75DFA02208DF80000DD +:10716000D5F88004C5F880040390D5F83C058DF867 +:107170000800E0680190A661E661D4E90012684663 +:10718000904723E04FF4887739462846FFF73DFAC9 +:10719000E0B139462846FFF73DFAD5F83C15A0691D +:1071A000884213D1E06960B1E268D5F8000220F0AE +:1071B0002000C5F80002E069A0612069E661E06096 +:1071C00001E0A661E2682046FFF76EFD4FF4A2776A +:1071D00039462846FFF719FA60B139462846FFF7C5 +:1071E00019FAA06930B1A661D5F83C152046E268CD +:1071F000FFF75AFD4FF4907739462846FFF705FA16 +:10720000002813D039462846FFF704FA60690028A1 +:107210000CD0D5F84C058DF800608DF80800A068FA +:1072200001906661D4E9001268469047BDE8FF818D +:107230002DE9F05F8346DDE90A4A994690460D46FE +:107240000846012703E000BFB0FBF8F07F1C404573 +:10725000FAD2B94500D94F465FEACA7012D18CB153 +:107260005FEA8A7002D5B9F1000F01D0202607E04D +:10727000302605E031465846641EF9F769FD0CB129 +:10728000A742F7D35FF00106B9F1010F02D9A9F1C6 +:10729000010903E0B5FBF6F0404502D306FB08F612 +:1072A000F2E7DFF83C9000BFB5FBF6F000FB1655A7 +:1072B00019F800105846F9F74BFDB6FBF8F6002E0A +:1072C000F2D15FEACA7009D0002C07D0A74205D2DC +:1072D00020215846641EF9F73BFDF5E7BDE8F09F15 +:1072E000067300000D0E0F100B0C18190000005053 +:1072F0000003005085660000E16800000000000007 +:107300000338FDD8704730313233343536373839A9 +:107310004142434445460000015B0000D55A00004D +:10732000CD5A0000FFFFFFFFFFFFFFFFFFFFFFFF42 +:10733000FFFFFFFF00000000000000000000D6017A +:107340000701000032536601172D391A440C400D15 +:10735000490D3E1A2D0C4D000000000000000000F9 +:107360000338FDD8704700000010004010110040A5 +:1073700003100000010000000010004000000000A9 +:107380000B02040000000000041000400000000098 +:107390000701030100000000004040404040404021 +:1073A00040404141414141404040404040404040D8 +:1073B000404040404040404040050202020202027C +:1073C00002020202020202020220202020202020CB +:1073D00020202002020202020202909090909090DF +:1073E000101010101010101010101010101010109D +:1073F0001010101002020202020288888888888811 +:1074000008080808080808080808080808080808FC +:1074100008080808020202024000000099730000F8 +:107420007761726E696E670064656275670000005F +:107430001B5B313B33306D001B5B306D0000000087 +:107440001B5B313B33316D001B5B313B33326D00D5 +:107450001B5B313B33336D001B5B313B33346D00C1 +:107460001B5B313B33356D001B5B313B33366D00AD +:107470001B5B313B33376D00696E666F00000000A7 +:107480006572726F720000004750494F544500000A +:10749000505253005541525400000000554152547F +:1074A0004500000062616C6C6F632E6C6F675F6DEE +:1074B000656D706F6F6C0000617070002475000066 +:1074C000000000205C010000B8030000707500009F +:1074D0005C010020242B0000540A00008874000086 +:1074E0000000000090740000000000009474000090 +:1074F000000000009C74000000000000A474000064 +:1075000000000003B8740000000003036C000020BA +:10751000640000206C00002094030020540100202F +:1075200018000000014A6420004054200040032756 +:107530001873338074332074337874332874333879 +:107540007433307433407433487433507433587424 +:1075500033607433687403207074041190D003C2D4 +:1075600005064404192A3F4D33394B031FFD4A00D9 +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/main.c new file mode 100644 index 0000000..af526c5 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/main.c @@ -0,0 +1,230 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * This project requires a running counterpart project, which is either of the following: + * + * 1) nRF24Lxx host running the gzll_host_w_dynamic_pairing example from the + * compatible version of the nRFgo SDK + * + * 2) nRF5x host running the gzp_host_dynamic_pairing_example example. + * + * + * The application sends packets continuously. If a packet transmission + * fails (either times out or encryption fails), the device will attempt pairing + * to a host by sending a pairing request, consisting of an "address request" and a + * "Host ID" request. + * + * If the device is paired to a host, pairing data will be stored in non + * volatile memory. + * + * Before adding a packet to the TX queue, the contents of + * the GPIO Port BUTTONS are copied to the first payload byte (byte 0). + * When an ACK is received, the contents of the first payload byte of + * the ACK are output on GPIO Port LEDS. + * + * The application alternates between sending the packets encrypted + * through the pairing library or directly as plain text using pipe + * UNENCRYPTED_DATA_PIPE. + * + */ +#include "nrf_gzll.h" +#include "nrf_gzp.h" +#include "bsp.h" +#include "app_error.h" +#include "nrf_gzll_error.h" + + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +/*****************************************************************************/ +/** @name Configuration */ +/*****************************************************************************/ +#define UNENCRYPTED_DATA_PIPE 2 ///< Pipes 0 and 1 are reserved for GZP pairing and data. See nrf_gzp.h. +#define NRF_GZLLDE_RXPERIOD_DIV_2 504 ///< RXPERIOD/2 on LU1 = timeslot period on nRF5x. + +// Ensure that we try all channels before giving up +#define MAX_TX_ATTEMPTS (NRF_GZLL_DEFAULT_TIMESLOTS_PER_CHANNEL_WHEN_DEVICE_OUT_OF_SYNC * \ + NRF_GZLL_DEFAULT_CHANNEL_TABLE_SIZE) + +/** + * @brief Function to read the button states. + * + * @return Returns the states of buttons. + */ +static uint8_t input_get(void) +{ + uint8_t result = 0; + for (uint32_t i = 0; i < BUTTONS_NUMBER; i++) + { + if (bsp_button_is_pressed(i)) + { + result |= (1 << i); + } + } + + return ~(result); +} + + +/** + * @brief Initialize the BSP modules. + */ +static void ui_init(void) +{ + // BSP initialization. + uint32_t err_code = bsp_init(BSP_INIT_BUTTONS, NULL); + + APP_ERROR_CHECK(err_code); + + // Set up logger + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + +} + + +/*****************************************************************************/ +/** + * @brief Main function. + * + * @return ANSI required int return type. + */ +/*****************************************************************************/ +int main(void) +{ + bool tx_success = false; + bool send_crypt_data = false; + gzp_id_req_res_t id_req_status = GZP_ID_RESP_NO_REQUEST; + + // Data and acknowledgement payloads + uint8_t payload[NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH]; ///< Payload to send to Host. + + // Set up the user interface (buttons and LEDs) + ui_init(); + + // Initialize the Gazell Link Layer + bool result_value = nrf_gzll_init(NRF_GZLL_MODE_DEVICE); + GAZELLE_ERROR_CODE_CHECK(result_value); + + // Attempt sending every packet up to MAX_TX_ATTEMPTS times + nrf_gzll_set_max_tx_attempts(MAX_TX_ATTEMPTS); + + result_value = nrf_gzll_set_timeslot_period(NRF_GZLLDE_RXPERIOD_DIV_2); // Half RX period on nRF24Lxx device + GAZELLE_ERROR_CODE_CHECK(result_value); + + // Erase pairing data. This example is intended to demonstrate pairing after every reset. + // See the gzp_desktop_emulator example for a demonstration on how to maintain pairing data between resets. + gzp_erase_pairing_data(); + + // Initialize the Gazell Pairing Library + gzp_init(); + + result_value = nrf_gzll_enable(); + GAZELLE_ERROR_CODE_CHECK(result_value); + + NRF_LOG_INFO("Gazell dynamic pairing example started. Device mode."); + NRF_LOG_FLUSH(); + + for (;;) + { + payload[0] = input_get(); + + // Send every other packet as encrypted data. + if (send_crypt_data) + { + // Send encrypted packet using the Gazell pairing library. + tx_success = gzp_crypt_data_send(payload, GZP_ENCRYPTED_USER_DATA_MAX_LENGTH); + } + else + { + nrf_gzp_reset_tx_complete(); + nrf_gzp_reset_tx_success(); + + // Send packet as plain text. + if (nrf_gzll_add_packet_to_tx_fifo(UNENCRYPTED_DATA_PIPE, + payload, + GZP_MAX_FW_PAYLOAD_LENGTH)) + { + while (!nrf_gzp_tx_complete()) + { + __WFI(); + } + tx_success = nrf_gzp_tx_success(); + } + else + { + NRF_LOG_ERROR("TX fifo error "); + NRF_LOG_FLUSH(); + } + } + send_crypt_data = !send_crypt_data; + + // Check if data transfer failed. + if (!tx_success) + { + NRF_LOG_ERROR("Gazelle: transmission failed"); + NRF_LOG_FLUSH(); + + // Send "system address request". Needed for sending any user data to the host. + if (gzp_address_req_send()) + { + // Send "Host ID request". Needed for sending encrypted user data to the host. + id_req_status = gzp_id_req_send(); + } + else + { + // System address request failed. + } + } + + // If waiting for the host to grant or reject an ID request. + if (id_req_status == GZP_ID_RESP_PENDING) + { + // Send a new ID request for fetching response. + id_req_status = gzp_id_req_send(); + } + } +} + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvproj new file mode 100644 index 0000000..4a38691 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm4/gzll_dynamic_pairing_device_pca10040.uvproj @@ -0,0 +1,539 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvprojx new file mode 100644 index 0000000..9fae580 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10040.uvprojx @@ -0,0 +1,563 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..bbd4d80 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/config/sdk_config.h @@ -0,0 +1,3398 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewp new file mode 100644 index 0000000..6ad9968 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10040/blank/iar/gzll_dynamic_pairing_device_pca10040.ewp @@ -0,0 +1,1071 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52_sd_resources_iar.a + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvopt new file mode 100644 index 0000000..6790765 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvproj new file mode 100644 index 0000000..fd33d93 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm4/gzll_dynamic_pairing_device_pca10056.uvproj @@ -0,0 +1,539 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + + nRF52840_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52840.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52840.s + system_nrf52840.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvoptx new file mode 100644 index 0000000..6a025f0 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvprojx new file mode 100644 index 0000000..280f7b7 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/arm5_no_packs/gzll_dynamic_pairing_device_pca10056.uvprojx @@ -0,0 +1,563 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + nRF52840_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DBSP_SIMPLE,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 BSP_SIMPLE CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_device.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/config/sdk_config.h new file mode 100644 index 0000000..e3bdc9f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/config/sdk_config.h @@ -0,0 +1,3410 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE1_ENABLED - Enable UARTE1 instance +#ifndef NRFX_UARTE1_ENABLED +#define NRFX_UARTE1_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// UART1_ENABLED - Enable UART1 instance +//========================================================== +#ifndef UART1_ENABLED +#define UART1_ENABLED 0 +#endif +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewd new file mode 100644 index 0000000..a846fea --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewp new file mode 100644 index 0000000..f359088 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/device/pca10056/blank/iar/gzll_dynamic_pairing_device_pca10056.ewp @@ -0,0 +1,1067 @@ + + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52840.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52840_sd_resources_iar.a + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_device.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/config/nrf_gzp_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/config/nrf_gzp_config.h new file mode 100644 index 0000000..801cc3f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/config/nrf_gzp_config.h @@ -0,0 +1,168 @@ +/** + * Copyright (c) 2008 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +#ifndef __GZP_CONFIG_H +#define __GZP_CONFIG_H + +#include "nrf.h" + +#ifdef __cplusplus +extern "C" { +#endif + + +/** + * Definition of "secret key" used during "Host ID exchange". + */ + +#define GZP_SECRET_KEY {1, 23, 45, 57, 26, 68, 12, 64, 13, 73, 13, 62, 26, 45, 12, 77} + +//----------------------------------------------------------------------------- + +/** + Definition of the first static selected pairing channel. Should be located in + the lower Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_LOW 2 + +/** + Definition of the second static selected pairing channel. Should be located in + the upper Nth of the channel range, where N is the size if the channel subset + selected by the application. +*/ +#define GZP_CHANNEL_HIGH 79 + +/** + Definition of the static "global" pairing address. +*/ +#define GZP_ADDRESS 4, 6, 8, 10 + +/** + Reduced TX power for use during close proximity pairing. + */ +#define GZP_POWER NRF_GZLL_TX_POWER_N16_DBM + +/** + Definition of pairing request timeout. +*/ +#define GZP_REQ_TX_TIMEOUT 200 + +/** + Definition of the maximimum number of "backoff" packets (step 0) to be transmitted. +*/ +#define GZP_MAX_BACKOFF_PACKETS 100 + +/** + Definition of the period a device shall wait before attempting to send the packet for + fetching the pairing response (step 1). +*/ +#define GZP_TX_ACK_WAIT_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + 50) + +/** + Definition of the period a device in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT ((GZP_REQ_TX_TIMEOUT / 2) + 50) + +/** + Definition of the period a device NOT in close proximity shall back off on the pairing + address after a backoff packet has been received. +*/ +#define GZP_NOT_PROXIMITY_BACKOFF_RX_TIMEOUT (GZP_CLOSE_PROXIMITY_BACKOFF_RX_TIMEOUT + GZP_STEP1_RX_TIMEOUT) + +/** + Definition of the time the host waits for a device to complete + transmission of the pairing request step 1 packet. +*/ +#define GZP_STEP1_RX_TIMEOUT (((GZP_REQ_TX_TIMEOUT / 2) + GZP_TX_ACK_WAIT_TIMEOUT) + 50) + +/** + Definition of the lowest boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MIN 2 + +/** + Definition of the upper boundary for the channel range to be used. +*/ +#define GZP_CHANNEL_MAX 80 + +/** + Definition of the minimum channel spacing for the channel subset generated + during pairing. +*/ +#define GZP_CHANNEL_SPACING_MIN 5 + +/** + Non volatile memory (Flash or OTP) storage address. A device will + require GZP_DEVICE_PARAMS_STORAGE_SIZE bytes of memory, and + Host 11 bytes. When using flash memory, storage address should + be a multiple of chip page size. +*/ +#define GZP_PARAMS_STORAGE_ADR 0x00001000 + +/** + Number of bytes available for parameter storage in Device. + It is equal to flash page size on nRF5x chips. +*/ +#if defined (NRF51) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 1024 +#elif defined (NRF52_SERIES) + #define GZP_DEVICE_PARAMS_STORAGE_SIZE 4096 +#else + #error Chip type is undefined! +#endif + +/** + Maximum Device TX payload length [bytes]. + */ +#define GZP_MAX_FW_PAYLOAD_LENGTH 17 + +/** + Maximum Host ACK payload length [bytes]. + */ +#define GZP_MAX_ACK_PAYLOAD_LENGTH 10 + + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/gzll_dynamic_pairig_host.eww b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/gzll_dynamic_pairig_host.eww new file mode 100644 index 0000000..70b15e2 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/gzll_dynamic_pairig_host.eww @@ -0,0 +1,8 @@ + + + + $WS_DIR$\pca10056\blank\iar\gzll_dynamic_pairig_host_pca10056.ewp + + $WS_DIR$\pca10040\blank\iar\gzll_dynamic_pairig_host_pca10040.ewp + + \ No newline at end of file diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10040.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10040.hex new file mode 100644 index 0000000..36b9bc3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10040.hex @@ -0,0 +1,2014 @@ +:020000040000FA +:10000000182D0020F9020000010300000303000086 +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:1000400013030000E9060000E90B000013030000A1 +:1000500013030000130300009504000013030000C5 +:10006000850B0000130300001303000013030000BE +:100070001303000013030000130300001303000028 +:1000800013030000790700001303000013030000AE +:100090009D070000A10700001303000013030000E8 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000000000000DE +:1000E0000000000000000000000000000000000010 +:1000F0000000000000000000000000000000000000 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F016F900480047BD310000BF +:10021000182D002030B4044654E8000F0D4644E881 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE715080000010200002DE9F05F8E +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F06BF85346EC +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A0005C7C000040EA01039B0703D009E008C918 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A704730B5044600204C +:10040000034600E05B1C934203D2E05CCD5C401BE2 +:10041000F8D030BD202A04DB203A21FA02F0002176 +:10042000704721FA02F3D040C2F120029140084304 +:1004300019467047064C074D06E0E06840F001039E +:1004400094E8070098471034AC42F6D3FFF7DCFE7F +:10045000FC7C00001C7D000030B58C1810F8012BCE +:1004600012F00F0301D110F8013B120906D110F868 +:10047000012B03E010F8015B01F8015B5B1EF9D171 +:1004800001E001F8013B521EFBD1A142E6D300205E +:1004900030BD00002DE9F04700268AB0DFF850910A +:1004A000B0464FF48075012437460696284603F07F +:1004B00093FD38B1D9F80403204203D0284603F055 +:1004C00081FD26432D1D64007F1CADB2082FEDD3A6 +:1004D0004FF4BE74204603F07FFD48B1204603F080 +:1004E00071FD46F0004606AA0121002003F056FDEA +:1004F000404D16F0FF0F15D00127002437420DD0D4 +:1005000009EB8401D1F81005D1F81015C0F30420CF +:1005100055F82420C1F3014102B190477F00641CCB +:10052000082CEBD3002E5FDA4FF0FF30CDF81080AF +:1005300054E0281910F8507F90F9000027F0C00807 +:10054000401C3BD007A9404603F05CF810B34FEACB +:100550009719404601F0C6FF55F820701FB1B9F158 +:10056000030F03D006E0B9F1030F27D104A94046D9 +:1005700003F050F84FF0A04101EB8800D0F80007DD +:1005800006A9C0F3014A404603F03CF818B1BAF19D +:10059000020F03D012E0BAF1030F0FD1B9F1030F2C +:1005A00008D1BAF1020F1DD00221404603F0DAFC57 +:1005B000761CF6B217B149464046B847641C042C75 +:1005C000B7D3002E10D06A460121002003F0E6FCCC +:1005D00006990098884207D0069004980026344671 +:1005E0000790A6E70321E0E70AB0BDE8F087000026 +:1005F000006000401802002000F01F02012191401D +:100600004009800000F1E020C0F88012704700F03F +:100610001F02012191404009800000F1E020C0F854 +:100620008012704700F01F020121914040098000B4 +:1006300000F1E020C0F88012704700F01F02012195 +:1006400091404009800000F1E020C0F8801270471E +:1006500000F01F02012191404009800000F1E020DC +:10066000C0F88011704700F01F020121914040093D +:10067000800000F1E020C0F80011704700F01F0278 +:10068000012191404009800000F1E020C0F80011F4 +:10069000704700F01F02012191404009800000F1E5 +:1006A000E020C0F8001270474907090E002806DA5A +:1006B00000F00F0000F1E02080F8141D704700F1F9 +:1006C000E02080F8001470474907090E002806DA78 +:1006D00000F00F0000F1E02080F8141D704700F1D9 +:1006E000E02080F80014704770B5204D28696C78C0 +:1006F000401C2861687D10B11D4802F013FF287866 +:1007000003281AD11B48D0F80C01B0B1012C04D039 +:10071000022C0AD01648123023E02869032816D08C +:100720001348083002F0FEFE11E02869022812D0BA +:100730000F480D3002F0F6FE0DE0032C0FD2012C15 +:1007400005D0022C07D0BDE8704004F0A9BEBDE87A +:10075000704004F0D1BEBDE8704005F0E3B8044835 +:100760002830BDE8704002F0DDBE0000CC0900205A +:1007700038030A000010004007480021C0F840116B +:10078000C0F84411C0F84811C0F84C11C0F800116D +:10079000C0F8041106F07EBF0010014006F0CCBE88 +:1007A00030B51B4C85B00025012080F31088D4F8AB +:1007B000D40038B3D4F8D00000EB800004EB800004 +:1007C00001798DF800108168C26803694069CDE93C +:1007D0000330CDE90112D4F8D400401EC4F8D4008F +:1007E000D4F8D000401CC4F8D000D4F8D0000A28B7 +:1007F00001D3C4F8D050002080F3108821686846E7 +:100800008847D1E7002080F3108805B030BD000094 +:10081000E8090020F0B5B5480023021D0178101D3D +:1008200001254FF0805406290BD11678360708D1E0 +:100830000678C6F30316032E06D0042E04D0052E28 +:1008400002D0062907D00EE0B4F82463A84FC6F3FF +:1008500004263E6002E01678360704D10678C6F317 +:100860000316032E02D0062904D00FE0A24FA14E9A +:100870007E670EE01678360708D10678C6F30316B1 +:10088000032E06D0042E04D0052E02D0062907D050 +:100890000EE0D4F84462994FC6F342363E6002E05F +:1008A0001678360704D10678C6F30316032E02D055 +:1008B000062906D011E0924E376827F0807737601E +:1008C0000EE01678360708D10678C6F30316032E15 +:1008D00006D0042E04D0052E02D006290AD011E03D +:1008E0004FF08046C6F80C31C6F81031834E361FE3 +:1008F000336002E01678360704D10678C6F3031693 +:10090000032E02D0062905D00CE07C4F0326643765 +:100910003E600AE01678360704D10678C6F303165F +:10092000032E02D006290DD014E0764F05263E6036 +:10093000744E78363560734E083633603F263F1D5F +:100940003E6002E01678360704D10678C6F3031637 +:10095000052E02D0062957D062E06B4E36686B4FE9 +:100960003E60694E361D36683F1D3E60664E083655 +:1009700036683F1D3E60644E0C3636683F1D3E6053 +:10098000614E103636683F1D3E605F4E1436366845 +:100990003F1D3E605C4E183636685C4F20373E6027 +:1009A000594E1C3636683F1D3E60574E203636681D +:1009B0003F1D3E60544E243636683F1D3E60524E09 +:1009C000283636683F1D3E604F4E2C3636683F1D38 +:1009D0003E604D4E303636684C4F40373E604A4E92 +:1009E000343636683F1D3E60474E383636683F1D08 +:1009F0003E60454E3C3636683F1D3E60424E4036B6 +:100A000036683F1D3E6002E01678360708D106784A +:100A1000C6F30316032E06D0042E04D0052E02D0F2 +:100A2000062907D019E0D4F85812394A01F04F01CD +:100A3000116002E0117809070FD10078C0F30310AC +:100A4000032803D0042801D0052806D131480168C5 +:100A5000C90702D06FF001010160D4F83001062807 +:100A600008D1D4F83401062804D12B48016841F498 +:100A70008061016022487438016841F470010160AE +:100A8000BFF34F8FBFF36F8F4FF01021D1F80002EB +:100A9000002803DBD1F80402002822DA1F4A15607F +:100AA0001F480468002CFCD01524C1F800420568DA +:100AB000002DFCD0C1F8044201680029FCD013606D +:100AC00001680029FCD0BFF34F8F0D48F038016852 +:100AD000144A01F4E06111430160BFF34F8F00BF7E +:100AE000FDE7124910480860F0BD0000E00F00F07B +:100AF000403501400DF0ADBA00C007403C05004054 +:100B0000FCED00E0105600400404001020C5004039 +:100B1000E40E0040000400403C17004004E50140A2 +:100B200000E401400400FA050090D003F00000202A +:100B3000124A10B50021104B126809E053F8214009 +:100B4000844203D10E4802F0EDFC13E0491CC9B207 +:100B50009142F3D3084A002112F1180201EB01136C +:100B600002EB4303834201D1012010BD491CC9B2ED +:100B70000629F3D3002010BD340C002060010020B2 +:100B8000EC00030070B5144E4FF48030C6F8080333 +:100B90000025C6F84051114C606810B9104802F0A9 +:100BA000C1FCA57062680123656073640D4801682B +:100BB000001F00681430B1F5804F04D2B0F5404FEB +:100BC00001D9637005E0814201D3012000E00020DB +:100BD0006070BDE870401047008000403801002080 +:100BE000E50004004485004001480068004700001B +:100BF0002800002002E008C8121F08C1002AFAD10C +:100C000070477047002001E001C1121F002AFBD18C +:100C10007047022001F0F4B970B50024064D06E0DB +:100C20006868012110F8340005F0A8FF641C2878DA +:100C30008442F5D3002070BD30000020F8B5154681 +:100C40000C460646052A01D20720F8BD06F092F8A8 +:100C500018B906F057F80028F7D1124900224E6063 +:100C60000C708D60C1E90422C1E906220E4D0DE031 +:100C700006EBC4002968009181788DF80110007896 +:100C80000A4A694605F0CCFF0028DED1641EE4B2B2 +:100C9000EED2BDE8F84004480021054A001D00F0EE +:100CA00053B8000030000020407B00008D2600007B +:100CB000A125000072B605F0BDFB00BF05F010FADB +:100CC0000028FBD1104C0121208801EB00400FA12E +:100CD00005F012FB10480068C00700D000BE208855 +:100CE000022101EB00400DA105F006FBBFF34F8F81 +:100CF0000948E43801680D4A01F4E06111430160DC +:100D0000BFF34F8F00BFFDE778010020466174619B +:100D10006C206572726F7200F0ED00E053797374AD +:100D2000656D207265736574000000000400FA05AB +:100D30000EB500210091CDE901106A4644F2010090 +:100D4000FFF7B8FF0EBD0000074B9B7823B12AB117 +:100D500020B10068037C1BB1082070470720704752 +:100D60004174426100207047E402002070B506F033 +:100D70002FFB104800240B21047044700E4D81702D +:100D800014206C602C706C70FFF736FC0721142067 +:100D9000FFF78AFC1420FFF766FC0848046007216F +:100DA0001120FFF781FC0548001F0068A8600020A3 +:100DB00070BD0000E4020020500000200815014032 +:100DC0002DE9F843DFF8709099F802305BB350B327 +:100DD000052902D20720BDE8F88343691BB3437C91 +:100DE000012B22D0002704460025884616462846B7 +:100DF00000F036F8684606F06BFEC0B101210170C4 +:100E00000E4944600968C0E90218C0E904769DF8FB +:100E1000000089F80100002000F024F81420FFF7FA +:100E200038FC2846D7E70820D5E70F46DBE704253E +:100E3000002000F017F8F4E7E40200200415014058 +:100E40000649897839B130B1416921B10021017475 +:100E5000022106F0FFBB082070470000E4020020DA +:100E600000F002B800F008B872B602480168491CE8 +:100E7000016070476400002003490868401E086054 +:100E800000D162B670470000640000202DE9F041F7 +:100E9000064608680C46411C4FF0A0474FF001057C +:100EA00006D005FA00F1C7F80815206803F046F8E7 +:100EB0006068411C02D0002103F02EF83168A0695F +:100EC000C1F82405607D227D31681043C1F86C05AE +:100ED000D4E900123068C0F81425C0F80C15207D44 +:100EE000012815D1A068411C02D0002103F014F89C +:100EF000E068411C05D08540C7F80855E06803F05C +:100F00001DF8D4E902123068C0F80825C0F81015A1 +:100F1000BDE8F0812DE9F041064608680C46411C09 +:100F20004FF0A0474FF0010506D005FA00F1C7F8D1 +:100F30000815206803F00CF86068411C02D00021FD +:100F400002F0F3FF3168A069C1F82405607D217DBE +:100F500032680843C2F86C05D4E900123068C0F862 +:100F60000C15C0F81425207D012815D1A068411C5E +:100F700002D0002102F0D9FFE068411C05D0854075 +:100F8000C7F80855E06802F0E3FFD4E902123068C0 +:100F9000C0F80825C0F81015BDE8F0812DE9FC4126 +:100FA0000646C0074FF000050ED0104F0024012266 +:100FB000385D009500231146019502F053FF641C33 +:100FC000042CF4D301F046F8B0070DD5074E0024E9 +:100FD000361D0022305D032300951146019502F075 +:100FE00041FF641C042CF4D3BDE8FC81007B0000AD +:100FF0000249085C012102F0C6BF0000007B00002E +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:1020000007490B5C4FF0A041D1F80425012098400E +:1020100020EA0203C1F808351040C1F80C057047EA +:10202000007B00000249085C002101F0ACBF000009 +:10203000007B00000649095C4FF0A040D0F8040581 +:10204000C84010F0010000D0012080F0010070476E +:10205000007B000010B500242046FEF7C9FF641C79 +:10206000042CF9D310BD10B500242046FFF7DAFF89 +:10207000641C042CF9D310BD10B50246064B4FF07A +:10208000FF3000215C5C944201D1084610BD491C20 +:102090000429F7D310BD0000047B00002DE9F047B0 +:1020A0000D468146FFF7E8FF0446042836D2DFF8E4 +:1020B00074801B481C4EA8F10C0725B3012D0ED0CF +:1020C000022D2BD104EB440030444578002D25D05F +:1020D000B968002922D02846BDE8F047084704EB3C +:1020E0004401755C0E44717849B10E4A4FF40041C9 +:1020F000093A8068FEF764FE08B987F80390B17862 +:1021000008F80410E2E78068FEF79AFE04EB440149 +:10211000314418F804008D78A842D7D0BDE8F08784 +:10212000087B00000C000020BC01002070B50023DB +:10213000042810D20D4D00EB4004012A02D10129E0 +:102140000CD00022094E00EB4000304461B101295F +:1021500006D0022906D00723184670BD0E30C2B241 +:102160002A55F9E74270F7E78270F5E7BC010020D5 +:1021700070B506461E480024C0E90161B00720D5AD +:102180000025012211462846FFF7D0FF6D1C0446AA +:10219000042D02D2002CF4D013E094B940F2666210 +:1021A00004211448FEF74AFD04000AD1FEF734FD6D +:1021B000040006D10F48104A0021001FFEF7C4FD9D +:1021C0000446F00712D00120FEF7E8FE74B9094872 +:1021D0000A4A00210C38FEF7B7FD040006D1054875 +:1021E000074A01210838FEF7AFFD0446204670BDBE +:1021F00000000020147B000079240000153000004E +:10220000130C00002DE9F05F6A4C0546002660784B +:10221000B34618B184F801B000F0E4FE664F4FF405 +:102220007A694FF4C87A4FF00108182D62D2DFE8BE +:1022300005F0AC0C0C31404D62676B746B74BE7D65 +:102240007D7D7D7DACAFB2B5BEBE0020FFF7F2FE56 +:1022500000284FF0000008D0FEF7CAFE022D02D180 +:102260004FF4E16008E0484606E0FFF7DBFE022D90 +:1022700001D1C82000E05046410CC0034FF4FA726F +:10228000801841F10001257052000023FEF746F846 +:1022900001462AE00020FFF7CDFE00284FF00000A5 +:1022A00004D0FEF7A5FE4FF44870E5E7FFF7BAFE4D +:1022B000DFE70020FFF7BEFE00284FF0000002D04D +:1022C000FEF796FECFE7FFF7ADFED4E70020FFF75D +:1022D000B1FE00284FF0000002D0FEF789FE01E0B9 +:1022E000FFF7A0FE257041F69A1100223868FEF72C +:1022F00067FD064646E00020FFF782FE257008E0F5 +:10230000002051E025703DE084F801800120FFF7B6 +:1023100077FE002240F6CD41E8E784F801800120F5 +:10232000FFF76EFE00224FF48041DFE77868FEF78A +:1023300087FD0646D5F1110000D02EB10220FEF730 +:1023400057FE84F802B01DE0012816D980B2C821DA +:102350004843C117C90341EA5041C0034FF4FA7220 +:10236000801841F1000152000023FDF7D7FF01461C +:1023700000227868FEF724FD06460220FFF752FE91 +:1023800084F802803046BDE8F09F00F02BFEB9E7EC +:1023900000F028FEB4E700F025FE04E000F022FE85 +:1023A0000020FFF73FFE0120FFF73CFEAAE7FFF702 +:1023B0005AFEA7E700000020087B00002DE9F04747 +:1023C0000546861C90460F464FF001090020FEF797 +:1023D00047FD1B4C20683860D4E90001401AA16811 +:1023E00004F21C47081A0EE00121384601F0A2F859 +:1023F00000F096FE0146384601F09CF8D4E9000151 +:10240000401AA168081A401C8642EDD8B8F1000FA6 +:1024100003D0052065F3891002E0062065F39F5084 +:10242000A2682168114004EB8101C8602068304433 +:1024300020600020FEF716FD4846BDE8F08700004A +:10244000F004002030B482680468531C8360A154F7 +:10245000D0E901128A4202D330BC01F00ABC30BC80 +:1024600070470000034803C8814201D10120704732 +:1024700000207047F004002000780221FFF70EBE14 +:1024800005494FF0FF32082841F8202002D30844C4 +:1024900080F848207047000018020020F0B54FF087 +:1024A000FF3512B10023082601E008230C260C4C4E +:1024B00005E000BF54F823707F1C04D05B1CB342BE +:1024C000F8D32846F0BD26185DB286F8305044F89F +:1024D0002310002AF5D1E11881F84800F1E7000047 +:1024E000180200200249084490F9300070470000AB +:1024F000180200202DE9F05F26484168F1B3DFF8AB +:1025000098B00E688146DBF8004087688078E11B50 +:1025100021F07F45ED1CB0B9DFF880804FF48030AA +:10252000C8F84403C8F804031120FEF765F8112029 +:10253000FEF799F84FF0010AC8F800A02F2004F028 +:1025400015FB89F802A0B54200D23546124BE819B6 +:102550003C3320F07F401860DBF800105A46091B1E +:1025600021F07F41001B20F07F40C91C81420FD920 +:10257000106818602F2004F0F9FA00E004E0BDE8CC +:10258000F05F1120FEF785B8BDE8F05F04F020BFD2 +:10259000BDE8F09F500000200415014000100140EC +:1025A0002DE9F0470025DFF88C803CE060680021D1 +:1025B00000EBC506012032789146FDF7E0FED4E934 +:1025C000062300EA020701EA030C57EA0C0728D0A9 +:1025D00082438B434846C4E9062304F089FB3278E2 +:1025E0008246914601200021FDF7C9FED4E904236B +:1025F00000EA020401EA03074A4650460021FDF7BB +:10260000BEFE44404F403C430BD17078012801D0BE +:10261000012100E00021726881EA0A010AB14846FE +:1026200090476D1CEDB298F8000044468542BDD33A +:10263000BDE8F0873000002010B50021024800F00E +:1026400084FF80F3100010BD0C0900200E4910B566 +:102650000A784C780023A24212D0521CD2B20A70DF +:10266000022A00D10B70084A0B780C3252F8232052 +:1026700002608868104420F07F408860012010BD0F +:102680000360002010BD0000500000202DE9F04143 +:102690008046024601200021FDF771FE1A4F0546D3 +:1026A0000E467868FEF7CCFB00280CD1174CD4E915 +:1026B000062110462A4001EA06031A4305D0A84322 +:1026C000B143C4E90601BDE8F081404604F010FBC7 +:1026D00030B1D4E9040128433143C4E9040105E0E1 +:1026E000D4E90410A943B043C4E90410D4E90601B5 +:1026F00028433143C4E90601A1687868BDE8F04188 +:102700000022FEF75DBB0000407B0000300000208F +:1027100010B501F0B3FC00BF01F0B2FD0028FBD101 +:1027200010BD10B50024204601F006FD641C082CE5 +:10273000F9DB10BD10B501F02FFD012804D0FFF723 +:10274000E7FF012001F036FE01F09AFD002803D1D9 +:10275000BDE8104001F0A0BC10BD400001F0ACBDD0 +:1027600010B50024204601F0F7FC641C082CF9DBAE +:1027700010BD000002490A88028089788170704784 +:10278000947B0000F0B50746204889B015460078D4 +:102790000E4698B1012814D0022834D110221C49C9 +:1027A00004A8FDF7FFFD1B490D2204A8FDF7FAFD63 +:1027B0000024164A6846521C21460DE01022144996 +:1027C000F3E71022124904A8FDF7ECFD04A800F07D +:1027D00088F8EDE7052C02D2135D035500E00155A2 +:1027E000641CE4B2102CF5D301F026F804A801F023 +:1027F00035F86946084600F0F5FF2B466A46314633 +:10280000384600F01BFB09B0F0BD0000DC000020E2 +:10281000977B0000340900200149087070470000D0 +:10282000DC00002001460D220148FDF7BBBD000081 +:102830003409002003490268C1F801200079487179 +:1028400070470000DC00002070B5084C0D46E278AF +:102850004AB10749FDF7A6FD0DB1E07828700020C8 +:10286000E070012070BD002070BD0000E20000207B +:10287000410900200248C078002800D0012070479C +:10288000E2000020F0B54E23B3FBF2F50223037003 +:102890004F23841804F8013C81B10123541E0BE03E +:1028A00003F003068E5DB6FBF5F705FB176605FB27 +:1028B0000366C6545B1CDBB2A342F1DB01210DE0D1 +:1028C0004318445C13F8013CE31ADBB2052B03D236 +:1028D000C3F1050323444354491CC9B29142EFD3C9 +:1028E000F0BD41F201010A68026009790171704787 +:1028F0000349D1F807200260C97A017170470000CE +:10290000E2000020F8B505464FF480500E4680796D +:10291000FF2815D1002141F2060003F0CDFE00246E +:1029200041F207070AE00121684600F00BFA9DF822 +:102930000010E01903F0C0FE641CE4B2B442F2D30C +:10294000002206E041F20700805C521C05F8010BF2 +:10295000D2B2B242F6D3F8BD30B58BB020203E4D96 +:1029600000240890AC70204601F02AFC002805DD08 +:1029700008AA6946002001F0A9FB0446E878204334 +:102980000AD1012001F01CFC002805DD08AA6946D7 +:10299000012001F09BFB04463CB39DF80000072892 +:1029A0003AD2DFE800F00439080C102334006846FE +:1029B00000F0B4F830E0684600F08CF92CE068468E +:1029C00000F04AF928E00A208DF8240009AC601CC8 +:1029D000FFF78EFF00F04EF810B9601CFFF72AFFDA +:1029E0000122062109A800F087F815E06C460120B5 +:1029F000FFF712FF1022611C601CFFF7C3FE601C72 +:102A000000F010FA40B1201DFFF70CFF04E0089819 +:102A1000C1B2684600F0E4F801F032FC60B9002071 +:102A2000FFF79BFE687828B101F0D6FB40F001006B +:102A300001F0D6FCFFF77EFE07490020C91D0A5CA5 +:102A4000521C12F0FF020A5403D1401CC0B20528E8 +:102A5000F5D30BB030BD0000E200002000B500F05F +:102A600009F8002802D002490220087000BD0000C9 +:102A7000E200002002480078002800D001207047C2 +:102A8000E200002008B504216846FFF73BFF6846D6 +:102A900000F074F901F0A0FB40F0020001F0A0FC8E +:102AA00004490020487088700870C870FFF755FE10 +:102AB00008BD0000E200002070B50E4D04466878A5 +:102AC000A04216D0FFF724FE34B101F085FB40F0A0 +:102AD000010001F085FC07E001F07EFB20F0010021 +:102AE00001F07EFC002028706C70BDE87040FFF79C +:102AF00021BE70BDE200002070B516460C460546AA +:102B0000FFF706FEFFF72CFE22462946304601F06D +:102B10006BFABDE87040FFF70DBE0000FEB505463C +:102B200020202E4E02900020B070FFF7F1FD01F042 +:102B300053FBC4B2301D90F9010010F1400F44DB8B +:102B4000002001F04DFC9620FFF707FEFFF7E9FD9E +:102B5000FFF7F0FD01F094FB0028FBD108208DF871 +:102B6000000004210DF10100FFF7CCFE05226946AB +:102B7000002001F039FA4FF4AF70FFF7EEFD0120AD +:102B800001F02EFCFFF7D6FD01270CE0002001F03C +:102B900017FB40B102AA2946002001F097FA2878D5 +:102BA000012800D1B77001F06BFB0028EED1FFF7D0 +:102BB000D7FDFFF7B6FD0020FFF7CFFD204601F05F +:102BC0000FFC00BFFFF7B6FDFEBD24F0010001F0D1 +:102BD00007FC4FF4FA70FFF7C0FDF3E7E2000020B6 +:102BE0003EB50D460446FFF745FF08B1002000E062 +:102BF0000220FFF711FE681EC2B2611C601CFFF7C5 +:102C0000C1FD601C00F00EF938B111482D1FEAB269 +:102C1000C270211D0F48FDF7C5FB0B208DF8000089 +:102C20006C46A01DFFF7A6FD0322A11DA01DFFF706 +:102C3000A9FD601CFFF75CFEFFF71CFF10B9601CCC +:102C4000FFF7F8FD012209216846FFF755FF3EBD59 +:102C5000E2000020410900203EB50446FFF70AFFCC +:102C6000002827D00020FFF7D7FD0322611C601C3D +:102C7000FFF788FD601C00F0D5F800281AD0144B2F +:102C800000246D461878022815D003281AD08DF834 +:102C9000044009208DF800002C46681CFFF76AFDEF +:102CA0000922611C601CFFF76DFD01220A216846A4 +:102CB000FFF722FF3EBD01208DF80400681DFFF7DD +:102CC00010FE02E002208DF804001C70E1E7000015 +:102CD000E20000207CB5194D0446687800282BD00E +:102CE000FFF7C8FE20B9601CFFF7A4FD0120287083 +:102CF0006846FFF7F6FD00216846425CFF2A02D1D4 +:102D0000491C0529F9DB052916D1FFF7F1FD6946B4 +:102D10000523621C084600F091F8094869460078CE +:102D2000FF2809D1052241F2010003F0E7FC002150 +:102D30004FF4805003F0C0FC7CBD0000E200002096 +:102D400000100000F0B50B4B0025C3F80051012422 +:102D50001C602A46084E09E0D3F80071002FFBD012 +:102D600037688754C3F80051521CD2B28A42F3D359 +:102D70005C60F0BD00D0004008D500402DE9FF4167 +:102D8000054601F07DFA264C0646EDB328786978B1 +:102D9000EA7800EB0120A978090401EB02614718E9 +:102DA00001F078FB204601F093FA50B1002108466B +:102DB00001F06EFA28B1384601F09AFA08B1012400 +:102DC00002E0012407E037B12146084601F060FA2D +:102DD00008B1012700E00027641CE4B2082CF2D3FC +:102DE00001F0CEF90446C2B229466846FFF74AFD13 +:102DF00087B12146684601F08BFA58B10120002EB8 +:102E000005D001F049F900E007E030B1012004B03D +:102E1000BDE8F0810020002EF9D00020F7E7000087 +:102E20000406080A10B503220349FDF7E6FA08B1C3 +:102E3000002010BD012010BD947B000070B500245F +:102E400009E000BF11F8015B12F8016B7540641CCA +:102E500000F8015BE4B29C42F4D370BD0278521CCE +:102E6000027002788A4201D300210170704700008D +:102E70002DE9FC5F0E008346DDE90C47C6F100003A +:102E800098469246814600D40846012503E000BFDB +:102E900090FBFAF06D1C5045FADAA84500D945467A +:102EA00024B1002E01DB780700D5641EB80702D5D7 +:102EB000B8F1000F0AD0F80708D13CB1A54205D2FD +:102EC00020215846641EFFF7BDFAF6E7002E02DA0D +:102ED0004E462D2102E0780703D52B215846FFF7F7 +:102EE000B1FA07F0030002280BD1B8F1000F08D1A6 +:102EF0003CB1A54205D230215846641EFFF7A2FA24 +:102F0000F6E7CDE90047434652463146584604F0BD +:102F100085FDBDE8FC9F000070B50D4604460068C5 +:102F20004FF4887103F01CFE4FF49071206803F099 +:102F300017FE4FF49271206803F012FE4FF4A27155 +:102F4000206803F00DFE20681249C0F804132068C1 +:102F50006907000B40B2090E002806DA00F00F00E6 +:102F600000F1E02080F8141D03E000F1E02080F87B +:102F7000001420680121000B40B200F01F029140B4 +:102F80004009800000F1E020C0F88012C0F8001174 +:102F900070BD000010030200024600201268930773 +:102FA00002D0530702D47047500714D502F0030033 +:102FB000012802D002280CD105E0C2F383100B686F +:102FC000801C184404E00223086803EB925210446A +:102FD000086001207047086800EB9253C2F3891023 +:102FE000401CEEE70A4810B5807860B1002401E08B +:102FF000022C06D02046FDF7FBFF641C042CF7D3FF +:1030000010BD0324F6E7BDE81040FFF723B8000029 +:103010000000002003480179C90702D00078FFF7BB +:10302000F1B87047000000202DE9F047394E002725 +:1030300080463D46DFF8E090D6F804A057E003D084 +:103040000446D0F81C8035E099F8002002EB4201DC +:10305000521CD2B289F8002009EBC10199F8023064 +:10306000091D9A4201D189F8005048680A7804463F +:10307000012A12D0022A02D0032A3BD108E004F030 +:10308000B9FA00B10127257434E00574C06900E085 +:1030900070680028F9D170602CE0207C50BB8868F3 +:1030A0006060C868A0600869E0604869A061F07865 +:1030B00000B165606268B168184B501A20F07F401B +:1030C000984202D2A168084406E0881AA16820F05C +:1030D0007F40814202D9081A206000E025606560C7 +:1030E0000120A56020742046E56104F065FAB8F17E +:1030F0000000A4D199F8001099F801008142A3D1F1 +:1031000017B97168514502D00120BDE8F087002051 +:10311000FBE7000050000020E4020020FFFF7F00DA +:103120002DE9FF410026234800F001FA2148001F45 +:10313000074600F0FCF9204C60680090A56800E0AC +:1031400000986946284004EB80000C30FFF724FF0C +:103150000028F5D101AA009901EA050304EB8303D5 +:10316000491CDB6842F82030401C00910228F2D351 +:10317000019800F0030001280BD0022810D101981B +:10318000032101EB90500099BDF80A6001EB90001B +:1031900005E00198BDF80A60C0F383100844009070 +:1031A000384600F0C1F908B10098606004B03046BC +:1031B000BDE8F08108090020F00400208AB0FDF786 +:1031C000D5FD08B1FDF7B4FD00210120FEF7D0FFC9 +:1031D00008B1FDF7ADFD4FF40041002003F0E6F823 +:1031E00008B1FDF7A5FD02F06DFF0120FDF7D6FE49 +:1031F000012001F001F828B900F0C8FF00F50340F4 +:10320000FDF796FD4FF4FC7001F0FAF828B900F0D4 +:10321000BDFF00F50340FDF78BFDFFF733FC00F029 +:10322000DBFF40F0040001F0DBF828B900F0AEFF4E +:1032300000F50340FDF77CFD0120FFF73DFC00F0A9 +:103240002BFF28B900F0A2FF00F50340FDF770FD49 +:1032500017480321008801EB004016A103F04CF849 +:1032600002F03EFF0028FBD15FF02004FFF774FB63 +:10327000FFF700FC08B1FFF7F1FB0220089400F013 +:103280009FFF28B108AA6946022000F01FFF07E04F +:10329000FFF7F0FA0028E9D008A96846FFF7D4FA4A +:1032A0000028E3D09DF8000003F0B2FFDEE7000045 +:1032B0007801002047617A656C6C2064796E616DDD +:1032C00069632070616972696E67206578616D70ED +:1032D0006C6520737461727465642E20486F73741A +:1032E000206D6F64652E00002DE9F047C788044605 +:1032F000181D16468946B0FBF7F1B0FBF7F207FB45 +:1033000012009A193A44D21CB2FBF7F2DDF820A061 +:1033100001E02468491E0029FBD13D1A8846B542C8 +:1033200016D818E0BAF1000F05D0211809EB0800F3 +:103330002A46091D04E0204409EB08012A46001D25 +:10334000FDF730F800202468761BA844B74201D965 +:10335000354600E03D46002EE4D1BDE8F087000090 +:1033600030B5024659B103F04DF80021074C09E091 +:1033700004EB810315685B88AB4202D11160002029 +:1033800030BD491C8142F3D3052030BD64010020CB +:103390002DE9F0415C4903780446D1E90302002598 +:1033A000082B77D2DFE803F0042B4877726E8795FD +:1033B000217C914208D238B100EB81018A6C521C09 +:1033C0008A640168491C0160A17B2E4661F30706EF +:1033D0002189677B61F31F466189606861F30F058E +:1033E000217B61F31745E17B61F31F6501F072FCFE +:1033F0002A4631463846BDE8F04100F03EBE4869F5 +:10340000407D10B9414800F08DF82F46218965F3C1 +:10341000070761F31F476189267B61F30F05617B15 +:10342000606861F31F6501F055FC2A463946304655 +:10343000BDE8F04100F020BE217B914208D238B1B6 +:1034400000EB81018A6C521C8A640168491C01608E +:10345000A07A217A60F3070561F30F25E17A667A95 +:10346000676861F3174538B11FB92848263000F066 +:1034700059F8384601F02EFC29463046BDE8F041A7 +:1034800000F0ACBEBDE8F04100F004BE00F0FEFE6E +:10349000BDE8F08131E01E484168491C4160017877 +:1034A0000029F5D0816811B1491E8160F0E7BDE8BF +:1034B000F04100F0E3BDA379934208D238B100EBAC +:1034C000830293685B1C93604268521C42608A6866 +:1034D0000CE0A379934208D238B100EB83029368E1 +:1034E0005B1C93604268521C42604A68002ACFD03D +:1034F00061792079BDE8F0411047BDE8F04103480B +:103500007F3000F00FB80000F40000203D040500FB +:103510005009002002490F220A708861704700009C +:10352000F4000020FFF7F6BF002100F009B80121E8 +:1035300000F010B808B56A46FCF79FFE009808BD79 +:1035400008B56A46FCF77FFE08BD08B56A46FCF779 +:1035500061FE08BD08B56A46FCF768FE009808BD24 +:1035600008B56A46FCF796FE009808BD70B504469B +:1035700000252846FDF774FC2168626808689042BF +:103580000ED9401E08600178A38AE26801FB03257A +:10359000227A2168101AC0B20A79824200D20871D8 +:1035A0000020FDF75FFC284670BD70B505460C464F +:1035B0000020FDF755FCE868A98A201AB0FBF1F15C +:1035C0002A681068431C13600170BDE87040002039 +:1035D000FDF748BC10B530B1017A42680368891A1A +:1035E000C9B21A6006E00E2010BD03681A68541CA8 +:1035F0001C601170491EC9B2F7D200680021017128 +:10360000084610BDC20800F007030120895C9840FD +:103610000840704710B5C20800F00703885C012419 +:103620009C402043885410BD70B5074C251F20686E +:1036300029684968884202D30448FFF773FF286865 +:1036400021688068405C70BD3001002044000100AA +:1036500001480068704700003001002010B50446A2 +:10366000054800684068A04202D80448FFF75AFFA6 +:103670000148001D046010BD2C0100204C00010019 +:1036800001484068704700003001002010B5044632 +:10369000054800680068A04202D80448FFF742FFCE +:1036A0000148001D446010BD2C010020580001009D +:1036B00010B5040002D10548FFF734FF044800218B +:1036C0000460001D0160416010BD00002700010082 +:1036D0002C0100200948021F4168491C4160126802 +:1036E0001368994208D3002343600168491C0160B4 +:1036F0005268914200D303607047000030010020FF +:10370000002839D0401E00BF00BF00BF00BF00BF6F +:1037100000BF00BF00BF00BF00BF00BF00BF00BFB1 +:1037200000BF00BF00BF00BF00BF00BF00BF00BFA1 +:1037300000BF00BF00BF00BF00BF00BF00BF00BF91 +:1037400000BF00BF00BF00BF00BF00BF00BF00BF81 +:1037500000BF00BF00BF00BF00BF00BF00BF00BF71 +:1037600000BF00BF00BF00BF00BF00BF00BF00BF61 +:1037700000BF00BF00BFC5D170470000F0B50546CF +:103780000478154889B0164640F82420124A086982 +:10379000121DA2F1080742F82400487F3855202264 +:1037A0006846FCF7FFFD04942878385C48B10EB1F8 +:1037B0000A4A00E000226946281D03F045FC09B0D2 +:1037C000F0BD0EB1064A00E00022694605F10C008A +:1037D00003F00CFBF3E7000014000020F978000070 +:1037E0004577000070B5124D06464FF0807468684A +:1037F000814202D01022FCF7D5FD0E490020C1F80D +:10380000000101220A6001E0641E0ED0D1F80021FF +:10381000002AF9D0C1F80001A9688E4203D0102215 +:103820003046FCF7BFFD012070BD002070BD0000D8 +:103830001C00002000E000400549064801F110028C +:10384000C0E9001210328260034801600120704715 +:10385000E80100201C00002004E500400146024869 +:1038600010220068FCF79EBD1C0000202DE9F041ED +:103870000446102802D30B48FFF754FE094E0A4DA8 +:10388000761D204600F07EF8070008D0AF4202D136 +:103890003046FFF747FE384600F03AF8F1E7BDE85A +:1038A000F0810000D0000300ADDEADDE014800680D +:1038B000704700006001002010B50020114A014649 +:1038C00000EB40039C186170A170D154401CC0B241 +:1038D0001028F5D3DE22CC210B48FCF775FD0A4AEF +:1038E0000020A2F1180100BF00EB001302EB43031C +:1038F00041F82030401CC0B20628F5D30349062009 +:10390000086010BD440B00204C0C0020600100201A +:1039100070B5104C06462068062802D30E48FFF703 +:1039200001FE3046FDF704F918B90B48401CFFF7BB +:10393000F9FD0A4D20680A4955F82000884203D055 +:103940000548801CFFF7EEFD216845F82160491C01 +:10395000216070BD6001002080000300340C002055 +:10396000ADDEADDE10B50446102802D30348FFF7E4 +:10397000D9FD034904EB4400085C10BDC2000300FC +:10398000440B002070B500260446102802D30C48D2 +:10399000FFF7C8FD0B4D04EB4404285D70B105F141 +:1039A000300000EB8401601910F8022F51F82260FA +:1039B0000321FFF753FA285D401E2855304670BD9D +:1039C000A2000300440B002070B50C4606461029E7 +:1039D00002D31248FFF7A6FD3046FDF7A9F818B943 +:1039E0000E48401CFFF79EFD0D4D04EB4404285D7E +:1039F000032810D205F1300000EB8401601910F8A3 +:103A0000012F41F822600321FFF728FA285D401CAE +:103A10002855012070BD002070BD00008C000300FF +:103A2000440B002010B50446102802D30948FFF7C4 +:103A300079FD094904EB44000A5C42B101F130020E +:103A400002EB80020844807852F8200010BD00206C +:103A500010BD0000B3000300440B00200B4810B55C +:103A60000168002479B10A4A0A4B02EB8102491E1F +:103A700052F8044D136001602046FDF759F810B963 +:103A80000548FFF74FFD204610BD000060010020F3 +:103A9000340C0020ADDEADDE780003000048704736 +:103AA000408100402DE9F74F904607004FF0000598 +:103AB00002D13448FFF736FD334C4FF4803BC4F855 +:103AC00008B3324EB07818B12E48801DFFF72AFD9A +:103AD000706818B12B480930FFF724FDDFF8B0A05B +:103AE00077605FEA08004FF000094FF00108AAF183 +:103AF000040724D001282FD0022829D021481D30C6 +:103B0000FFF710FD86F80280C4F84091019929441E +:103B100089B239603F68C4F84480DAF80060D4F8AC +:103B2000400118B117482B30FFF7FCFCAF4215D30A +:103B3000AE4201D3BE4221D3124833301CE0C4F858 +:103B40004480DAF80050C4F84080C4F84091D9E7C6 +:103B50000F48001D0568D5E73D68D3E7BE4201D296 +:103B6000012000E00020B54201D8012100E0002141 +:103B7000884203D103483E30FFF7D4FCC4F804B3B5 +:103B8000BDE8FE8F86000400008000403801002060 +:103B900044850040004870474880004070B5144C90 +:103BA00001266660E66066641248002505601148DB +:103BB0003C30006810B11048FFF7B4FC4FF0FF3004 +:103BC000C4F80803C4F840510A49042008310860C9 +:103BD0000A4845600670457085700820FCF722FD94 +:103BE0004FF0E0214FF48070C1F8000170BD00007B +:103BF0000080004008850040470004003801002094 +:103C00000148007870470000380100200349012076 +:103C100008600349002008707047000000800040E1 +:103C20003801002070B5074801250561C560064CC4 +:103C30000026082066606670FCF7F4FCA67025700C +:103C400070BD00000080004038010020014840782D +:103C500070470000380100200FB408B5039900290F +:103C600004D004AA00926A4600F00FF801B05DF893 +:103C700014FB10B582680446002A05D0D4E9040379 +:103C8000216898470020A06010BD2DE9FC479146AF +:103C90000C00804676D014F8011B39B125290ED0CE +:103CA0004046FEF7CFFB20780028F4D198F80C00AE +:103CB000002867D04046BDE8FC47FFF7DABF002088 +:103CC000012221782B291BD02D2902D0302908D19F +:103CD00002E040F0010001E040F00200641C002A14 +:103CE000EFD100252A290ED02178A1F130020A2A2D +:103CF00011D205EB850201EB4205641C303DF1E772 +:103D000040F00400EAE7D9F800100B1DC9F80030B4 +:103D10000968641C0D44217800232E290BD114F866 +:103D2000011FA1F130020A2A05D203EB830201EB45 +:103D30004203303BF3E76C290DD068290BD0692989 +:103D400021D00BDC252918D0582931D063290ED079 +:103D5000642915D117E014F8011FECE7702969D028 +:103D6000732932D075291BD0782909D120E0D9F8E0 +:103D70000000011DC9F8001001784046FEF762FB03 +:103D8000641C90E76CE0D9F800100A1DC9F8002007 +:103D90000968CDE900500A224046FFF769F8EFE7CD +:103DA000D9F800100A1DC9F8002009680A2206E0A7 +:103DB000D9F800100A1DC9F8002009681022CDE9C1 +:103DC0000050404603F02AFEDAE7D9F80010002739 +:103DD0000A1DC9F800200E68C00705D112E0404650 +:103DE000761C7F1CFEF72EFB31780029F7D104E00A +:103DF000202140466D1EFEF725FBBD42C0D9002D97 +:103E0000F6D1BDE74EB13046FCF7F0FA074604E0C4 +:103E1000202140466D1EFEF715FBBD4206D9002D40 +:103E2000F6D103E04046761CFEF70CFB3178002902 +:103E3000F8D1A5E7D9F80000011DC9F80010056800 +:103E400030214046FEF7FEFA78214046FEF7FAFAA6 +:103E500008200021CDE90001034610222946B0E7E1 +:103E6000BDE8FC8770B541EA4201DDE904564FF038 +:103E7000A04441EA830141EA052104EB800041EAC4 +:103E80000641C0F8001770BD70B541EA4201DDE996 +:103E900004564FF0A04441EA830141EA052104EBB6 +:103EA000800041EA0641C0F8001770BD70B541EAD4 +:103EB0004201DDE904564FF0A04441EA830141EAA2 +:103EC000052104EB800041EA0641C0F8001770BDEF +:103ED00070B541EA4201DDE904564FF0A04441EAE1 +:103EE000830141EA052104EB800041EA0641C0F864 +:103EF000001770BD1CB5002100910B4601220191F5 +:103F0000FFF7D4FF1CBD1CB5002100910B46012218 +:103F10000191FFF7DDFF1CBD1CB500220B4600928E +:103F200011460192FFF7C2FF1CBD1CB500220B46D3 +:103F3000009211460192FFF7CBFF1CBD1CB500217A +:103F400000910B46012201911146FFF7AFFF1CBD06 +:103F50001CB5002100910B46012201911146FFF78B +:103F6000B7FF1CBD4FF0A04202EB8000D0F8002745 +:103F700022F44032C0F80027D0F8002742EA01417D +:103F8000C0F80017704701224FF0A043824011B1E2 +:103F9000C3F808257047C3F80C25704718B5084BBF +:103FA0006C4601441B68009306E000BF54F82030C3 +:103FB000D3F81035401C08C28142F7D818BD000064 +:103FC000347B0000034908B5084400210160006803 +:103FD000009008BD0060004002494058012800D010 +:103FE00000207047006000402DE9F041204D16464A +:103FF00088460746082801D3042035E0B8F1000FB1 +:1040000003D0202E03D906202EE003202CE03846D2 +:1040100001F01AFA032801D3092025E0384600F000 +:10402000ADFF032801D30A201EE000F0D3FC0228D4 +:1040300001D2082018E000F057FE044606704078D0 +:10404000324640F0010060704146A01CFCF7AAF91E +:10405000F8B2214601F0FAF910B10120BDE8F08173 +:104060000448FFF75FFA0F2028700020F6E70000F1 +:10407000F4000020FC0005007047704710B500F008 +:104080006DFD18B1BDE8104000F004B8BDE8104067 +:1040900000F062BC7047000010B50B4C606928B19D +:1040A00000F012FB0004000C02D005E0022008E042 +:1040B000002000F023FE18B100F062FC012010BDCA +:1040C00011202070002010BDF40000202DE9F041E7 +:1040D00016460F46044600F051FF154D48B157B142 +:1040E000204600F057FF00783168814205D2062053 +:1040F0001AE00B2018E0032016E0204600F040FFF5 +:1041000004000DD0A01C0BD02278A11C38463260D0 +:10411000FCF748F9204600F0DDFD0120BDE8F08104 +:104120000448FFF7FFF90F2028700020F6E7000091 +:10413000F40000202601050010B5082804D3054925 +:1041400004200870002010BDC0B200F00DFF012057 +:1041500010BD0000F4000020084910B54A69527DE6 +:104160000AB10C2002E0082803D3042008700020C4 +:1041700010BDC0B201F050F9012010BDF4000020C4 +:104180000148006970470000F400002001480078F1 +:1041900070470000F400002010B500F0E9FC30B1D9 +:1041A000012806D0022806D00448FFF7BBF90220F8 +:1041B00010BD002010BD012010BD000097010500BA +:1041C000082804D3034904200870401F704700F0FA +:1041D000D5BE0000F400002000F0DEBE03B50028CC +:1041E00006D10448BDF8041081809DF80610817145 +:1041F0000CBD0000E20000202DE9F0411D4D0646F7 +:1042000000241D482C70AC610460446084601B482D +:1042100000F002FC686140B3042000F073FA05F17D +:104220001C00296900F074F80746304600F0C2F817 +:1042300000EA0706002000F0A5F80640012000F083 +:10424000EFF80640022000F085F80640002000F05C +:1042500009F90640012000F075FE0020EC6000F036 +:1042600033FD16B10120BDE8F08101202870002047 +:10427000F9E70000F400002050090020913300000D +:1042800001484069407D7047F400002070470000FD +:10429000084A10B553695B7D0BB1022002E0082883 +:1042A00003D304201070002010BD00F037FD012062 +:1042B00010BD0000F40000200449002200280A700C +:1042C00002D088600120087070470000500900206B +:1042D000064910B54A69527D1AB1022008700020C3 +:1042E00010BD00F0F7F9012010BD0000F40000201F +:1042F000064910B54A69527D1AB1022008700020A3 +:1043000010BD00F0F3F9012010BD0000F400002002 +:1043100010B50F4C6269527D0AB1022014E01029D9 +:104320000FD871B178B10A462161014608481C30A6 +:10433000FCF738F8064821691C3000F0F7F9012035 +:1043400010BD072000E003202070002010BD0000F9 +:10435000F40000200A4910B54B69024601205B7D3C +:104360000BB1022004E0012A05D0022A04D00E205D +:104370000870002010BD002000F056FA012010BD8A +:10438000F40000200A4910B54B69024600205B7D0D +:104390000BB1022003E032B1012A03D00E200870D5 +:1043A000002010BD012000F0BBF9012010BD00006D +:1043B000F400002010B540B1012808D002280BD02D +:1043C000064905200870002010BD012000E00220F1 +:1043D00000F0D4FB012010BD0020F9E7F40000201C +:1043E000064910B54A69527D1AB1022008700020B2 +:1043F00010BD00F0D7FD012010BD0000F40000202A +:10440000064910B54A69527D1AB102200870002091 +:1044100010BD00F045FF012010BD0000F400002099 +:10442000014610B50020072914D2DFE801F0040F7F +:1044300006080A0C0E00042008E0FC2006E0F82024 +:1044400004E0F42002E0F02000E0EC2001F018F895 +:10445000012010BD02490E200870002010BD000090 +:10446000F40000200A4910B54B69024600205B7D2C +:104470000BB1022003E032B1012A03D00E200870F4 +:10448000002010BD012001F005F8012010BD000042 +:10449000F400002010B5FFF7F3FE002806D0FFF768 +:1044A000EDFD30BFFFF7ECFE0028FBD110BD000092 +:1044B00010B501F0E1F903490020086102490870D4 +:1044C00010BD0000A8090020200100202DE9FE43B6 +:1044D0004D4800684D4C012802D04D48006828B96D +:1044E00060680078202801D8012100E00021494EB1 +:1044F00003204FF0000830704348C4F800800830B3 +:104500000568424F183F89B300684149083908607F +:1045100002A8CDE900043C480C300268012329467A +:10452000184602F03DF910B3012805D0022821D029 +:10453000032855D0384851E0029818B136481C3845 +:10454000FEF7F0FF284602F08EFA18B932481B3801 +:10455000FEF7E8FF01F0C4F9B97D0023CDE90001C1 +:104560007068EAB290F9161018461CE01EE02A485E +:10457000113833E0029818B927480D38FEF7D2FFFA +:10458000284602F070FA18B923480C38FEF7CAFF23 +:1045900001F0A6F9B97DEAB2CDE900017068012306 +:1045A00090F91610029800F077FB19E000F06CFE0D +:1045B00030B101F095F90146BA7DE8B200F03EFB5A +:1045C0000023CDF800801A4619461846CDF804801D +:1045D00002F0E6F8042803D00F480F30FEF7A2FFE0 +:1045E000206838B1012060750C48206104203070CB +:1045F000BDE8FE8301F040F984F81580C4F810800E +:1046000000F00EF8F4E7000000140040A8090020B4 +:10461000341500402001002044060900B94600007E +:1046200070B5FFF745FF1F4D012028701E48016837 +:104630001E4A21F0FF0112691143016002F01CFAC9 +:104640001A4C4C3410B302F017FA032802D0184861 +:10465000FEF768FF022001F04DFB002001F0A2FBF5 +:1046600002F00AFA032803D011480830FEF75AFF77 +:104670002878012803D00E480E30FEF753FF0220A1 +:104680002870002020610B48E06070BD02F000F847 +:104690000228DFD302F016F960600028DAD104485E +:1046A000401FD5E720010020301500405C090020A4 +:1046B000F4050900CD440000024905200870FFF709 +:1046C000AFBF0000200100200148006A70470000D1 +:1046D0005C090020034910B5086200F0B3FD0249EF +:1046E000086010BD5C0900201C150040034910B58E +:1046F000486200F0A7FD0249086010BD5C09002077 +:10470000201500400449487704490A6822F4E02251 +:1047100042EA0040086070475C090020181500401C +:1047200001490876704700005C09002070B50C0054 +:10473000054602D10748FEF7F5FE1DB90548401CA5 +:10474000FEF7F0FE0448C0E90145BDE870400020D6 +:10475000FEF784BFB3030900C009002010B500F0C4 +:1047600093FD044901F1640208B1C86800E088685B +:10477000106010BD5C0900201CB510494FF440705A +:10478000086002F079F9012812D0022810D003281D +:1047900013D100200090034602460146019001F02B +:1047A000FFFF042809D0BDE81C400548FEF7BABE4B +:1047B0000021084602F0A4F8F3E71CBD08F501400B +:1047C00048020900144981F8310014490A6822F0AE +:1047D000FF020A6048B1114A0B1D0832012807D0B8 +:1047E00002280ED00E48FEF79DBE0868086070478C +:1047F000086840F001000860FF20106040F20710D8 +:1048000007E0086840F0020008604FF6FF70106093 +:1048100004481860704700005C090020341500400F +:104820002E04090021100100044981F832000449D6 +:1048300008B1012800D10860704700005C09002021 +:10484000101500402DE9FF413E480068012802D0C4 +:104850003D48006830B93D4840680078202801D8BC +:10486000012700E0002700F0FBFB384C0126183C34 +:1048700000B9266102F000F9012802D03448FEF7A1 +:1048800051FE344D6868007D18B13148401CFEF778 +:1048900049FE00F0F1FFEFB30121084602F030F8C5 +:1048A00020B1012828D0022826D10FE001F018F805 +:1048B000064601F03DFFC7B201F034FF8446A07DFB +:1048C0000021CDE90260CDE900710DE001F008F8AA +:1048D000804601F02DFFC7B201F024FFA17DCDE994 +:1048E0000076CDE90281844668686289218990F961 +:1048F0001630604600F0B2F9FEF7AAFEE0601348F9 +:104900004C3840696060FFF729FF04B00020BDE823 +:10491000F04100E001E0FEF7B9BE6E7000F0B4FCBB +:1049200000280CD000F0DCFF054601F001FFA27D5D +:1049300004B02946BDE8F041C0B200F07FB9BDE83F +:10494000FF8100000014004034150040A809002039 +:10495000370709002001002010B5012080F31088DE +:104960000648417D29B1817819B90121817000F093 +:1049700045FB002080F3108810BD00009009002046 +:1049800070B5124C607D00281ED100F0BDFA04F114 +:104990003005A86810B90E48FEF7C4FD686818B95C +:1049A0000B48401CFEF7BEFD02F096F818B108480F +:1049B000801DFEF7B7FD002002F0AEF80120607503 +:1049C000BDE8704000F01ABB70BD000090090020E7 +:1049D000CE02090001F0B8BE30B50D4D85B0687D3E +:1049E000002813D000F048FB00F046FF0024AC7014 +:1049F0006C7505208DF80000684601F0F5FD05484E +:104A0000047005B0BDE83040FFF7B6BE05B030BD5C +:104A100090090020200100202DE9F04105460120E9 +:104A200080F31088484E4FF003080024707086F819 +:104A30000080B470746034817481F460074634611E +:104A4000347506F118007475046044608460C460B5 +:104A500004610475183084604460FFF79FF82846AD +:104A600001F0FCFD01F072FE002002F047F806F1B3 +:104A70003000FEF71DFE00210820FBF725FE002177 +:104A80000120FBF721FE01211520FBF71DFE01206F +:104A900000F074F8A6F13405FF202861042068773F +:104AA0002A4929622A49696285F82870022185F815 +:104AB000291085F82A8085F82B00052085F82C0020 +:104AC000062085F82D00072085F82E00082085F89F +:104AD0002F0085F8304085F8311085F83270692054 +:104AE00045F8140B1E2028604FF4167045F8100C82 +:104AF000022000F085FC0F2000F088FCEC802F7174 +:104B00006F712C72204601F019FE7078012802D0D6 +:104B10001048FEF707FD3770B470746034817481FB +:104B2000F46034610C48347574758460447000F02E +:104B3000EBF90820FBF76BFD1520FBF768FD84F30C +:104B400010880148BDE8F0819009002004070A0D93 +:104B500005080B0E9F020900200100200348407D3C +:104B600008B1002070470120704700009009002024 +:104B700001480078704700009009002010B501211D +:104B800081F3108807490A78824204D04870487D32 +:104B900028B100F033FA002080F3108810BD00F037 +:104BA00003F8F8E79009002030B5224D85B0287849 +:104BB000697888423BD008B900F0A6F9687808B94E +:104BC000FFF7DAFD1C480024046000F055FE194888 +:104BD00018300460446004618460C460287801284F +:104BE00002D0022808D015E001F046FF90B1002164 +:104BF000084601F085FE0DE0FFF75AFC01F03CFF8E +:104C0000032807D1002300941A4619461846019438 +:104C100001F0C6FDFFF7A2FD6878287004208DF82A +:104C20000000684601F0E0FC012005B030BD002026 +:104C3000FBE700009009002054F5014000B585B065 +:104C400006238DF806208DF805108DF804008DF8E8 +:104C50000030684601F0C8FC05B000BDF0B585B075 +:104C60000DF1280C9CE8F0008DF80C308DF80D400B +:104C70004FF0000C0190ADF808108DF80E508DF833 +:104C800000C0ADF80A208DF80F608DF810706846EE +:104C900001F0AAFC05B0F0BD70B586B00226DDE9D2 +:104CA0000A458DF808108DF8092001908DF80A301A +:104CB0008DF800608DF80C508DF80B40684601F0BF +:104CC00093FC06B070BD0000014988607047000089 +:104CD0002001002010B5012181F3108801F05CFD56 +:104CE000002080F3108810BD10B5012080F31088DB +:104CF00001F054FD002181F3108810BD10B5044669 +:104D0000082802D30348FEF70DFC0348204490F81E +:104D1000280010BDAD0309005C09002070B508280B +:104D200019D20F4A024482F828108207D40EFF22BB +:104D3000A240D243042801D20A4D01E0094D2D1DA5 +:104D4000286810402860084600F06AFA2968A040E8 +:104D50000843286070BDBDE870400348FEF7E2BB21 +:104D60005C09002024150040A703090010B51B4C66 +:104D700000206070FEF758FC19490860FEF768FCD7 +:104D80001849887501F078FE012807D001F074FEFB +:104D9000022802D01448FEF7C5FB002000F0AAFF4D +:104DA000FEF77CFE114908606068091D40680860D4 +:104DB000A068002811D0007820B1FEF76FFEA1682E +:104DC00000F0F6FBA0680179002906D000F0C4FBD2 +:104DD000A068BDE8104000F0CDBB10BD2001002050 +:104DE00008150040900900209706090050F5014081 +:104DF00010B501F0EBFD002820D011480021018101 +:104E0000418101F095FC0F49086001F091FC0121FE +:104E100081400C48001D026822F0FF02114301602E +:104E200001F080FC064C1834206001F075FC6060D5 +:104E30000548E060BDE81040FFF798BF10BD0000D6 +:104E4000900900202C15004045480000154800211D +:104E50000160012101601448016821F48071016042 +:104E6000016821F00F01891D0160016821F47021A2 +:104E700041F440310160001D016821F000710160C2 +:104E8000016841F080710160016821F0FF0141F08B +:104E900020010160016821F47F4101600120FBF7DE +:104EA000B6BB0000FC1F00401415004070B5134C49 +:104EB0001348A16800F08AFE6060114C4C3C607F92 +:104EC000FFF720FC206AFFF705FC606AFFF70EFC85 +:104ED0000025601990F828102846FFF71FFF6D1C69 +:104EE000082DF6D3074914F8300F08606078FFF7F3 +:104EF00069FCA078BDE87040FFF796BC2001002057 +:104F0000A80900200C1500400C4910B500200860CD +:104F10000A484FF440744C380460FFF797FFFEF7DF +:104F200039FE064908310860091F05480860034832 +:104F300050380460BDE81040FFF7B8BF54F5014099 +:104F40000411004010B504460448406810B90448F4 +:104F5000FEF7E8FA0348047510BD000020010020A8 +:104F60006E040900A809002010B5012181F3108802 +:104F700001F076FD002080F3108810BD01F073BDB4 +:104F800010B5012181F3108801F070FD002181F33B +:104F9000108810BD01F06DBD014800697047000028 +:104FA0005C09002001490861704700005C0900208D +:104FB00003490122086101460248FEF773BD000063 +:104FC00090090020E56A000070B50C4601F0A4FDD0 +:104FD000074D2869A04202D30648FEF7A3FA2869C4 +:104FE0000122211A0448FEF75DFD0020286170BDF2 +:104FF00090090020D6060900E56A000010B5FEF70A +:10500000FFFD012822D101F081FD10B11048FEF70B +:1050100089FA002264210F48FEF744FD0E48007F04 +:1050200080B90E480121016000220007C0F800216C +:10503000016000BF00BF00BFAFF30080D0F80011D7 +:105040000029FBD0BDE81040FEF7E0BD10BD000018 +:10505000B4060900E56A00005C0900201405004060 +:10506000044810B5006918B9FEF7F0FD002800D01B +:10507000012010BD9009002010B5FEF7C1FD0128E8 +:105080000ED0FEF7CFFD0748007F10B90120810741 +:105090004860002001F040FD0249002034314860A2 +:1050A00010BD00005C0900200B4810B54068407D31 +:1050B00030B1012000F076FE08490889401C0881C3 +:1050C0000749002008600548343803C8BDE810408F +:1050D000091A0020FFF778BF200100209009002066 +:1050E00054F5014070B586B0FFF7BAFF494D4A4EFE +:1050F00005F1340458B100F0BDF8A078002869D05B +:10510000FEF7E8FA06B0BDE87040FFF765BC20780E +:10511000012802D0022804D008E000F0FFFE28B1E8 +:1051200070E0307804286DD003286BD0FEF7D2FAF7 +:1051300000F0A0F8A07868B1FFF74EFC01F0A8FAE3 +:10514000022840D303208DF80000684601F04CFA95 +:1051500006B070BDFFF728FD20B100206968FFF799 +:1051600033FFEBE72078F0B1012816D0022817D0E2 +:105170002A48FEF7D7F9687E0128DFD100F084F8CD +:105180000028DBD12078D8B1012811D00228D5D051 +:1051900022481A30FEF7C6F9D0E700F087F8EAE7B0 +:1051A00000F008F9E7E700206968FFF70DFFE2E784 +:1051B00001F062FC0028C1D101F0DCFB0028BDD168 +:1051C000FFF75AFFBAE706B01448BDE87040363022 +:1051D000FEF7A8B92078022808D0FEF77BFA6968A4 +:1051E00006B00020BDE87040FFF7EEBE307804281E +:1051F00008D0032806D0FEF76DFA06B0BDE870406F +:1052000000F0D8B8686806B04008BDE87040FFF705 +:10521000CFBE00005C09002020010020D00409005E +:10522000024610B50020014622FA01F303F0010303 +:10523000C1F10704A3400343491CC9B2D8B20829ED +:10524000F2D310BD2DE9F04100240646254618276B +:10525000E80026FA00F0C0B2FFF7E2FF694207EB70 +:10526000C101884020436D1CEDB20446042DEFD3EC +:10527000BDE8F0810348416809B1491E4160FFF76C +:105280006DBA00009009002004480178022902D07C +:105290004068002800D001207047000090090020DD +:1052A00001494860704700005C0900202DE9F04189 +:1052B00086B000F0E1FA01F0DFFB3A4D05F134046D +:1052C00020B3688BB0B3218981423BD301210020F8 +:1052D00001F016FB01F026FA26898046648901F068 +:1052E00027FA074600F0FCFA014601208DF800007D +:1052F000ADF808608DF80C70CDF80480ADF80A4068 +:105300008DF80D10684601F06FF944E001F0C0F926 +:10531000022840D3FFF7B8FF68B1FEF7B1F9D0BB60 +:10532000287E20B9FEF794F9E168884233D1FFF76F +:105330005FFD30E006E0E068FEF790F90020FEF740 +:10534000A5F9F4E7FEF782FC10B11748FEF7EAF87A +:10535000FEF76AF915490968884202D06089401C45 +:10536000608113484078A0B9FFF78EFF88B101F043 +:10537000DFF9064600F0B4FAA17D8DF806108DF82D +:10538000050007228DF800208DF80460684601F0C2 +:105390002BF9FFF7EBFC296806B00120BDE8F041CE +:1053A000FFF712BE5C0900207C05090008150040CB +:1053B0002001002070B50024FEF736F90D4D296854 +:1053C000884207D0FEF730F92860FEF741F90A4914 +:1053D000012488750948641E0078044201D1FFF752 +:1053E0001FF9054834384168BDE870400020FFF7D8 +:1053F000EBBD0000081500409009002020010020AE +:105400000149C860FFF7AAB95C090020014988601A +:10541000FFF7A4B95C09002010B50446012181F30F +:1054200010880748017821B1407D10B10548FEF78A +:1054300079F8204601F026FB002080F3108810BD8B +:10544000900900206803090001F025BB10B5012276 +:1054500082F3108801F02CFB58B10848817819B903 +:10546000407D08B1FFF7CAFD002080F310880120BD +:1054700010BD002080F3108810BD000090090020AE +:10548000024981F830000249086070475C09002039 +:105490000C15004001490877704700005C090020A6 +:1054A00070B51149114A0025487802EB0010027BC3 +:1054B00022B10F4AD2F80C2102B10125807A08707E +:1054C000012000F0DFFB0B4C1DB1A068806800B12B +:1054D00080476068002806D00179002903D0BDE824 +:1054E000704000F01BB870BDCC090020A87B000004 +:1054F000001000404001002007480069012805D045 +:10550000022805D0032805D100F09AB800F04CB964 +:1055100000F0E4B870470000CC090020827B002135 +:1055200093000B4A1344C3F81019C37B02EB8302A8 +:10553000C2F81019427B0121837BC07B01FA02F281 +:1055400001FA03F3814003481A430A43026070479B +:1055500000F0014008F501404279054BC079012176 +:1055600003EB80000AB101667047016370470000D9 +:105570000060004082680021C2F84011C17B094AE6 +:10558000CB0009490B44C3F81025C37B826801EBAB +:10559000C301C1F81425C17B01208840034908607C +:1055A000704700001011004000F0014004F5014078 +:1055B0002DE9F0410746886800260C46C0F8406196 +:1055C0008868097B1A4D00F5A07005EBC101C1F890 +:1055D00010056278E178207B00F08EFC607B05EBA3 +:1055E000C000C0F81075617BA06805EBC101C1F86F +:1055F00014051048C0F80C61C0F81061A17B0E487A +:1056000005EBC101C1F810056278E178A07B00F0DC +:1056100061FC217B0120627B00FA01F100FA02F2B9 +:105620001143A27B9040014304480160BDE8F08132 +:1056300000F00140001000400C11004004F5014052 +:105640002DE9F0411F4E02200025307003207070BC +:1056500075603575B0691C4C401CB061C4F80C51C4 +:10566000C4F80051C4F81051C4F80451C4F82851CA +:10567000C4F80052681EC4F808030120FAF7DDFFE1 +:10568000124FB868007D50B1114800684042B075B3 +:10569000C4F81C510120A0610E49800208600C482A +:1056A00044380068F168884202D00B48FDF73AFFA1 +:1056B000B868C068002802D0BDE8F0410047BDE8E6 +:1056C000F0810000CC0900200010004040010020C3 +:1056D0004815004008F5014051040A0010B52D4C52 +:1056E000D4F80C01012802D02B48FDF71BFFD4F899 +:1056F0001001012803D02848401CFDF713FFD4F8FF +:105700000001012803D02448801CFDF70BFFD4F8CA +:10571000040118B12048C01CFDF704FF0020C4F8A4 +:105720000C01C4F81001C4F80001C4F80401C4F865 +:1057300008010221C4F800120121C4F8081308224C +:10574000C4F80423154A0323154C137010755060D8 +:10575000606890B1027912B1FFF7E0FE0DE00278C7 +:105760005AB1027B437B807B01FA02F201FA03F318 +:1057700081400C481A430A430260A068006900B1E6 +:105780008047A0688068002802D0BDE8104000472C +:1057900010BD000000100040F3030A00CC090020F7 +:1057A0004001002008F501402DE9F0412A4DD5F8CF +:1057B0000001012802D02948FDF7B4FED5F8040104 +:1057C000012803D02548401CFDF7ACFE24480168A1 +:1057D000244801700021C5F80011C5F80411C5F86E +:1057E0000811491EC5F808130126C5F8046381682D +:1057F0001D4F097D09B1B1023960446814B32079A5 +:1058000000B3617BDFF86480A06808EBC10100F59C +:10581000A070C1F810056279E179607B00F06CFB43 +:10582000607B06FA00F03860207B114908EBC0006D +:10583000C0F810156279E179207B00F04BFB207BEA +:1058400086403E600B480649091FC06808600B206F +:10585000C5F80002BDE8F08100100040BD030A0059 +:10586000081500404001002004F5014000F001400F +:105870000C110040CC09002070B50120FAF7E8FEB9 +:105880000120FAF7DAFE144C4FF0FF30C4F8080399 +:105890000026C4F80062C4F8106101202061A061F4 +:1058A0000E4D2878012813D0022813D0032811D0D8 +:1058B0005FF00100FDF724FFC4F810612E706E75D3 +:1058C000002000F0DFF9BDE870400120FAF7D6BEF5 +:1058D0000620EFE70220EDE700100040CC09002091 +:1058E00001480078704700004001002001F01F01CE +:1058F0004FF4003343EA0121830009481844C0F8FB +:105900001015D0F810150AB941F48011C0F810151F +:10591000D0F8101541F00301C0F8101570470000D1 +:105920000060004008480069012806D0022806D01F +:10593000032806D00548FDF7F5BD00F095B800F046 +:1059400007B800F0F1B80000CC09002033050A00C8 +:105950002DE9F047DFF8F0800421012088F80010DD +:10596000D8F81810491CC8F81810FAF766FE37481E +:105970000068374D2870374C0026C4F80C61C4F815 +:105980000061C4F81061C4F80461A868DFF8C89029 +:105990000127007DA0B1304808380068400502D4D6 +:1059A0002E48FDF7BFFD294840300068404288F886 +:1059B0001600C4F81C61A7614FF48061C9F800109B +:1059C000D4F8000118B125480930FDF7ABFDD4F833 +:1059D0000C0118B121480A30FDF7A4FD4FF0E0207A +:1059E000B046D0F8000210F0020F03D01B480B3075 +:1059F000FDF798FD6E68CEB13078B8B1C4F80C816F +:105A0000717B184A164802EBC101C1F81005727883 +:105A1000F178707B00F05EFA707B0F4907FA00F0B6 +:105A2000091F0860F07B8740C9F80070A868C0684B +:105A300000B18047A868417D002903D00349006870 +:105A4000091F0860BDE8F087CC0900200815004058 +:105A5000400100200010004008F50140C0040A0089 +:105A60000C11004000F001402DE9F041294C0026C6 +:105A7000C4F80C61C4F80061C4F81061C4F808618E +:105A8000C4F80461012004F58074FAF7D6FD0820FB +:105A9000C4F804020125C4F808520720C4F8000124 +:105AA0001D484468002C32D0207920B1207B1B494E +:105AB00005FA00F008602078002828D0A068C0F817 +:105AC0004061A17B164FA06807EBC10100F5A070F3 +:105AD000C1F810056278E178A07B00F00DFAA068AB +:105AE000C0F84061E17B0F4807EBC101C1F8100528 +:105AF000E17BA06807EBC101C1F81405A17B05FAA1 +:105B000001F0E17B8D4005492843091F0860BDE88D +:105B1000F0810000001000404001002008F5014025 +:105B200000F001400C11004070B5234CD4F80C017A +:105B3000012802D02148FDF7F5FCD4F81001012816 +:105B400003D01E48401CFDF7EDFCD4F800010128ED +:105B500003D01A48801CFDF7E5FC0020C4F80C01B6 +:105B6000C4F81001C4F80001C4F80401411EC4F8CF +:105B70000813C4F80002124C626872B1117861B166 +:105B8000557B012303FA05F1957BD27B03FA05F5DA +:105B900093400C4A2943194311600B4903220870B2 +:105BA0004A7048600875A0680069002802D0BDE806 +:105BB0007040004770BD000000100040F5040A006E +:105BC0004001002008F50140CC09002070B50646D0 +:105BD0000C460120FAF73CFDFFF74EFE244D254808 +:105BE0002649C5E901460024047003264670446036 +:105BF00004610475447584751F4808601E48F030C0 +:105C0000091F08601E48016821F0010141F0807100 +:105C100001600120FAF732FD686838B3017909B9EB +:105C2000017819B38168C1F808650422C1F810250C +:105C3000027CC2F18102C1F8402540F20112C1F894 +:105C40000022C1F804450122CA60C1F8404101792F +:105C500021B142798179C079FFF748FE68680178FF +:105C600021B142788178C078FFF740FE014870BDCD +:105C700040010020CC0900201410004064F50140D0 +:105C8000741700402DE9F041174C00250746C4F871 +:105C90000052164E307803281CD0681EC4F8080342 +:105CA000C4F80C51032070700120FAF7C6FC00BF45 +:105CB000C4F80051C4F81051C4F80451756035752A +:105CC000002F0FD00A488068006900280AD0BDE87C +:105CD000F04100476FF00800C4F808030820C4F83A +:105CE0000403E5E7BDE8F08100100040CC09002086 +:105CF000400100202DE9F0470746DFF89080224858 +:105D00004FF0FF3100EB0716C8F808130120FAF72F +:105D100094FC1F4C0025DFF87C9065756770D9F8FE +:105D20000800032F0268A2604168C4E90315A56159 +:105D30003068606019D2337AC8F80032C8F80C5164 +:105D4000C8F81051F37A14481BB10160006828B1FB +:105D500008E00260006828B9104801E00F48401DC3 +:105D6000FDF7E0FB717AC8F80413D9F80800007D4C +:105D700028B1022F03D10A49A575780208600120D5 +:105D80006075BDE8F0870000A87B000000100040AF +:105D9000CC09002040010020041500409C020A00AC +:105DA00004F501402DE9F05F404C8246404866789A +:105DB00000EB0617607D012802D03E48FDF7B2FBDC +:105DC000207D18B13B48401CFDF7ACFB01250021AC +:105DD0002575DFF8E490A0466175032E47D2BAF12D +:105DE000000F3CD1D9F80440BCB32279AAB38A464B +:105DF0000846A168C1F84001217BDFF8C0B0A06867 +:105E00000BEBC10100F5A070C1F810056279E179D2 +:105E1000207B00F071F82A49C1F80CA1607B294968 +:105E20000BEBC000C0F810156279E179607B00F0DF +:105E300051F8217B627B05FA01F005FA02F1084373 +:105E400021490860D9F80400204A81791268CA40C3 +:105E500012F0010F01D18068056038680560022EDC +:105E600001D0012E07D1B97A88F8001003E011485B +:105E70002530FDF757FBD9F80800007D002813D026 +:105E8000022E11D110480068400503D409482A3079 +:105E9000FDF748FB0E480068002805D1BDE8F05F1B +:105EA00004482B30FDF73EBBBDE8F09FCC09002035 +:105EB000A87B0000B8020A004001002000F0014069 +:105EC000001000400C11004004F501401005005086 +:105ED00004150040064B03EBC0000AB1054A01E07F +:105EE000044A303A02EB8101C0F8141570470000F3 +:105EF00000F0014060600040064B03EBC0000AB1B7 +:105F0000054A01E0044A303202EB8101C0F8141561 +:105F10007047000000F00140306000400348D0F8B6 +:105F20000401012800D0002070470000001000404C +:105F300030B5124B01460020D3F81044224609E048 +:105F4000157A854205D1401C0A28F7DB4FF0FF3057 +:105F500030BD5268002AF3D1421CF9D00872D3F840 +:105F600010242AB152684A60D3F81024516030BD21 +:105F70000022C3F810144A6030BD0000F004002075 +:105F8000F0B595B01C4615460F4608461A9E00F01F +:105F900009FB182109A8FAF71EFA0E96CDE9095453 +:105FA0000023082203A9384600F011FB059806904B +:105FB000BDF81000ADF81C00BDF81200ADF81E00D1 +:105FC00000208DF821000398082600F00300012826 +:105FD00002D0022818D032E003983346850AC0F375 +:105FE000C2008DF8200003980FA9C0F38314A2000B +:105FF000384600F0ECFA09A8009006AB22460FA93B +:10600000284600F02BFA1AE00398840DC0F3C20072 +:106010008DF82000082C01D2254600E008253346E3 +:106020002A460FA9384600F0D2FA2E44641B09AB69 +:1060300006AA29460FA800F063F9002CEAD13846D9 +:1060400000F0B6FA15B0F0BD7047012001F098BB22 +:10605000084810B50178084A515C19B1001D01F0DB +:106060007FF802E00C3000F08DFFBDE8104000200A +:1060700001F086BB6C0000201000002008B5034A28 +:1060800000924023024AFFF77BFF08BD6D740000B9 +:10609000F00300200A4A012902EBC00007D00229C0 +:1060A00007D0032907D0042907D000207047022019 +:1060B00070470420704700797047407970470000AE +:1060C0001C7D000010B5FFF7C0FF04210348FFF757 +:1060D0002FFF02490120487210BD000080000020FF +:1060E0002DE9F0478CB0FCF7BDF918B100200CB0D9 +:1060F000BDE8F087784C0020C4F81804BFF34F8F38 +:1061000060680290A5684FF00008284004EB80000A +:1061100008E021680298814201D86160E6E72840E2 +:1061200004EB80000C3002A9FCF736FF0028F0D108 +:1061300003AB029901EA050204EB8202491CD26812 +:1061400043F82020401C02910228F2D3039800F06B +:106150000300022802D001284ED0A5E00398502267 +:10616000810D8946B2EB905F00D850210E4666F350 +:106170009F5003900831594800F0CBF9070078D0C0 +:1061800000F010FA4346082203A9384600F025FA29 +:10619000029908F1080A2940681A8000001D864209 +:1061A00023D94D4D0C3530B1C2B204EB8101301A08 +:1061B00090460C3104E02946F2B20025904628466C +:1061C000C6B25346384600F008FA0AEB08032DB170 +:1061D000324629464FEA070000F0FFF9029909F11B +:1061E000030001EB900002903AE004EB810153467A +:1061F000324638460C31EFE70398C0F38311062985 +:1062000000D3062161F389100390C0F38310801C32 +:106210008100324800F07DF9070045D000F0C2F956 +:106220004346082203A9384600F0D7F908F10808C8 +:1062300000260FE00298434600EA0501401C04EBEB +:1062400081010290042238460C3100F0C6F908F1B1 +:106250000408761C0398C0F38310B042EAD847B113 +:10626000D4F81054D4F8180468B1384600F0A0F9F6 +:106270002CE019E0687A012804D12A6828463946BA +:10628000126890476D68002DF4D1384600F090F9FF +:106290000020FAF7E5FDD4F8180408B90298606008 +:1062A0000020FAF7DFFD11E0D4F8104404E0216883 +:1062B0002046896888476468002CF8D10848022184 +:1062C000008801EB004007A100F016F8FCF7CAF8BF +:1062D00080F001000BE70000F00400204C7D00007E +:1062E000780100204261636B656E647320666C7593 +:1062F000736865640000000000231A4601F0D6B8F8 +:106300002DE9F0470E4680461C46924608293ED8A5 +:1063100094F80C90002020731946104601F000F804 +:106320000025B54206D218F805201AA12046FDF72F +:1063300093FC03E019A12046FDF78EFC6D1C082D8F +:10634000EFD317A12046FDF787FC0025B54210D2F8 +:1063500018F80570FAF722F80068C05D10F03E0FDB +:1063600001D03A4600E02E220EA12046FDF774FC33 +:1063700003E00DA12046FDF76FFC6D1C082DE5D351 +:1063800001222146504600F0ADFF84F80C90BDE894 +:10639000F087000020253032780000002020200007 +:1063A0007C0000002563000020000000104810B5AC +:1063B000FF218160002101604160C0F81814C0F81D +:1063C000141480F820140B4800F0F0F800280DD1C8 +:1063D00009480A490A4B401AC108002003E000BFDF +:1063E00023F82000401C8842FAD3002010BD000092 +:1063F000F00400204C7D00004C7D00001C7D00005E +:106400006401002002480349401AC0087047000098 +:106410004C7D00001C7D000013B56846FCF7A0FF12 +:1064200008B100201CBD0248009950F831001CBD85 +:106430001C7D000070B508480125D0F8104480F894 +:10644000205405E0657221682046496888476468E1 +:10645000002CF7D170BD0000F00400202DE9FF47AB +:1064600081460C9D00200C462F7B287398461646CB +:106470002946184600F054FF072E42D2DFE806F006 +:1064800004090F161F2A360049462846FDF7E4FB8B +:1064900037E0494628462268FDF7DEFB31E0D4E9C3 +:1064A000002349462846FDF7D7FB2AE0A068009064 +:1064B000D4E9002349462846FDF7CEFB21E0D4E984 +:1064C0000201CDE90001D4E9002349462846FDF741 +:1064D000C3FB16E004F1080007C88DE80700D4E903 +:1064E000002349462846FDF7B7FB0AE004F10800FF +:1064F0000FC88DE80F00D4E9002349462846FDF770 +:10650000ABFB00222946404600F0ECFE2F73BDE8AD +:10651000FF872DE9F041858A80462D1F4819C01C50 +:10652000B0FBF5F0C6B24046FDF720F8041E19D0C6 +:106530000020207101206071E58000272546761E2D +:10654000C4F800800BE04046FDF710F860B16179B7 +:10655000491C6171286005467F1CC0F80080B74265 +:10656000F1D32046BDE8F081204600F002F800207B +:10657000F8E72DE9F041457901466B1E002201E064 +:106580000968521C9A42FBD30F680146002605E0B9 +:1065900038460C68FDF709F82146761CAE42F7D361 +:1065A000BDE8F0810121001DFCF7C4BFFDF712B862 +:1065B00010B504460121001DFCF7D2FF10F0FF0FBB +:1065C00004D12046BDE81040FFF7D3BF10BD38B559 +:1065D00001240094FCF788FE38BD38B500240094EF +:1065E000FCF782FE38BD000070B51A4C05462068E5 +:1065F00010B91948FCF796FFD4F8D4000A2803D341 +:106600001548401CFCF78EFFD4F8CC0000EB80004E +:1066100004EB800115F8040B08712DCD8860CA6069 +:106620000B614D61D4F8D400401CC4F8D400D4F8F8 +:10663000CC00401CC4F8CC00D4F8CC1000200A29AF +:1066400001D3C4F8CC004FF0E0214FF40010C1F8A2 +:10665000000270BDE80900204A000B0010B50400DC +:1066600002D10948FCF75EFF084941F8CC4B0020F5 +:1066700041F874098867C8674FF0E0214FF40010B3 +:10668000C1F8000110BD00003E000B00E809002029 +:1066900010B5074CD4F8D4000A2802D90548FCF7F5 +:1066A00041FFD4F8D400C0F10A00C0B210BD000010 +:1066B000E809002079000B0010B500F003029043B8 +:1066C000D200FF24944003689140A343CA180949AB +:1066D00001230B60BFF36F8FBFF34F8F026006483B +:1066E0000268002AFCD000200860BFF36F8FBFF360 +:1066F0004F8F10BD04E5014000E40140F0B51546A0 +:106700000E460746002404E0315D3819FFF7D4FF38 +:10671000641CAC42F8D3F0BD0148C068704700006B +:10672000C00A00200148806870470000C00A0020AD +:106730000148406870470000C00A0020014981F804 +:1067400081007047C00A0020FDF7B0B870B5FDF7B2 +:10675000B3F800240E4E2546204600F06BFD04F1F0 +:10676000080000F067FD3555641C082CF4D3094877 +:106770000121057045608560C5600561456180F84F +:10678000805080F85850C56780F8811070BD0000B7 +:106790004C010020C00A0020FDF7BAB8FDF75EB931 +:1067A0002DE9FF4F81B0444FDDE90EA803260025F7 +:1067B000F86F0C46AB4610B94048FCF7B3FE38788A +:1067C000032803D03D48401CFCF7ACFEF86FB946E7 +:1067D0004178C8072FD199F8810060B3002701984C +:1067E000E8B3039A584662F31700C1F3410161F31D +:1067F0001F6009EB84018A6BCAF800B0C8F800B0CA +:106800000090904234D0204600F054FD051E07EA67 +:1068100005072DD004F1080109EB8102009991616F +:1068200004990D4223D0264E305D00B3204600F07F +:1068300032F910B105E00127D1E720482830FCF7F4 +:1068400071FE204600F029F9CAF80000BAF1000FE5 +:106850000AD018B919482E30FCF764FE00E01BE09E +:1068600006F804B0022603E014483230F4E70126AB +:1068700077B1204600F02DF9C8F8000018B1104893 +:106880000121015506E00C485830C8F8000001E02D +:10689000C8F800B00DB107E004264C46D9F87C00DA +:1068A000FDF736F8C4F87CB089F800B000F068F85D +:1068B00005B03046BDE8F08FC00A00202D010C0065 +:1068C0004C01002010B50C4C207810B10B48FCF79F +:1068D00029FE00F0E3FC00280DD0FF220270417871 +:1068E00041F00601417000214318491C9A7020298B +:1068F000FAD30321217010BDC00A002007010C004B +:1069000070B51A4C05460E462078012804D002289E +:1069100002D01748FCF706FEB5B12078012803D055 +:106920001348401DFCF7FEFDE06818B91048801DB3 +:10693000FCF7F8FDE068007820B1606800F0BAFC70 +:10694000022502E0002500E004254EB1606800F059 +:10695000A4F8A168814203D005481D30FCF7E2FD90 +:106960000020207000F00CF8284670BDC00A0020FE +:10697000CC000C00014890F880007047C00A00204D +:106980002DE9F041104C207800281AD194F88000AD +:10699000002816D10825012600276069FCF7E2FFD0 +:1069A00018B184F88060606920616069401C606192 +:1069B000082800D1676194F88000002801D16D1E7D +:1069C000EBD1BDE8F0810000C00A002070B5224C78 +:1069D000207810B12148FCF7A5FD94F8800000252F +:1069E000F8B12069606000F074F8A06018B91B4825 +:1069F000C01DFCF797FDA0684078C00705D194F84A +:106A0000810010B10220E56009E0606800F02BF819 +:106A1000032806D200F042FCE06010B10120207093 +:106A200002E02078002815D0A06818B90B48203063 +:106A3000FCF778FD2069606004EB8000C17E491C92 +:106A4000C17684F88050C27EA068417862F342012A +:106A50004170012070BD0000C00A002098000C00A9 +:106A60000830FCF703BF0830FCF77CBF0830FCF7A8 +:106A700089BF0830FCF7D6BF014800787047000096 +:106A8000C00A002010B5044600F0F4FB2046BDE823 +:106A90001040FCF7EBBEFCF765BF70B50446FCF791 +:106AA00071FF050002D0204600F0E4FB284670BDCF +:106AB00070B50E4604460025FCF7F8FE38B12146B5 +:106AC0003046FCF781FF10B1FFF75AFF0125284639 +:106AD00070BDFCF7A7BF00000148007870470000B8 +:106AE0005401002004480178817041780170001D34 +:106AF00050F821000047000054010020024988702E +:106B00004870087070470000540100200148407828 +:106B1000704700005401002010B50446022802D33B +:106B20000248FCF7FFFC0248447010BD33000D0022 +:106B3000540100204058002800D00120704708B5BB +:106B4000002242504058009008BDD0F8040308408D +:106B500000D0012070474058002800D00120704725 +:106B600008B5002242504058009008BD002802D0CD +:106B70000149800108477047517B00002DE9F04131 +:106B80008846054600F05EFB234E002828461AD0B2 +:106B9000FBF7A8FC304490F848008009032802D095 +:106BA00001280ED007E04FF0A040D0F81005E840D3 +:106BB00010F0010F05D003212846BDE8F041FDF794 +:106BC000D1B90221F8E700F049FB002822D028467D +:106BD000FBF788FC04464FF4807000EB84000F4FF5 +:106BE00081B207EB8400D0F8102542F00102C0F812 +:106BF00010250846FDF7E6F9B8F1000F0AD028463F +:106C0000FBF770FC56F82000002803D00120A040BC +:106C1000C7F80403BDE8F0811802002000600040BE +:106C20002DE9FC41DFF8BC80044608EB0400002796 +:106C300090F930001346C0170E46401C01D00827BB +:106C40004CE0B0781946C0F340022046FBF726FC22 +:106C50000546401C41D0B078410719D4C0070AD07E +:106C60004FF0A04000EB8401D1F8000720F00200B3 +:106C7000C1F8000707E000217378204600910A461A +:106C80000191FDF701F9174920465431FCF7C2FC88 +:106C9000B078800718D51448317800EB8500D0F81B +:106CA0001025124B1A40C0F810254FF4F8524FF43B +:106CB000403302EA042203EA01410A43D0F81015E6 +:106CC0000A43C0F8102509E008EB0500327810F8F7 +:106CD000481F41EA8211017000E004273846BDE8F0 +:106CE000FC8100001802002000600040FFE0FCFF73 +:106CF0004FF0A041D1F81015C14011F0010000D0B3 +:106D00000120704770B5184D95F8580008B108205B +:106D100070BD0020411E2A18401CC0B282F83010FD +:106D20002028F8D300242046FBF7AAFB641CE4B219 +:106D30000C2CF8D300240D49E0206C6581F8000488 +:106D400001264020891FC1F88002C1F800014FF4DC +:106D5000BE70FDF737F90649F007C1F8040385F85E +:106D60005860204670BD00001802002006E000E0D8 +:106D700000600040034890F85800002800D001202F +:106D800070470000180200200121B1EB507F01D1B3 +:106D9000012070470020704770B50D4600F00CFBD5 +:106DA00004000FD00020FAF75BF8207920B1002012 +:106DB000FAF758F8112070BD0120256020710020DD +:106DC000FAF750F8002070BD10B500F0F5FA002871 +:106DD00002D000210160017110BD0000014902488C +:106DE00000F0F6BC74020020002000402DE9F041C4 +:106DF0000546007916460F4600EB40012D4A01EB8F +:106E0000C00102EB810494F82A1011B10820BDE8FA +:106E1000F081294951F820102868FFF7BDFF08B11B +:106E20001120F4E739462846FAF730F866603869E9 +:106E3000206030004FF001062FD03F7F4FF48E715D +:106E40002868FFF77CFE4FF4A2712868FFF777FEF1 +:106E500028681A49C0F8041328684FEA4711000B44 +:106E600040B2002806DA00F00F0000F1E02080F8C0 +:106E7000141D03E000F1E02080F800142868000BE6 +:106E800040B200F01F0206FA02F14009800000F152 +:106E9000E020C0F88012C0F8001128680421C0F872 +:106EA00000150020A061E06184F8290044F8140F67 +:106EB000A675ACE774020020387B00008000020059 +:106EC0002DE9F047054600790B4600EB400101EB48 +:106ED000C000234901EB8004284600F043F810B1BC +:106EE0001120BDE8F0874FF00008C4F82080A360AF +:106EF000626184F828804FF48E76474631462868D0 +:106F0000FFF71DFE28684FF00109C0F808902146E0 +:106F1000286800F0F9FB606800BBD5F800A00EE01F +:106F200094F8280008B10F2716E031465046FFF7C5 +:106F300001FE0028F4D02146504600F0E5FB216A0E +:106F400060698142F1D331462868FFF7F3FD0028DC +:106F5000F9D02868C0F80C90C4F814803846C0E70F +:106F600074020020007900EB400101EBC0000449ED +:106F700001EB80004069002800D00120704700002C +:106F8000740200202DE9F047044600794FF0000913 +:106F900000EB400101EBC000254901EB80072068B0 +:106FA000C0F80095786880B120682249C0F80813BD +:106FB00020680121000B40B200F01F0291404009FF +:106FC000800000F1E020C0F880112068D0F80C2586 +:106FD000D0F81485D0F80865D0F810554FF0FF317F +:106FE000C0F81415C0F80C152068C0F80815C0F8D2 +:106FF0001015501C02D01046FCF77CFFB8F1FF3F83 +:1070000002D04046FCF776FF681C02D02846FCF709 +:1070100071FF701C02D03046FCF76CFF2068FFF750 +:10702000D3FE87F82A90C7F80490BDE8F0870000E7 +:1070300074020020840202000149024800F074BC7E +:10704000A0020020002000402DE9F0410546164630 +:1070500000790F46154A00EBC00102EB810494F859 +:10706000201011B10820BDE8F081114951F820101D +:107070002868FFF791FE08B11120F4E73946284649 +:10708000F9F748FF6660386920601EB1397F2846ED +:10709000FBF742FF28680821C0F800150020A06116 +:1070A000E0610121606184F82010DCE7A00200208B +:1070B0003C7B00002DE9F04704460E46007920494C +:1070C00000EBC00001EB800517463046FFF75CFE81 +:1070D00030B1204600F036F820B11120BDE8F0872D +:1070E0001020FBE76F61AE604FF4907600273146C9 +:1070F0002068FFF735FD4FF4AC7841462068FFF774 +:107100002FFD2068AA686969C0F84425C0F84815B1 +:10711000206801218160686878B9B14649462068D5 +:10712000FFF719FD064641462068FFF714FD0643A8 +:10713000F4D000B10F27002068613846CEE7000088 +:10714000A00200200079054900EBC00001EB80009F +:107150004069002800D0012070470000A0020020F4 +:107160002DE9F04704460079274900EBC00001EB08 +:10717000800720684FF00009C0F80095786880B15A +:1071800020682249C0F8081320680121000B40B292 +:1071900000F01F0291404009800000F1E020C0F89B +:1071A00080112068D0F80C25D0F81485D0F8086537 +:1071B000D0F810554FF0FF31C0F80C15C0F8141579 +:1071C0002068C0F80815C0F81015501C02D01046F1 +:1071D000FCF799FEB8F1FF3F02D04046FCF793FE62 +:1071E000681C02D02846FCF78EFE701C02D0304688 +:1071F000FCF789FE2068FFF7E7FD87F82090C7F8C5 +:107200000490BDE8F0870000A002002010030200F7 +:1072100070B500240546012606FA04F028422046EF +:1072200002D0FAF7FFFE01E0F9F7E2FE641C042C3D +:10723000F2D370BD024A002102EB800081617047E9 +:10724000C00A00200449084490F93000082801DBF6 +:1072500001207047002070471802002004490844AC +:1072600090F93000082801D20120704700207047B3 +:107270001802002010B50446064890F8801021B18D +:107280000069A04201D1FFF77BFB034900200855AC +:1072900010BD0000C00A00204C01002010B5044CB5 +:1072A000E06F002802D1FCF7D9FBE06710BD0000B9 +:1072B000C00A002070B5094D0446E86F10B90848AF +:1072C000FCF730F904F10801E86FFCF77DFB0028BA +:1072D00002D00020E867012070BD0000C00A002035 +:1072E0002E020C0010B50C46017A052908D0407A10 +:1072F00038B1084808A102682046FCF7ADFC00E060 +:107300001AB106A12046FCF7A7FC2046BDE81040B4 +:10731000FCF7AFBCB8000020257300000D0A000088 +:1073200038B5C3880D46044633B114A0009015A2A9 +:1073300016A12846FCF790FC217A05291CD0607A1A +:1073400048B1A088FEF7A6FE164951F8202016A1E4 +:107350002846FCF781FCA0880021FFF75DF8034672 +:107360001049207A143951F8202001B02846BDE890 +:1073700030400EA1FCF770BC38BD00001B5B306DC7 +:10738000000000001B5B313B33316D0025734C6FF7 +:1073900067732064726F70706564202825642925E6 +:1073A000730D0A00B8000020257300003C25733ED1 +:1073B0002025733A200000000349884201D1034888 +:1073C0007047002070470000002000402800002087 +:1073D00070B5012670044FF0E0210025C1F880014E +:1073E000084C4010C4F84803C4F8080366602F2016 +:1073F000FFF7BCFBA660044C2F20A560FFF7B6FB8F +:10740000A57070BD001001405000002070B5054609 +:1074100088690C4600284FF4847128460AD0FFF78B +:107420008EFBD5F81805626AE1688854606A401CD2 +:10743000606270BDFFF783FBD5F8180570BD1FB5FE +:1074400001238DF80030CDE90121D0E90012684612 +:1074500090471FBD1FB501238DF800308DF808102F +:107460000192D0E90012684690471FBD70B50D4CDF +:107470000020D2B22070201D0B4D0378EB5C1BB1B5 +:10748000001DFFF717FE02E00C30FFF719FD08B1F1 +:10749000F9F74EFC6078002802D021780029FAD054 +:1074A00070BD000068000020100000202DE9F84F9A +:1074B000204D92468946064698460122694618465E +:1074C000AF68FAF77BFF58B3009800210446801C90 +:1074D00009E000BF00EA07035AF8212005EB830307 +:1074E000401C491CDA604145F4D34FEA164AFBF7C9 +:1074F000A3F84AEA0041601C384005EB80003C409C +:1075000005EB8402C160D06866F3C50068F389109A +:1075100069F39F2020F00300401C20F00400D0609D +:1075200095F8200402E000BFFEF7DAFD0028FBD149 +:10753000BDE8F88FF00400202DE9F84F1D4C002520 +:107540006846D4E901A6FBF781F8002738B3002389 +:10755000009A61681CE0D1F800C00846944503D940 +:10756000ACEB02020A6015E0A2EB0C026344076078 +:10757000D0F80CC0C1698146BCF1000F08D006EB01 +:10758000030828F07F48C0E9018CC9F81C50054663 +:107590000029E0D128466160FBF746FD03E028465C +:1075A000FBF742FD10B15046FAF7A4FFE770BDE8C3 +:1075B000F88F0000500000200D4B10B5596831B114 +:1075C00002680C68A24204D8A21A0A60C16158601D +:1075D00010BD0B4603E00B46C969121B21B10C68B4 +:1075E0009442F8D3A41A0C600260C161D86110BD46 +:1075F000500000202DE9F041144E77683D462C469E +:1076000003E0844204D02546E469002CF9D11BE054 +:10761000D4B1A5420BD1F869706040B90C49012082 +:1076200088600021B160F0702F20FFF79FFA216879 +:10763000E069E86110B10268114401607068874236 +:1076400002D00120BDE8F0810020FBE750000020BF +:1076500000100140F8B5064600240D462046F9F713 +:10766000FFFB684600F034FA68B1057008494660CF +:107670009DF8000048700020F9F7F4FB1420F9F79A +:1076800008F82046F8BD04240020F9F7EBFBF8E7E2 +:10769000E40200202DE9F041194D6C68002C2CD03B +:1076A000184800270068A968B846401A20F07F46AD +:1076B0002068B0420CD82146361A0744E469087C99 +:1076C00020B181F81080886949698847002CEFD182 +:1076D00029786878814206D1401CC0B268700228BF +:1076E00001D185F80180064869780C3040F8217096 +:1076F000BDE8F0411420F8F7CCBFBDE8F0810000F0 +:10770000500000200415014070B50C4605464FF4AA +:107710008E71FFF714FA216AA068415C206A401C50 +:107720002062C5F81C1570BD1FB500228DF8002021 +:107730000291816801914261D0E900126846904748 +:107740001FBD00001FB50A4601788DF80010416882 +:107750000191017A8DF80810C0680390044850F830 +:107760002210001F50F82220684690471FBD0000DD +:1077700018000020014901200870704768000020AF +:1077800010B588B0044620220E496846F8F70AFE74 +:1077900006200090C01F0190029003904FF0EB7004 +:1077A00006900CB1084A00E0002269460748FBF742 +:1077B000E5FF08B1F9F7BCFA0448001F447008B0AF +:1077C00010BD0000747B0000757700006C00002085 +:1077D0002DE9FF470C4605464FF40071FFF7B5F958 +:1077E00001274FF40178002618B34FF492794946E7 +:1077F0002846FFF79FF9E0B149462846FFF79FF971 +:10780000C5F8088394F8290000B96F6002208DF84C +:107810000000D5F88004C5F880040390A0690290A8 +:10782000E0680190A661E661D4E9001268469047DD +:1078300028E004212846FFF788F918B34FF4847133 +:107840002846FFF777F9E8B121462846FFF7DEFD25 +:10785000616AA069884215D1E06938B1E268616A5D +:10786000A0612069E6616662E06008E094F82900A2 +:1078700000B96F60C5F80883A661E268616A2046B6 +:10788000FFF7DDFD4FF48E7841462846FFF752F9A9 +:1078900078B1206A6169884202D294F8280020B346 +:1078A00041462846FFF74BF9616911B12046FFF7C1 +:1078B0003BFF4FF4A27841462846FFF73BF90028EA +:1078C00018D041462846FFF73AF994F8290000B14C +:1078D0002F60A06900280DD0A661E268616A04B03B +:1078E0002046BDE8F047FFF7AABD21462846FFF72E +:1078F0000BFFDEE7BDE8FF871FB50A4601788DF86C +:10790000001041680191017A8DF80810C068039059 +:10791000044850F82210001F50F822206846904773 +:107920001FBD0000180000202DE9FF410C464FF458 +:10793000927705463946FFF70EF90026C0B1394661 +:107940002846FFF70DF902208DF80000D5F88004D5 +:10795000C5F880040390D5F83C058DF80800E06870 +:107960000190A661E661D4E900126846904723E0E1 +:107970004FF4887739462846FFF7EDF8E0B13946ED +:107980002846FFF7EDF8D5F83C15A069884213D1D9 +:10799000E06960B1E268D5F8000220F02000C5F887 +:1079A0000002E069A0612069E661E06001E0A66193 +:1079B000E2682046FFF74EFD4FF4A277394628468D +:1079C000FFF7C9F860B139462846FFF7C9F8A06942 +:1079D00030B1A661D5F83C152046E268FFF73AFDC4 +:1079E0004FF4907739462846FFF7B5F8002813D0B2 +:1079F00039462846FFF7B4F8606900280CD0D5F85E +:107A00004C058DF800608DF80800A0680190666153 +:107A1000D4E9001268469047BDE8FF812DE9F05F88 +:107A20008346DDE90A4A994690460D4608460127F5 +:107A300003E000BFB0FBF8F07F1C4045FAD2B94527 +:107A400000D94F465FEACA7012D18CB15FEA8A70E2 +:107A500002D5B9F1000F01D0202607E0302605E05D +:107A600031465846641EFAF7EDFC0CB1A742F7D335 +:107A70005FF00106B9F1010F02D9A9F1010903E094 +:107A8000B5FBF6F0404502D306FB08F6F2E7DFF857 +:107A90003C9000BFB5FBF6F000FB165519F800103E +:107AA0005846FAF7CFFCB6FBF8F6002EF2D15FEAA3 +:107AB000CA7009D0002C07D0A74205D22021584611 +:107AC000641EFAF7BFFCF5E7BDE8F09F567B0000A7 +:107AD0000A494A788B78521CD2B2934200D10022D4 +:107AE0000B78934201D1002070470270487800EB78 +:107AF000400001EBC000001D70470000E4020020C0 +:107B0000111213140D0E0F107C0100209C01002097 +:107B1000C80100200D0003009D2000000E0003009E +:107B20009D2000000F0003009D20000010000300B6 +:107B30009D20000000000050DD6D00003970000045 +:107B400003000000C402002000000000000000004C +:107B50000338FDD870473031323334353637383951 +:107B600041424344454600007D60000051600000F2 +:107B700049600000FFFFFFFFFFFFFFFFFFFFFFFF68 +:107B8000FFFFFFFF00000000000000000000D60122 +:107B90000701000032536601172D391A440C400DBD +:107BA000490D3E1A2D0C4D000010004010110040F0 +:107BB0000310000001000000001000400000000061 +:107BC0000B02040000000000041000400000000050 +:107BD00007010301000000000040404040404040D9 +:107BE0004040414141414140404040404040404090 +:107BF0004040404040404040400502020202020234 +:107C00000202020202020202022020202020202082 +:107C10002020200202020202020290909090909096 +:107C20001010101010101010101010101010101054 +:107C300010101010020202020202888888888888C8 +:107C400008080808080808080808080808080808B4 +:107C5000080808080202020240000000D97B000068 +:107C60007761726E696E6700646562756700000017 +:107C70001B5B313B33306D001B5B306D000000003F +:107C80001B5B313B33316D001B5B313B33326D008D +:107C90001B5B313B33336D001B5B313B33346D0079 +:107CA0001B5B313B33356D001B5B313B33366D0065 +:107CB0001B5B313B33376D00696E666F000000005F +:107CC0006572726F720000004750494F54450000C2 +:107CD0005052530055415254000000005541525437 +:107CE0004500000062616C6C6F632E6C6F675F6DA6 +:107CF000656D706F6F6C000061707000647D0000D6 +:107D0000000000207C01000058040000B07D00004D +:107D10007C0100209C2B0000040C0000C87C0000AB +:107D200000000000D07C000000000000D47C0000B7 +:107D300000000000DC7C000000000000E47C00008B +:107D400000000003F87C0000000003039400002002 +:107D50008C000020940000203004002074010020DA +:107D600018000000017264200040542000400327E6 +:107D7000687B33C07C33607C33B87C33687C337879 +:107D80007C33707C33807C33887C33907C33987C6C +:107D900033A07C33A87C0318B07C041190D003C2BC +:107DA00005064404192A3F4D33E550031FA950002E +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10056.hex b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10056.hex new file mode 100644 index 0000000..f3b3893 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/gzll_dynamic_pairig_host_pca10056.hex @@ -0,0 +1,2014 @@ +:020000040000FA +:10000000302D0020F902000001030000030300006E +:1000100005030000070300000903000000000000C2 +:100020000000000000000000000000000B030000C2 +:100030000D030000000000000F030000110300008A +:100040001303000039070000F90A00001303000041 +:1000500013030000130300009504000013030000C5 +:10006000950A0000130300001303000013030000AF +:100070001303000013030000130300001303000028 +:1000800013030000C907000013030000130300005E +:10009000ED070000F1070000130300001303000048 +:1000A00013030000130300001303000013030000F8 +:1000B0001303000013030000000000000000000014 +:1000C00013030000130300001303000013030000D8 +:1000D00013030000130300001303000013030000C8 +:1000E00013030000130300001303000000000000CE +:1000F00000000000130300000000000013030000D4 +:1001000000000000000000000000000000000000EF +:1001100000000000000000000000000000000000DF +:1001200000000000000000000000000000000000CF +:1001300000000000000000000000000000000000BF +:1001400000000000000000000000000000000000AF +:10015000000000000000000000000000000000009F +:10016000000000000000000000000000000000008F +:10017000000000000000000000000000000000007F +:10018000000000000000000000000000000000006F +:10019000000000000000000000000000000000005F +:1001A000000000000000000000000000000000004F +:1001B000000000000000000000000000000000003F +:1001C000000000000000000000000000000000002F +:1001D000000000000000000000000000000000001F +:1001E000000000000000000000000000000000000F +:1001F00000000000000000000000000000000000FF +:10020000DFF80CD000F016F900480047B5300000C8 +:10021000302D002030B4044654E8000F0D4644E869 +:100220000053002BF8D1156030BC704730B4044641 +:1002300054E8000F40EA010544E80053002BF7D1D1 +:10024000156030BC704730B4044654E8000F00EA33 +:10025000010544E80053002BF7D1156030BC70470E +:1002600030B4044654E8000F80EA010544E8005326 +:10027000002BF7D1156030BC704730B4044654E809 +:10028000000F00EB010544E80053002BF7D1156087 +:1002900030BC704730B4044654E8000FA0EB0105B1 +:1002A00044E80053002BF7D1156030BC704770B4A0 +:1002B00004464FF0000054E8006F0D68AE4207BFDF +:1002C00044E80023012044E800630E60002B1CBFBB +:1002D0000020F0E770BC704730B4044654E8000FCB +:1002E00088422CBF451A054644E80053002BF5D13F +:1002F000156030BC7047000006488047064800473C +:10030000FEE7FEE7FEE7FEE7FEE7FEE7FEE7FEE7C5 +:10031000FEE7FEE765080000010200002DE9F05F3E +:100320000546002092469B46884606468146402464 +:100330001BE0284641464746224600F06BF85346EC +:100340005A46C01A914110D311461846224600F071 +:1003500016F82D1A67EB01084F46224601200021AE +:1003600000F00DF817EB00094E41201EA4F1010426 +:10037000DFDC484631462A464346BDE8F09F202A46 +:1003800004DB203A00FA02F1002070479140C2F1EC +:10039000200320FA03F31943904070470048704748 +:1003A0005C7C000040EA01039B0703D009E008C918 +:1003B000121F08C0042AFAD203E011F8013B00F82A +:1003C000013B521EF9D27047D2B201E000F8012B76 +:1003D000491EFBD270470022F6E710B513460A46C5 +:1003E00004461946FFF7F0FF204610BD421C10F8E6 +:1003F000011B0029FBD1801A704730B5044600204C +:10040000034600E05B1C934203D2E05CCD5C401BE2 +:10041000F8D030BD202A04DB203A21FA02F0002176 +:10042000704721FA02F3D040C2F120029140084304 +:1004300019467047064C074D06E0E06840F001039E +:1004400094E8070098471034AC42F6D3FFF7DCFE7F +:10045000FC7C00001C7D000030B58C1810F8012BCE +:1004600012F00F0301D110F8013B120906D110F868 +:10047000012B03E010F8015B01F8015B5B1EF9D171 +:1004800001E001F8013B521EFBD1A142E6D300205E +:1004900030BD00002DE9F04F00268DB0DFF8A081BF +:1004A000B14604964FF480750124374605962846D8 +:1004B00003F092FD38B1D8F80403204203D0284657 +:1004C00003F080FD26432D1D64007F1CADB2082F74 +:1004D000EDD34FF4BE74204603F07EFD48B12046B4 +:1004E00003F070FD46F0004604AA0221002003F04C +:1004F00053FD544C16F0FF0F15D00127002537424D +:100500000DD008EB8501D1F81005D1F81015C0F316 +:10051000052054F82520C1F3014102B190477F0026 +:100520006D1C082DEBD3002E7EDA0020CDF828902C +:10053000411E0DF1100B07AACDF82C9042F82010A7 +:10054000401C91460228F9D300252E46A11911F826 +:10055000607F91F9000027F0C008401C40D007A937 +:10056000404602F0CBFF40B34FEA971A404601F0F5 +:1005700039FF54F820701FB1BAF1030F03D006E021 +:10058000BAF1030F2CD10AA9404602F0BFFF02A81E +:10059000CDF8088003F0A4FC029900EB8100D0F8AC +:1005A000000704A9C0F301400290404602F0A6FFF4 +:1005B0000028029802D0022802D011E003280FD1AF +:1005C000BAF1030F08D10298022833D00221404625 +:1005D00003F060FC6D1CEDB217B151464046B847C0 +:1005E000761C042EB2D3002D21D001AA02210020B6 +:1005F00003F0D2FC00205A460DF1040152F82060AD +:1006000051F82030B34217D000200AAE4FEA090358 +:1006100051F8207042F8207056F8207043F820708E +:10062000401C0228F4D300E001E0002D8CD10DB075 +:10063000BDE8F08F0321CAE7401C0228DED3F6E7AD +:10064000006000402002002000F01F0201219140C4 +:100650004009800000F1E020C0F88012704700F0EF +:100660001F02012191404009800000F1E020C0F804 +:100670008012704700F01F02012191404009800064 +:1006800000F1E020C0F88012704700F01F02012145 +:1006900091404009800000F1E020C0F880127047CE +:1006A00000F01F02012191404009800000F1E0208C +:1006B000C0F88011704700F01F02012191404009ED +:1006C000800000F1E020C0F80011704700F01F0228 +:1006D000012191404009800000F1E020C0F80011A4 +:1006E000704700F01F02012191404009800000F195 +:1006F000E020C0F8001270474907090E002806DA0A +:1007000000F00F0000F1E02080F8141D704700F1A8 +:10071000E02080F8001470474907090E002806DA27 +:1007200000F00F0000F1E02080F8141D704700F188 +:10073000E02080F80014704770B5204D28696C786F +:10074000401C2861687D10B11D4802F067FE2878C2 +:1007500003281AD11B48D0F80C01B0B1012C04D0E9 +:10076000022C0AD01648123023E02869032816D03C +:100770001348083002F052FE11E02869022812D016 +:100780000F480D3002F04AFE0DE0032C0FD2012C71 +:1007900005D0022C07D0BDE8704004F081BEBDE852 +:1007A000704004F0A9BEBDE8704005F0BBB8044835 +:1007B0002830BDE8704002F031BE0000E40900209E +:1007C00038030A000010004007480021C0F840111B +:1007D000C0F84411C0F84811C0F84C11C0F800111D +:1007E000C0F8041106F052BF0010014006F0A0BE90 +:1007F00030B51B4C85B00025012080F31088D4F85B +:10080000D40038B3D4F8D00000EB800004EB8000B3 +:1008100001798DF800108168C26803694069CDE9EB +:100820000330CDE90112D4F8D400401EC4F8D4003E +:10083000D4F8D000401CC4F8D000D4F8D0000A2866 +:1008400001D3C4F8D050002080F310882168684696 +:100850008847D1E7002080F3108805B030BD000044 +:10086000000A002030B54FF0805000228300D0F8FD +:100870003011C3F80C21C3F81021624B1A60624B8F +:100880001B68624C2360604B1B1D1B68241D23608A +:100890005D4B08331B68241D23605B4B0C331B68C6 +:1008A000241D2360584B10331B68241D2360564BB6 +:1008B00014331B68241D2360534B18331B68534C9F +:1008C00020342360504B1C331B68241D23604E4B87 +:1008D00020331B68241D23604B4B24331B68241DCD +:1008E0002360494B28331B68241D2360464B2C335F +:1008F0001B68241D2360444B30331B68434C403439 +:100900002360414B34331B68241D23603E4B383336 +:100910001B68241D23603C4B3C331B68241D236053 +:10092000394B40331B68241D23600124082902D160 +:10093000D0F8343113B1082904D006E0354B3449DE +:10094000196005E0D0F8343113B1082904D006E06D +:10095000314BFB21196005E0D0F8343113B108297F +:1009600008D00EE090F858322C48016863F3030178 +:10097000016002E0D0F834311BB929494FF400700E +:10098000086028480168C90702D06FF001010160C2 +:100990002548016841F470010160BFF34F8FBFF338 +:1009A0006F8F4FF01021D1F80002002803DBD1F83F +:1009B0000402002822DA1D4B1C601D480468002C2C +:1009C000FCD01224C1F800420568002DFCD0C1F80B +:1009D000044201680029FCD01A6001680029FCD09B +:1009E000BFF34F8F10487C380168124A01F4E06170 +:1009F00011430160BFF34F8F00BFFDE70F490E4861 +:100A0000086030BD380500400404001020C50040D7 +:100A1000488103008C56004018F50040E40E004069 +:100A2000409602400004004088ED00E004E50140EB +:100A300000E401400400FA050090D003F800002013 +:100A4000124A10B50021104B126809E053F82140FA +:100A5000844203D10E4802F0E1FC13E0491CC9B204 +:100A60009142F3D3084A002112F1180201EB01135D +:100A700002EB4303834201D1012010BD491CC9B2DE +:100A80000629F3D3002010BD4C0C00206801002083 +:100A9000EC00030070B5144E4FF48030C6F8080324 +:100AA0000025C6F84051114C606810B9104802F09A +:100AB000B5FCA57062680123656073640D48016828 +:100AC000001F00681430B1F5804F04D2B0F5404FDC +:100AD00001D9637005E0814201D3012000E00020CC +:100AE0006070BDE870401047008000404001002069 +:100AF000E50004004485004001480068004700000C +:100B00003000002002E008C8121F08C1002AFAD1F4 +:100B100070477047002001E001C1121F002AFBD17D +:100B20007047022000F0DAB970B50024064D06E0E7 +:100B30006868012110F8340006F020F8641C287859 +:100B40008442F5D3002070BD38000020F8B515466A +:100B50000C460646052A01D20720F8BD06F006F924 +:100B600018B906F0C9F80028F7D1124900224E60E2 +:100B70000C708D60C1E90422C1E906220E4D0DE022 +:100B800006EBC4002968009181788DF80110007887 +:100B90000A4A694606F03EF80028DED1641EE4B237 +:100BA000EED2BDE8F84004480021054A001D00F0DF +:100BB00053B80000380000203C7B00008D25000069 +:100BC000A124000072B605F035FC00BF05F088FADC +:100BD0000028FBD1104C0121208801EB00400FA11F +:100BE00005F08AFB10480068C00700D000BE2088CE +:100BF000022101EB00400DA105F07EFBBFF34F8FFA +:100C00000948E43801680D4A01F4E06111430160CC +:100C1000BFF34F8F00BFFDE7800100204661746184 +:100C20006C206572726F7200F0ED00E0537973749E +:100C3000656D207265736574000000000400FA059C +:100C40000EB500210091CDE901106A4644F2010081 +:100C5000FFF7B8FF0EBD0000074B9B7823B12AB108 +:100C600020B10068037C1BB1082070470720704743 +:100C70004174426100207047FC02002070B506F00C +:100C8000A3FB104800240B21047044700E4D8170AA +:100C900014206C602C706C70FFF7D6FC07211420B8 +:100CA000FFF72AFD1420FFF706FD0848046007211E +:100CB0001120FFF721FD0548001F0068A8600020F3 +:100CC00070BD0000FC020020580000200815014003 +:100CD0002DE9F843DFF8709099F802305BB350B318 +:100CE000052902D20720BDE8F88343691BB3437C82 +:100CF000012B22D0002704460025884616462846A8 +:100D000000F036F8684606F0DFFEC0B10121017040 +:100D10000E4944600968C0E90218C0E904769DF8EC +:100D2000000089F80100002000F024F81420FFF7EB +:100D3000D8FC2846D7E70820D5E70F46DBE704258F +:100D4000002000F017F8F4E7FC0200200415014031 +:100D50000649897839B130B1416921B10021017466 +:100D6000022106F073BC082070470000FC0200203E +:100D700000F002B800F008B872B602480168491CD9 +:100D8000016070476C00002003490868401E08603D +:100D900000D162B6704700006C00002070B50546B7 +:100DA00008680C46411C04D003F0CFF8206803F01B +:100DB0005DF86068411C02D0002103F045F8296805 +:100DC000A069C1F82405607D227D29681043C1F81F +:100DD0006C05D4E900122868C0F81425C0F80C1579 +:100DE000207D012814D1A068411C02D0002103F00D +:100DF0002BF8E068411C04D003F0A7F8E06803F08A +:100E000035F8D4E902122868C0F80825C0F8101592 +:100E100070BD70B5054608680C46411C04D003F04F +:100E20009EF8206803F02CF86068411C02D0002175 +:100E300003F013F82968A069C1F82405607D217DBD +:100E40002A680843C2F86C05D4E900122868C0F883 +:100E50000C15C0F81425207D012814D1A068411C70 +:100E600002D0002102F0F9FFE068411C04D003F039 +:100E700076F8E06803F004F8D4E902122868C0F8B4 +:100E80000825C0F8101570BD2DE9FC410646C007C5 +:100E90004FF000050ED0104F00240122385D009560 +:100EA00000231146019502F059FF641C042CF4D371 +:100EB00000F04EF8B0070DD5074E0024361D002275 +:100EC000305D032300951146019502F047FF641C35 +:100ED000042CF4D3BDE8FC81F87A0000094908B578 +:100EE000085C0090684602F0EDFFD0F80425009BF6 +:100EF0000121994021EA0203C0F808351140C0F8E9 +:100F00000C1508BDF87A00000249085C012103F0C5 +:100F100030B80000F87A00000249085C002103F0B4 +:100F200028B80000F87A0000084908B5085C00906D +:100F3000684602F0C7FFD0F804050099C84010F0D9 +:100F4000010000D0012080F0010008BDF87A000007 +:100F500010B500242046FFF7D7FF641C042CF9D3FA +:100F600010BD10B500242046FFF7D6FF641C042CEA +:100F7000F9D310BD10B50246064B4FF0FF300021EB +:100F80005C5C944201D1084610BD491C0429F7D38A +:100F900010BD0000FC7A000070B50023042810D2B8 +:100FA0000D4D00EB4004012A02D101290CD0002292 +:100FB000094E00EB4000304461B1012906D00229FE +:100FC00006D00723184670BD0E30C2B22A55F9E785 +:100FD0004270F7E78270F5E7C401002030B4826800 +:100FE0000468531C8360A154D0E901128A4202D3E1 +:100FF00030BC02F0BABD30BC7047400003F05CB9B1 +:10100000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0 +:10101000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0 +:10102000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0 +:10103000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0 +:10104000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0 +:10105000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0 +:10106000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90 +:10107000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80 +:10108000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70 +:10109000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60 +:1010A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50 +:1010B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40 +:1010C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30 +:1010D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20 +:1010E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10 +:1010F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00 +:10110000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF +:10111000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF +:10112000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF +:10113000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF +:10114000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF +:10115000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F +:10116000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F +:10117000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F +:10118000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F +:10119000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5F +:1011A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4F +:1011B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3F +:1011C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2F +:1011D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1F +:1011E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0F +:1011F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +:10120000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEE +:10121000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDE +:10122000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCE +:10123000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBE +:10124000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAE +:10125000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9E +:10126000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8E +:10127000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7E +:10128000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6E +:10129000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5E +:1012A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4E +:1012B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3E +:1012C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2E +:1012D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1E +:1012E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0E +:1012F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE +:10130000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED +:10131000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDD +:10132000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCD +:10133000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBD +:10134000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAD +:10135000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9D +:10136000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8D +:10137000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7D +:10138000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6D +:10139000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D +:1013A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4D +:1013B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3D +:1013C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2D +:1013D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1D +:1013E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0D +:1013F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD +:10140000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEC +:10141000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDC +:10142000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCC +:10143000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBC +:10144000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAC +:10145000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9C +:10146000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8C +:10147000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7C +:10148000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6C +:10149000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5C +:1014A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4C +:1014B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3C +:1014C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2C +:1014D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1C +:1014E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0C +:1014F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC +:10150000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEB +:10151000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDB +:10152000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCB +:10153000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBB +:10154000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAB +:10155000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9B +:10156000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8B +:10157000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7B +:10158000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6B +:10159000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5B +:1015A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4B +:1015B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3B +:1015C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2B +:1015D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1B +:1015E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B +:1015F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB +:10160000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEA +:10161000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDA +:10162000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCA +:10163000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBA +:10164000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA +:10165000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9A +:10166000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8A +:10167000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7A +:10168000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6A +:10169000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5A +:1016A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4A +:1016B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3A +:1016C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2A +:1016D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1A +:1016E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0A +:1016F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA +:10170000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE9 +:10171000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD9 +:10172000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC9 +:10173000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB9 +:10174000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA9 +:10175000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF99 +:10176000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF89 +:10177000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF79 +:10178000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF69 +:10179000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF59 +:1017A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF49 +:1017B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF39 +:1017C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF29 +:1017D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF19 +:1017E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF09 +:1017F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9 +:10180000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE8 +:10181000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD8 +:10182000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC8 +:10183000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB8 +:10184000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA8 +:10185000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF98 +:10186000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF88 +:10187000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF78 +:10188000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF68 +:10189000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF58 +:1018A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF48 +:1018B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF38 +:1018C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF28 +:1018D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF18 +:1018E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF08 +:1018F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8 +:10190000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE7 +:10191000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD7 +:10192000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7 +:10193000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB7 +:10194000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA7 +:10195000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF97 +:10196000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF87 +:10197000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF77 +:10198000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67 +:10199000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF57 +:1019A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF47 +:1019B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF37 +:1019C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF27 +:1019D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF17 +:1019E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF07 +:1019F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7 +:101A0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE6 +:101A1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD6 +:101A2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC6 +:101A3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB6 +:101A4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA6 +:101A5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF96 +:101A6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF86 +:101A7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF76 +:101A8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF66 +:101A9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF56 +:101AA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF46 +:101AB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF36 +:101AC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF26 +:101AD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF16 +:101AE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF06 +:101AF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6 +:101B0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE5 +:101B1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD5 +:101B2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC5 +:101B3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB5 +:101B4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA5 +:101B5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF95 +:101B6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF85 +:101B7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF75 +:101B8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF65 +:101B9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55 +:101BA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF45 +:101BB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF35 +:101BC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF25 +:101BD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF15 +:101BE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF05 +:101BF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5 +:101C0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE4 +:101C1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD4 +:101C2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC4 +:101C3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB4 +:101C4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA4 +:101C5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF94 +:101C6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF84 +:101C7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF74 +:101C8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF64 +:101C9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF54 +:101CA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF44 +:101CB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF34 +:101CC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF24 +:101CD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF14 +:101CE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF04 +:101CF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF4 +:101D0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3 +:101D1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD3 +:101D2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3 +:101D3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB3 +:101D4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA3 +:101D5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF93 +:101D6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF83 +:101D7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF73 +:101D8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF63 +:101D9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF53 +:101DA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF43 +:101DB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF33 +:101DC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF23 +:101DD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF13 +:101DE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF03 +:101DF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF3 +:101E0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE2 +:101E1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD2 +:101E2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC2 +:101E3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB2 +:101E4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA2 +:101E5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF92 +:101E6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF82 +:101E7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF72 +:101E8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF62 +:101E9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF52 +:101EA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF42 +:101EB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF32 +:101EC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF22 +:101ED000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF12 +:101EE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF02 +:101EF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF2 +:101F0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE1 +:101F1000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD1 +:101F2000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC1 +:101F3000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB1 +:101F4000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA1 +:101F5000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF91 +:101F6000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF81 +:101F7000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF71 +:101F8000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF61 +:101F9000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF51 +:101FA000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF41 +:101FB000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF31 +:101FC000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF21 +:101FD000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF11 +:101FE000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF01 +:101FF000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF1 +:102000002DE9F0470D468146FEF7B4FF044604284B +:1020100036D2DFF874801B481C4EA8F10C0725B39C +:10202000012D0ED0022D2BD104EB44003044457815 +:10203000002D25D0B968002922D02846BDE8F047F8 +:10204000084704EB4401755C0E44717849B10E4AAF +:102050004FF40041093A8068FEF73AFE08B987F864 +:102060000390B17808F80410E2E78068FEF770FE8C +:1020700004EB4401314418F804008D78A842D7D00D +:10208000BDE8F087007B00000C000020C4010020A8 +:1020900070B506461E480024C0E90161B00720D58E +:1020A0000025012211462846FEF776FF6D1C0446E6 +:1020B000042D02D2002CF4D013E094B940F26662F1 +:1020C00004211448FEF742FD04000AD1FEF72CFD5E +:1020D000040006D10F48104A0021001FFEF7BCFD86 +:1020E0000446F00712D00120FEF7CEFE74B909486D +:1020F0000A4A00210C38FEF7AFFD040006D105485E +:10210000074A01210838FEF7A7FD0446204670BDA6 +:10211000000000200C7B0000792300000D2F000040 +:10212000230B00002DE9F05F6A4C0546002660781D +:10213000B34618B184F801B000F0D0FE664F4FF4FA +:102140007A694FF4C87A4FF00108182D62D2DFE89F +:1021500005F0AC0C0C31404D62676B746B74BE7D46 +:102160007D7D7D7DACAFB2B5BEBE0020FEF7DCFE4E +:1021700000284FF0000008D0FEF7C6FE022D02D165 +:102180004FF4E16008E0484606E0FEF7C5FE022D88 +:1021900001D1C82000E05046410CC0034FF4FA7250 +:1021A000801841F10001257052000023FEF7B6F8B7 +:1021B00001462AE00020FEF7B7FE00284FF000009D +:1021C00004D0FEF7A1FE4FF44870E5E7FEF7A4FE49 +:1021D000DFE70020FEF7A8FE00284FF0000002D045 +:1021E000FEF792FECFE7FEF797FED4E70020FEF75A +:1021F0009BFE00284FF0000002D0FEF785FE01E0B4 +:10220000FEF78AFE257041F69A1100223868FEF723 +:102210005FFD064646E00020FEF760FE257008E000 +:10222000002051E025703DE084F801800120FEF798 +:1022300055FE002240F6CD41E8E784F801800120F8 +:10224000FEF74CFE00224FF48041DFE77868FEF78E +:102250007FFD0646D5F1110000D02EB10220FEF719 +:1022600053FE84F802B01DE0012816D980B2C821BF +:102270004843C117C90341EA5041C0034FF4FA7201 +:10228000801841F1000152000023FEF747F8014693 +:1022900000227868FEF71CFD06460220FEF73CFE91 +:1022A00084F802803046BDE8F09F00F017FEB9E7E1 +:1022B00000F014FEB4E700F011FE04E000F00EFEA2 +:1022C0000020FEF729FE0120FEF726FEAAE7FEF712 +:1022D00048FEA7E700000020007B00002DE9F04742 +:1022E0000546861C90460F464FF001090020FEF778 +:1022F0003FFD1B4C20683860D4E90001401AA168FA +:1023000004F21C47081A0EE00121384601F08EF84D +:1023100000F082FE0146384601F088F8D4E9000159 +:10232000401AA168081A401C8642EDD8B8F1000F87 +:1023300003D0052065F3891002E0062065F39F5065 +:10234000A2682168114004EB8101C8602068304414 +:1023500020600020FEF70EFD4846BDE8F087000033 +:1023600008050020034803C8814201D101207047BD +:10237000002070470805002000780221FFF740BECA +:1023800005494FF0FF32082841F8202002D30844C5 +:1023900080F858207047000020020020F0B54FF070 +:1023A000FF3512B10023082601E008230C260C4C4F +:1023B00005E000BF54F823707F1C04D05B1CB342BF +:1023C000F8D32846F0BD26185DB286F8305044F8A0 +:1023D0002310002AF5D1E11881F85800F1E7000038 +:1023E000200200200249084490F9300070470000A4 +:1023F000200200202DE9F05F26484168F1B3DFF8A4 +:1024000098B00E688146DBF8004087688078E11B51 +:1024100021F07F45ED1CB0B9DFF880804FF48030AB +:10242000C8F84403C8F804031120FEF70DF9112081 +:10243000FEF741F94FF0010AC8F800A02F2004F080 +:1024400095FB89F802A0B54200D23546124BE81937 +:102450003C3320F07F401860DBF800105A46091B1F +:1024600021F07F41001B20F07F40C91C81420FD921 +:10247000106818602F2004F079FB00E004E0BDE84C +:10248000F05F1120FEF72DB9BDE8F05F04F09CBFAE +:10249000BDE8F09F580000200415014000100140E5 +:1024A0002DE9F0470025DFF88C803CE060680021D2 +:1024B00000EBC506012032789146FDF760FFD4E9B4 +:1024C000062300EA020701EA030C57EA0C0728D0AA +:1024D00082438B434846C4E9062304F005FC327866 +:1024E0008246914601200021FDF749FFD4E90423EB +:1024F00000EA020401EA03074A4650460021FDF7BC +:102500003EFF44404F403C430BD17078012801D03E +:10251000012100E00021726881EA0A010AB14846FF +:1025200090476D1CEDB298F8000044468542BDD33B +:10253000BDE8F0873800002010B50021024800F007 +:1025400080FF80F3100010BD240900200E4910B553 +:102550000A784C780023A24212D0521CD2B20A70E0 +:10256000022A00D10B70084A0B780C3252F8232053 +:1025700002608868104420F07F408860012010BD10 +:102580000360002010BD0000580000202DE9F0413C +:102590008046024601200021FDF7F1FE1A4F054654 +:1025A0000E467868FEF7D4FB00280CD1174CD4E90E +:1025B000062110462A4001EA06031A4305D0A84323 +:1025C000B143C4E90601BDE8F081404604F08CFB4C +:1025D00030B1D4E9040128433143C4E9040105E0E2 +:1025E000D4E90410A943B043C4E90410D4E90601B6 +:1025F00028433143C4E90601A1687868BDE8F04189 +:102600000022FEF765BB00003C7B00003800002084 +:1026100010B501F033FD00BF01F032FE0028FBD100 +:1026200010BD10B50024204601F086FD641C082C66 +:10263000F9DB10BD10B501F0AFFD012804D0FFF7A4 +:10264000E7FF012001F0B6FE01F01AFE002803D1D9 +:10265000BDE8104001F020BD10BD10B5002420469B +:1026600001F07AFD641C082CF9DB10BD02490A88D0 +:102670000280897881707047947B0000F0B507462E +:10268000204889B0154600780E4698B1012814D02C +:10269000022834D110221C4904A8FDF783FE1B49EF +:1026A0000D2204A8FDF77EFE0024164A6846521C3F +:1026B00021460DE010221449F3E71022124904A824 +:1026C000FDF770FE04A800F088F8EDE7052C02D2B3 +:1026D000135D035500E00155641CE4B2102CF5D3E2 +:1026E00001F026F804A801F035F86946084600F024 +:1026F000F5FF2B466A463146384600F01BFB09B011 +:10270000F0BD0000E4000020977B00004C09002091 +:102710000149087070470000E400002001460D22C6 +:102720000148FDF73FBE00004C0900200349026844 +:10273000C1F801200079487170470000E4000020D2 +:1027400070B5084C0D46E2784AB10749FDF72AFEFC +:102750000DB1E07828700020E070012070BD0020ED +:1027600070BD0000EA000020590900200248C0782E +:10277000002800D001207047EA000020F0B54E2369 +:10278000B3FBF2F5022303704F23841804F8013CD5 +:1027900081B10123541E0BE003F003068E5DB6FBEE +:1027A000F5F705FB176605FB0366C6545B1CDBB239 +:1027B000A342F1DB01210DE04318445C13F8013C16 +:1027C000E31ADBB2052B03D2C3F1050323444354C0 +:1027D000491CC9B29142EFD3F0BD41F201010A6830 +:1027E00002600979017170470349D1F8072002603E +:1027F000C97A017170470000EA000020F8B505466B +:102800004FF480500E468079FF2815D1002141F207 +:10281000060003F051FF002441F207070AE00121FE +:10282000684600F00BFA9DF80010E01903F044FF31 +:10283000641CE4B2B442F2D3002206E041F2070085 +:10284000805C521C05F8010BD2B2B242F6D3F8BD3F +:1028500030B58BB020203E4D00240890AC7020464F +:1028600001F0AEFC002805DD08AA6946002001F051 +:102870002DFC0446E87820430AD1012001F0A0FC99 +:10288000002805DD08AA6946012001F01FFC044666 +:102890003CB39DF8000007283AD2DFE800F0043985 +:1028A000080C10233400684600F0B4F830E06846A5 +:1028B00000F08CF92CE0684600F04AF928E00A2084 +:1028C0008DF8240009AC601CFFF78EFF00F04EF875 +:1028D00010B9601CFFF72AFF0122062109A800F0A9 +:1028E00087F815E06C460120FFF712FF1022611CEB +:1028F000601CFFF7C3FE601C00F010FA40B1201D01 +:10290000FFF70CFF04E00898C1B2684600F0E4F855 +:1029100001F0B6FC60B90020FEF76FFB687828B1C3 +:1029200001F05AFC40F0010001F05AFDFFF782FE71 +:1029300007490020C91D0A5C521C12F0FF020A540C +:1029400003D1401CC0B20528F5D30BB030BD000048 +:10295000EA00002000B500F009F8002802D0024982 +:102960000220087000BD0000EA0000200248007844 +:10297000002800D001207047EA00002008B504219B +:102980006846FFF73BFF684600F074F901F024FC4D +:1029900040F0020001F024FD0449002048708870D6 +:1029A0000870C870FEF729FB08BD0000EA0000208F +:1029B00070B50E4D04466878A04216D0FFF728FE89 +:1029C00034B101F009FC40F0010001F009FD07E01D +:1029D00001F002FC20F0010001F002FD002028704F +:1029E0006C70BDE87040FFF725BE70BDEA000020A6 +:1029F00070B516460C460546FFF70AFEFFF72DFE9A +:102A000022462946304601F0EFFABDE87040FFF754 +:102A100011BE0000FEB5054620202E4E029000207B +:102A2000B070FFF7F5FD01F0D7FBC4B2301D90F98F +:102A3000010010F1400F44DB002001F0D1FC962092 +:102A4000FEF7DBFAFFF7EDFDFFF7F4FD01F018FCF0 +:102A50000028FBD108208DF8000004210DF10100B1 +:102A6000FFF7CCFE05226946002001F0BDFA4FF4C5 +:102A7000AF70FEF7C2FA012001F0B2FCFFF7DAFDF9 +:102A800001270CE0002001F09BFB40B102AA29467F +:102A9000002001F01BFB2878012800D1B77001F05D +:102AA000EFFB0028EED1FFF7D8FDFFF7BAFD0020BD +:102AB000FEF7A3FA204601F093FC00BFFFF7BAFD32 +:102AC000FEBD24F0010001F08BFC4FF4FA70FEF71C +:102AD00094FAF3E7EA0000203EB50D460446FFF7FE +:102AE00045FF08B1002000E00220FFF711FE681E3C +:102AF000C2B2611C601CFFF7C1FD601C00F00EF942 +:102B000038B111482D1FEAB2C270211D0F48FDF7E0 +:102B100049FC0B208DF800006C46A01DFFF7A6FDB8 +:102B20000322A11DA01DFFF7A9FD601CFFF75CFE9D +:102B3000FFF71CFF10B9601CFFF7F8FD0122092107 +:102B40006846FFF755FF3EBDEA0000205909002006 +:102B50003EB50446FFF70AFF002827D00020FFF704 +:102B6000D7FD0322611C601CFFF788FD601C00F08C +:102B7000D5F800281AD0144B00246D461878022886 +:102B800015D003281AD08DF8044009208DF80000D4 +:102B90002C46681CFFF76AFD0922611C601CFFF7C8 +:102BA0006DFD01220A216846FFF722FF3EBD01208C +:102BB0008DF80400681DFFF710FE02E002208DF87A +:102BC00004001C70E1E70000EA0000207CB5194D0C +:102BD0000446687800282BD0FFF7C8FE20B9601C97 +:102BE000FFF7A4FD012028706846FFF7F6FD0021DD +:102BF0006846425CFF2A02D1491C0529F9DB0529F8 +:102C000016D1FFF7F1FD69460523621C084600F066 +:102C100091F8094869460078FF2809D1052241F258 +:102C2000010003F06BFD00214FF4805003F044FDE0 +:102C30007CBD0000EA00002000100000F0B50B4B46 +:102C40000025C3F8005101241C602A46084E09E003 +:102C5000D3F80071002FFBD037688754C3F80051B8 +:102C6000521CD2B28A42F3D35C60F0BD00D0004067 +:102C700008D500402DE9FF41054601F001FB264C37 +:102C80000646EDB328786978EA7800EB0120A97848 +:102C9000090401EB0261471801F0FCFB204601F03A +:102CA00017FB50B10021084601F0F2FA28B138466E +:102CB00001F01EFB08B1012402E0012407E037B156 +:102CC0002146084601F0E4FA08B1012700E0002798 +:102CD000641CE4B2082CF2D301F052FA0446C2B2EA +:102CE00029466846FFF74AFD87B12146684601F04C +:102CF0000FFB58B10120002E05D001F0CDF900E006 +:102D000007E030B1012004B0BDE8F0810020002EC2 +:102D1000F9D00020F7E700000406080A10B50322E6 +:102D20000349FDF76AFB08B1002010BD012010BD6A +:102D3000947B000070B5002409E000BF11F8015B2E +:102D400012F8016B7540641C00F8015BE4B29C4210 +:102D5000F4D370BD0278521C027002788A4201D30B +:102D600000210170704700002DE9FC5F0E008346D2 +:102D7000DDE90C47C6F1000098469246814600D432 +:102D80000846012503E000BF90FBFAF06D1C50459A +:102D9000FADAA84500D9454624B1002E01DB7807B0 +:102DA00000D5641EB80702D5B8F1000F0AD0F807A5 +:102DB00008D13CB1A54205D220215846641EFEF739 +:102DC0000DF9F6E7002E02DA4E462D2102E07807D3 +:102DD00003D52B215846FEF701F907F0030002281E +:102DE0000BD1B8F1000F08D13CB1A54205D230217A +:102DF0005846641EFEF7F2F8F6E7CDE90047434671 +:102E000052463146584604F005FEBDE8FC9F0000DE +:102E100070B50D46044600684FF4887103F0A0FEBB +:102E20004FF49071206803F09BFE4FF4927120687C +:102E300003F096FE4FF4A271206803F091FE206823 +:102E40001249C0F8041320686907000B40B2090E4C +:102E5000002806DA00F00F0000F1E02080F8141DD1 +:102E600003E000F1E02080F8001420680121000B4D +:102E700040B200F01F0291404009800000F1E020C4 +:102E8000C0F88012C0F8001170BD000010030200ED +:102E9000024600201268930702D0530702D47047FD +:102EA000500714D502F00300012802D002280CD1EB +:102EB00005E0C2F383100B68801C184404E0022371 +:102EC000086803EB925210440860012070470868BC +:102ED00000EB9253C2F38910401CEEE70A4810B58C +:102EE000807860B1002401E0022C06D02046FEF775 +:102EF0000BF8641C042CF7D310BD0324F6E7BDE8DF +:102F00001040FEF725B800000000002003480179BA +:102F1000C90702D00078FFF705B97047000000200C +:102F20002DE9F047394E002780463D46DFF8E09016 +:102F3000D6F804A057E003D00446D0F81C8035E052 +:102F400099F8002002EB4201521CD2B289F800200D +:102F500009EBC10199F80230091D9A4201D189F8A3 +:102F6000005048680A780446012A12D0022A02D08A +:102F7000032A3BD108E004F039FB00B10127257496 +:102F800034E00574C06900E070680028F9D1706011 +:102F90002CE0207C50BB88686060C868A06008692D +:102FA000E0604869A061F07800B165606268B1686E +:102FB000184B501A20F07F40984202D2A168084472 +:102FC00006E0881AA16820F07F40814202D9081AE1 +:102FD000206000E0256065600120A5602074204627 +:102FE000E56104F0E5FAB8F10000A4D199F8001009 +:102FF00099F801008142A3D117B97168514502D0F7 +:103000000120BDE8F0870020FBE700005800002009 +:10301000FC020020FFFF7F002DE9FF41002623482E +:1030200000F001FA2148001F074600F0FCF9204C8F +:1030300060680090A56800E000986946284004EBAD +:1030400080000C30FFF724FF0028F5D101AA009979 +:1030500001EA050304EB8303491CDB6842F82030D6 +:10306000401C00910228F2D3019800F003000128CF +:103070000BD0022810D10198032101EB9050009948 +:10308000BDF80A6001EB900005E00198BDF80A6008 +:10309000C0F3831008440090384600F0C1F908B12D +:1030A0000098606004B03046BDE8F081200900203F +:1030B000080500208AB0FDF7E1FD08B1FDF7C0FD6D +:1030C00000210120FEF7E4FF08B1FDF7B9FD4FF440 +:1030D0000041002003F06AF908B1FDF7B1FD02F0EC +:1030E000F1FF0120FDF7D0FE012001F085F828B99D +:1030F00001F04CF800F50340FDF7A2FD4FF4FC7021 +:1031000001F07EF928B901F041F800F50340FDF720 +:1031100097FDFFF733FC01F05FF840F0040001F089 +:103120005FF928B901F032F800F50340FDF788FD9A +:103130000120FFF73DFC00F0AFFF28B901F026F8B1 +:1031400000F50340FDF77CFD17480321008801EBE3 +:10315000004016A103F0D0F802F0C2FF0028FBD116 +:103160005FF02004FFF774FBFFF700FC08B1FFF7E6 +:10317000F1FB0220089401F023F828B108AA69465F +:10318000022000F0A3FF07E0FFF7F0FA0028E9D0E3 +:1031900008A96846FFF7D4FA0028E3D09DF800009C +:1031A00004F032F8DEE700008001002047617A6514 +:1031B0006C6C2064796E616D6963207061697269FD +:1031C0006E67206578616D706C65207374617274D0 +:1031D00065642E20486F7374206D6F64652E000047 +:1031E0002DE9F047C7880446181D16468946B0FBEE +:1031F000F7F1B0FBF7F207FB12009A193A44D21C20 +:10320000B2FBF7F2DDF820A001E02468491E002996 +:10321000FBD13D1A8846B54216D818E0BAF1000F26 +:1032200005D0211809EB08002A46091D04E02044B6 +:1032300009EB08012A46001DFDF7B4F800202468B8 +:10324000761BA844B74201D9354600E03D46002E22 +:10325000E4D1BDE8F087000030B5024659B103F073 +:10326000D1F80021074C09E004EB810315685B8865 +:10327000AB4202D11160002030BD491C8142F3D322 +:10328000052030BD6C0100202DE9F0415C49037838 +:103290000446D1E903020025082B77D2DFE803F0CA +:1032A000042B4877726E8795217C914208D238B101 +:1032B00000EB81018A6C521C8A640168491C016020 +:1032C000A17B2E4661F307062189677B61F31F46C8 +:1032D0006189606861F30F05217B61F31745E17B2C +:1032E00061F31F6501F0F6FC2A4631463846BDE819 +:1032F000F04100F0C2BE4869407D10B9414800F07D +:103300008DF82F46218965F3070761F31F4761890F +:10331000267B61F30F05617B606861F31F6501F037 +:10332000D9FC2A4639463046BDE8F04100F0A4BE3B +:10333000217B914208D238B100EB81018A6C521C8A +:103340008A640168491C0160A07A217A60F307054C +:1033500061F30F25E17A667A676861F3174538B142 +:103360001FB92848263000F059F8384601F0B2FC61 +:1033700029463046BDE8F04100F030BFBDE8F041DD +:1033800000F088BE00F082FFBDE8F08131E01E4809 +:103390004168491C416001780029F5D0816811B16C +:1033A000491E8160F0E7BDE8F04100F067BEA379F7 +:1033B000934208D238B100EB830293685B1C9360A0 +:1033C0004268521C42608A680CE0A379934208D29A +:1033D00038B100EB830293685B1C93604268521C17 +:1033E00042604A68002ACFD061792079BDE8F04177 +:1033F0001047BDE8F04103487F3000F00FB80000EF +:10340000FC0000203D0405006809002002490F224D +:103410000A70886170470000FC000020FFF7F6BFCB +:10342000002100F009B8012100F010B808B56A4683 +:10343000FCF723FF009808BD08B56A46FCF703FFB8 +:1034400008BD08B56A46FCF7E5FE08BD08B56A4642 +:10345000FCF7ECFE009808BD08B56A46FCF71AFFB9 +:10346000009808BD70B5044600252846FDF780FC8D +:1034700021686268086890420ED9401E0860017891 +:10348000A38AE26801FB0325227A2168101AC0B2E0 +:103490000A79824200D208710020FDF76BFC2846B1 +:1034A00070BD70B505460C460020FDF761FCE8686C +:1034B000A98A201AB0FBF1F12A681068431C136036 +:1034C0000170BDE870400020FDF754BC10B530B16C +:1034D000017A42680368891AC9B21A6006E00E20B0 +:1034E00010BD03681A68541C1C601170491EC9B2D3 +:1034F000F7D2006800210171084610BDC20800F033 +:1035000007030120895C98400840704710B5C20845 +:1035100000F00703885C01249C402043885410BDC0 +:1035200070B5074C251F206829684968884202D376 +:103530000448FFF773FF286821688068405C70BD0D +:103540003801002044000100014800687047000075 +:103550003801002010B50446054800684068A042C4 +:1035600002D80448FFF75AFF0148001D046010BD4F +:10357000340100204C000100014840687047000001 +:103580003801002010B50446054800680068A042D4 +:1035900002D80448FFF742FF0148001D446010BDF7 +:1035A000340100205800010010B5040002D1054884 +:1035B000FFF734FF044800210460001D01604160F2 +:1035C00010BD000027000100340100200948021F3F +:1035D0004168491C416012681368994208D300236E +:1035E00043600168491C01605268914200D3036046 +:1035F0007047000038010020002839D0401E00BF6D +:1036000000BF00BF00BF00BF00BF00BF00BF00BFC2 +:1036100000BF00BF00BF00BF00BF00BF00BF00BFB2 +:1036200000BF00BF00BF00BF00BF00BF00BF00BFA2 +:1036300000BF00BF00BF00BF00BF00BF00BF00BF92 +:1036400000BF00BF00BF00BF00BF00BF00BF00BF82 +:1036500000BF00BF00BF00BF00BF00BF00BF00BF72 +:1036600000BF00BF00BF00BF00BF00BF00BFC5D18B +:1036700070470000F0B505460478154889B0164635 +:1036800040F82420124A08690832A2F10C0742F8D7 +:103690002400487F385520226846FCF783FE0494B6 +:1036A0002878385C48B10EB10A4A00E00022694629 +:1036B000281D03F0C5FC09B0F0BD0EB1064A00E0BC +:1036C0000022694605F10C0003F08CFBF3E70000D3 +:1036D00014000020F17800003D77000070B5124D15 +:1036E00006464FF080746868814202D01022FCF7D1 +:1036F00059FE0E490020C1F8000101220A6001E0D4 +:10370000641E0ED0D1F80021002AF9D0C1F80001C2 +:10371000A9688E4203D010223046FCF743FE0120F8 +:1037200070BD002070BD00002400002000E00040BB +:103730000549064801F11002C0E90012103282600A +:103740000348016001207047F001002024000020A0 +:1037500004E500400146024810220068FCF722BE42 +:10376000240000202DE9F0410446102802D30B4824 +:10377000FFF754FE094E0A4D761D204600F07EF8F4 +:10378000070008D0AF4202D13046FFF747FE384667 +:1037900000F03AF8F1E7BDE8F0810000D000030046 +:1037A000ADDEADDE01480068704700006801002012 +:1037B00010B50020114A014600EB40039C186170CF +:1037C000A170D154401CC0B21028F5D3DE22CC2108 +:1037D0000B48FCF7F9FD0A4A0020A2F1180100BFCE +:1037E00000EB001302EB430341F82030401CC0B251 +:1037F0000628F5D303490620086010BD5C0B0020A5 +:10380000640C00206801002070B5104C064620684A +:10381000062802D30E48FFF701FE3046FDF710F9E7 +:1038200018B90B48401CFFF7F9FD0A4D20680A49FA +:1038300055F82000884203D00548801CFFF7EEFDB4 +:10384000216845F82160491C216070BD6801002095 +:10385000800003004C0C0020ADDEADDE10B5044648 +:10386000102802D30348FFF7D9FD034904EB4400B5 +:10387000085C10BDC20003005C0B002070B5002680 +:103880000446102802D30C48FFF7C8FD0B4D04EB8B +:103890004404285D70B105F1300000EB840160192B +:1038A00010F8022F51F822600321FFF753FA285D28 +:1038B000401E2855304670BDA20003005C0B00205E +:1038C00070B50C460646102902D31248FFF7A6FD34 +:1038D0003046FDF7B5F818B90E48401CFFF79EFDBD +:1038E0000D4D04EB4404285D032810D205F130008F +:1038F00000EB8401601910F8012F41F822600321C8 +:10390000FFF728FA285D401C2855012070BD0020D3 +:1039100070BD00008C0003005C0B002010B5044655 +:10392000102802D30948FFF779FD094904EB440048 +:103930000A5C42B101F1300202EB80020844807857 +:1039400052F8200010BD002010BD0000B30003009D +:103950005C0B00200B4810B50168002479B10A4ABD +:103960000A4B02EB8102491E52F8044D13600160BC +:103970002046FDF765F810B90548FFF74FFD2046D2 +:1039800010BD0000680100204C0C0020ADDEADDE53 +:103990007800030000487047408100402DE9F74F50 +:1039A000904607004FF0000502D13448FFF736FD7E +:1039B000334C4FF4803BC4F808B3324EB07818B1A2 +:1039C0002E48801DFFF72AFD706818B12B4809307A +:1039D000FFF724FDDFF8B0A077605FEA08004FF042 +:1039E00000094FF00108AAF1040724D001282FD0C4 +:1039F000022829D021481D30FFF710FD86F80280EB +:103A0000C4F840910199294489B239603F68C4F8EB +:103A10004480DAF80060D4F8400118B117482B3020 +:103A2000FFF7FCFCAF4215D3AE4201D3BE4221D317 +:103A3000124833301CE0C4F84480DAF80050C4F86F +:103A40004080C4F84091D9E70F48001D0568D5E7CC +:103A50003D68D3E7BE4201D2012000E00020B5421C +:103A600001D8012100E00021884203D103483E3003 +:103A7000FFF7D4FCC4F804B3BDE8FE8F8600040051 +:103A8000008000404001002044850040004870470D +:103A90004880004070B5144C01266660E66066649C +:103AA00012480025056011483C30006810B11048EC +:103AB000FFF7B4FC4FF0FF30C4F80803C4F84051DE +:103AC0000A490420083108600A48456006704570BC +:103AD00085700820FCF7CEFD4FF0E0214FF4807098 +:103AE000C1F8000170BD0000008000400885004062 +:103AF00047000400400100200148007870470000A2 +:103B0000400100200349012008600349002008709B +:103B100070470000008000404001002070B5074859 +:103B200001250561C560064C0026082066606670A8 +:103B3000FCF7A0FDA670257070BD0000008000405D +:103B400040010020014840787047000040010020FB +:103B50000FB408B50399002904D004AA00926A465C +:103B600000F00FF801B05DF814FB10B58268044650 +:103B7000002A05D0D4E90403216898470020A060FA +:103B800010BD2DE9FC4791460C00804676D014F814 +:103B9000011B39B125290ED04046FDF71FFA2078C8 +:103BA0000028F4D198F80C00002867D04046BDE802 +:103BB000FC47FFF7DABF0020012221782B291BD018 +:103BC0002D2902D0302908D102E040F0010001E0A7 +:103BD00040F00200641C002AEFD100252A290ED0F3 +:103BE0002178A1F130020A2A11D205EB850201EBFE +:103BF0004205641C303DF1E740F00400EAE7D9F8E3 +:103C000000100B1DC9F800300968641C0D442178B0 +:103C100000232E290BD114F8011FA1F130020A2A2A +:103C200005D203EB830201EB4203303BF3E76C293F +:103C30000DD068290BD0692921D00BDC252918D09B +:103C4000582931D063290ED0642915D117E014F812 +:103C5000011FECE7702969D0732932D075291BD078 +:103C6000782909D120E0D9F80000011DC9F8001019 +:103C700001784046FDF7B2F9641C90E76CE0D9F892 +:103C800000100A1DC9F800200968CDE900500A2279 +:103C90004046FFF769F8EFE7D9F800100A1DC9F8A8 +:103CA000002009680A2206E0D9F800100A1DC9F8A8 +:103CB000002009681022CDE90050404603F0AAFE1A +:103CC000DAE7D9F8001000270A1DC9F800200E68AD +:103CD000C00705D112E04046761C7F1CFDF77EF937 +:103CE00031780029F7D104E0202140466D1EFDF710 +:103CF00075F9BD42C0D9002DF6D1BDE74EB13046B1 +:103D0000FCF774FB074604E0202140466D1EFDF7DA +:103D100065F9BD4206D9002DF6D103E04046761C78 +:103D2000FDF75CF931780029F8D1A5E7D9F8000052 +:103D3000011DC9F80010056830214046FDF74EF915 +:103D400078214046FDF74AF908200021CDE900011D +:103D5000034610222946B0E7BDE8FC872DE9FF4164 +:103D60001C46DDE90A7815460E46684600F0AAF8BA +:103D700046EA450141EA840141EA072242EA084154 +:103D8000009A00EB8200C0F80017BDE8FF812DE922 +:103D9000FF411C46DDE90A7815460E46684600F0EC +:103DA0009FF846EA450141EA840141EA072242EAD6 +:103DB0000841009A00EB8200C0F80017BDE8FF81BF +:103DC0002DE9FF411C46DDE90A7815460E46684696 +:103DD00000F094F846EA450141EA840141EA0722ED +:103DE00042EA0841009A00EB8200C0F80017BDE8E3 +:103DF000FF812DE9FF411C46DDE90A7815460E4694 +:103E0000684600F089F846EA450141EA840141EA42 +:103E1000072242EA0841009A00EB8200C0F800172E +:103E2000BDE8FF811CB5002100910B4601220191E4 +:103E3000FFF7C6FF1CBD1CB5002100910B460122F7 +:103E40000191FFF7D6FF1CBD1CB500220B46009266 +:103E500011460192FFF7B4FF1CBD1CB500220B46B2 +:103E6000009211460192FFF7C4FF1CBD1CB5002152 +:103E700000910B46012201911146FFF7A1FF1CBDE5 +:103E80001CB5002100910B46012201911146FFF75C +:103E9000B0FF1CBD13B50C46684600F021F8009930 +:103EA00000EB8101D1F8002722F44032C1F800274D +:103EB000009900EB8100D0F8001741EA0441C0F8F6 +:103EC00000171CBD0168202902D24FF0A0407047A6 +:103ED00001F01F010160014870470000000300501D +:103EE0000168202902D24FF0A040704701F01F0165 +:103EF000016001487047000000030050016820295C +:103F000002D24FF0A040704701F01F01016001484C +:103F100070470000000300500168202902D24FF0D2 +:103F2000A040704701F01F01016001487047000088 +:103F30000003005001B56846FFF7D2FFD0F8100526 +:103F40000099C84000F0010008BD01B56846FFF7C0 +:103F5000D5FF009A01219140C0F8081508BD01B5B0 +:103F60006846FFF7D9FF009A01219140C0F8081573 +:103F700008BD38B501240090684631B1FFF7A2FFB3 +:103F800000998C40C0F8084538BDFFF79BFF0099A9 +:103F90008C40C0F80C4538BD1CB5094C0144D4E92F +:103FA0000034CDE900346C4606E000BF54F8203000 +:103FB000D3F81035401C08C28142F7D81CBD000060 +:103FC0002C7B0000034908B508440021016000680B +:103FD000009008BD0060004002494058012800D010 +:103FE00000207047006000402DE9F041204D16464A +:103FF00088460746082801D3042035E0B8F1000FB1 +:1040000003D0202E03D906202EE003202CE03846D2 +:1040100001F01AFA032801D3092025E0384600F000 +:10402000ADFF032801D30A201EE000F0D3FC0228D4 +:1040300001D2082018E000F057FE044606704078D0 +:10404000324640F0010060704146A01CFCF7AAF91E +:10405000F8B2214601F0FAF910B10120BDE8F08173 +:104060000448FFF7DBF90F2028700020F6E7000076 +:10407000FC000020FC0005007047704710B500F000 +:104080006DFD18B1BDE8104000F004B8BDE8104067 +:1040900000F062BC7047000010B50B4C606928B19D +:1040A00000F012FB0004000C02D005E0022008E042 +:1040B000002000F023FE18B100F062FC012010BDCA +:1040C00011202070002010BDFC0000202DE9F041DF +:1040D00016460F46044600F051FF154D48B157B142 +:1040E000204600F057FF00783168814205D2062053 +:1040F0001AE00B2018E0032016E0204600F040FFF5 +:1041000004000DD0A01C0BD02278A11C38463260D0 +:10411000FCF748F9204600F0DDFD0120BDE8F08104 +:104120000448FFF77BF90F2028700020F6E7000015 +:10413000FC0000202601050010B5082804D305491D +:1041400004200870002010BDC0B200F00DFF012057 +:1041500010BD0000FC000020084910B54A69527DDE +:104160000AB10C2002E0082803D3042008700020C4 +:1041700010BDC0B201F050F9012010BDFC000020BC +:104180000148006970470000FC00002001480078E9 +:1041900070470000FC00002010B500F0E9FC30B1D1 +:1041A000012806D0022806D00448FFF737F902207C +:1041B00010BD002010BD012010BD000097010500BA +:1041C000082804D3034904200870401F704700F0FA +:1041D000D5BE0000FC00002000F0DEBE03B50028C4 +:1041E00006D10448BDF8041081809DF80610817145 +:1041F0000CBD0000EA0000202DE9F0411D4D0646EF +:1042000000241D482C70AC610460446084601B482D +:1042100000F002FC686140B3042000F073FA05F17D +:104220001C00296900F074F80746304600F0C2F817 +:1042300000EA0706002000F0A5F80640012000F083 +:10424000EFF80640022000F085F80640002000F05C +:1042500009F90640012000F075FE0020EC6000F036 +:1042600033FD16B10120BDE8F08101202870002047 +:10427000F9E70000FC0000206809002089320000F6 +:1042800001484069407D7047FC00002070470000F5 +:10429000084A10B553695B7D0BB1022002E0082883 +:1042A00003D304201070002010BD00F037FD012062 +:1042B00010BD0000FC0000200449002200280A7004 +:1042C00002D0886001200870704700006809002053 +:1042D000064910B54A69527D1AB1022008700020C3 +:1042E00010BD00F0F7F9012010BD0000FC00002017 +:1042F000064910B54A69527D1AB1022008700020A3 +:1043000010BD00F0F3F9012010BD0000FC000020FA +:1043100010B50F4C6269527D0AB1022014E01029D9 +:104320000FD871B178B10A462161014608481C30A6 +:10433000FCF738F8064821691C3000F0F7F9012035 +:1043400010BD072000E003202070002010BD0000F9 +:10435000FC0000200A4910B54B69024601205B7D34 +:104360000BB1022004E0012A05D0022A04D00E205D +:104370000870002010BD002000F056FA012010BD8A +:10438000FC0000200A4910B54B69024600205B7D05 +:104390000BB1022003E032B1012A03D00E200870D5 +:1043A000002010BD012000F0BBF9012010BD00006D +:1043B000FC00002010B540B1012808D002280BD025 +:1043C000064905200870002010BD012000E00220F1 +:1043D00000F0D4FB012010BD0020F9E7FC00002014 +:1043E000064910B54A69527D1AB1022008700020B2 +:1043F00010BD00F0D7FD012010BD0000FC00002022 +:10440000064910B54A69527D1AB102200870002091 +:1044100010BD00F045FF012010BD0000FC00002091 +:10442000014610B50020072914D2DFE801F0040F7F +:1044300006080A0C0E00042008E0FC2006E0F82024 +:1044400004E0F42002E0F02000E0EC2001F018F895 +:10445000012010BD02490E200870002010BD000090 +:10446000FC0000200A4910B54B69024600205B7D24 +:104470000BB1022003E032B1012A03D00E200870F4 +:10448000002010BD012001F005F8012010BD000042 +:10449000FC00002010B5FFF7F3FE002806D0FFF760 +:1044A000EDFD30BFFFF7ECFE0028FBD110BD000092 +:1044B00010B501F0E1F903490020086102490870D4 +:1044C00010BD0000C0090020280100202DE9FE4396 +:1044D0004D4800684D4C012802D04D48006828B96D +:1044E00060680078202801D8012100E00021494EB1 +:1044F00003204FF0000830704348C4F800800830B3 +:104500000568424F183F89B300684149083908607F +:1045100002A8CDE900043C480C300268012329467A +:10452000184602F03DF910B3012805D0022821D029 +:10453000032855D0384851E0029818B136481C3845 +:10454000FEF76CFF284602F08EFA18B932481B3885 +:10455000FEF764FF01F0C4F9B97D0023CDE9000145 +:104560007068EAB290F9161018461CE01EE02A485E +:10457000113833E0029818B927480D38FEF74EFF7E +:10458000284602F070FA18B923480C38FEF746FFA7 +:1045900001F0A6F9B97DEAB2CDE900017068012306 +:1045A00090F91610029800F077FB19E000F06CFE0D +:1045B00030B101F095F90146BA7DE8B200F03EFB5A +:1045C0000023CDF800801A4619461846CDF804801D +:1045D00002F0E6F8042803D00F480F30FEF71EFF64 +:1045E000206838B1012060750C48206104203070CB +:1045F000BDE8FE8301F040F984F81580C4F810800E +:1046000000F00EF8F4E7000000140040C00900209C +:10461000341500402801002044060900B946000076 +:1046200070B5FFF745FF1F4D012028701E48016837 +:104630001E4A21F0FF0112691143016002F01CFAC9 +:104640001A4C4C3410B302F017FA032802D0184861 +:10465000FEF7E4FE022001F04DFB002001F0A2FB7A +:1046600002F00AFA032803D011480830FEF7D6FEFC +:104670002878012803D00E480E30FEF7CFFE022026 +:104680002870002020610B48E06070BD02F000F847 +:104690000228DFD302F016F960600028DAD104485E +:1046A000401FD5E728010020301500407409002084 +:1046B000F4050900CD440000024905200870FFF709 +:1046C000AFBF0000280100200148006A70470000C9 +:1046D00074090020034910B5086200F0B3FD0249D7 +:1046E000086010BD740900201C150040034910B576 +:1046F000486200F0A7FD0249086010BD740900205F +:10470000201500400449487704490A6822F4E02251 +:1047100042EA004008607047740900201815004004 +:1047200001490876704700007409002070B50C003C +:10473000054602D10748FEF771FE1DB90548401C29 +:10474000FEF76CFE0448C0E90145BDE8704000205A +:10475000FEF700BFB3030900D809002010B500F030 +:1047600093FD044901F1640208B1C86800E088685B +:10477000106010BD740900201CB510494FF4407042 +:10478000086002F079F9012812D0022810D003281D +:1047900013D100200090034602460146019001F02B +:1047A000FFFF042809D0BDE81C400548FEF736BECF +:1047B0000021084602F0A4F8F3E71CBD08F501400B +:1047C00048020900144981F8310014490A6822F0AE +:1047D000FF020A6048B1114A0B1D0832012807D0B8 +:1047E00002280ED00E48FEF719BE08680860704710 +:1047F000086840F001000860FF20106040F20710D8 +:1048000007E0086840F0020008604FF6FF70106093 +:1048100004481860704700007409002034150040F7 +:104820002E04090021100100044981F832000449D6 +:1048300008B1012800D10860704700007409002009 +:10484000101500402DE9FF413E480068012802D0C4 +:104850003D48006830B93D4840680078202801D8BC +:10486000012700E0002700F0FBFB384C0126183C34 +:1048700000B9266102F000F9012802D03448FEF7A1 +:10488000CDFD344D6868007D18B13148401CFEF7FD +:10489000C5FD00F0F1FFEFB30121084602F030F84A +:1048A00020B1012828D0022826D10FE001F018F805 +:1048B000064601F03DFFC7B201F034FF8446A07DFB +:1048C0000021CDE90260CDE900710DE001F008F8AA +:1048D000804601F02DFFC7B201F024FFA17DCDE994 +:1048E0000076CDE90281844668686289218990F961 +:1048F0001630604600F0B2F9FEF726FEE06013487D +:104900004C3840696060FFF729FF04B00020BDE823 +:10491000F04100E001E0FEF735BE6E7000F0B4FC3F +:1049200000280CD000F0DCFF054601F001FFA27D5D +:1049300004B02946BDE8F041C0B200F07FB9BDE83F +:10494000FF8100000014004034150040C009002021 +:10495000370709002801002010B5012080F31088D6 +:104960000648417D29B1817819B90121817000F093 +:1049700045FB002080F3108810BD0000A80900202E +:1049800070B5124C607D00281ED100F0BDFA04F114 +:104990003005A86810B90E48FEF740FD686818B9E0 +:1049A0000B48401CFEF73AFD02F096F818B1084893 +:1049B000801DFEF733FD002002F0AEF80120607587 +:1049C000BDE8704000F01ABB70BD0000A8090020CF +:1049D000CE02090001F0B8BE30B50D4D85B0687D3E +:1049E000002813D000F048FB00F046FF0024AC7014 +:1049F0006C7505208DF80000684601F0F5FD05484E +:104A0000047005B0BDE83040FFF7B6BE05B030BD5C +:104A1000A8090020280100202DE9F04105460120C9 +:104A200080F31088484E4FF003080024707086F819 +:104A30000080B470746034817481F460074634611E +:104A4000347506F118007475046044608460C460B5 +:104A500004610475183084604460FFF71BF8284631 +:104A600001F0FCFD01F072FE002002F047F806F1B3 +:104A70003000FEF799FD00210820FBF74DFE0021D4 +:104A80000120FBF749FE01211520FBF745FE01201F +:104A900000F074F8A6F13405FF202861042068773F +:104AA0002A4929622A49696285F82870022185F815 +:104AB000291085F82A8085F82B00052085F82C0020 +:104AC000062085F82D00072085F82E00082085F89F +:104AD0002F0085F8304085F8311085F83270692054 +:104AE00045F8140B1E2028604FF4167045F8100C82 +:104AF000022000F085FC0F2000F088FCEC802F7174 +:104B00006F712C72204601F019FE7078012802D0D6 +:104B10001048FEF783FC3770B47074603481748180 +:104B2000F46034610C48347574758460447000F02E +:104B3000EBF90820FBF793FD1520FBF790FD84F3BC +:104B400010880148BDE8F081A809002004070A0D7B +:104B500005080B0E9F020900280100200348407D34 +:104B600008B100207047012070470000A80900200C +:104B70000148007870470000A809002010B5012105 +:104B800081F3108807490A78824204D04870487D32 +:104B900028B100F033FA002080F3108810BD00F037 +:104BA00003F8F8E7A809002030B5224D85B0287831 +:104BB000697888423BD008B900F0A6F9687808B94E +:104BC000FFF7DAFD1C480024046000F055FE194888 +:104BD00018300460446004618460C460287801284F +:104BE00002D0022808D015E001F046FF90B1002164 +:104BF000084601F085FE0DE0FFF75AFC01F03CFF8E +:104C0000032807D1002300941A4619461846019438 +:104C100001F0C6FDFFF7A2FD6878287004208DF82A +:104C20000000684601F0E0FC012005B030BD002026 +:104C3000FBE70000A809002054F5014000B585B04D +:104C400006238DF806208DF805108DF804008DF8E8 +:104C50000030684601F0C8FC05B000BDF0B585B075 +:104C60000DF1280C9CE8F0008DF80C308DF80D400B +:104C70004FF0000C0190ADF808108DF80E508DF833 +:104C800000C0ADF80A208DF80F608DF810706846EE +:104C900001F0AAFC05B0F0BD70B586B00226DDE9D2 +:104CA0000A458DF808108DF8092001908DF80A301A +:104CB0008DF800608DF80C508DF80B40684601F0BF +:104CC00093FC06B070BD0000014988607047000089 +:104CD0002801002010B5012181F3108801F05CFD4E +:104CE000002080F3108810BD10B5012080F31088DB +:104CF00001F054FD002181F3108810BD10B5044669 +:104D0000082802D30348FEF789FB0348204490F8A3 +:104D1000280010BDAD0309007409002070B50828F3 +:104D200019D20F4A024482F828108207D40EFF22BB +:104D3000A240D243042801D20A4D01E0094D2D1DA5 +:104D4000286810402860084600F06AFA2968A040E8 +:104D50000843286070BDBDE870400348FEF75EBBA5 +:104D60007409002024150040A703090010B51B4C4E +:104D700000206070FEF7D4FB19490860FEF7E4FBE1 +:104D80001849887501F078FE012807D001F074FEFB +:104D9000022802D01448FEF741FB002000F0AAFFD1 +:104DA000FEF7F8FD114908606068091D4068086059 +:104DB000A068002811D0007820B1FEF7EBFDA168B3 +:104DC00000F0F6FBA0680179002906D000F0C4FBD2 +:104DD000A068BDE8104000F0CDBB10BD2801002048 +:104DE00008150040A80900209706090050F5014069 +:104DF00010B501F0EBFD002820D011480021018101 +:104E0000418101F095FC0F49086001F091FC0121FE +:104E100081400C48001D026822F0FF02114301602E +:104E200001F080FC064C1834206001F075FC6060D5 +:104E30000548E060BDE81040FFF798BF10BD0000D6 +:104E4000A80900202C150040454800001548002105 +:104E50000160012101601448016821F48071016042 +:104E6000016821F00F01891D0160016821F47021A2 +:104E700041F440310160001D016821F000710160C2 +:104E8000016841F080710160016821F0FF0141F08B +:104E900020010160016821F47F4101600120FBF7DE +:104EA000DEBB0000FC1F00401415004070B5134C21 +:104EB0001348A16800F08AFE6060114C4C3C607F92 +:104EC000FFF720FC206AFFF705FC606AFFF70EFC85 +:104ED0000025601990F828102846FFF71FFF6D1C69 +:104EE000082DF6D3074914F8300F08606078FFF7F3 +:104EF00069FCA078BDE87040FFF796BC280100204F +:104F0000C00900200C1500400C4910B500200860B5 +:104F10000A484FF440744C380460FFF797FFFEF7DF +:104F2000B5FD064908310860091F054808600348B7 +:104F300050380460BDE81040FFF7B8BF54F5014099 +:104F40000411004010B504460448406810B90448F4 +:104F5000FEF764FA0348047510BD00002801002024 +:104F60006E040900C009002010B5012181F31088EA +:104F700001F076FD002080F3108810BD01F073BDB4 +:104F800010B5012181F3108801F070FD002181F33B +:104F9000108810BD01F06DBD014800697047000028 +:104FA000740900200149086170470000740900205D +:104FB00003490122086101460248FEF7EFBC0000E8 +:104FC000A8090020E56A000070B50C4601F0A4FDB8 +:104FD000074D2869A04202D30648FEF71FFA286948 +:104FE0000122211A0448FEF7D9FC0020286170BD77 +:104FF000A8090020D6060900E56A000010B5FEF7F2 +:105000007BFD012822D101F081FD10B11048FEF78F +:1050100005FA002264210F48FEF7C0FC0E48007F0D +:1050200080B90E480121016000220007C0F800216C +:10503000016000BF00BF00BFAFF30080D0F80011D7 +:105040000029FBD0BDE81040FEF75CBD10BD00009C +:10505000B4060900E56A0000740900201405004048 +:10506000044810B5006918B9FEF76CFD002800D09F +:10507000012010BDA809002010B5FEF73DFD012854 +:105080000ED0FEF74BFD0748007F10B901208107C5 +:105090004860002001F040FD0249002034314860A2 +:1050A00010BD0000740900200B4810B54068407D19 +:1050B00030B1012000F076FE08490889401C0881C3 +:1050C0000749002008600548343803C8BDE810408F +:1050D000091A0020FFF778BF28010020A809002046 +:1050E00054F5014070B586B0FFF7BAFF494D4A4EFE +:1050F00005F1340458B100F0BDF8A078002869D05B +:10510000FEF764FA06B0BDE87040FFF765BC207892 +:10511000012802D0022804D008E000F0FFFE28B1E8 +:1051200070E0307804286DD003286BD0FEF74EFA7B +:1051300000F0A0F8A07868B1FFF74EFC01F0A8FAE3 +:10514000022840D303208DF80000684601F04CFA95 +:1051500006B070BDFFF728FD20B100206968FFF799 +:1051600033FFEBE72078F0B1012816D0022817D0E2 +:105170002A48FEF753F9687E0128DFD100F084F851 +:105180000028DBD12078D8B1012811D00228D5D051 +:1051900022481A30FEF742F9D0E700F087F8EAE734 +:1051A00000F008F9E7E700206968FFF70DFFE2E784 +:1051B00001F062FC0028C1D101F0DCFB0028BDD168 +:1051C000FFF75AFFBAE706B01448BDE87040363022 +:1051D000FEF724B92078022808D0FEF7F7F96968AD +:1051E00006B00020BDE87040FFF7EEBE307804281E +:1051F00008D0032806D0FEF7E9F906B0BDE87040F4 +:1052000000F0D8B8686806B04008BDE87040FFF705 +:10521000CFBE00007409002028010020D00409003E +:10522000024610B50020014622FA01F303F0010303 +:10523000C1F10704A3400343491CC9B2D8B20829ED +:10524000F2D310BD2DE9F04100240646254618276B +:10525000E80026FA00F0C0B2FFF7E2FF694207EB70 +:10526000C101884020436D1CEDB20446042DEFD3EC +:10527000BDE8F0810348416809B1491E4160FFF76C +:105280006DBA0000A809002004480178022902D064 +:105290004068002800D0012070470000A8090020C5 +:1052A0000149486070470000740900202DE9F04171 +:1052B00086B000F0E1FA01F0DFFB3A4D05F134046D +:1052C00020B3688BB0B3218981423BD301210020F8 +:1052D00001F016FB01F026FA26898046648901F068 +:1052E00027FA074600F0FCFA014601208DF800007D +:1052F000ADF808608DF80C70CDF80480ADF80A4068 +:105300008DF80D10684601F06FF944E001F0C0F926 +:10531000022840D3FFF7B8FF68B1FEF72DF9D0BBE4 +:10532000287E20B9FEF710F9E168884233D1FFF7F3 +:105330005FFD30E006E0E068FEF70CF90020FEF7C4 +:1053400021F9F4E7FEF7FEFB10B11748FEF766F807 +:10535000FEF7E6F815490968884202D06089401CCA +:10536000608113484078A0B9FFF78EFF88B101F043 +:10537000DFF9064600F0B4FAA17D8DF806108DF82D +:10538000050007228DF800208DF80460684601F0C2 +:105390002BF9FFF7EBFC296806B00120BDE8F041CE +:1053A000FFF712BE740900207C05090008150040B3 +:1053B0002801002070B50024FEF7B2F80D4D2968D1 +:1053C000884207D0FEF7ACF82860FEF7BDF80A491E +:1053D000012488750948641E0078044201D1FFF752 +:1053E0001FF9054834384168BDE870400020FFF7D8 +:1053F000EBBD000008150040A8090020280100208E +:105400000149C860FFF7AAB9740900200149886002 +:10541000FFF7A4B97409002010B50446012181F3F7 +:1054200010880748017821B1407D10B10548FDF78B +:10543000F5FF204601F026FB002080F3108810BD08 +:10544000A80900206803090001F025BB10B501225E +:1054500082F3108801F02CFB58B10848817819B903 +:10546000407D08B1FFF7CAFD002080F310880120BD +:1054700010BD002080F3108810BD0000A809002096 +:10548000024981F830000249086070477409002021 +:105490000C1500400149087770470000740900208E +:1054A00070B51149114A0025487802EB0010027BC3 +:1054B00022B10F4AD2F80C2102B10125807A08707E +:1054C000012000F0DFFB0B4C1DB1A068806800B12B +:1054D00080476068002806D00179002903D0BDE824 +:1054E000704000F01BB870BDE4090020A87B0000EC +:1054F000001000404801002007480069012805D03D +:10550000022805D0032805D100F09AB800F04CB964 +:1055100000F0E4B870470000E4090020827B00211D +:1055200093000B4A1344C3F81019C37B02EB8302A8 +:10553000C2F81019427B0121837BC07B01FA02F281 +:1055400001FA03F3814003481A430A43026070479B +:1055500000F0014008F501404279054BC079012176 +:1055600003EB80000AB101667047016370470000D9 +:105570000060004082680021C2F84011C17B094AE6 +:10558000CB0009490B44C3F81025C37B826801EBAB +:10559000C301C1F81425C17B01208840034908607C +:1055A000704700001011004000F0014004F5014078 +:1055B0002DE9F0410746886800260C46C0F8406196 +:1055C0008868097B1A4D00F5A07005EBC101C1F890 +:1055D00010056278E178207B00F08EFC607B05EBA3 +:1055E000C000C0F81075617BA06805EBC101C1F86F +:1055F00014051048C0F80C61C0F81061A17B0E487A +:1056000005EBC101C1F810056278E178A07B00F0DC +:1056100061FC217B0120627B00FA01F100FA02F2B9 +:105620001143A27B9040014304480160BDE8F08132 +:1056300000F00140001000400C11004004F5014052 +:105640002DE9F0411F4E02200025307003207070BC +:1056500075603575B0691C4C401CB061C4F80C51C4 +:10566000C4F80051C4F81051C4F80451C4F82851CA +:10567000C4F80052681EC4F808030120FBF705F8BF +:10568000124FB868007D50B1114800684042B075B3 +:10569000C4F81C510120A0610E49800208600C482A +:1056A00044380068F168884202D00B48FDF7B6FE26 +:1056B000B868C068002802D0BDE8F0410047BDE8E6 +:1056C000F0810000E40900200010004048010020A3 +:1056D0004815004008F5014051040A0010B52D4C52 +:1056E000D4F80C01012802D02B48FDF797FED4F81E +:1056F0001001012803D02848401CFDF78FFED4F884 +:105700000001012803D02448801CFDF787FED4F84F +:10571000040118B12048C01CFDF780FE0020C4F829 +:105720000C01C4F81001C4F80001C4F80401C4F865 +:1057300008010221C4F800120121C4F8081308224C +:10574000C4F80423154A0323154C137010755060D8 +:10575000606890B1027912B1FFF7E0FE0DE00278C7 +:105760005AB1027B437B807B01FA02F201FA03F318 +:1057700081400C481A430A430260A068006900B1E6 +:105780008047A0688068002802D0BDE8104000472C +:1057900010BD000000100040F3030A00E4090020DF +:1057A0004801002008F501402DE9F0412A4DD5F8C7 +:1057B0000001012802D02948FDF730FED5F8040188 +:1057C000012803D02548401CFDF728FE2448016825 +:1057D000244801700021C5F80011C5F80411C5F86E +:1057E0000811491EC5F808130126C5F8046381682D +:1057F0001D4F097D09B1B1023960446814B32079A5 +:1058000000B3617BDFF86480A06808EBC10100F59C +:10581000A070C1F810056279E179607B00F06CFB43 +:10582000607B06FA00F03860207B114908EBC0006D +:10583000C0F810156279E179207B00F04BFB207BEA +:1058400086403E600B480649091FC06808600B206F +:10585000C5F80002BDE8F08100100040BD030A0059 +:10586000081500404801002004F5014000F0014007 +:105870000C110040E409002070B50120FAF710FF78 +:105880000120FAF702FF144C4FF0FF30C4F8080370 +:105890000026C4F80062C4F8106101202061A061F4 +:1058A0000E4D2878012813D0022813D0032811D0D8 +:1058B0005FF00100FDF7A0FEC4F810612E706E7558 +:1058C000002000F0DFF9BDE870400120FAF7FEBECD +:1058D0000620EFE70220EDE700100040E409002079 +:1058E00001480078704700004801002001F03F01A6 +:1058F0004FF4003343EA0121830009481844C0F8FB +:105900001015D0F810150AB941F48011C0F810151F +:10591000D0F8101541F00301C0F8101570470000D1 +:105920000060004008480069012806D0022806D01F +:10593000032806D00548FDF771BD00F095B800F0CA +:1059400007B800F0F1B80000E409002033050A00B0 +:105950002DE9F047DFF8F0800421012088F80010DD +:10596000D8F81810491CC8F81810FAF78EFE3748F6 +:105970000068374D2870374C0026C4F80C61C4F815 +:105980000061C4F81061C4F80461A868DFF8C89029 +:105990000127007DA0B1304808380068400502D4D6 +:1059A0002E48FDF73BFD294840300068404288F80A +:1059B0001600C4F81C61A7614FF48061C9F800109B +:1059C000D4F8000118B125480930FDF727FDD4F8B7 +:1059D0000C0118B121480A30FDF720FD4FF0E020FE +:1059E000B046D0F8000210F0020F03D01B480B3075 +:1059F000FDF714FD6E68CEB13078B8B1C4F80C81F3 +:105A0000717B184A164802EBC101C1F81005727883 +:105A1000F178707B00F05EFA707B0F4907FA00F0B6 +:105A2000091F0860F07B8740C9F80070A868C0684B +:105A300000B18047A868417D002903D00349006870 +:105A4000091F0860BDE8F087E40900200815004040 +:105A5000480100200010004008F50140C0040A0081 +:105A60000C11004000F001402DE9F041294C0026C6 +:105A7000C4F80C61C4F80061C4F81061C4F808618E +:105A8000C4F80461012004F58074FAF7FEFD0820D3 +:105A9000C4F804020125C4F808520720C4F8000124 +:105AA0001D484468002C32D0207920B1207B1B494E +:105AB00005FA00F008602078002828D0A068C0F817 +:105AC0004061A17B164FA06807EBC10100F5A070F3 +:105AD000C1F810056278E178A07B00F00DFAA068AB +:105AE000C0F84061E17B0F4807EBC101C1F8100528 +:105AF000E17BA06807EBC101C1F81405A17B05FAA1 +:105B000001F0E17B8D4005492843091F0860BDE88D +:105B1000F0810000001000404801002008F501401D +:105B200000F001400C11004070B5234CD4F80C017A +:105B3000012802D02148FDF771FCD4F8100101289A +:105B400003D01E48401CFDF769FCD4F80001012871 +:105B500003D01A48801CFDF761FC0020C4F80C013A +:105B6000C4F81001C4F80001C4F80401411EC4F8CF +:105B70000813C4F80002124C626872B1117861B166 +:105B8000557B012303FA05F1957BD27B03FA05F5DA +:105B900093400C4A2943194311600B4903220870B2 +:105BA0004A7048600875A0680069002802D0BDE806 +:105BB0007040004770BD000000100040F5040A006E +:105BC0004801002008F50140E409002070B50646B0 +:105BD0000C460120FAF764FDFFF74EFE244D2548E0 +:105BE0002649C5E901460024047003264670446036 +:105BF00004610475447584751F4808601E48F030C0 +:105C0000091F08601E48016821F0010141F0807100 +:105C100001600120FAF75AFD686838B3017909B9C3 +:105C2000017819B38168C1F808650422C1F810250C +:105C3000027CC2F18102C1F8402540F20112C1F894 +:105C40000022C1F804450122CA60C1F8404101792F +:105C500021B142798179C079FFF748FE68680178FF +:105C600021B142788178C078FFF740FE014870BDCD +:105C700048010020E40900201410004064F50140B0 +:105C8000741700402DE9F041174C00250746C4F871 +:105C90000052164E307803281CD0681EC4F8080342 +:105CA000C4F80C51032070700120FAF7EEFC00BF1D +:105CB000C4F80051C4F81051C4F80451756035752A +:105CC000002F0FD00A488068006900280AD0BDE87C +:105CD000F04100476FF00800C4F808030820C4F83A +:105CE0000403E5E7BDE8F08100100040E40900206E +:105CF000480100202DE9F0470746DFF89080224850 +:105D00004FF0FF3100EB0716C8F808130120FAF72F +:105D1000BCFC1F4C0025DFF87C9065756770D9F8D6 +:105D20000800032F0268A2604168C4E90315A56159 +:105D30003068606019D2337AC8F80032C8F80C5164 +:105D4000C8F81051F37A14481BB10160006828B1FB +:105D500008E00260006828B9104801E00F48401DC3 +:105D6000FDF75CFB717AC8F80413D9F80800007DD0 +:105D700028B1022F03D10A49A575780208600120D5 +:105D80006075BDE8F0870000A87B000000100040AF +:105D9000E409002048010020041500409C020A008C +:105DA00004F501402DE9F05F404C8246404866789A +:105DB00000EB0617607D012802D03E48FDF72EFB60 +:105DC000207D18B13B48401CFDF728FB0125002130 +:105DD0002575DFF8E490A0466175032E47D2BAF12D +:105DE000000F3CD1D9F80440BCB32279AAB38A464B +:105DF0000846A168C1F84001217BDFF8C0B0A06867 +:105E00000BEBC10100F5A070C1F810056279E179D2 +:105E1000207B00F071F82A49C1F80CA1607B294968 +:105E20000BEBC000C0F810156279E179607B00F0DF +:105E300051F8217B627B05FA01F005FA02F1084373 +:105E400021490860D9F80400204A81791268CA40C3 +:105E500012F0010F01D18068056038680560022EDC +:105E600001D0012E07D1B97A88F8001003E011485B +:105E70002530FDF7D3FAD9F80800007D002813D0AB +:105E8000022E11D110480068400503D409482A3079 +:105E9000FDF7C4FA0E480068002805D1BDE8F05FA0 +:105EA00004482B30FDF7BABABDE8F09FE4090020A2 +:105EB000A87B0000B8020A004801002000F0014061 +:105EC000001000400C11004004F501401005005086 +:105ED00004150040064B03EBC0000AB1054A01E07F +:105EE000044A303A02EB8101C0F8141570470000F3 +:105EF00000F0014060600040064B03EBC0000AB1B7 +:105F0000054A01E0044A303202EB8101C0F8141561 +:105F10007047000000F00140306000400348D0F8B6 +:105F20000401012800D0002070470000001000404C +:105F300030B5124B01460020D3F81044224609E048 +:105F4000157A854205D1401C0A28F7DB4FF0FF3057 +:105F500030BD5268002AF3D1421CF9D00872D3F840 +:105F600010242AB152684A60D3F81024516030BD21 +:105F70000022C3F810144A6030BD0000080500205C +:105F8000F0B595B01C4615460F4608461A9E00F01F +:105F900009FB182109A8FAF71EFA0E96CDE9095453 +:105FA0000023082203A9384600F011FB059806904B +:105FB000BDF81000ADF81C00BDF81200ADF81E00D1 +:105FC00000208DF821000398082600F00300012826 +:105FD00002D0022818D032E003983346850AC0F375 +:105FE000C2008DF8200003980FA9C0F38314A2000B +:105FF000384600F0ECFA09A8009006AB22460FA93B +:10600000284600F02BFA1AE00398840DC0F3C20072 +:106010008DF82000082C01D2254600E008253346E3 +:106020002A460FA9384600F0D2FA2E44641B09AB69 +:1060300006AA29460FA800F063F9002CEAD13846D9 +:1060400000F0B6FA15B0F0BD7047012001F094BB26 +:10605000084810B50178084A515C19B1001D01F0DB +:106060007BF802E00C3000F089FFBDE81040002012 +:1060700001F082BB740000201000002008B5034A24 +:1060800000924023024AFFF77BFF08BD65740000C1 +:10609000080400200A4A012902EBC00007D00229A7 +:1060A00007D0032907D0042907D000207047022019 +:1060B00070470420704700797047407970470000AE +:1060C0001C7D000010B5FFF7C0FF04210348FFF757 +:1060D0002FFF02490120487210BD000088000020F7 +:1060E0002DE9F0478CB0FCF73DF918B100200CB059 +:1060F000BDE8F087784C0020C4F81804BFF34F8F38 +:1061000060680290A5684FF00008284004EB80000A +:1061100008E021680298814201D86160E6E72840E2 +:1061200004EB80000C3002A9FCF7B2FE0028F0D18D +:1061300003AB029901EA050204EB8202491CD26812 +:1061400043F82020401C02910228F2D3039800F06B +:106150000300022802D001284ED0A5E00398502267 +:10616000810D8946B2EB905F00D850210E4666F350 +:106170009F5003900831594800F0CBF9070078D0C0 +:1061800000F010FA4346082203A9384600F025FA29 +:10619000029908F1080A2940681A8000001D864209 +:1061A00023D94D4D0C3530B1C2B204EB8101301A08 +:1061B00090460C3104E02946F2B20025904628466C +:1061C000C6B25346384600F008FA0AEB08032DB170 +:1061D000324629464FEA070000F0FFF9029909F11B +:1061E000030001EB900002903AE004EB810153467A +:1061F000324638460C31EFE70398C0F38311062985 +:1062000000D3062161F389100390C0F38310801C32 +:106210008100324800F07DF9070045D000F0C2F956 +:106220004346082203A9384600F0D7F908F10808C8 +:1062300000260FE00298434600EA0501401C04EBEB +:1062400081010290042238460C3100F0C6F908F1B1 +:106250000408761C0398C0F38310B042EAD847B113 +:10626000D4F81054D4F8180468B1384600F0A0F9F6 +:106270002CE019E0687A012804D12A6828463946BA +:10628000126890476D68002DF4D1384600F090F9FF +:106290000020FAF76DFDD4F8180408B90298606080 +:1062A0000020FAF767FD11E0D4F8104404E02168FB +:1062B0002046896888476468002CF8D10848022184 +:1062C000008801EB004007A100F016F8FCF74AF83F +:1062D00080F001000BE70000080500204C7D000065 +:1062E000800100204261636B656E647320666C758B +:1062F000736865640000000000231A4601F0D2B8FC +:106300002DE9F0470E4680461C46924608293ED8A5 +:1063100094F80C90002020731946104600F0FCFF02 +:106320000025B54206D218F805201AA12046FDF72F +:106330000FFC03E019A12046FDF70AFC6D1C082D97 +:10634000EFD317A12046FDF703FC0025B54210D27C +:1063500018F80570FAF722F80068C05D10F03E0FDB +:1063600001D03A4600E02E220EA12046FDF7F0FBB8 +:1063700003E00DA12046FDF7EBFB6D1C082DE5D3D6 +:1063800001222146504600F0A9FF84F80C90BDE898 +:10639000F087000020253032780000002020200007 +:1063A0007C0000002563000020000000104810B5AC +:1063B000FF218160002101604160C0F81814C0F81D +:1063C000141480F820140B4800F0F0F800280DD1C8 +:1063D00009480A490A4B401AC108002003E000BFDF +:1063E00023F82000401C8842FAD3002010BD000092 +:1063F000080500204C7D00004C7D00001C7D000045 +:106400006C01002002480349401AC0087047000090 +:106410004C7D00001C7D000013B56846FCF71CFF96 +:1064200008B100201CBD0248009950F831001CBD85 +:106430001C7D000070B508480125D0F8104480F894 +:10644000205405E0657221682046496888476468E1 +:10645000002CF7D170BD0000080500202DE9FF4792 +:1064600081460C9D00200C462F7B287398461646CB +:106470002946184600F050FF072E42D2DFE806F00A +:1064800004090F161F2A360049462846FDF760FB0F +:1064900037E0494628462268FDF75AFB31E0D4E947 +:1064A000002349462846FDF753FB2AE0A0680090E8 +:1064B000D4E9002349462846FDF74AFB21E0D4E908 +:1064C0000201CDE90001D4E9002349462846FDF741 +:1064D0003FFB16E004F1080007C88DE80700D4E987 +:1064E000002349462846FDF733FB0AE004F1080083 +:1064F0000FC88DE80F00D4E9002349462846FDF770 +:1065000027FB00222946404600F0E8FE2F73BDE835 +:10651000FF872DE9F041858A80462D1F4819C01C50 +:10652000B0FBF5F0C6B24046FCF79CFF041E19D044 +:106530000020207101206071E58000272546761E2D +:10654000C4F800800BE04046FCF78CFF60B1617935 +:10655000491C6171286005467F1CC0F80080B74265 +:10656000F1D32046BDE8F081204600F002F800207B +:10657000F8E72DE9F041457901466B1E002201E064 +:106580000968521C9A42FBD30F680146002605E0B9 +:1065900038460C68FCF785FF2146761CAE42F7D3DF +:1065A000BDE8F0810121001DFCF740BFFCF78EBF64 +:1065B00010B504460121001DFCF74EFF10F0FF0F3F +:1065C00004D12046BDE81040FFF7D3BF10BD38B559 +:1065D00001240094FCF704FE38BD38B50024009473 +:1065E000FCF7FEFD38BD000070B51A4C054620686A +:1065F00010B91948FCF712FFD4F8D4000A2803D3C5 +:106600001548401CFCF70AFFD4F8CC0000EB8000D2 +:1066100004EB800115F8040B08712DCD8860CA6069 +:106620000B614D61D4F8D400401CC4F8D400D4F8F8 +:10663000CC00401CC4F8CC00D4F8CC1000200A29AF +:1066400001D3C4F8CC004FF0E0214FF40010C1F8A2 +:10665000000270BD000A00204A000B0010B50400C3 +:1066600002D10948FCF7DAFE084941F8CC4B00207A +:1066700041F874098867C8674FF0E0214FF40010B3 +:10668000C1F8000110BD00003E000B00000A002010 +:1066900010B5074CD4F8D4000A2802D90548FCF7F5 +:1066A000BDFED4F8D400C0F10A00C0B210BD000095 +:1066B000000A002079000B0010B500F0030290439F +:1066C000D200FF24944003689140A343CA180949AB +:1066D00001230B60BFF36F8FBFF34F8F026006483B +:1066E0000268002AFCD000200860BFF36F8FBFF360 +:1066F0004F8F10BD04E5014000E40140F0B51546A0 +:106700000E460746002404E0315D3819FFF7D4FF38 +:10671000641CAC42F8D3F0BD0148C068704700006B +:10672000D80A00200148806870470000D80A00207D +:106730000148406870470000D80A0020014981F8EC +:1067400081007047D80A0020FDF72CB870B5FDF71E +:106750002FF800240E4E2546204600F067FD04F178 +:10676000080000F063FD3555641C082CF4D309487B +:106770000121057045608560C5600561456180F84F +:10678000805080F85850C56780F8811070BD0000B7 +:1067900054010020D80A0020FDF736B8FDF7DAB81A +:1067A0002DE9FF4F81B0444FDDE90EA803260025F7 +:1067B000F86F0C46AB4610B94048FCF72FFE38780E +:1067C000032803D03D48401CFCF728FEF86FB9466B +:1067D0004178C8072FD199F8810060B3002701984C +:1067E000E8B3039A584662F31700C1F3410161F31D +:1067F0001F6009EB84018A6BCAF800B0C8F800B0CA +:106800000090904234D0204600F050FD051E07EA6B +:1068100005072DD004F1080109EB8102009991616F +:1068200004990D4223D0264E305D00B3204600F07F +:1068300032F910B105E00127D1E720482830FCF7F4 +:10684000EDFD204600F029F9CAF80000BAF1000F6A +:106850000AD018B919482E30FCF7E0FD00E01BE023 +:1068600006F804B0022603E014483230F4E70126AB +:1068700077B1204600F02DF9C8F8000018B1104893 +:106880000121015506E00C485830C8F8000001E02D +:10689000C8F800B00DB107E004264C46D9F87C00DA +:1068A000FCF7B2FFC4F87CB089F800B000F068F8DB +:1068B00005B03046BDE8F08FD80A00202D010C004D +:1068C0005401002010B50C4C207810B10B48FCF797 +:1068D000A5FD00F0DFFC00280DD0FF2202704178FA +:1068E00041F00601417000214318491C9A7020298B +:1068F000FAD30321217010BDD80A002007010C0033 +:1069000070B51A4C05460E462078012804D002289E +:1069100002D01748FCF782FDB5B12078012803D0DA +:106920001348401DFCF77AFDE06818B91048801D37 +:10693000FCF774FDE068007820B1606800F0B6FCF8 +:10694000022502E0002500E004254EB1606800F059 +:10695000A4F8A168814203D005481D30FCF75EFD14 +:106960000020207000F00CF8284670BDD80A0020E6 +:10697000CC000C00014890F880007047D80A002035 +:106980002DE9F041104C207800281AD194F88000AD +:10699000002816D10825012600276069FCF75EFF54 +:1069A00018B184F88060606920616069401C606192 +:1069B000082800D1676194F88000002801D16D1E7D +:1069C000EBD1BDE8F0810000D80A002070B5224C60 +:1069D000207810B12148FCF721FD94F880000025B3 +:1069E000F8B12069606000F074F8A06018B91B4825 +:1069F000C01DFCF713FDA0684078C00705D194F8CE +:106A0000810010B10220E56009E0606800F02BF819 +:106A1000032806D200F03EFCE06010B10120207097 +:106A200002E02078002815D0A06818B90B48203063 +:106A3000FCF7F4FC2069606004EB8000C17E491C17 +:106A4000C17684F88050C27EA068417862F342012A +:106A50004170012070BD0000D80A002098000C0091 +:106A60000830FCF77FBE0830FCF7F8BE0830FCF7B2 +:106A700005BF0830FCF752BF01480078704700009E +:106A8000D80A002010B5044600F0F0FB2046BDE80F +:106A90001040FCF767BEFCF7E1BE70B50446FCF79A +:106AA000EDFE050002D0204600F0E0FB284670BD58 +:106AB00070B50E4604460025FCF774FE38B1214639 +:106AC0003046FCF7FDFE10B1FFF75AFF01252846BE +:106AD00070BDFCF723BF000001480078704700003C +:106AE0005C01002004480178817041780170001D2C +:106AF00050F82100004700005C0100200249887026 +:106B000048700870704700005C0100200148407820 +:106B1000704700005C01002010B50446022802D333 +:106B20000248FCF77BFC0248447010BD33000D00A6 +:106B30005C0100204058002800D00120704708B5B3 +:106B4000002242504058009008BDD0F8040308408D +:106B500000D0012070474058002800D00120704725 +:106B600008B5002242504058009008BD002802D0CD +:106B70000149800108477047517B00002DE9F04131 +:106B80000E46804600F05AFB204D0028404616D0A5 +:106B9000FBF728FC284490F858008009032802D00D +:106BA00001280AD003E04046FDF7C4F928B10321CB +:106BB0004046BDE8F041FDF76DB90221F8E700F06D +:106BC00049FB002820D04046FBF70CFC0446104F40 +:106BD0004FF4807007EB840100EB8400D1F810259E +:106BE00080B242F00102C1F81025FDF7EBF9002E4A +:106BF0000AD04046FBF7F6FB55F82000002803D0EA +:106C00000120A040C7F80403BDE8F0812002002065 +:106C1000006000402DE9FC41DFF8C080044608EB2D +:106C20000400002790F930001346C0170E46401CA0 +:106C300001D008274FE0B0781946C0F34002204643 +:106C4000FBF7ACFB0546401C44D0B07841071CD490 +:106C5000C0070DD068460094FDF742F9009900EB9B +:106C60008100D0F8001721F00201C0F8001707E0FA +:106C700000217378204600910A460191FDF787F8BC +:106C8000164920466431FCF741FCB078800718D5DE +:106C90001348317800EB8500D0F81025114B1A40CD +:106CA000C0F810254FF47C524FF4403302EA04221E +:106CB00003EA01410A43D0F810150A43C0F8102531 +:106CC00009E008EB0500327810F8581F41EA8211FC +:106CD000017000E004273846BDE8FC812002002056 +:106CE00000600040FFC0FCFF10B5FDF723F900284D +:106CF00000D0012010BD000070B5194D95F86A0054 +:106D000008B1082070BD0020411E2A18401CC0B2E6 +:106D100082F830103028F8D300242046FBF730FBEF +:106D2000641CE4B20C2CF8D30D490024E0204C661E +:106D3000A1F868400B4981F8000401264020891F12 +:106D4000C1F88002C1F800014FF4BE70FDF73AF9B6 +:106D50000549F007C1F8040385F86A60204670BD54 +:106D60002002002006E000E000600040034890F8A8 +:106D70006A00002800D00120704700002002002097 +:106D80000121B1EB507F01D10120704700207047F5 +:106D900070B50D4600F00CFB04000FD00020F9F791 +:106DA000E7FF207920B10020F9F7E4FF112070BD42 +:106DB0000120256020710020F9F7DCFF002070BD64 +:106DC00010B500F0F5FA002802D000210160017131 +:106DD00010BD00000149024800F0F6BC8C02002002 +:106DE000002000402DE9F0410546007916460F4687 +:106DF00000EB40012D4A01EBC00102EB810494F845 +:106E00002A1011B10820BDE8F081294951F820105D +:106E10002868FFF7BDFF08B11120F4E7394628467E +:106E2000F9F7BCFF66603869206030004FF001065A +:106E30002FD03F7F4FF48E712868FFF780FE4FF40C +:106E4000A2712868FFF77BFE28681A49C0F804136E +:106E500028684FEA4711000B40B2002806DA00F01C +:106E60000F0000F1E02080F8141D03E000F1E020A5 +:106E700080F800142868000B40B200F01F0206FAE8 +:106E800002F14009800000F1E020C0F88012C0F853 +:106E9000001128680421C0F800150020A061E061FD +:106EA00084F8290044F8140FA675ACE78C02002082 +:106EB000347B0000800002002DE9F0470546007990 +:106EC0000B4600EB400101EBC000234901EB8004BD +:106ED000284600F043F810B11120BDE8F0874FF0CC +:106EE0000008C4F82080A360626184F828804FF411 +:106EF0008E76474631462868FFF721FE28684FF016 +:106F00000109C0F808902146286800F0F9FB606884 +:106F100000BBD5F800A00EE094F8280008B10F27B8 +:106F200016E031465046FFF705FE0028F4D0214612 +:106F3000504600F0E5FB216A60698142F1D3314699 +:106F40002868FFF7F7FD0028F9D02868C0F80C90F2 +:106F5000C4F814803846C0E78C020020007900EBAA +:106F6000400101EBC000044901EB800040690028AA +:106F700000D00120704700008C0200202DE9F0476E +:106F8000044600794FF0000900EB400101EBC0001E +:106F9000254901EB80072068C0F80095786880B12A +:106FA00020682249C0F8081320680121000B40B274 +:106FB00000F01F0291404009800000F1E020C0F87D +:106FC00080112068D0F80C25D0F81485D0F8086519 +:106FD000D0F810554FF0FF31C0F81415C0F80C155B +:106FE0002068C0F80815C0F81015501C02D01046D3 +:106FF000FCF718FFB8F1FF3F02D04046FCF712FF44 +:10700000681C02D02846FCF70DFF701C02D03046E9 +:10701000FCF708FF2068FFF7D3FE87F82A90C7F82F +:107020000490BDE8F08700008C020020840202007A +:107030000149024800F074BCB80200200020004062 +:107040002DE9F0410546164600790F46154A00EB3A +:10705000C00102EB810494F8201011B10820BDE8B2 +:10706000F081114951F820102868FFF791FE08B10E +:107070001120F4E739462846F9F7CBFE66603869F7 +:1070800020601EB1397F2846FBF7C2FE2868082120 +:10709000C0F800150020A061E0610121606184F862 +:1070A0002010DCE7B8020020387B00002DE9F04713 +:1070B00004460E460079204900EBC00001EB800534 +:1070C00017463046FFF75CFE30B1204600F036F838 +:1070D00020B11120BDE8F0871020FBE76F61AE60A2 +:1070E0004FF49076002731462068FFF739FD4FF4C2 +:1070F000AC7841462068FFF733FD2068AA686969CB +:10710000C0F84425C0F848152068012181606868EE +:1071100078B9B14649462068FFF71DFD064641464D +:107120002068FFF718FD0643F4D000B10F270020B8 +:1071300068613846CEE70000B802002000790549B2 +:1071400000EBC00001EB80004069002800D0012066 +:1071500070470000B80200202DE9F047044600798E +:10716000274900EBC00001EB800720684FF00009C1 +:10717000C0F80095786880B120682249C0F80813EB +:1071800020680121000B40B200F01F02914040092D +:10719000800000F1E020C0F880112068D0F80C25B4 +:1071A000D0F81485D0F80865D0F810554FF0FF31AD +:1071B000C0F80C15C0F814152068C0F80815C0F800 +:1071C0001015501C02D01046FCF735FEB8F1FF3FF9 +:1071D00002D04046FCF72FFE681C02D02846FCF780 +:1071E0002AFE701C02D03046FCF725FE2068FFF70F +:1071F000E7FD87F82090C7F80490BDE8F08700000D +:10720000B80200201003020070B5002405460126D4 +:1072100006FA04F02842204602D0F9F77DFE01E08C +:10722000F9F772FE641C042CF2D370BD024A0021EF +:1072300002EB800081617047D80A002004490844AD +:1072400090F93000082801DB0120704700207047CA +:10725000200200200449084490F93000082801D297 +:1072600001207047002070472002002010B504461E +:10727000064890F8801021B10069A04201D1FFF7C3 +:107280007FFB03490020085510BD0000D80A0020EC +:107290005401002010B5044CE06F002802D1FCF727 +:1072A00059FBE06710BD0000D80A002070B5094DF9 +:1072B0000446E86F10B90848FCF7B0F804F108017B +:1072C000E86FFCF7FDFA002802D00020E8670120F3 +:1072D00070BD0000D80A00202E020C0010B50C462C +:1072E000017A052908D0407A38B1084808A1026817 +:1072F0002046FCF72DFC00E01AB106A12046FCF761 +:1073000027FC2046BDE81040FCF72FBCC000002041 +:10731000257300000D0A000038B5C3880D460446E9 +:1073200033B114A0009015A216A12846FCF710FC5A +:10733000217A05291CD0607A48B1A088FEF7AAFE00 +:10734000164951F8202016A12846FCF701FCA08818 +:107350000021FFF761F803461049207A143951F8EB +:10736000202001B02846BDE830400EA1FCF7F0BB5C +:1073700038BD00001B5B306D000000001B5B313B23 +:1073800033316D0025734C6F67732064726F7070BA +:107390006564202825642925730D0A00C00000209B +:1073A000257300003C25733E2025733A2000000021 +:1073B0000349884201D1034870470020704700000C +:1073C000002000403000002070B5012670044FF00E +:1073D000E0210025C1F88001084C4010C4F84803A2 +:1073E000C4F8080366602F20FFF7C0FBA660044CBA +:1073F0002F20A560FFF7BAFBA57070BD00100140FB +:107400005800002070B5054688690C4600284FF4E6 +:10741000847128460AD0FFF792FBD5F81805626AF6 +:10742000E1688854606A401C606270BDFFF787FBAA +:10743000D5F8180570BD1FB501238DF80030CDE9D2 +:107440000121D0E90012684690471FBD1FB50123F6 +:107450008DF800308DF808100192D0E900126846CE +:1074600090471FBD70B50D4C0020D2B22070201D7A +:107470000B4D0378EB5C1BB1001DFFF717FE02E01C +:107480000C30FFF719FD08B1F9F7DAFB6078002836 +:1074900002D021780029FAD070BD000070000020D1 +:1074A000100000202DE9F84F204D924689460646EF +:1074B0009846012269461846AF68FAF70FFF58B39D +:1074C000009800210446801C09E000BF00EA070381 +:1074D0005AF8212005EB8303401C491CDA60414522 +:1074E000F4D34FEA164AFBF727F84AEA0041601C3A +:1074F000384005EB80003C4005EB8402C160D06859 +:1075000066F3C50068F3891069F39F2020F003003B +:10751000401C20F00400D06095F8200402E000BF79 +:10752000FEF7DEFD0028FBD1BDE8F88F080500203E +:107530002DE9F84F1D4C00256846D4E901A6FBF75C +:1075400005F8002738B30023009A61681CE0D1F8E1 +:1075500000C00846944503D9ACEB02020A6015E06E +:10756000A2EB0C0263440760D0F80CC0C1698146ED +:10757000BCF1000F08D006EB030828F07F48C0E9F3 +:10758000018CC9F81C5005460029E0D128466160ED +:10759000FBF7C6FC03E02846FBF7C2FC10B15046DF +:1075A000FAF728FFE770BDE8F88F000058000020C8 +:1075B0000D4B10B5596831B102680C68A24204D86D +:1075C000A21A0A60C161586010BD0B4603E00B4669 +:1075D000C969121B21B10C689442F8D3A41A0C603B +:1075E0000260C161D86110BD580000202DE9F04152 +:1075F000144E77683D462C4603E0844204D025466D +:10760000E469002CF9D11BE0D4B1A5420BD1F86993 +:10761000706040B90C49012088600021B160F070B1 +:107620002F20FFF7A3FA2168E069E86110B1026832 +:10763000114401607068874202D00120BDE8F081EA +:107640000020FBE75800002000100140F8B5064676 +:1076500000240D462046F9F78BFB684600F034FA0B +:1076600068B10570084946609DF800004870002028 +:10767000F9F780FB1420F9F734F82046F8BD04240C +:107680000020F9F777FBF8E7FC0200202DE9F04134 +:10769000194D6C68002C2CD0184800270068A96888 +:1076A000B846401A20F07F462068B0420CD82146E8 +:1076B000361A0744E469087C20B181F81080886993 +:1076C00049698847002CEFD129786878814206D132 +:1076D000401CC0B26870022801D185F801800648BC +:1076E00069780C3040F82170BDE8F0411420F8F7BB +:1076F000F8BFBDE8F08100005800002004150140EB +:1077000070B50C4605464FF48E71FFF718FA216AE2 +:10771000A068415C206A401C2062C5F81C1570BD41 +:107720001FB500228DF8002002918168019142610D +:10773000D0E90012684690471FBD00001FB50A46F9 +:1077400001788DF8001041680191017A8DF80810D8 +:10775000C0680390044850F82210083850F82220DE +:10776000684690471FBD00001C0000200149012011 +:10777000087070477000002010B588B004462022C1 +:107780000E496846F8F70EFE06200090C01F0190D3 +:10779000029003904FF0EB7006900CB1084A00E0A5 +:1077A000002269460748FBF765FF08B1F9F748FA78 +:1077B0000448001F447008B010BD0000747B000036 +:1077C0006D770000740000202DE9FF470C46054648 +:1077D0004FF40071FFF7B9F901274FF40178002643 +:1077E00018B34FF4927949462846FFF7A3F9E0B160 +:1077F00049462846FFF7A3F9C5F8088394F82900FD +:1078000000B96F6002208DF80000D5F88004C5F83B +:1078100080040390A0690290E0680190A661E6618F +:10782000D4E900126846904728E004212846FFF773 +:107830008CF918B34FF484712846FFF77BF9E8B14F +:1078400021462846FFF7DEFD616AA069884215D10E +:10785000E06938B1E268616AA0612069E661666248 +:10786000E06008E094F8290000B96F60C5F808836B +:10787000A661E268616A2046FFF7DDFD4FF48E786D +:1078800041462846FFF756F978B1206A6169884277 +:1078900002D294F8280020B341462846FFF74FF95A +:1078A000616911B12046FFF73BFF4FF4A2784146D2 +:1078B0002846FFF73FF9002818D041462846FFF731 +:1078C0003EF994F8290000B12F60A06900280DD07E +:1078D000A661E268616A04B02046BDE8F047FFF7A0 +:1078E000AABD21462846FFF70BFFDEE7BDE8FF876C +:1078F0001FB50A4601788DF8001041680191017AA0 +:107900008DF80810C0680390044850F82210083819 +:1079100050F82220684690471FBD00001C00002040 +:107920002DE9FF410C464FF4927705463946FFF7A3 +:1079300012F90026C0B139462846FFF711F9022096 +:107940008DF80000D5F88004C5F880040390D5F8C0 +:107950003C058DF80800E0680190A661E661D4E975 +:1079600000126846904723E04FF48877394628464E +:10797000FFF7F1F8E0B139462846FFF7F1F8D5F8FE +:107980003C15A069884213D1E06960B1E268D5F87E +:10799000000220F02000C5F80002E069A061206923 +:1079A000E661E06001E0A661E2682046FFF74EFD77 +:1079B0004FF4A27739462846FFF7CDF860B1394633 +:1079C0002846FFF7CDF8A06930B1A661D5F83C157F +:1079D0002046E268FFF73AFD4FF490773946284693 +:1079E000FFF7B9F8002813D039462846FFF7B8F852 +:1079F000606900280CD0D5F84C058DF800608DF832 +:107A00000800A06801906661D4E9001268469047BA +:107A1000BDE8FF812DE9F05F8346DDE90A4A99461A +:107A200090460D460846012703E000BFB0FBF8F082 +:107A30007F1C4045FAD2B94500D94F465FEACA706B +:107A400012D18CB15FEA8A7002D5B9F1000F01D072 +:107A5000202607E0302605E031465846641EF9F737 +:107A6000BDFA0CB1A742F7D35FF00106B9F1010FDF +:107A700002D9A9F1010903E0B5FBF6F0404502D3B4 +:107A800006FB08F6F2E7DFF83C9000BFB5FBF6F026 +:107A900000FB165519F800105846F9F79FFAB6FB87 +:107AA000F8F6002EF2D15FEACA7009D0002C07D098 +:107AB000A74205D220215846641EF9F78FFAF5E750 +:107AC000BDE8F09F567B00000A494A788B78521C2B +:107AD000D2B2934200D100220B78934201D1002010 +:107AE00070470270487800EB400001EBC000001DB9 +:107AF00070470000FC0200200D0E0F100B0C18192F +:107B000084010020A4010020D00100200B0003000C +:107B1000012000000C0003000120000018000300F9 +:107B200001200000190003000120000000000050A7 +:107B300000030050D56D000031700000030000000C +:107B4000DC02002000000000000000000000000037 +:107B50000338FDD870473031323334353637383951 +:107B600041424344454600007D60000051600000F2 +:107B700049600000FFFFFFFFFFFFFFFFFFFFFFFF68 +:107B8000FFFFFFFF00000000000000000000D60122 +:107B90000701000032536601172D391A440C400DBD +:107BA000490D3E1A2D0C4D000010004010110040F0 +:107BB0000310000001000000001000400000000061 +:107BC0000B02040000000000041000400000000050 +:107BD00007010301000000000040404040404040D9 +:107BE0004040414141414140404040404040404090 +:107BF0004040404040404040400502020202020234 +:107C00000202020202020202022020202020202082 +:107C10002020200202020202020290909090909096 +:107C20001010101010101010101010101010101054 +:107C300010101010020202020202888888888888C8 +:107C400008080808080808080808080808080808B4 +:107C5000080808080202020240000000D97B000068 +:107C60007761726E696E6700646562756700000017 +:107C70001B5B313B33306D001B5B306D000000003F +:107C80001B5B313B33316D001B5B313B33326D008D +:107C90001B5B313B33336D001B5B313B33346D0079 +:107CA0001B5B313B33356D001B5B313B33366D0065 +:107CB0001B5B313B33376D00696E666F000000005F +:107CC0006572726F720000004750494F54450000C2 +:107CD0005052530055415254000000005541525437 +:107CE0004500000062616C6C6F632E6C6F675F6DA6 +:107CF000656D706F6F6C000061707000647D0000D6 +:107D0000000000208401000058040000B07D000045 +:107D100084010020AC2B0000140B0000C87C000084 +:107D200000000000D07C000000000000D47C0000B7 +:107D300000000000DC7C000000000000E47C00008B +:107D400000000003F87C0000000003039C000020FA +:107D5000940000209C000020480400207C010020AA +:107D600018000000017A64200040542000400327DE +:107D7000687B33C07C33607C33B87C33687C337879 +:107D80007C33707C33807C33887C33907C33987C6C +:107D900033A07C33A87C0318B07C041190D003C2BC +:107DA00005064404192A3F4D33E550031FA950002E +:0400000500000201F4 +:00000001FF diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/license.txt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/license.txt new file mode 100644 index 0000000..eecb1c3 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/hex/license.txt @@ -0,0 +1,3 @@ +The provided HEX files were compiled using the projects located in the folders for the respective boards (pca10xxx). + +For license and copyright information, see the individual .c and .h files that are included in the projects. diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/main.c b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/main.c new file mode 100644 index 0000000..a1d5953 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/main.c @@ -0,0 +1,195 @@ +/** + * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/** + * This project requires a running counterpart project, which is either of the following: + * + * 1) nRF24Lxx device running the gzll_device_w_dynamic_pairing example from the + * compatible version of the nRFgo SDK + * + * 2) nRF5x device running the gzp_device_dynamic_pairing_example example. + * + * The application listens for packets continuously, monitoring for pairing + * requests, as well as normal user data. + * + * The Gazell pairing library uses pipe 0 and pipe 1 for encrypted communication. + * The application will grant any request for a host ID, thus granting pairing. + * Unencrypted packets can be received on pipe 2. + * + * When DATA is received, the contents of the first payload byte + * are output on GPIO Port LEDS. + * + */ +#include "nrf_gzll.h" +#include "nrf_gzp.h" +#include "nrf_ecb.h" +#include "bsp.h" +#include "app_error.h" +#include "app_timer.h" +#include "nrf_gzll_error.h" + + +#include "nrf_log.h" +#include "nrf_log_ctrl.h" +#include "nrf_log_default_backends.h" + +/*****************************************************************************/ +/** @name Configuration */ +/*****************************************************************************/ +#define UNENCRYPTED_DATA_PIPE 2 ///< Pipes 0 and 1 are reserved for GZP pairing and data. See nrf_gzp.h. +#define NRF_GZLLDE_RXPERIOD_DIV_2 504 ///< RXPERIOD/2 on LU1 = timeslot period on nRF5x. + +/** + * @brief Initialize the BSP modules. + */ +static void ui_init(void) +{ + uint32_t err_code; + + // Initialize application timer. + err_code = app_timer_init(); + APP_ERROR_CHECK(err_code); + + err_code = bsp_init(BSP_INIT_LEDS, NULL); + APP_ERROR_CHECK(err_code); + + // Set up logger + err_code = NRF_LOG_INIT(NULL); + APP_ERROR_CHECK(err_code); + + NRF_LOG_DEFAULT_BACKENDS_INIT(); + + bsp_board_init(BSP_INIT_LEDS); +} + + +/** + * @brief Function to control LED outputs. + * + * @param[in] val Desirable state of the LEDs. + */ +static void output_present(uint8_t val) +{ + uint32_t i; + + for (i = 0; i < LEDS_NUMBER; i++) + { + if (val & (1 << i)) + { + bsp_board_led_on(i); + } + else + { + bsp_board_led_off(i); + } + } +} + + +/*****************************************************************************/ +/** + * @brief Main function. + * + * @return ANSI required int return type. + */ +/*****************************************************************************/ +int main(void) +{ + // Debug helper variables + uint32_t length; + + // Data and acknowledgement payloads + uint8_t payload[NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH]; + + // Set up the user interface (buttons and LEDs) + ui_init(); + + // Initialize the Gazell Link Layer + bool result_value = nrf_gzll_init(NRF_GZLL_MODE_HOST); + GAZELLE_ERROR_CODE_CHECK(result_value); + + result_value = nrf_gzll_set_timeslot_period(NRF_GZLLDE_RXPERIOD_DIV_2); // Half RX period on an nRF24Lxx device + GAZELLE_ERROR_CODE_CHECK(result_value); + + // Initialize the Gazell Pairing Library + gzp_init(); + result_value = nrf_gzll_set_rx_pipes_enabled(nrf_gzll_get_rx_pipes_enabled() | + (1 << UNENCRYPTED_DATA_PIPE)); + GAZELLE_ERROR_CODE_CHECK(result_value); + + gzp_pairing_enable(true); + + result_value = nrf_gzll_enable(); + GAZELLE_ERROR_CODE_CHECK(result_value); + + NRF_LOG_INFO("Gazell dynamic pairing example started. Host mode."); + NRF_LOG_FLUSH(); + + + for (;;) + { + gzp_host_execute(); + + // If a Host ID request received + if (gzp_id_req_received()) + { + // Always grant a request + gzp_id_req_grant(); + } + + length = NRF_GZLL_CONST_MAX_PAYLOAD_LENGTH; + + if (nrf_gzll_get_rx_fifo_packet_count(UNENCRYPTED_DATA_PIPE)) + { + if (nrf_gzll_fetch_packet_from_rx_fifo(UNENCRYPTED_DATA_PIPE, payload, &length)) + { + output_present(payload[0]); + } + } + else if (gzp_crypt_user_data_received()) + { + if (gzp_crypt_user_data_read(payload, (uint8_t *)&length)) + { + output_present(payload[0]); + } + } + } +} + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvopt new file mode 100644 index 0000000..1223a32 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvproj new file mode 100644 index 0000000..2578414 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm4/gzll_dynamic_pairig_host_pca10040.uvproj @@ -0,0 +1,542 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + + nRF52832_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52.s + system_nrf52.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_host.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + nrf_gzp_host_nrf5x.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvoptx new file mode 100644 index 0000000..7ccb08c --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52832_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52832_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52832_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvprojx new file mode 100644 index 0000000..9ec01e7 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10040.uvprojx @@ -0,0 +1,566 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52832_xxaa + 0x4 + ARM-ADS + + nRF52832_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52832_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 1 + 0x0 + 0x80000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x80000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x10000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10040,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52,-DNRF52832_XXAA,-DNRF52_PAN_74,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10040 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52 NRF52832_XXAA NRF52_PAN_74 SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_host.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + nrf_gzp_host_nrf5x.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/config/sdk_config.h new file mode 100644 index 0000000..bbd4d80 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/config/sdk_config.h @@ -0,0 +1,3398 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewd new file mode 100644 index 0000000..2dfe98b --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewp new file mode 100644 index 0000000..0da2923 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10040/blank/iar/gzll_dynamic_pairig_host_pca10040.ewp @@ -0,0 +1,1070 @@ + + + + + 2 + nrf52832_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52_sd_resources_iar.a + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvopt b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvopt new file mode 100644 index 0000000..6790765 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvopt @@ -0,0 +1,31 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + 1 + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FF1nrf52xxx_uicr.flm -FS110001000 -FL11000 + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000) + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvproj b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvproj new file mode 100644 index 0000000..bc37ddf --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm4/gzll_dynamic_pairig_host_pca10056.uvproj @@ -0,0 +1,542 @@ + + + + 1.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + + nRF52840_xxAA + Nordic Semiconductor + IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + UL2CM3(-UM0364FCE -O78 -S0 -C0 -TO18 -TC16000000 -TP21 -TDS800D -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -FO15 -FD20000000 -FC2000 -FN1 -FF0nRF52xxx -FS00 -FL0200000) + 0 + core.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + + + 1 + 1 + 0 + 1 + 1 + 1 + 0 + 1 + 0 + + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 3 + 5 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --c99 --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x00000000 + + + + --diag_suppress 6330 + + + + + + + None + + arm_startup_nrf52840.s + 2 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\arm_startup_nrf52840.s + system_nrf52840.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_host.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + nrf_gzp_host_nrf5x.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvoptx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvoptx new file mode 100644 index 0000000..6a025f0 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvoptx @@ -0,0 +1,115 @@ + + + + 1.0 + +
### uVision Project, (C) Keil Software
+ + nrf52840_xxaa + 0x4 + ARM-ADS + + + 1 + 1 + 0 + 1 + + + 1 + 65535 + 0 + 0 + 0 + + + 79 + 66 + 8 + .\_build\ + + 0 + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 + 1 + 1 + 0 + 0 + 7 + + + + + + + + + + + Segger\JL2CM3.dll + + + + 0 + JL2CM3 + -U408001579 -O78 -S0 -A0 -C0 -JU1 -JI127.0.0.1 -JP0 -RST0 -N00("ARM CoreSight SW-DP") -D00(0BB11477) -L00(0) -TO18 -TC10000000 -TP21 -TDS8007 -TDT0 -TDC1F -TIEFFFFFFFF -TIP8 -TB1 -TFE0 -FO15 -FD20000000 -FC2000 -FN2 -FF0nrf52xxx.flm -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx.flm) -FF1nrf52xxx_uicr -FS110001000 -FL11000 -FP1($$Device:nRF52840_xxAA$Flash\nrf52xxx_uicr.flm) + + + 0 + UL2CM3 + UL2CM3(-S0 -C0 -P0 -FD20000000 -FC1000 -FN1 -FF0nrf52xxx -FS00 -FL0200000 -FP0($$Device:nRF52840_xxAA$Flash\nrf52xxx)) + + + + + 0 + + + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + + + +
+ + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvprojx b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvprojx new file mode 100644 index 0000000..7fe4ff9 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/arm5_no_packs/gzll_dynamic_pairig_host_pca10056.uvprojx @@ -0,0 +1,566 @@ + + + + 2.1 + +
### uVision Project, (C) Keil Software
+ + + nrf52840_xxaa + 0x4 + ARM-ADS + + nRF52840_xxAA + Nordic Semiconductor + NordicSemiconductor.nRF_DeviceFamilyPack.8.16.0 + http://developer.nordicsemi.com/nRF51_SDK/pieces/nRF_DeviceFamilyPack/ IROM(0x00000000,0x80000) IRAM(0x20000000,0x10000) CPUTYPE("Cortex-M4") FPU2 CLOCK(64000000) ELITTLE + + + + 0 + $$Device:nRF52832_xxAA$Device\Include\nrf.h + + + + + + + + + + ..\..\..\..\..\..\..\..\modules\nrfx\mdk\nrf52840.svd + 0 + 0 + + + + + + + 0 + 0 + 0 + 0 + 1 + + .\_build\ + nrf52840_xxaa + 1 + 0 + 1 + 1 + 1 + .\_build\ + 1 + 0 + 0 + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + + 0 + 0 + + + 0 + 0 + 0 + 0 + + 0 + + + + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 3 + + + 1 + + + + + + + SARMCM3.DLL + -MPU + TCM.DLL + -pCM4 + + + + 1 + 0 + 0 + 0 + 16 + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + + + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 0 + 1 1 + 0 + -1 + + + + + + + + + + + + + + Segger\JL2CM3.dll + + + + + 1 + 0 + 0 + 1 + 1 + 4099 + + 1 + Segger\JL2CM3.dll + + + + + + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 1 + 1 + 0 + 1 + 1 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + "Cortex-M4" + + 0 + 0 + 0 + 1 + 1 + 0 + 0 + 2 + 0 + 0 + 8 + 1 + 0 + 0 + 0 + 3 + 3 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 1 + 0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 1 + 0x0 + 0x100000 + + + 0 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x0 + + + 1 + 0x0 + 0x100000 + + + 1 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x0 + 0x0 + + + 0 + 0x20000000 + 0x40000 + + + 0 + 0x0 + 0x0 + + + + + + 1 + 4 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 1 + 0 + 0 + 0 + 0 + 0 + + --reduce_paths + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + + --cpreproc_opts=-DBOARD_PCA10056,-DCONFIG_GPIO_AS_PINRESET,-DFLOAT_ABI_HARD,-DGAZELL_ALTERNATIVE_RESOURCES,-DGAZELL_PRESENT,-DNRF52840_XXAA,-DSWI_DISABLE0,-DUSE_SD_HW_RESOURCES,-D__HEAP_SIZE=8192,-D__STACK_SIZE=8192 + BOARD_PCA10056 CONFIG_GPIO_AS_PINRESET FLOAT_ABI_HARD GAZELL_ALTERNATIVE_RESOURCES GAZELL_PRESENT NRF52840_XXAA SWI_DISABLE0 USE_SD_HW_RESOURCES __HEAP_SIZE=8192 __STACK_SIZE=8192 + + ..\..\..\config;..\..\..\..\..\..\..\..\components;..\..\..\..\..\..\..\..\components\boards;..\..\..\..\..\..\..\..\components\drivers_nrf\nrf_soc_nosd;..\..\..\..\..\..\..\..\components\libraries\atomic;..\..\..\..\..\..\..\..\components\libraries\balloc;..\..\..\..\..\..\..\..\components\libraries\bsp;..\..\..\..\..\..\..\..\components\libraries\button;..\..\..\..\..\..\..\..\components\libraries\delay;..\..\..\..\..\..\..\..\components\libraries\experimental_log;..\..\..\..\..\..\..\..\components\libraries\experimental_log\src;..\..\..\..\..\..\..\..\components\libraries\experimental_memobj;..\..\..\..\..\..\..\..\components\libraries\experimental_section_vars;..\..\..\..\..\..\..\..\components\libraries\scheduler;..\..\..\..\..\..\..\..\components\libraries\strerror;..\..\..\..\..\..\..\..\components\libraries\timer;..\..\..\..\..\..\..\..\components\libraries\util;..\..\..\..\..\..\..\..\components\proprietary_rf\gzll;..\..\..;..\..\..\..\..\..\..\..\external\fprintf;..\..\..\..\..\..\..\..\external\segger_rtt;..\..\..\..\..\..\..\..\integration\nrfx;..\..\..\..\..\..\..\..\integration\nrfx\legacy;..\..\..\..\..\..\..\..\modules\nrfx;..\..\..\..\..\..\..\..\modules\nrfx\drivers\include;..\..\..\..\..\..\..\..\modules\nrfx\hal;..\..\..\..\..\..\..\..\modules\nrfx\mdk;..\config + + + + 1 + 0 + 0 + 0 + 1 + 0 + 0x00000000 + 0x20000000 + + + + + --diag_suppress 6330 + + + + + + + Application + + main.c + 1 + ..\..\..\main.c + sdk_config.h + 5 + ..\config\sdk_config.h + + Board Definition + + boards.c + 1 + ..\..\..\..\..\..\..\..\components\boards\boards.c + + Board Support + + bsp.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + + nRF_Drivers + + nrf_drv_uart.c + 1 + ..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + nrf_ecb.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + nrf_nvmc.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + nrfx_gpiote.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + nrfx_prs.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + nrfx_uart.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + nrfx_uarte.c + 1 + ..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + + nRF_Libraries + + app_button.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + app_error.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + app_error_handler_keil.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_keil.c + app_error_weak.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + app_scheduler.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + app_timer.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + app_util_platform.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + nrf_assert.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + nrf_atomic.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + nrf_balloc.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + nrf_fprintf.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + nrf_fprintf_format.c + 1 + ..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + nrf_memobj.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + nrf_strerror.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + + nRF_Log + + nrf_log_backend_rtt.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + nrf_log_backend_serial.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + nrf_log_backend_uart.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + nrf_log_default_backends.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + nrf_log_frontend.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + nrf_log_str_formatter.c + 1 + ..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + + nRF_Properitary_RF + + gzll_nrf52840_sd_resources_arm.lib + 4 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\arm\gzll_nrf52840_sd_resources_arm.lib + nrf_gzp.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + nrf_gzp_host.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + nrf_gzp_host_nrf5x.c + 1 + ..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + nRF_Segger_RTT + + SEGGER_RTT.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + SEGGER_RTT_Syscalls_KEIL.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_KEIL.c + SEGGER_RTT_printf.c + 1 + ..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/config/sdk_config.h b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/config/sdk_config.h new file mode 100644 index 0000000..e3bdc9f --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/config/sdk_config.h @@ -0,0 +1,3410 @@ +/** + * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA + * + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form, except as embedded into a Nordic + * Semiconductor ASA integrated circuit in a product or a software update for + * such product, must reproduce the above copyright notice, this list of + * conditions and the following disclaimer in the documentation and/or other + * materials provided with the distribution. + * + * 3. Neither the name of Nordic Semiconductor ASA nor the names of its + * contributors may be used to endorse or promote products derived from this + * software without specific prior written permission. + * + * 4. This software, with or without modification, must only be used with a + * Nordic Semiconductor ASA integrated circuit. + * + * 5. Any software provided in binary form under this license must not be reverse + * engineered, decompiled, modified and/or disassembled. + * + * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS + * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + + + +#ifndef SDK_CONFIG_H +#define SDK_CONFIG_H +// <<< Use Configuration Wizard in Context Menu >>>\n +#ifdef USE_APP_CONFIG +#include "app_config.h" +#endif +// nRF_Drivers + +//========================================================== +// GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer +//========================================================== +#ifndef GPIOTE_ENABLED +#define GPIOTE_ENABLED 1 +#endif +// GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 4 +#endif + +// GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef GPIOTE_CONFIG_IRQ_PRIORITY +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// + +// NRFX_GPIOTE_ENABLED - nrfx_gpiote - GPIOTE peripheral driver +//========================================================== +#ifndef NRFX_GPIOTE_ENABLED +#define NRFX_GPIOTE_ENABLED 1 +#endif +// NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins +#ifndef NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS +#define NRFX_GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS 1 +#endif + +// NRFX_GPIOTE_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_GPIOTE_CONFIG_IRQ_PRIORITY +#define NRFX_GPIOTE_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_GPIOTE_CONFIG_LOG_ENABLED +#define NRFX_GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_GPIOTE_CONFIG_LOG_LEVEL +#define NRFX_GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_INFO_COLOR +#define NRFX_GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_GPIOTE_CONFIG_DEBUG_COLOR +#define NRFX_GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_PRS_ENABLED - nrfx_prs - Peripheral Resource Sharing module +//========================================================== +#ifndef NRFX_PRS_ENABLED +#define NRFX_PRS_ENABLED 1 +#endif +// NRFX_PRS_BOX_0_ENABLED - Enables box 0 in the module. + + +#ifndef NRFX_PRS_BOX_0_ENABLED +#define NRFX_PRS_BOX_0_ENABLED 0 +#endif + +// NRFX_PRS_BOX_1_ENABLED - Enables box 1 in the module. + + +#ifndef NRFX_PRS_BOX_1_ENABLED +#define NRFX_PRS_BOX_1_ENABLED 0 +#endif + +// NRFX_PRS_BOX_2_ENABLED - Enables box 2 in the module. + + +#ifndef NRFX_PRS_BOX_2_ENABLED +#define NRFX_PRS_BOX_2_ENABLED 0 +#endif + +// NRFX_PRS_BOX_3_ENABLED - Enables box 3 in the module. + + +#ifndef NRFX_PRS_BOX_3_ENABLED +#define NRFX_PRS_BOX_3_ENABLED 0 +#endif + +// NRFX_PRS_BOX_4_ENABLED - Enables box 4 in the module. + + +#ifndef NRFX_PRS_BOX_4_ENABLED +#define NRFX_PRS_BOX_4_ENABLED 1 +#endif + +// NRFX_PRS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_PRS_CONFIG_LOG_ENABLED +#define NRFX_PRS_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_PRS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_PRS_CONFIG_LOG_LEVEL +#define NRFX_PRS_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_PRS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_INFO_COLOR +#define NRFX_PRS_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_PRS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_PRS_CONFIG_DEBUG_COLOR +#define NRFX_PRS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UARTE_ENABLED - nrfx_uarte - UARTE peripheral driver +//========================================================== +#ifndef NRFX_UARTE_ENABLED +#define NRFX_UARTE_ENABLED 1 +#endif +// NRFX_UARTE0_ENABLED - Enable UARTE0 instance +#ifndef NRFX_UARTE0_ENABLED +#define NRFX_UARTE0_ENABLED 0 +#endif + +// NRFX_UARTE1_ENABLED - Enable UARTE1 instance +#ifndef NRFX_UARTE1_ENABLED +#define NRFX_UARTE1_ENABLED 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_HWFC +#define NRFX_UARTE_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_PARITY +#define NRFX_UARTE_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <8388608=> 31250 baud +// <10289152=> 38400 baud +// <15007744=> 56000 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UARTE_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UARTE_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UARTE_CONFIG_LOG_ENABLED +#define NRFX_UARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UARTE_CONFIG_LOG_LEVEL +#define NRFX_UARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_INFO_COLOR +#define NRFX_UARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UARTE_CONFIG_DEBUG_COLOR +#define NRFX_UARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// NRFX_UART_ENABLED - nrfx_uart - UART peripheral driver +//========================================================== +#ifndef NRFX_UART_ENABLED +#define NRFX_UART_ENABLED 1 +#endif +// NRFX_UART0_ENABLED - Enable UART0 instance +#ifndef NRFX_UART0_ENABLED +#define NRFX_UART0_ENABLED 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef NRFX_UART_DEFAULT_CONFIG_HWFC +#define NRFX_UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef NRFX_UART_DEFAULT_CONFIG_PARITY +#define NRFX_UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// NRFX_UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3866624=> 14400 baud +// <5152768=> 19200 baud +// <7729152=> 28800 baud +// <8388608=> 31250 baud +// <10309632=> 38400 baud +// <15007744=> 56000 baud +// <15462400=> 57600 baud +// <20615168=> 76800 baud +// <30924800=> 115200 baud +// <61845504=> 230400 baud +// <67108864=> 250000 baud +// <123695104=> 460800 baud +// <247386112=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRFX_UART_DEFAULT_CONFIG_BAUDRATE +#define NRFX_UART_DEFAULT_CONFIG_BAUDRATE 30924800 +#endif + +// NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define NRFX_UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// NRFX_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRFX_UART_CONFIG_LOG_ENABLED +#define NRFX_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRFX_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRFX_UART_CONFIG_LOG_LEVEL +#define NRFX_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRFX_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_INFO_COLOR +#define NRFX_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRFX_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRFX_UART_CONFIG_DEBUG_COLOR +#define NRFX_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// + +// UART_ENABLED - nrf_drv_uart - UART/UARTE peripheral driver - legacy layer +//========================================================== +#ifndef UART_ENABLED +#define UART_ENABLED 1 +#endif +// UART_DEFAULT_CONFIG_HWFC - Hardware Flow Control + +// <0=> Disabled +// <1=> Enabled + +#ifndef UART_DEFAULT_CONFIG_HWFC +#define UART_DEFAULT_CONFIG_HWFC 0 +#endif + +// UART_DEFAULT_CONFIG_PARITY - Parity + +// <0=> Excluded +// <14=> Included + +#ifndef UART_DEFAULT_CONFIG_PARITY +#define UART_DEFAULT_CONFIG_PARITY 0 +#endif + +// UART_DEFAULT_CONFIG_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef UART_DEFAULT_CONFIG_BAUDRATE +#define UART_DEFAULT_CONFIG_BAUDRATE 30801920 +#endif + +// UART_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef UART_DEFAULT_CONFIG_IRQ_PRIORITY +#define UART_DEFAULT_CONFIG_IRQ_PRIORITY 7 +#endif + +// UART_EASY_DMA_SUPPORT - Driver supporting EasyDMA + + +#ifndef UART_EASY_DMA_SUPPORT +#define UART_EASY_DMA_SUPPORT 1 +#endif + +// UART_LEGACY_SUPPORT - Driver supporting Legacy mode + + +#ifndef UART_LEGACY_SUPPORT +#define UART_LEGACY_SUPPORT 1 +#endif + +// UART0_ENABLED - Enable UART0 instance +//========================================================== +#ifndef UART0_ENABLED +#define UART0_ENABLED 1 +#endif +// UART0_CONFIG_USE_EASY_DMA - Default setting for using EasyDMA + + +#ifndef UART0_CONFIG_USE_EASY_DMA +#define UART0_CONFIG_USE_EASY_DMA 1 +#endif + +// + +// UART1_ENABLED - Enable UART1 instance +//========================================================== +#ifndef UART1_ENABLED +#define UART1_ENABLED 0 +#endif +// + +// + +// +//========================================================== + +// nRF_Libraries + +//========================================================== +// APP_SCHEDULER_ENABLED - app_scheduler - Events scheduler +//========================================================== +#ifndef APP_SCHEDULER_ENABLED +#define APP_SCHEDULER_ENABLED 1 +#endif +// APP_SCHEDULER_WITH_PAUSE - Enabling pause feature + + +#ifndef APP_SCHEDULER_WITH_PAUSE +#define APP_SCHEDULER_WITH_PAUSE 0 +#endif + +// APP_SCHEDULER_WITH_PROFILER - Enabling scheduler profiling + + +#ifndef APP_SCHEDULER_WITH_PROFILER +#define APP_SCHEDULER_WITH_PROFILER 0 +#endif + +// + +// APP_TIMER_ENABLED - app_timer - Application timer functionality +//========================================================== +#ifndef APP_TIMER_ENABLED +#define APP_TIMER_ENABLED 1 +#endif +// APP_TIMER_CONFIG_RTC_FREQUENCY - Configure RTC prescaler. + +// <0=> 32768 Hz +// <1=> 16384 Hz +// <3=> 8192 Hz +// <7=> 4096 Hz +// <15=> 2048 Hz +// <31=> 1024 Hz + +#ifndef APP_TIMER_CONFIG_RTC_FREQUENCY +#define APP_TIMER_CONFIG_RTC_FREQUENCY 0 +#endif + +// APP_TIMER_CONFIG_IRQ_PRIORITY - Interrupt priority + + +// Priorities 0,2 (nRF51) and 0,1,4,5 (nRF52) are reserved for SoftDevice +// <0=> 0 (highest) +// <1=> 1 +// <2=> 2 +// <3=> 3 +// <4=> 4 +// <5=> 5 +// <6=> 6 +// <7=> 7 + +#ifndef APP_TIMER_CONFIG_IRQ_PRIORITY +#define APP_TIMER_CONFIG_IRQ_PRIORITY 7 +#endif + +// APP_TIMER_CONFIG_OP_QUEUE_SIZE - Capacity of timer requests queue. +// Size of the queue depends on how many timers are used +// in the system, how often timers are started and overall +// system latency. If queue size is too small app_timer calls +// will fail. + +#ifndef APP_TIMER_CONFIG_OP_QUEUE_SIZE +#define APP_TIMER_CONFIG_OP_QUEUE_SIZE 10 +#endif + +// APP_TIMER_CONFIG_USE_SCHEDULER - Enable scheduling app_timer events to app_scheduler + + +#ifndef APP_TIMER_CONFIG_USE_SCHEDULER +#define APP_TIMER_CONFIG_USE_SCHEDULER 0 +#endif + +// APP_TIMER_KEEPS_RTC_ACTIVE - Enable RTC always on + + +// If option is enabled RTC is kept running even if there is no active timers. +// This option can be used when app_timer is used for timestamping. + +#ifndef APP_TIMER_KEEPS_RTC_ACTIVE +#define APP_TIMER_KEEPS_RTC_ACTIVE 0 +#endif + +// App Timer Legacy configuration - Legacy configuration. + +//========================================================== +// APP_TIMER_WITH_PROFILER - Enable app_timer profiling + + +#ifndef APP_TIMER_WITH_PROFILER +#define APP_TIMER_WITH_PROFILER 0 +#endif + +// APP_TIMER_CONFIG_SWI_NUMBER - Configure SWI instance used. + + +#ifndef APP_TIMER_CONFIG_SWI_NUMBER +#define APP_TIMER_CONFIG_SWI_NUMBER 0 +#endif + +// +//========================================================== + +// + +// NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module +//========================================================== +#ifndef NRF_BALLOC_ENABLED +#define NRF_BALLOC_ENABLED 1 +#endif +// NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED +#define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS +#define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard. <0-255> + + +#ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS +#define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1 +#endif + +// NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED - Enables basic checks in this module. + + +#ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED +#define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED - Enables double memory free check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED - Enables free memory corruption check in this module. + + +#ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED +#define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0 +#endif + +// NRF_BALLOC_CLI_CMDS - Enable CLI commands specific to the module + + +#ifndef NRF_BALLOC_CLI_CMDS +#define NRF_BALLOC_CLI_CMDS 0 +#endif + +// + +// + +// NRF_FPRINTF_ENABLED - nrf_fprintf - fprintf function. + + +#ifndef NRF_FPRINTF_ENABLED +#define NRF_FPRINTF_ENABLED 1 +#endif + +// NRF_MEMOBJ_ENABLED - nrf_memobj - Linked memory allocator module + + +#ifndef NRF_MEMOBJ_ENABLED +#define NRF_MEMOBJ_ENABLED 1 +#endif + +// NRF_STRERROR_ENABLED - nrf_strerror - Library for converting error code to string. + + +#ifndef NRF_STRERROR_ENABLED +#define NRF_STRERROR_ENABLED 1 +#endif + +// app_button - buttons handling module + +//========================================================== +// BUTTON_ENABLED - Enables Button module + + +#ifndef BUTTON_ENABLED +#define BUTTON_ENABLED 1 +#endif + +// BUTTON_HIGH_ACCURACY_ENABLED - Enables GPIOTE high accuracy for buttons + + +#ifndef BUTTON_HIGH_ACCURACY_ENABLED +#define BUTTON_HIGH_ACCURACY_ENABLED 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// nRF_Log + +//========================================================== +// NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend +//========================================================== +#ifndef NRF_LOG_BACKEND_RTT_ENABLED +#define NRF_LOG_BACKEND_RTT_ENABLED 0 +#endif +// NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_RTT_TEMP_BUFFER_SIZE 64 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS - Period before retrying writing to RTT +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS +#define NRF_LOG_BACKEND_RTT_TX_RETRY_DELAY_MS 1 +#endif + +// NRF_LOG_BACKEND_RTT_TX_RETRY_CNT - Writing to RTT retries. +// If RTT fails to accept any new data after retries +// module assumes that host is not active and on next +// request it will perform only one write attempt. +// On successful writing, module assumes that host is active +// and scheme with retry is applied again. + +#ifndef NRF_LOG_BACKEND_RTT_TX_RETRY_CNT +#define NRF_LOG_BACKEND_RTT_TX_RETRY_CNT 3 +#endif + +// + +// NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend +//========================================================== +#ifndef NRF_LOG_BACKEND_UART_ENABLED +#define NRF_LOG_BACKEND_UART_ENABLED 1 +#endif +// NRF_LOG_BACKEND_UART_TX_PIN - UART TX pin +#ifndef NRF_LOG_BACKEND_UART_TX_PIN +#define NRF_LOG_BACKEND_UART_TX_PIN 6 +#endif + +// NRF_LOG_BACKEND_UART_BAUDRATE - Default Baudrate + +// <323584=> 1200 baud +// <643072=> 2400 baud +// <1290240=> 4800 baud +// <2576384=> 9600 baud +// <3862528=> 14400 baud +// <5152768=> 19200 baud +// <7716864=> 28800 baud +// <10289152=> 38400 baud +// <15400960=> 57600 baud +// <20615168=> 76800 baud +// <30801920=> 115200 baud +// <61865984=> 230400 baud +// <67108864=> 250000 baud +// <121634816=> 460800 baud +// <251658240=> 921600 baud +// <268435456=> 1000000 baud + +#ifndef NRF_LOG_BACKEND_UART_BAUDRATE +#define NRF_LOG_BACKEND_UART_BAUDRATE 30801920 +#endif + +// NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE - Size of buffer for partially processed strings. +// Size of the buffer is a trade-off between RAM usage and processing. +// if buffer is smaller then strings will often be fragmented. +// It is recommended to use size which will fit typical log and only the +// longer one will be fragmented. + +#ifndef NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE +#define NRF_LOG_BACKEND_UART_TEMP_BUFFER_SIZE 64 +#endif + +// + +// NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED - nrf_log_str_formatter - Log string formatter + + +#ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED +#define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1 +#endif + +// nrf_log - Logger + +//========================================================== +// NRF_LOG_ENABLED - Logging module for nRF5 SDK +//========================================================== +#ifndef NRF_LOG_ENABLED +#define NRF_LOG_ENABLED 1 +#endif +// NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string +//========================================================== +#ifndef NRF_LOG_USES_COLORS +#define NRF_LOG_USES_COLORS 0 +#endif +// NRF_LOG_COLOR_DEFAULT - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_COLOR_DEFAULT +#define NRF_LOG_COLOR_DEFAULT 0 +#endif + +// NRF_LOG_ERROR_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_ERROR_COLOR +#define NRF_LOG_ERROR_COLOR 2 +#endif + +// NRF_LOG_WARNING_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LOG_WARNING_COLOR +#define NRF_LOG_WARNING_COLOR 4 +#endif + +// + +// NRF_LOG_DEFAULT_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LOG_DEFAULT_LEVEL +#define NRF_LOG_DEFAULT_LEVEL 3 +#endif + +// NRF_LOG_DEFERRED - Enable deffered logger. + + +// Log data is buffered and can be processed in idle. + +#ifndef NRF_LOG_DEFERRED +#define NRF_LOG_DEFERRED 1 +#endif + +// NRF_LOG_BUFSIZE - Size of the buffer for storing logs (in bytes). + + +// Must be power of 2 and multiple of 4. +// If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum. +// <128=> 128 +// <256=> 256 +// <512=> 512 +// <1024=> 1024 +// <2048=> 2048 +// <4096=> 4096 +// <8192=> 8192 +// <16384=> 16384 + +#ifndef NRF_LOG_BUFSIZE +#define NRF_LOG_BUFSIZE 1024 +#endif + +// NRF_LOG_ALLOW_OVERFLOW - Configures behavior when circular buffer is full. + + +// If set then oldest logs are overwritten. Otherwise a +// marker is injected informing about overflow. + +#ifndef NRF_LOG_ALLOW_OVERFLOW +#define NRF_LOG_ALLOW_OVERFLOW 1 +#endif + +// NRF_LOG_USES_TIMESTAMP - Enable timestamping + +// Function for getting the timestamp is provided by the user +//========================================================== +#ifndef NRF_LOG_USES_TIMESTAMP +#define NRF_LOG_USES_TIMESTAMP 0 +#endif +// NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) +#ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY +#define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 32768 +#endif + +// + +// NRF_LOG_FILTERS_ENABLED - Enable dynamic filtering of logs. + + +#ifndef NRF_LOG_FILTERS_ENABLED +#define NRF_LOG_FILTERS_ENABLED 0 +#endif + +// NRF_LOG_CLI_CMDS - Enable CLI commands for the module. + + +#ifndef NRF_LOG_CLI_CMDS +#define NRF_LOG_CLI_CMDS 0 +#endif + +// Log message pool - Configuration of log message pool + +//========================================================== +// NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects. +// If a small value is set, then performance of logs processing +// is degraded because data is fragmented. Bigger value impacts +// RAM memory utilization. The size is set to fit a message with +// a timestamp and up to 2 arguments in a single memory object. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE +#define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20 +#endif + +// NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects +// If a small value is set, then it may lead to a deadlock +// in certain cases if backend has high latency and holds +// multiple messages for long time. Bigger value impacts +// RAM memory usage. + +#ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT +#define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8 +#endif + +// +//========================================================== + +// + +// nrf_log module configuration + +//========================================================== +// nrf_log in nRF_Core + +//========================================================== +// NRF_MPU_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MPU_CONFIG_LOG_ENABLED +#define NRF_MPU_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MPU_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MPU_CONFIG_LOG_LEVEL +#define NRF_MPU_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MPU_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_INFO_COLOR +#define NRF_MPU_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MPU_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MPU_CONFIG_DEBUG_COLOR +#define NRF_MPU_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED +#define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0 +#endif +// NRF_STACK_GUARD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL +#define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_STACK_GUARD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR +#define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0 +#endif + +// NRF_STACK_GUARD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR +#define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TASK_MANAGER_CONFIG_LOG_ENABLED +#define TASK_MANAGER_CONFIG_LOG_ENABLED 0 +#endif +// TASK_MANAGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TASK_MANAGER_CONFIG_LOG_LEVEL +#define TASK_MANAGER_CONFIG_LOG_LEVEL 3 +#endif + +// TASK_MANAGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_INFO_COLOR +#define TASK_MANAGER_CONFIG_INFO_COLOR 0 +#endif + +// TASK_MANAGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR +#define TASK_MANAGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Drivers + +//========================================================== +// CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef CLOCK_CONFIG_LOG_ENABLED +#define CLOCK_CONFIG_LOG_ENABLED 0 +#endif +// CLOCK_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef CLOCK_CONFIG_LOG_LEVEL +#define CLOCK_CONFIG_LOG_LEVEL 3 +#endif + +// CLOCK_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_INFO_COLOR +#define CLOCK_CONFIG_INFO_COLOR 0 +#endif + +// CLOCK_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef CLOCK_CONFIG_DEBUG_COLOR +#define CLOCK_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// COMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef COMP_CONFIG_LOG_ENABLED +#define COMP_CONFIG_LOG_ENABLED 0 +#endif +// COMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef COMP_CONFIG_LOG_LEVEL +#define COMP_CONFIG_LOG_LEVEL 3 +#endif + +// COMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_INFO_COLOR +#define COMP_CONFIG_INFO_COLOR 0 +#endif + +// COMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef COMP_CONFIG_DEBUG_COLOR +#define COMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef GPIOTE_CONFIG_LOG_ENABLED +#define GPIOTE_CONFIG_LOG_ENABLED 0 +#endif +// GPIOTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef GPIOTE_CONFIG_LOG_LEVEL +#define GPIOTE_CONFIG_LOG_LEVEL 3 +#endif + +// GPIOTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_INFO_COLOR +#define GPIOTE_CONFIG_INFO_COLOR 0 +#endif + +// GPIOTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef GPIOTE_CONFIG_DEBUG_COLOR +#define GPIOTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef LPCOMP_CONFIG_LOG_ENABLED +#define LPCOMP_CONFIG_LOG_ENABLED 0 +#endif +// LPCOMP_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef LPCOMP_CONFIG_LOG_LEVEL +#define LPCOMP_CONFIG_LOG_LEVEL 3 +#endif + +// LPCOMP_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_INFO_COLOR +#define LPCOMP_CONFIG_INFO_COLOR 0 +#endif + +// LPCOMP_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef LPCOMP_CONFIG_DEBUG_COLOR +#define LPCOMP_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PDM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PDM_CONFIG_LOG_ENABLED +#define PDM_CONFIG_LOG_ENABLED 0 +#endif +// PDM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PDM_CONFIG_LOG_LEVEL +#define PDM_CONFIG_LOG_LEVEL 3 +#endif + +// PDM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_INFO_COLOR +#define PDM_CONFIG_INFO_COLOR 0 +#endif + +// PDM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PDM_CONFIG_DEBUG_COLOR +#define PDM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PPI_CONFIG_LOG_ENABLED +#define PPI_CONFIG_LOG_ENABLED 0 +#endif +// PPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PPI_CONFIG_LOG_LEVEL +#define PPI_CONFIG_LOG_LEVEL 3 +#endif + +// PPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_INFO_COLOR +#define PPI_CONFIG_INFO_COLOR 0 +#endif + +// PPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PPI_CONFIG_DEBUG_COLOR +#define PPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// PWM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef PWM_CONFIG_LOG_ENABLED +#define PWM_CONFIG_LOG_ENABLED 0 +#endif +// PWM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef PWM_CONFIG_LOG_LEVEL +#define PWM_CONFIG_LOG_LEVEL 3 +#endif + +// PWM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_INFO_COLOR +#define PWM_CONFIG_INFO_COLOR 0 +#endif + +// PWM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef PWM_CONFIG_DEBUG_COLOR +#define PWM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// QDEC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef QDEC_CONFIG_LOG_ENABLED +#define QDEC_CONFIG_LOG_ENABLED 0 +#endif +// QDEC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef QDEC_CONFIG_LOG_LEVEL +#define QDEC_CONFIG_LOG_LEVEL 3 +#endif + +// QDEC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_INFO_COLOR +#define QDEC_CONFIG_INFO_COLOR 0 +#endif + +// QDEC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef QDEC_CONFIG_DEBUG_COLOR +#define QDEC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// RNG_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RNG_CONFIG_LOG_ENABLED +#define RNG_CONFIG_LOG_ENABLED 0 +#endif +// RNG_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RNG_CONFIG_LOG_LEVEL +#define RNG_CONFIG_LOG_LEVEL 3 +#endif + +// RNG_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_INFO_COLOR +#define RNG_CONFIG_INFO_COLOR 0 +#endif + +// RNG_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RNG_CONFIG_DEBUG_COLOR +#define RNG_CONFIG_DEBUG_COLOR 0 +#endif + +// RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED - Enables logging of random numbers. + + +#ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED +#define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0 +#endif + +// + +// RTC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef RTC_CONFIG_LOG_ENABLED +#define RTC_CONFIG_LOG_ENABLED 0 +#endif +// RTC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef RTC_CONFIG_LOG_LEVEL +#define RTC_CONFIG_LOG_LEVEL 3 +#endif + +// RTC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_INFO_COLOR +#define RTC_CONFIG_INFO_COLOR 0 +#endif + +// RTC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef RTC_CONFIG_DEBUG_COLOR +#define RTC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SAADC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SAADC_CONFIG_LOG_ENABLED +#define SAADC_CONFIG_LOG_ENABLED 0 +#endif +// SAADC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SAADC_CONFIG_LOG_LEVEL +#define SAADC_CONFIG_LOG_LEVEL 3 +#endif + +// SAADC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_INFO_COLOR +#define SAADC_CONFIG_INFO_COLOR 0 +#endif + +// SAADC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SAADC_CONFIG_DEBUG_COLOR +#define SAADC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPIS_CONFIG_LOG_ENABLED +#define SPIS_CONFIG_LOG_ENABLED 0 +#endif +// SPIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPIS_CONFIG_LOG_LEVEL +#define SPIS_CONFIG_LOG_LEVEL 3 +#endif + +// SPIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_INFO_COLOR +#define SPIS_CONFIG_INFO_COLOR 0 +#endif + +// SPIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPIS_CONFIG_DEBUG_COLOR +#define SPIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// SPI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SPI_CONFIG_LOG_ENABLED +#define SPI_CONFIG_LOG_ENABLED 0 +#endif +// SPI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SPI_CONFIG_LOG_LEVEL +#define SPI_CONFIG_LOG_LEVEL 3 +#endif + +// SPI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_INFO_COLOR +#define SPI_CONFIG_INFO_COLOR 0 +#endif + +// SPI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SPI_CONFIG_DEBUG_COLOR +#define SPI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TIMER_CONFIG_LOG_ENABLED +#define TIMER_CONFIG_LOG_ENABLED 0 +#endif +// TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TIMER_CONFIG_LOG_LEVEL +#define TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_INFO_COLOR +#define TIMER_CONFIG_INFO_COLOR 0 +#endif + +// TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TIMER_CONFIG_DEBUG_COLOR +#define TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWIS_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWIS_CONFIG_LOG_ENABLED +#define TWIS_CONFIG_LOG_ENABLED 0 +#endif +// TWIS_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWIS_CONFIG_LOG_LEVEL +#define TWIS_CONFIG_LOG_LEVEL 3 +#endif + +// TWIS_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_INFO_COLOR +#define TWIS_CONFIG_INFO_COLOR 0 +#endif + +// TWIS_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWIS_CONFIG_DEBUG_COLOR +#define TWIS_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// TWI_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef TWI_CONFIG_LOG_ENABLED +#define TWI_CONFIG_LOG_ENABLED 0 +#endif +// TWI_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef TWI_CONFIG_LOG_LEVEL +#define TWI_CONFIG_LOG_LEVEL 3 +#endif + +// TWI_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_INFO_COLOR +#define TWI_CONFIG_INFO_COLOR 0 +#endif + +// TWI_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef TWI_CONFIG_DEBUG_COLOR +#define TWI_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef UART_CONFIG_LOG_ENABLED +#define UART_CONFIG_LOG_ENABLED 0 +#endif +// UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef UART_CONFIG_LOG_LEVEL +#define UART_CONFIG_LOG_LEVEL 3 +#endif + +// UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_INFO_COLOR +#define UART_CONFIG_INFO_COLOR 0 +#endif + +// UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef UART_CONFIG_DEBUG_COLOR +#define UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// USBD_CONFIG_LOG_ENABLED - Enable logging in the module +//========================================================== +#ifndef USBD_CONFIG_LOG_ENABLED +#define USBD_CONFIG_LOG_ENABLED 0 +#endif +// USBD_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef USBD_CONFIG_LOG_LEVEL +#define USBD_CONFIG_LOG_LEVEL 3 +#endif + +// USBD_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_INFO_COLOR +#define USBD_CONFIG_INFO_COLOR 0 +#endif + +// USBD_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef USBD_CONFIG_DEBUG_COLOR +#define USBD_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// WDT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef WDT_CONFIG_LOG_ENABLED +#define WDT_CONFIG_LOG_ENABLED 0 +#endif +// WDT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef WDT_CONFIG_LOG_LEVEL +#define WDT_CONFIG_LOG_LEVEL 3 +#endif + +// WDT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_INFO_COLOR +#define WDT_CONFIG_INFO_COLOR 0 +#endif + +// WDT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef WDT_CONFIG_DEBUG_COLOR +#define WDT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Libraries + +//========================================================== +// APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_TIMER_CONFIG_LOG_ENABLED +#define APP_TIMER_CONFIG_LOG_ENABLED 0 +#endif +// APP_TIMER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_LOG_LEVEL +#define APP_TIMER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL +#define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// APP_TIMER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_INFO_COLOR +#define APP_TIMER_CONFIG_INFO_COLOR 0 +#endif + +// APP_TIMER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_TIMER_CONFIG_DEBUG_COLOR +#define APP_TIMER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED +#define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL +#define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_CDC_ACM_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR +#define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR +#define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED +#define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_DUMMY_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL +#define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_DUMMY_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR +#define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_DUMMY_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR +#define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED +#define APP_USBD_MSC_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_MSC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL +#define APP_USBD_MSC_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_MSC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_INFO_COLOR +#define APP_USBD_MSC_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_MSC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR +#define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0 +#endif +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0 +#endif + +// APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR +#define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED +#define NRF_ATFIFO_CONFIG_LOG_ENABLED 0 +#endif +// NRF_ATFIFO_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_ATFIFO_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_INFO_COLOR +#define NRF_ATFIFO_CONFIG_INFO_COLOR 0 +#endif + +// NRF_ATFIFO_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR +#define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_BALLOC_CONFIG_LOG_ENABLED +#define NRF_BALLOC_CONFIG_LOG_ENABLED 0 +#endif +// NRF_BALLOC_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_LOG_LEVEL +#define NRF_BALLOC_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL - Initial severity level if dynamic filtering is enabled. + + +// If module generates a lot of logs, initial log level can +// be decreased to prevent flooding. Severity level can be +// increased on instance basis. +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL +#define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3 +#endif + +// NRF_BALLOC_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_INFO_COLOR +#define NRF_BALLOC_CONFIG_INFO_COLOR 0 +#endif + +// NRF_BALLOC_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR +#define NRF_BALLOC_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_BLE_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR +#define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED +#define NRF_CLI_UART_CONFIG_LOG_ENABLED 0 +#endif +// NRF_CLI_UART_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL +#define NRF_CLI_UART_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_CLI_UART_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_INFO_COLOR +#define NRF_CLI_UART_CONFIG_INFO_COLOR 0 +#endif + +// NRF_CLI_UART_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR +#define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED +#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_LIBUARTE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL +#define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_LIBUARTE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR +#define NRF_LIBUARTE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_LIBUARTE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR +#define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED +#define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0 +#endif +// NRF_MEMOBJ_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL +#define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_MEMOBJ_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR +#define NRF_MEMOBJ_CONFIG_INFO_COLOR 0 +#endif + +// NRF_MEMOBJ_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR +#define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED +#define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0 +#endif +// NRF_PWR_MGMT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL +#define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_PWR_MGMT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR +#define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0 +#endif + +// NRF_PWR_MGMT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR +#define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_QUEUE_CONFIG_LOG_ENABLED +#define NRF_QUEUE_CONFIG_LOG_ENABLED 0 +#endif +// NRF_QUEUE_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_LEVEL +#define NRF_QUEUE_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL - Initial severity level if dynamic filtering is enabled + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL +#define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3 +#endif + +// NRF_QUEUE_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_INFO_COLOR +#define NRF_QUEUE_CONFIG_INFO_COLOR 0 +#endif + +// NRF_QUEUE_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR +#define NRF_QUEUE_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module. +//========================================================== +#ifndef NRF_SDH_ANT_LOG_ENABLED +#define NRF_SDH_ANT_LOG_ENABLED 0 +#endif +// NRF_SDH_ANT_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_ANT_LOG_LEVEL +#define NRF_SDH_ANT_LOG_LEVEL 3 +#endif + +// NRF_SDH_ANT_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_INFO_COLOR +#define NRF_SDH_ANT_INFO_COLOR 0 +#endif + +// NRF_SDH_ANT_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_ANT_DEBUG_COLOR +#define NRF_SDH_ANT_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module. +//========================================================== +#ifndef NRF_SDH_BLE_LOG_ENABLED +#define NRF_SDH_BLE_LOG_ENABLED 0 +#endif +// NRF_SDH_BLE_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_BLE_LOG_LEVEL +#define NRF_SDH_BLE_LOG_LEVEL 3 +#endif + +// NRF_SDH_BLE_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_INFO_COLOR +#define NRF_SDH_BLE_INFO_COLOR 0 +#endif + +// NRF_SDH_BLE_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_BLE_DEBUG_COLOR +#define NRF_SDH_BLE_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module. +//========================================================== +#ifndef NRF_SDH_LOG_ENABLED +#define NRF_SDH_LOG_ENABLED 0 +#endif +// NRF_SDH_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_LOG_LEVEL +#define NRF_SDH_LOG_LEVEL 3 +#endif + +// NRF_SDH_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_INFO_COLOR +#define NRF_SDH_INFO_COLOR 0 +#endif + +// NRF_SDH_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_DEBUG_COLOR +#define NRF_SDH_DEBUG_COLOR 0 +#endif + +// + +// NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module. +//========================================================== +#ifndef NRF_SDH_SOC_LOG_ENABLED +#define NRF_SDH_SOC_LOG_ENABLED 0 +#endif +// NRF_SDH_SOC_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SDH_SOC_LOG_LEVEL +#define NRF_SDH_SOC_LOG_LEVEL 3 +#endif + +// NRF_SDH_SOC_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_INFO_COLOR +#define NRF_SDH_SOC_INFO_COLOR 0 +#endif + +// NRF_SDH_SOC_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SDH_SOC_DEBUG_COLOR +#define NRF_SDH_SOC_DEBUG_COLOR 0 +#endif + +// + +// NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED +#define NRF_SORTLIST_CONFIG_LOG_ENABLED 0 +#endif +// NRF_SORTLIST_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL +#define NRF_SORTLIST_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_SORTLIST_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_INFO_COLOR +#define NRF_SORTLIST_CONFIG_INFO_COLOR 0 +#endif + +// NRF_SORTLIST_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR +#define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED +#define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0 +#endif +// NRF_TWI_SENSOR_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL +#define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3 +#endif + +// NRF_TWI_SENSOR_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR +#define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0 +#endif + +// NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR +#define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// nrf_log in nRF_Serialization + +//========================================================== +// SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module. +//========================================================== +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED +#define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0 +#endif +// SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL - Default Severity level + +// <0=> Off +// <1=> Error +// <2=> Warning +// <3=> Info +// <4=> Debug + +#ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL +#define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3 +#endif + +// SER_HAL_TRANSPORT_CONFIG_INFO_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR +#define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0 +#endif + +// SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR - ANSI escape code prefix. + +// <0=> Default +// <1=> Black +// <2=> Red +// <3=> Green +// <4=> Yellow +// <5=> Blue +// <6=> Magenta +// <7=> Cyan +// <8=> White + +#ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR +#define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0 +#endif + +// + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// +//========================================================== + +// nRF_Segger_RTT + +//========================================================== +// segger_rtt - SEGGER RTT + +//========================================================== +// SEGGER_RTT_CONFIG_BUFFER_SIZE_UP - Size of upstream buffer. +// Note that either @ref NRF_LOG_BACKEND_RTT_OUTPUT_BUFFER_SIZE +// or this value is actually used. It depends on which one is bigger. + +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_UP +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_UP 512 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_UP_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN +#define SEGGER_RTT_CONFIG_BUFFER_SIZE_DOWN 16 +#endif + +// SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS - Size of upstream buffer. +#ifndef SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS +#define SEGGER_RTT_CONFIG_MAX_NUM_DOWN_BUFFERS 2 +#endif + +// SEGGER_RTT_CONFIG_DEFAULT_MODE - RTT behavior if the buffer is full. + + +// The following modes are supported: +// - SKIP - Do not block, output nothing. +// - TRIM - Do not block, output as much as fits. +// - BLOCK - Wait until there is space in the buffer. +// <0=> SKIP +// <1=> TRIM +// <2=> BLOCK_IF_FIFO_FULL + +#ifndef SEGGER_RTT_CONFIG_DEFAULT_MODE +#define SEGGER_RTT_CONFIG_DEFAULT_MODE 0 +#endif + +// +//========================================================== + +// +//========================================================== + +// <<< end of configuration section >>> +#endif //SDK_CONFIG_H + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewd b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewd new file mode 100644 index 0000000..a846fea --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewd @@ -0,0 +1,1350 @@ + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + C-SPY + 2 + + 26 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ARMSIM_ID + 2 + + 1 + 1 + 0 + + + + + + + + ANGEL_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + + CMSISDAP_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GDBSERVER_ID + 2 + + 0 + 1 + 0 + + + + + + + + + + + IARROM_ID + 2 + + 1 + 1 + 0 + + + + + + + + + IJET_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JLINK_ID + 2 + + 15 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LMIFTDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + MACRAIGOR_ID + 2 + + 3 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + PEMICRO_ID + 2 + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + RDI_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + + + + STLINK_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + THIRDPARTY_ID + 2 + + 0 + 1 + 0 + + + + + + + + XDS100_ID + 2 + + 2 + 1 + 0 + + + + + + + + + + + + + $TOOLKIT_DIR$\plugins\middleware\HCCWare\HCCWare.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\AVIX\AVIX.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\CMX\CmxTinyArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\embOS\embOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\MQX\MQXRtosPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\OpenRTOS\OpenRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\SafeRTOS\SafeRTOSPlugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\ThreadX\ThreadXArmPlugin.ENU.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\TI-RTOS\tirtosplugin.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-286-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-II\uCOS-II-KA-CSpy.ewplugin + 0 + + + $TOOLKIT_DIR$\plugins\rtos\uCOS-III\uCOS-III-KA-CSpy.ewplugin + 0 + + + $EW_DIR$\common\plugins\CodeCoverage\CodeCoverage.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\Orti\Orti.ENU.ewplugin + 0 + + + $EW_DIR$\common\plugins\SymList\SymList.ENU.ewplugin + 1 + + + $EW_DIR$\common\plugins\uCProbe\uCProbePlugin.ENU.ewplugin + 0 + + + + + diff --git a/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewp b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewp new file mode 100644 index 0000000..f6f1605 --- /dev/null +++ b/thirdparty/nRF5_SDK_15.0.0_a53641a/examples/proprietary_rf/gzll/gzp_dynamic_pairing/host/pca10056/blank/iar/gzll_dynamic_pairig_host_pca10056.ewp @@ -0,0 +1,1066 @@ + + + + + 2 + nrf52840_xxaa + + ARM + + 0 + + General + 3 + + 22 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ICCARM + 2 + + 31 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AARM + 2 + + 9 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + OBJCOPY + 0 + + 1 + 1 + 0 + + + + + + + + + CUSTOM + 3 + + + + + + + BICOMP + 0 + + + + BUILDACTION + 1 + + + + + + + ILINK + 0 + + 16 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IARCHIVE + 0 + + 0 + 1 + 0 + + + + + + + BILINK + 0 + + + + nRF_Log + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_rtt.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_serial.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_backend_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_default_backends.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_frontend.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_log\src\nrf_log_str_formatter.c + Board Definition + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\boards\boards.c + nRF_Libraries + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\button\app_button.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_handler_iar.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_error_weak.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\scheduler\app_scheduler.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\timer\app_timer.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\app_util_platform.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\util\nrf_assert.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\atomic\nrf_atomic.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\balloc\nrf_balloc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\fprintf\nrf_fprintf_format.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\experimental_memobj\nrf_memobj.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\strerror\nrf_strerror.c + nRF_Drivers + $PROJ_DIR$\..\..\..\..\..\..\..\..\integration\nrfx\legacy\nrf_drv_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_ecb.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\hal\nrf_nvmc.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_gpiote.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\prs\nrfx_prs.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uart.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\drivers\src\nrfx_uarte.c + Board Support + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\libraries\bsp\bsp.c + Application + $PROJ_DIR$\..\..\..\main.c + $PROJ_DIR$\..\config\sdk_config.h + nRF_Segger_RTT + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_Syscalls_IAR.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\external\segger_rtt\SEGGER_RTT_printf.c + None + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\iar_startup_nrf52840.s + $PROJ_DIR$\..\..\..\..\..\..\..\..\modules\nrfx\mdk\system_nrf52840.c + nRF_Properitary_RF + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\iar\gzll_nrf52840_sd_resources_iar.a + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host.c + $PROJ_DIR$\..\..\..\..\..\..\..\..\components\proprietary_rf\gzll\nrf_gzp_host_nrf5x.c + + -- cgit v1.2.3