xref: /btstack/port/nrf5-cinnamon/pca10040/config/sdk_config.h (revision 0138fcae13848f7f874de85efb761a26b844e915)
1 /**
2  * Copyright (c) 2017 - 2020, Nordic Semiconductor ASA
3  *
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms, with or without modification,
7  * are permitted provided that the following conditions are met:
8  *
9  * 1. Redistributions of source code must retain the above copyright notice, this
10  *    list of conditions and the following disclaimer.
11  *
12  * 2. Redistributions in binary form, except as embedded into a Nordic
13  *    Semiconductor ASA integrated circuit in a product or a software update for
14  *    such product, must reproduce the above copyright notice, this list of
15  *    conditions and the following disclaimer in the documentation and/or other
16  *    materials provided with the distribution.
17  *
18  * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
19  *    contributors may be used to endorse or promote products derived from this
20  *    software without specific prior written permission.
21  *
22  * 4. This software, with or without modification, must only be used with a
23  *    Nordic Semiconductor ASA integrated circuit.
24  *
25  * 5. Any software provided in binary form under this license must not be reverse
26  *    engineered, decompiled, modified and/or disassembled.
27  *
28  * THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
29  * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
30  * OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
31  * DISCLAIMED. IN NO EVENT SHALL NORDIC SEMICONDUCTOR ASA OR CONTRIBUTORS BE
32  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
34  * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
35  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
37  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38  *
39  */
40 
41 
42 
43 #ifndef SDK_CONFIG_H
44 #define SDK_CONFIG_H
45 // <<< Use Configuration Wizard in Context Menu >>>\n
46 #ifdef USE_APP_CONFIG
47 #include "app_config.h"
48 #endif
49 // <h> nRF_Libraries
50 
51 //==========================================================
52 // <e> NRF_BALLOC_ENABLED - nrf_balloc - Block allocator module
53 //==========================================================
54 #ifndef NRF_BALLOC_ENABLED
55 #define NRF_BALLOC_ENABLED 1
56 #endif
57 // <e> NRF_BALLOC_CONFIG_DEBUG_ENABLED - Enables debug mode in the module.
58 //==========================================================
59 #ifndef NRF_BALLOC_CONFIG_DEBUG_ENABLED
60 #define NRF_BALLOC_CONFIG_DEBUG_ENABLED 0
61 #endif
62 // <o> NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS - Number of words used as head guard.  <0-255>
63 
64 
65 #ifndef NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS
66 #define NRF_BALLOC_CONFIG_HEAD_GUARD_WORDS 1
67 #endif
68 
69 // <o> NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS - Number of words used as tail guard.  <0-255>
70 
71 
72 #ifndef NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS
73 #define NRF_BALLOC_CONFIG_TAIL_GUARD_WORDS 1
74 #endif
75 
76 // <q> NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED  - Enables basic checks in this module.
77 
78 
79 #ifndef NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED
80 #define NRF_BALLOC_CONFIG_BASIC_CHECKS_ENABLED 0
81 #endif
82 
83 // <q> NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED  - Enables double memory free check in this module.
84 
85 
86 #ifndef NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED
87 #define NRF_BALLOC_CONFIG_DOUBLE_FREE_CHECK_ENABLED 0
88 #endif
89 
90 // <q> NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED  - Enables free memory corruption check in this module.
91 
92 
93 #ifndef NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED
94 #define NRF_BALLOC_CONFIG_DATA_TRASHING_CHECK_ENABLED 0
95 #endif
96 
97 // <q> NRF_BALLOC_CLI_CMDS  - Enable CLI commands specific to the module
98 
99 
100 #ifndef NRF_BALLOC_CLI_CMDS
101 #define NRF_BALLOC_CLI_CMDS 0
102 #endif
103 
104 // </e>
105 
106 // </e>
107 
108 // <q> NRF_MEMOBJ_ENABLED  - nrf_memobj - Linked memory allocator module
109 
110 
111 #ifndef NRF_MEMOBJ_ENABLED
112 #define NRF_MEMOBJ_ENABLED 1
113 #endif
114 
115 // <q> NRF_STRERROR_ENABLED  - nrf_strerror - Library for converting error code to string.
116 
117 
118 #ifndef NRF_STRERROR_ENABLED
119 #define NRF_STRERROR_ENABLED 1
120 #endif
121 
122 // <h> nrf_fprintf - fprintf function.
123 
124 //==========================================================
125 // <q> NRF_FPRINTF_ENABLED  - Enable/disable fprintf module.
126 
127 
128 #ifndef NRF_FPRINTF_ENABLED
129 #define NRF_FPRINTF_ENABLED 1
130 #endif
131 
132 // <q> NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED  - For each printed LF, function will add CR.
133 
134 
135 #ifndef NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED
136 #define NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED 1
137 #endif
138 
139 // <q> NRF_FPRINTF_DOUBLE_ENABLED  - Enable IEEE-754 double precision formatting.
140 
141 
142 #ifndef NRF_FPRINTF_DOUBLE_ENABLED
143 #define NRF_FPRINTF_DOUBLE_ENABLED 0
144 #endif
145 
146 // </h>
147 //==========================================================
148 
149 // </h>
150 //==========================================================
151 
152 // <h> nRF_Log
153 
154 //==========================================================
155 // <e> NRF_LOG_ENABLED - nrf_log - Logger
156 //==========================================================
157 #ifndef NRF_LOG_ENABLED
158 #define NRF_LOG_ENABLED 0
159 #endif
160 // <h> Log message pool - Configuration of log message pool
161 
162 //==========================================================
163 // <o> NRF_LOG_MSGPOOL_ELEMENT_SIZE - Size of a single element in the pool of memory objects.
164 // <i> If a small value is set, then performance of logs processing
165 // <i> is degraded because data is fragmented. Bigger value impacts
166 // <i> RAM memory utilization. The size is set to fit a message with
167 // <i> a timestamp and up to 2 arguments in a single memory object.
168 
169 #ifndef NRF_LOG_MSGPOOL_ELEMENT_SIZE
170 #define NRF_LOG_MSGPOOL_ELEMENT_SIZE 20
171 #endif
172 
173 // <o> NRF_LOG_MSGPOOL_ELEMENT_COUNT - Number of elements in the pool of memory objects
174 // <i> If a small value is set, then it may lead to a deadlock
175 // <i> in certain cases if backend has high latency and holds
176 // <i> multiple messages for long time. Bigger value impacts
177 // <i> RAM memory usage.
178 
179 #ifndef NRF_LOG_MSGPOOL_ELEMENT_COUNT
180 #define NRF_LOG_MSGPOOL_ELEMENT_COUNT 8
181 #endif
182 
183 // </h>
184 //==========================================================
185 
186 // <q> NRF_LOG_ALLOW_OVERFLOW  - Configures behavior when circular buffer is full.
187 
188 
189 // <i> If set then oldest logs are overwritten. Otherwise a
190 // <i> marker is injected informing about overflow.
191 
192 #ifndef NRF_LOG_ALLOW_OVERFLOW
193 #define NRF_LOG_ALLOW_OVERFLOW 1
194 #endif
195 
196 // <o> NRF_LOG_BUFSIZE  - Size of the buffer for storing logs (in bytes).
197 
198 
199 // <i> Must be power of 2 and multiple of 4.
200 // <i> If NRF_LOG_DEFERRED = 0 then buffer size can be reduced to minimum.
201 // <128=> 128
202 // <256=> 256
203 // <512=> 512
204 // <1024=> 1024
205 // <2048=> 2048
206 // <4096=> 4096
207 // <8192=> 8192
208 // <16384=> 16384
209 
210 #ifndef NRF_LOG_BUFSIZE
211 #define NRF_LOG_BUFSIZE 1024
212 #endif
213 
214 // <q> NRF_LOG_CLI_CMDS  - Enable CLI commands for the module.
215 
216 
217 #ifndef NRF_LOG_CLI_CMDS
218 #define NRF_LOG_CLI_CMDS 0
219 #endif
220 
221 // <o> NRF_LOG_DEFAULT_LEVEL  - Default Severity level
222 
223 // <0=> Off
224 // <1=> Error
225 // <2=> Warning
226 // <3=> Info
227 // <4=> Debug
228 
229 #ifndef NRF_LOG_DEFAULT_LEVEL
230 #define NRF_LOG_DEFAULT_LEVEL 3
231 #endif
232 
233 // <q> NRF_LOG_DEFERRED  - Enable deffered logger.
234 
235 
236 // <i> Log data is buffered and can be processed in idle.
237 
238 #ifndef NRF_LOG_DEFERRED
239 #define NRF_LOG_DEFERRED 1
240 #endif
241 
242 // <q> NRF_LOG_FILTERS_ENABLED  - Enable dynamic filtering of logs.
243 
244 
245 #ifndef NRF_LOG_FILTERS_ENABLED
246 #define NRF_LOG_FILTERS_ENABLED 0
247 #endif
248 
249 // <q> NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED  - Enable use of critical region for non deffered mode when flushing logs.
250 
251 
252 // <i> When enabled NRF_LOG_FLUSH is called from critical section when non deffered mode is used.
253 // <i> Log output will never be corrupted as access to the log backend is exclusive
254 // <i> but system will spend significant amount of time in critical section
255 
256 #ifndef NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED
257 #define NRF_LOG_NON_DEFFERED_CRITICAL_REGION_ENABLED 0
258 #endif
259 
260 // <o> NRF_LOG_STR_PUSH_BUFFER_SIZE  - Size of the buffer dedicated for strings stored using @ref NRF_LOG_PUSH.
261 
262 // <16=> 16
263 // <32=> 32
264 // <64=> 64
265 // <128=> 128
266 // <256=> 256
267 // <512=> 512
268 // <1024=> 1024
269 
270 #ifndef NRF_LOG_STR_PUSH_BUFFER_SIZE
271 #define NRF_LOG_STR_PUSH_BUFFER_SIZE 128
272 #endif
273 
274 // <o> NRF_LOG_STR_PUSH_BUFFER_SIZE  - Size of the buffer dedicated for strings stored using @ref NRF_LOG_PUSH.
275 
276 // <16=> 16
277 // <32=> 32
278 // <64=> 64
279 // <128=> 128
280 // <256=> 256
281 // <512=> 512
282 // <1024=> 1024
283 
284 #ifndef NRF_LOG_STR_PUSH_BUFFER_SIZE
285 #define NRF_LOG_STR_PUSH_BUFFER_SIZE 128
286 #endif
287 
288 // <e> NRF_LOG_USES_COLORS - If enabled then ANSI escape code for colors is prefixed to every string
289 //==========================================================
290 #ifndef NRF_LOG_USES_COLORS
291 #define NRF_LOG_USES_COLORS 0
292 #endif
293 // <o> NRF_LOG_COLOR_DEFAULT  - ANSI escape code prefix.
294 
295 // <0=> Default
296 // <1=> Black
297 // <2=> Red
298 // <3=> Green
299 // <4=> Yellow
300 // <5=> Blue
301 // <6=> Magenta
302 // <7=> Cyan
303 // <8=> White
304 
305 #ifndef NRF_LOG_COLOR_DEFAULT
306 #define NRF_LOG_COLOR_DEFAULT 0
307 #endif
308 
309 // <o> NRF_LOG_ERROR_COLOR  - ANSI escape code prefix.
310 
311 // <0=> Default
312 // <1=> Black
313 // <2=> Red
314 // <3=> Green
315 // <4=> Yellow
316 // <5=> Blue
317 // <6=> Magenta
318 // <7=> Cyan
319 // <8=> White
320 
321 #ifndef NRF_LOG_ERROR_COLOR
322 #define NRF_LOG_ERROR_COLOR 2
323 #endif
324 
325 // <o> NRF_LOG_WARNING_COLOR  - ANSI escape code prefix.
326 
327 // <0=> Default
328 // <1=> Black
329 // <2=> Red
330 // <3=> Green
331 // <4=> Yellow
332 // <5=> Blue
333 // <6=> Magenta
334 // <7=> Cyan
335 // <8=> White
336 
337 #ifndef NRF_LOG_WARNING_COLOR
338 #define NRF_LOG_WARNING_COLOR 4
339 #endif
340 
341 // </e>
342 
343 // <e> NRF_LOG_USES_TIMESTAMP - Enable timestamping
344 
345 // <i> Function for getting the timestamp is provided by the user
346 //==========================================================
347 #ifndef NRF_LOG_USES_TIMESTAMP
348 #define NRF_LOG_USES_TIMESTAMP 0
349 #endif
350 // <o> NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY - Default frequency of the timestamp (in Hz) or 0 to use app_timer frequency.
351 #ifndef NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY
352 #define NRF_LOG_TIMESTAMP_DEFAULT_FREQUENCY 0
353 #endif
354 
355 // </e>
356 
357 // <h> nrf_log module configuration
358 
359 //==========================================================
360 // <h> nrf_log in nRF_Core
361 
362 //==========================================================
363 // <e> NRF_MPU_LIB_CONFIG_LOG_ENABLED - Enables logging in the module.
364 //==========================================================
365 #ifndef NRF_MPU_LIB_CONFIG_LOG_ENABLED
366 #define NRF_MPU_LIB_CONFIG_LOG_ENABLED 0
367 #endif
368 // <o> NRF_MPU_LIB_CONFIG_LOG_LEVEL  - Default Severity level
369 
370 // <0=> Off
371 // <1=> Error
372 // <2=> Warning
373 // <3=> Info
374 // <4=> Debug
375 
376 #ifndef NRF_MPU_LIB_CONFIG_LOG_LEVEL
377 #define NRF_MPU_LIB_CONFIG_LOG_LEVEL 3
378 #endif
379 
380 // <o> NRF_MPU_LIB_CONFIG_INFO_COLOR  - ANSI escape code prefix.
381 
382 // <0=> Default
383 // <1=> Black
384 // <2=> Red
385 // <3=> Green
386 // <4=> Yellow
387 // <5=> Blue
388 // <6=> Magenta
389 // <7=> Cyan
390 // <8=> White
391 
392 #ifndef NRF_MPU_LIB_CONFIG_INFO_COLOR
393 #define NRF_MPU_LIB_CONFIG_INFO_COLOR 0
394 #endif
395 
396 // <o> NRF_MPU_LIB_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
397 
398 // <0=> Default
399 // <1=> Black
400 // <2=> Red
401 // <3=> Green
402 // <4=> Yellow
403 // <5=> Blue
404 // <6=> Magenta
405 // <7=> Cyan
406 // <8=> White
407 
408 #ifndef NRF_MPU_LIB_CONFIG_DEBUG_COLOR
409 #define NRF_MPU_LIB_CONFIG_DEBUG_COLOR 0
410 #endif
411 
412 // </e>
413 
414 // <e> NRF_STACK_GUARD_CONFIG_LOG_ENABLED - Enables logging in the module.
415 //==========================================================
416 #ifndef NRF_STACK_GUARD_CONFIG_LOG_ENABLED
417 #define NRF_STACK_GUARD_CONFIG_LOG_ENABLED 0
418 #endif
419 // <o> NRF_STACK_GUARD_CONFIG_LOG_LEVEL  - Default Severity level
420 
421 // <0=> Off
422 // <1=> Error
423 // <2=> Warning
424 // <3=> Info
425 // <4=> Debug
426 
427 #ifndef NRF_STACK_GUARD_CONFIG_LOG_LEVEL
428 #define NRF_STACK_GUARD_CONFIG_LOG_LEVEL 3
429 #endif
430 
431 // <o> NRF_STACK_GUARD_CONFIG_INFO_COLOR  - ANSI escape code prefix.
432 
433 // <0=> Default
434 // <1=> Black
435 // <2=> Red
436 // <3=> Green
437 // <4=> Yellow
438 // <5=> Blue
439 // <6=> Magenta
440 // <7=> Cyan
441 // <8=> White
442 
443 #ifndef NRF_STACK_GUARD_CONFIG_INFO_COLOR
444 #define NRF_STACK_GUARD_CONFIG_INFO_COLOR 0
445 #endif
446 
447 // <o> NRF_STACK_GUARD_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
448 
449 // <0=> Default
450 // <1=> Black
451 // <2=> Red
452 // <3=> Green
453 // <4=> Yellow
454 // <5=> Blue
455 // <6=> Magenta
456 // <7=> Cyan
457 // <8=> White
458 
459 #ifndef NRF_STACK_GUARD_CONFIG_DEBUG_COLOR
460 #define NRF_STACK_GUARD_CONFIG_DEBUG_COLOR 0
461 #endif
462 
463 // </e>
464 
465 // <e> TASK_MANAGER_CONFIG_LOG_ENABLED - Enables logging in the module.
466 //==========================================================
467 #ifndef TASK_MANAGER_CONFIG_LOG_ENABLED
468 #define TASK_MANAGER_CONFIG_LOG_ENABLED 0
469 #endif
470 // <o> TASK_MANAGER_CONFIG_LOG_LEVEL  - Default Severity level
471 
472 // <0=> Off
473 // <1=> Error
474 // <2=> Warning
475 // <3=> Info
476 // <4=> Debug
477 
478 #ifndef TASK_MANAGER_CONFIG_LOG_LEVEL
479 #define TASK_MANAGER_CONFIG_LOG_LEVEL 3
480 #endif
481 
482 // <o> TASK_MANAGER_CONFIG_INFO_COLOR  - ANSI escape code prefix.
483 
484 // <0=> Default
485 // <1=> Black
486 // <2=> Red
487 // <3=> Green
488 // <4=> Yellow
489 // <5=> Blue
490 // <6=> Magenta
491 // <7=> Cyan
492 // <8=> White
493 
494 #ifndef TASK_MANAGER_CONFIG_INFO_COLOR
495 #define TASK_MANAGER_CONFIG_INFO_COLOR 0
496 #endif
497 
498 // <o> TASK_MANAGER_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
499 
500 // <0=> Default
501 // <1=> Black
502 // <2=> Red
503 // <3=> Green
504 // <4=> Yellow
505 // <5=> Blue
506 // <6=> Magenta
507 // <7=> Cyan
508 // <8=> White
509 
510 #ifndef TASK_MANAGER_CONFIG_DEBUG_COLOR
511 #define TASK_MANAGER_CONFIG_DEBUG_COLOR 0
512 #endif
513 
514 // </e>
515 
516 // </h>
517 //==========================================================
518 
519 // <h> nrf_log in nRF_Drivers
520 
521 //==========================================================
522 // <e> CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module.
523 //==========================================================
524 #ifndef CLOCK_CONFIG_LOG_ENABLED
525 #define CLOCK_CONFIG_LOG_ENABLED 0
526 #endif
527 // <o> CLOCK_CONFIG_LOG_LEVEL  - Default Severity level
528 
529 // <0=> Off
530 // <1=> Error
531 // <2=> Warning
532 // <3=> Info
533 // <4=> Debug
534 
535 #ifndef CLOCK_CONFIG_LOG_LEVEL
536 #define CLOCK_CONFIG_LOG_LEVEL 3
537 #endif
538 
539 // <o> CLOCK_CONFIG_INFO_COLOR  - ANSI escape code prefix.
540 
541 // <0=> Default
542 // <1=> Black
543 // <2=> Red
544 // <3=> Green
545 // <4=> Yellow
546 // <5=> Blue
547 // <6=> Magenta
548 // <7=> Cyan
549 // <8=> White
550 
551 #ifndef CLOCK_CONFIG_INFO_COLOR
552 #define CLOCK_CONFIG_INFO_COLOR 0
553 #endif
554 
555 // <o> CLOCK_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
556 
557 // <0=> Default
558 // <1=> Black
559 // <2=> Red
560 // <3=> Green
561 // <4=> Yellow
562 // <5=> Blue
563 // <6=> Magenta
564 // <7=> Cyan
565 // <8=> White
566 
567 #ifndef CLOCK_CONFIG_DEBUG_COLOR
568 #define CLOCK_CONFIG_DEBUG_COLOR 0
569 #endif
570 
571 // </e>
572 
573 // <e> COMP_CONFIG_LOG_ENABLED - Enables logging in the module.
574 //==========================================================
575 #ifndef COMP_CONFIG_LOG_ENABLED
576 #define COMP_CONFIG_LOG_ENABLED 0
577 #endif
578 // <o> COMP_CONFIG_LOG_LEVEL  - Default Severity level
579 
580 // <0=> Off
581 // <1=> Error
582 // <2=> Warning
583 // <3=> Info
584 // <4=> Debug
585 
586 #ifndef COMP_CONFIG_LOG_LEVEL
587 #define COMP_CONFIG_LOG_LEVEL 3
588 #endif
589 
590 // <o> COMP_CONFIG_INFO_COLOR  - ANSI escape code prefix.
591 
592 // <0=> Default
593 // <1=> Black
594 // <2=> Red
595 // <3=> Green
596 // <4=> Yellow
597 // <5=> Blue
598 // <6=> Magenta
599 // <7=> Cyan
600 // <8=> White
601 
602 #ifndef COMP_CONFIG_INFO_COLOR
603 #define COMP_CONFIG_INFO_COLOR 0
604 #endif
605 
606 // <o> COMP_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
607 
608 // <0=> Default
609 // <1=> Black
610 // <2=> Red
611 // <3=> Green
612 // <4=> Yellow
613 // <5=> Blue
614 // <6=> Magenta
615 // <7=> Cyan
616 // <8=> White
617 
618 #ifndef COMP_CONFIG_DEBUG_COLOR
619 #define COMP_CONFIG_DEBUG_COLOR 0
620 #endif
621 
622 // </e>
623 
624 // <e> GPIOTE_CONFIG_LOG_ENABLED - Enables logging in the module.
625 //==========================================================
626 #ifndef GPIOTE_CONFIG_LOG_ENABLED
627 #define GPIOTE_CONFIG_LOG_ENABLED 0
628 #endif
629 // <o> GPIOTE_CONFIG_LOG_LEVEL  - Default Severity level
630 
631 // <0=> Off
632 // <1=> Error
633 // <2=> Warning
634 // <3=> Info
635 // <4=> Debug
636 
637 #ifndef GPIOTE_CONFIG_LOG_LEVEL
638 #define GPIOTE_CONFIG_LOG_LEVEL 3
639 #endif
640 
641 // <o> GPIOTE_CONFIG_INFO_COLOR  - ANSI escape code prefix.
642 
643 // <0=> Default
644 // <1=> Black
645 // <2=> Red
646 // <3=> Green
647 // <4=> Yellow
648 // <5=> Blue
649 // <6=> Magenta
650 // <7=> Cyan
651 // <8=> White
652 
653 #ifndef GPIOTE_CONFIG_INFO_COLOR
654 #define GPIOTE_CONFIG_INFO_COLOR 0
655 #endif
656 
657 // <o> GPIOTE_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
658 
659 // <0=> Default
660 // <1=> Black
661 // <2=> Red
662 // <3=> Green
663 // <4=> Yellow
664 // <5=> Blue
665 // <6=> Magenta
666 // <7=> Cyan
667 // <8=> White
668 
669 #ifndef GPIOTE_CONFIG_DEBUG_COLOR
670 #define GPIOTE_CONFIG_DEBUG_COLOR 0
671 #endif
672 
673 // </e>
674 
675 // <e> LPCOMP_CONFIG_LOG_ENABLED - Enables logging in the module.
676 //==========================================================
677 #ifndef LPCOMP_CONFIG_LOG_ENABLED
678 #define LPCOMP_CONFIG_LOG_ENABLED 0
679 #endif
680 // <o> LPCOMP_CONFIG_LOG_LEVEL  - Default Severity level
681 
682 // <0=> Off
683 // <1=> Error
684 // <2=> Warning
685 // <3=> Info
686 // <4=> Debug
687 
688 #ifndef LPCOMP_CONFIG_LOG_LEVEL
689 #define LPCOMP_CONFIG_LOG_LEVEL 3
690 #endif
691 
692 // <o> LPCOMP_CONFIG_INFO_COLOR  - ANSI escape code prefix.
693 
694 // <0=> Default
695 // <1=> Black
696 // <2=> Red
697 // <3=> Green
698 // <4=> Yellow
699 // <5=> Blue
700 // <6=> Magenta
701 // <7=> Cyan
702 // <8=> White
703 
704 #ifndef LPCOMP_CONFIG_INFO_COLOR
705 #define LPCOMP_CONFIG_INFO_COLOR 0
706 #endif
707 
708 // <o> LPCOMP_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
709 
710 // <0=> Default
711 // <1=> Black
712 // <2=> Red
713 // <3=> Green
714 // <4=> Yellow
715 // <5=> Blue
716 // <6=> Magenta
717 // <7=> Cyan
718 // <8=> White
719 
720 #ifndef LPCOMP_CONFIG_DEBUG_COLOR
721 #define LPCOMP_CONFIG_DEBUG_COLOR 0
722 #endif
723 
724 // </e>
725 
726 // <e> MAX3421E_HOST_CONFIG_LOG_ENABLED - Enable logging in the module
727 //==========================================================
728 #ifndef MAX3421E_HOST_CONFIG_LOG_ENABLED
729 #define MAX3421E_HOST_CONFIG_LOG_ENABLED 0
730 #endif
731 // <o> MAX3421E_HOST_CONFIG_LOG_LEVEL  - Default Severity level
732 
733 // <0=> Off
734 // <1=> Error
735 // <2=> Warning
736 // <3=> Info
737 // <4=> Debug
738 
739 #ifndef MAX3421E_HOST_CONFIG_LOG_LEVEL
740 #define MAX3421E_HOST_CONFIG_LOG_LEVEL 3
741 #endif
742 
743 // <o> MAX3421E_HOST_CONFIG_INFO_COLOR  - ANSI escape code prefix.
744 
745 // <0=> Default
746 // <1=> Black
747 // <2=> Red
748 // <3=> Green
749 // <4=> Yellow
750 // <5=> Blue
751 // <6=> Magenta
752 // <7=> Cyan
753 // <8=> White
754 
755 #ifndef MAX3421E_HOST_CONFIG_INFO_COLOR
756 #define MAX3421E_HOST_CONFIG_INFO_COLOR 0
757 #endif
758 
759 // <o> MAX3421E_HOST_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
760 
761 // <0=> Default
762 // <1=> Black
763 // <2=> Red
764 // <3=> Green
765 // <4=> Yellow
766 // <5=> Blue
767 // <6=> Magenta
768 // <7=> Cyan
769 // <8=> White
770 
771 #ifndef MAX3421E_HOST_CONFIG_DEBUG_COLOR
772 #define MAX3421E_HOST_CONFIG_DEBUG_COLOR 0
773 #endif
774 
775 // </e>
776 
777 // <e> NRFX_USBD_CONFIG_LOG_ENABLED - Enable logging in the module
778 //==========================================================
779 #ifndef NRFX_USBD_CONFIG_LOG_ENABLED
780 #define NRFX_USBD_CONFIG_LOG_ENABLED 0
781 #endif
782 // <o> NRFX_USBD_CONFIG_LOG_LEVEL  - Default Severity level
783 
784 // <0=> Off
785 // <1=> Error
786 // <2=> Warning
787 // <3=> Info
788 // <4=> Debug
789 
790 #ifndef NRFX_USBD_CONFIG_LOG_LEVEL
791 #define NRFX_USBD_CONFIG_LOG_LEVEL 3
792 #endif
793 
794 // <o> NRFX_USBD_CONFIG_INFO_COLOR  - ANSI escape code prefix.
795 
796 // <0=> Default
797 // <1=> Black
798 // <2=> Red
799 // <3=> Green
800 // <4=> Yellow
801 // <5=> Blue
802 // <6=> Magenta
803 // <7=> Cyan
804 // <8=> White
805 
806 #ifndef NRFX_USBD_CONFIG_INFO_COLOR
807 #define NRFX_USBD_CONFIG_INFO_COLOR 0
808 #endif
809 
810 // <o> NRFX_USBD_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
811 
812 // <0=> Default
813 // <1=> Black
814 // <2=> Red
815 // <3=> Green
816 // <4=> Yellow
817 // <5=> Blue
818 // <6=> Magenta
819 // <7=> Cyan
820 // <8=> White
821 
822 #ifndef NRFX_USBD_CONFIG_DEBUG_COLOR
823 #define NRFX_USBD_CONFIG_DEBUG_COLOR 0
824 #endif
825 
826 // </e>
827 
828 // <e> PDM_CONFIG_LOG_ENABLED - Enables logging in the module.
829 //==========================================================
830 #ifndef PDM_CONFIG_LOG_ENABLED
831 #define PDM_CONFIG_LOG_ENABLED 0
832 #endif
833 // <o> PDM_CONFIG_LOG_LEVEL  - Default Severity level
834 
835 // <0=> Off
836 // <1=> Error
837 // <2=> Warning
838 // <3=> Info
839 // <4=> Debug
840 
841 #ifndef PDM_CONFIG_LOG_LEVEL
842 #define PDM_CONFIG_LOG_LEVEL 3
843 #endif
844 
845 // <o> PDM_CONFIG_INFO_COLOR  - ANSI escape code prefix.
846 
847 // <0=> Default
848 // <1=> Black
849 // <2=> Red
850 // <3=> Green
851 // <4=> Yellow
852 // <5=> Blue
853 // <6=> Magenta
854 // <7=> Cyan
855 // <8=> White
856 
857 #ifndef PDM_CONFIG_INFO_COLOR
858 #define PDM_CONFIG_INFO_COLOR 0
859 #endif
860 
861 // <o> PDM_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
862 
863 // <0=> Default
864 // <1=> Black
865 // <2=> Red
866 // <3=> Green
867 // <4=> Yellow
868 // <5=> Blue
869 // <6=> Magenta
870 // <7=> Cyan
871 // <8=> White
872 
873 #ifndef PDM_CONFIG_DEBUG_COLOR
874 #define PDM_CONFIG_DEBUG_COLOR 0
875 #endif
876 
877 // </e>
878 
879 // <e> PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
880 //==========================================================
881 #ifndef PPI_CONFIG_LOG_ENABLED
882 #define PPI_CONFIG_LOG_ENABLED 0
883 #endif
884 // <o> PPI_CONFIG_LOG_LEVEL  - Default Severity level
885 
886 // <0=> Off
887 // <1=> Error
888 // <2=> Warning
889 // <3=> Info
890 // <4=> Debug
891 
892 #ifndef PPI_CONFIG_LOG_LEVEL
893 #define PPI_CONFIG_LOG_LEVEL 3
894 #endif
895 
896 // <o> PPI_CONFIG_INFO_COLOR  - ANSI escape code prefix.
897 
898 // <0=> Default
899 // <1=> Black
900 // <2=> Red
901 // <3=> Green
902 // <4=> Yellow
903 // <5=> Blue
904 // <6=> Magenta
905 // <7=> Cyan
906 // <8=> White
907 
908 #ifndef PPI_CONFIG_INFO_COLOR
909 #define PPI_CONFIG_INFO_COLOR 0
910 #endif
911 
912 // <o> PPI_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
913 
914 // <0=> Default
915 // <1=> Black
916 // <2=> Red
917 // <3=> Green
918 // <4=> Yellow
919 // <5=> Blue
920 // <6=> Magenta
921 // <7=> Cyan
922 // <8=> White
923 
924 #ifndef PPI_CONFIG_DEBUG_COLOR
925 #define PPI_CONFIG_DEBUG_COLOR 0
926 #endif
927 
928 // </e>
929 
930 // <e> PWM_CONFIG_LOG_ENABLED - Enables logging in the module.
931 //==========================================================
932 #ifndef PWM_CONFIG_LOG_ENABLED
933 #define PWM_CONFIG_LOG_ENABLED 0
934 #endif
935 // <o> PWM_CONFIG_LOG_LEVEL  - Default Severity level
936 
937 // <0=> Off
938 // <1=> Error
939 // <2=> Warning
940 // <3=> Info
941 // <4=> Debug
942 
943 #ifndef PWM_CONFIG_LOG_LEVEL
944 #define PWM_CONFIG_LOG_LEVEL 3
945 #endif
946 
947 // <o> PWM_CONFIG_INFO_COLOR  - ANSI escape code prefix.
948 
949 // <0=> Default
950 // <1=> Black
951 // <2=> Red
952 // <3=> Green
953 // <4=> Yellow
954 // <5=> Blue
955 // <6=> Magenta
956 // <7=> Cyan
957 // <8=> White
958 
959 #ifndef PWM_CONFIG_INFO_COLOR
960 #define PWM_CONFIG_INFO_COLOR 0
961 #endif
962 
963 // <o> PWM_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
964 
965 // <0=> Default
966 // <1=> Black
967 // <2=> Red
968 // <3=> Green
969 // <4=> Yellow
970 // <5=> Blue
971 // <6=> Magenta
972 // <7=> Cyan
973 // <8=> White
974 
975 #ifndef PWM_CONFIG_DEBUG_COLOR
976 #define PWM_CONFIG_DEBUG_COLOR 0
977 #endif
978 
979 // </e>
980 
981 // <e> QDEC_CONFIG_LOG_ENABLED - Enables logging in the module.
982 //==========================================================
983 #ifndef QDEC_CONFIG_LOG_ENABLED
984 #define QDEC_CONFIG_LOG_ENABLED 0
985 #endif
986 // <o> QDEC_CONFIG_LOG_LEVEL  - Default Severity level
987 
988 // <0=> Off
989 // <1=> Error
990 // <2=> Warning
991 // <3=> Info
992 // <4=> Debug
993 
994 #ifndef QDEC_CONFIG_LOG_LEVEL
995 #define QDEC_CONFIG_LOG_LEVEL 3
996 #endif
997 
998 // <o> QDEC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
999 
1000 // <0=> Default
1001 // <1=> Black
1002 // <2=> Red
1003 // <3=> Green
1004 // <4=> Yellow
1005 // <5=> Blue
1006 // <6=> Magenta
1007 // <7=> Cyan
1008 // <8=> White
1009 
1010 #ifndef QDEC_CONFIG_INFO_COLOR
1011 #define QDEC_CONFIG_INFO_COLOR 0
1012 #endif
1013 
1014 // <o> QDEC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1015 
1016 // <0=> Default
1017 // <1=> Black
1018 // <2=> Red
1019 // <3=> Green
1020 // <4=> Yellow
1021 // <5=> Blue
1022 // <6=> Magenta
1023 // <7=> Cyan
1024 // <8=> White
1025 
1026 #ifndef QDEC_CONFIG_DEBUG_COLOR
1027 #define QDEC_CONFIG_DEBUG_COLOR 0
1028 #endif
1029 
1030 // </e>
1031 
1032 // <e> RNG_CONFIG_LOG_ENABLED - Enables logging in the module.
1033 //==========================================================
1034 #ifndef RNG_CONFIG_LOG_ENABLED
1035 #define RNG_CONFIG_LOG_ENABLED 0
1036 #endif
1037 // <o> RNG_CONFIG_LOG_LEVEL  - Default Severity level
1038 
1039 // <0=> Off
1040 // <1=> Error
1041 // <2=> Warning
1042 // <3=> Info
1043 // <4=> Debug
1044 
1045 #ifndef RNG_CONFIG_LOG_LEVEL
1046 #define RNG_CONFIG_LOG_LEVEL 3
1047 #endif
1048 
1049 // <o> RNG_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1050 
1051 // <0=> Default
1052 // <1=> Black
1053 // <2=> Red
1054 // <3=> Green
1055 // <4=> Yellow
1056 // <5=> Blue
1057 // <6=> Magenta
1058 // <7=> Cyan
1059 // <8=> White
1060 
1061 #ifndef RNG_CONFIG_INFO_COLOR
1062 #define RNG_CONFIG_INFO_COLOR 0
1063 #endif
1064 
1065 // <o> RNG_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1066 
1067 // <0=> Default
1068 // <1=> Black
1069 // <2=> Red
1070 // <3=> Green
1071 // <4=> Yellow
1072 // <5=> Blue
1073 // <6=> Magenta
1074 // <7=> Cyan
1075 // <8=> White
1076 
1077 #ifndef RNG_CONFIG_DEBUG_COLOR
1078 #define RNG_CONFIG_DEBUG_COLOR 0
1079 #endif
1080 
1081 // <q> RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED  - Enables logging of random numbers.
1082 
1083 
1084 #ifndef RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED
1085 #define RNG_CONFIG_RANDOM_NUMBER_LOG_ENABLED 0
1086 #endif
1087 
1088 // </e>
1089 
1090 // <e> RTC_CONFIG_LOG_ENABLED - Enables logging in the module.
1091 //==========================================================
1092 #ifndef RTC_CONFIG_LOG_ENABLED
1093 #define RTC_CONFIG_LOG_ENABLED 0
1094 #endif
1095 // <o> RTC_CONFIG_LOG_LEVEL  - Default Severity level
1096 
1097 // <0=> Off
1098 // <1=> Error
1099 // <2=> Warning
1100 // <3=> Info
1101 // <4=> Debug
1102 
1103 #ifndef RTC_CONFIG_LOG_LEVEL
1104 #define RTC_CONFIG_LOG_LEVEL 3
1105 #endif
1106 
1107 // <o> RTC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1108 
1109 // <0=> Default
1110 // <1=> Black
1111 // <2=> Red
1112 // <3=> Green
1113 // <4=> Yellow
1114 // <5=> Blue
1115 // <6=> Magenta
1116 // <7=> Cyan
1117 // <8=> White
1118 
1119 #ifndef RTC_CONFIG_INFO_COLOR
1120 #define RTC_CONFIG_INFO_COLOR 0
1121 #endif
1122 
1123 // <o> RTC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1124 
1125 // <0=> Default
1126 // <1=> Black
1127 // <2=> Red
1128 // <3=> Green
1129 // <4=> Yellow
1130 // <5=> Blue
1131 // <6=> Magenta
1132 // <7=> Cyan
1133 // <8=> White
1134 
1135 #ifndef RTC_CONFIG_DEBUG_COLOR
1136 #define RTC_CONFIG_DEBUG_COLOR 0
1137 #endif
1138 
1139 // </e>
1140 
1141 // <e> SAADC_CONFIG_LOG_ENABLED - Enables logging in the module.
1142 //==========================================================
1143 #ifndef SAADC_CONFIG_LOG_ENABLED
1144 #define SAADC_CONFIG_LOG_ENABLED 0
1145 #endif
1146 // <o> SAADC_CONFIG_LOG_LEVEL  - Default Severity level
1147 
1148 // <0=> Off
1149 // <1=> Error
1150 // <2=> Warning
1151 // <3=> Info
1152 // <4=> Debug
1153 
1154 #ifndef SAADC_CONFIG_LOG_LEVEL
1155 #define SAADC_CONFIG_LOG_LEVEL 3
1156 #endif
1157 
1158 // <o> SAADC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1159 
1160 // <0=> Default
1161 // <1=> Black
1162 // <2=> Red
1163 // <3=> Green
1164 // <4=> Yellow
1165 // <5=> Blue
1166 // <6=> Magenta
1167 // <7=> Cyan
1168 // <8=> White
1169 
1170 #ifndef SAADC_CONFIG_INFO_COLOR
1171 #define SAADC_CONFIG_INFO_COLOR 0
1172 #endif
1173 
1174 // <o> SAADC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1175 
1176 // <0=> Default
1177 // <1=> Black
1178 // <2=> Red
1179 // <3=> Green
1180 // <4=> Yellow
1181 // <5=> Blue
1182 // <6=> Magenta
1183 // <7=> Cyan
1184 // <8=> White
1185 
1186 #ifndef SAADC_CONFIG_DEBUG_COLOR
1187 #define SAADC_CONFIG_DEBUG_COLOR 0
1188 #endif
1189 
1190 // </e>
1191 
1192 // <e> SPIS_CONFIG_LOG_ENABLED - Enables logging in the module.
1193 //==========================================================
1194 #ifndef SPIS_CONFIG_LOG_ENABLED
1195 #define SPIS_CONFIG_LOG_ENABLED 0
1196 #endif
1197 // <o> SPIS_CONFIG_LOG_LEVEL  - Default Severity level
1198 
1199 // <0=> Off
1200 // <1=> Error
1201 // <2=> Warning
1202 // <3=> Info
1203 // <4=> Debug
1204 
1205 #ifndef SPIS_CONFIG_LOG_LEVEL
1206 #define SPIS_CONFIG_LOG_LEVEL 3
1207 #endif
1208 
1209 // <o> SPIS_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1210 
1211 // <0=> Default
1212 // <1=> Black
1213 // <2=> Red
1214 // <3=> Green
1215 // <4=> Yellow
1216 // <5=> Blue
1217 // <6=> Magenta
1218 // <7=> Cyan
1219 // <8=> White
1220 
1221 #ifndef SPIS_CONFIG_INFO_COLOR
1222 #define SPIS_CONFIG_INFO_COLOR 0
1223 #endif
1224 
1225 // <o> SPIS_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1226 
1227 // <0=> Default
1228 // <1=> Black
1229 // <2=> Red
1230 // <3=> Green
1231 // <4=> Yellow
1232 // <5=> Blue
1233 // <6=> Magenta
1234 // <7=> Cyan
1235 // <8=> White
1236 
1237 #ifndef SPIS_CONFIG_DEBUG_COLOR
1238 #define SPIS_CONFIG_DEBUG_COLOR 0
1239 #endif
1240 
1241 // </e>
1242 
1243 // <e> SPI_CONFIG_LOG_ENABLED - Enables logging in the module.
1244 //==========================================================
1245 #ifndef SPI_CONFIG_LOG_ENABLED
1246 #define SPI_CONFIG_LOG_ENABLED 0
1247 #endif
1248 // <o> SPI_CONFIG_LOG_LEVEL  - Default Severity level
1249 
1250 // <0=> Off
1251 // <1=> Error
1252 // <2=> Warning
1253 // <3=> Info
1254 // <4=> Debug
1255 
1256 #ifndef SPI_CONFIG_LOG_LEVEL
1257 #define SPI_CONFIG_LOG_LEVEL 3
1258 #endif
1259 
1260 // <o> SPI_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1261 
1262 // <0=> Default
1263 // <1=> Black
1264 // <2=> Red
1265 // <3=> Green
1266 // <4=> Yellow
1267 // <5=> Blue
1268 // <6=> Magenta
1269 // <7=> Cyan
1270 // <8=> White
1271 
1272 #ifndef SPI_CONFIG_INFO_COLOR
1273 #define SPI_CONFIG_INFO_COLOR 0
1274 #endif
1275 
1276 // <o> SPI_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1277 
1278 // <0=> Default
1279 // <1=> Black
1280 // <2=> Red
1281 // <3=> Green
1282 // <4=> Yellow
1283 // <5=> Blue
1284 // <6=> Magenta
1285 // <7=> Cyan
1286 // <8=> White
1287 
1288 #ifndef SPI_CONFIG_DEBUG_COLOR
1289 #define SPI_CONFIG_DEBUG_COLOR 0
1290 #endif
1291 
1292 // </e>
1293 
1294 // <e> TIMER_CONFIG_LOG_ENABLED - Enables logging in the module.
1295 //==========================================================
1296 #ifndef TIMER_CONFIG_LOG_ENABLED
1297 #define TIMER_CONFIG_LOG_ENABLED 0
1298 #endif
1299 // <o> TIMER_CONFIG_LOG_LEVEL  - Default Severity level
1300 
1301 // <0=> Off
1302 // <1=> Error
1303 // <2=> Warning
1304 // <3=> Info
1305 // <4=> Debug
1306 
1307 #ifndef TIMER_CONFIG_LOG_LEVEL
1308 #define TIMER_CONFIG_LOG_LEVEL 3
1309 #endif
1310 
1311 // <o> TIMER_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1312 
1313 // <0=> Default
1314 // <1=> Black
1315 // <2=> Red
1316 // <3=> Green
1317 // <4=> Yellow
1318 // <5=> Blue
1319 // <6=> Magenta
1320 // <7=> Cyan
1321 // <8=> White
1322 
1323 #ifndef TIMER_CONFIG_INFO_COLOR
1324 #define TIMER_CONFIG_INFO_COLOR 0
1325 #endif
1326 
1327 // <o> TIMER_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1328 
1329 // <0=> Default
1330 // <1=> Black
1331 // <2=> Red
1332 // <3=> Green
1333 // <4=> Yellow
1334 // <5=> Blue
1335 // <6=> Magenta
1336 // <7=> Cyan
1337 // <8=> White
1338 
1339 #ifndef TIMER_CONFIG_DEBUG_COLOR
1340 #define TIMER_CONFIG_DEBUG_COLOR 0
1341 #endif
1342 
1343 // </e>
1344 
1345 // <e> TWIS_CONFIG_LOG_ENABLED - Enables logging in the module.
1346 //==========================================================
1347 #ifndef TWIS_CONFIG_LOG_ENABLED
1348 #define TWIS_CONFIG_LOG_ENABLED 0
1349 #endif
1350 // <o> TWIS_CONFIG_LOG_LEVEL  - Default Severity level
1351 
1352 // <0=> Off
1353 // <1=> Error
1354 // <2=> Warning
1355 // <3=> Info
1356 // <4=> Debug
1357 
1358 #ifndef TWIS_CONFIG_LOG_LEVEL
1359 #define TWIS_CONFIG_LOG_LEVEL 3
1360 #endif
1361 
1362 // <o> TWIS_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1363 
1364 // <0=> Default
1365 // <1=> Black
1366 // <2=> Red
1367 // <3=> Green
1368 // <4=> Yellow
1369 // <5=> Blue
1370 // <6=> Magenta
1371 // <7=> Cyan
1372 // <8=> White
1373 
1374 #ifndef TWIS_CONFIG_INFO_COLOR
1375 #define TWIS_CONFIG_INFO_COLOR 0
1376 #endif
1377 
1378 // <o> TWIS_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1379 
1380 // <0=> Default
1381 // <1=> Black
1382 // <2=> Red
1383 // <3=> Green
1384 // <4=> Yellow
1385 // <5=> Blue
1386 // <6=> Magenta
1387 // <7=> Cyan
1388 // <8=> White
1389 
1390 #ifndef TWIS_CONFIG_DEBUG_COLOR
1391 #define TWIS_CONFIG_DEBUG_COLOR 0
1392 #endif
1393 
1394 // </e>
1395 
1396 // <e> TWI_CONFIG_LOG_ENABLED - Enables logging in the module.
1397 //==========================================================
1398 #ifndef TWI_CONFIG_LOG_ENABLED
1399 #define TWI_CONFIG_LOG_ENABLED 0
1400 #endif
1401 // <o> TWI_CONFIG_LOG_LEVEL  - Default Severity level
1402 
1403 // <0=> Off
1404 // <1=> Error
1405 // <2=> Warning
1406 // <3=> Info
1407 // <4=> Debug
1408 
1409 #ifndef TWI_CONFIG_LOG_LEVEL
1410 #define TWI_CONFIG_LOG_LEVEL 3
1411 #endif
1412 
1413 // <o> TWI_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1414 
1415 // <0=> Default
1416 // <1=> Black
1417 // <2=> Red
1418 // <3=> Green
1419 // <4=> Yellow
1420 // <5=> Blue
1421 // <6=> Magenta
1422 // <7=> Cyan
1423 // <8=> White
1424 
1425 #ifndef TWI_CONFIG_INFO_COLOR
1426 #define TWI_CONFIG_INFO_COLOR 0
1427 #endif
1428 
1429 // <o> TWI_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1430 
1431 // <0=> Default
1432 // <1=> Black
1433 // <2=> Red
1434 // <3=> Green
1435 // <4=> Yellow
1436 // <5=> Blue
1437 // <6=> Magenta
1438 // <7=> Cyan
1439 // <8=> White
1440 
1441 #ifndef TWI_CONFIG_DEBUG_COLOR
1442 #define TWI_CONFIG_DEBUG_COLOR 0
1443 #endif
1444 
1445 // </e>
1446 
1447 // <e> UART_CONFIG_LOG_ENABLED - Enables logging in the module.
1448 //==========================================================
1449 #ifndef UART_CONFIG_LOG_ENABLED
1450 #define UART_CONFIG_LOG_ENABLED 0
1451 #endif
1452 // <o> UART_CONFIG_LOG_LEVEL  - Default Severity level
1453 
1454 // <0=> Off
1455 // <1=> Error
1456 // <2=> Warning
1457 // <3=> Info
1458 // <4=> Debug
1459 
1460 #ifndef UART_CONFIG_LOG_LEVEL
1461 #define UART_CONFIG_LOG_LEVEL 3
1462 #endif
1463 
1464 // <o> UART_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1465 
1466 // <0=> Default
1467 // <1=> Black
1468 // <2=> Red
1469 // <3=> Green
1470 // <4=> Yellow
1471 // <5=> Blue
1472 // <6=> Magenta
1473 // <7=> Cyan
1474 // <8=> White
1475 
1476 #ifndef UART_CONFIG_INFO_COLOR
1477 #define UART_CONFIG_INFO_COLOR 0
1478 #endif
1479 
1480 // <o> UART_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1481 
1482 // <0=> Default
1483 // <1=> Black
1484 // <2=> Red
1485 // <3=> Green
1486 // <4=> Yellow
1487 // <5=> Blue
1488 // <6=> Magenta
1489 // <7=> Cyan
1490 // <8=> White
1491 
1492 #ifndef UART_CONFIG_DEBUG_COLOR
1493 #define UART_CONFIG_DEBUG_COLOR 0
1494 #endif
1495 
1496 // </e>
1497 
1498 // <e> USBD_CONFIG_LOG_ENABLED - Enable logging in the module
1499 //==========================================================
1500 #ifndef USBD_CONFIG_LOG_ENABLED
1501 #define USBD_CONFIG_LOG_ENABLED 0
1502 #endif
1503 // <o> USBD_CONFIG_LOG_LEVEL  - Default Severity level
1504 
1505 // <0=> Off
1506 // <1=> Error
1507 // <2=> Warning
1508 // <3=> Info
1509 // <4=> Debug
1510 
1511 #ifndef USBD_CONFIG_LOG_LEVEL
1512 #define USBD_CONFIG_LOG_LEVEL 3
1513 #endif
1514 
1515 // <o> USBD_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1516 
1517 // <0=> Default
1518 // <1=> Black
1519 // <2=> Red
1520 // <3=> Green
1521 // <4=> Yellow
1522 // <5=> Blue
1523 // <6=> Magenta
1524 // <7=> Cyan
1525 // <8=> White
1526 
1527 #ifndef USBD_CONFIG_INFO_COLOR
1528 #define USBD_CONFIG_INFO_COLOR 0
1529 #endif
1530 
1531 // <o> USBD_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1532 
1533 // <0=> Default
1534 // <1=> Black
1535 // <2=> Red
1536 // <3=> Green
1537 // <4=> Yellow
1538 // <5=> Blue
1539 // <6=> Magenta
1540 // <7=> Cyan
1541 // <8=> White
1542 
1543 #ifndef USBD_CONFIG_DEBUG_COLOR
1544 #define USBD_CONFIG_DEBUG_COLOR 0
1545 #endif
1546 
1547 // </e>
1548 
1549 // <e> WDT_CONFIG_LOG_ENABLED - Enables logging in the module.
1550 //==========================================================
1551 #ifndef WDT_CONFIG_LOG_ENABLED
1552 #define WDT_CONFIG_LOG_ENABLED 0
1553 #endif
1554 // <o> WDT_CONFIG_LOG_LEVEL  - Default Severity level
1555 
1556 // <0=> Off
1557 // <1=> Error
1558 // <2=> Warning
1559 // <3=> Info
1560 // <4=> Debug
1561 
1562 #ifndef WDT_CONFIG_LOG_LEVEL
1563 #define WDT_CONFIG_LOG_LEVEL 3
1564 #endif
1565 
1566 // <o> WDT_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1567 
1568 // <0=> Default
1569 // <1=> Black
1570 // <2=> Red
1571 // <3=> Green
1572 // <4=> Yellow
1573 // <5=> Blue
1574 // <6=> Magenta
1575 // <7=> Cyan
1576 // <8=> White
1577 
1578 #ifndef WDT_CONFIG_INFO_COLOR
1579 #define WDT_CONFIG_INFO_COLOR 0
1580 #endif
1581 
1582 // <o> WDT_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1583 
1584 // <0=> Default
1585 // <1=> Black
1586 // <2=> Red
1587 // <3=> Green
1588 // <4=> Yellow
1589 // <5=> Blue
1590 // <6=> Magenta
1591 // <7=> Cyan
1592 // <8=> White
1593 
1594 #ifndef WDT_CONFIG_DEBUG_COLOR
1595 #define WDT_CONFIG_DEBUG_COLOR 0
1596 #endif
1597 
1598 // </e>
1599 
1600 // </h>
1601 //==========================================================
1602 
1603 // <h> nrf_log in nRF_Libraries
1604 
1605 //==========================================================
1606 // <e> APP_BUTTON_CONFIG_LOG_ENABLED - Enables logging in the module.
1607 //==========================================================
1608 #ifndef APP_BUTTON_CONFIG_LOG_ENABLED
1609 #define APP_BUTTON_CONFIG_LOG_ENABLED 0
1610 #endif
1611 // <o> APP_BUTTON_CONFIG_LOG_LEVEL  - Default Severity level
1612 
1613 // <0=> Off
1614 // <1=> Error
1615 // <2=> Warning
1616 // <3=> Info
1617 // <4=> Debug
1618 
1619 #ifndef APP_BUTTON_CONFIG_LOG_LEVEL
1620 #define APP_BUTTON_CONFIG_LOG_LEVEL 3
1621 #endif
1622 
1623 // <o> APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL  - Initial severity level if dynamic filtering is enabled.
1624 
1625 
1626 // <i> If module generates a lot of logs, initial log level can
1627 // <i> be decreased to prevent flooding. Severity level can be
1628 // <i> increased on instance basis.
1629 // <0=> Off
1630 // <1=> Error
1631 // <2=> Warning
1632 // <3=> Info
1633 // <4=> Debug
1634 
1635 #ifndef APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL
1636 #define APP_BUTTON_CONFIG_INITIAL_LOG_LEVEL 3
1637 #endif
1638 
1639 // <o> APP_BUTTON_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1640 
1641 // <0=> Default
1642 // <1=> Black
1643 // <2=> Red
1644 // <3=> Green
1645 // <4=> Yellow
1646 // <5=> Blue
1647 // <6=> Magenta
1648 // <7=> Cyan
1649 // <8=> White
1650 
1651 #ifndef APP_BUTTON_CONFIG_INFO_COLOR
1652 #define APP_BUTTON_CONFIG_INFO_COLOR 0
1653 #endif
1654 
1655 // <o> APP_BUTTON_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1656 
1657 // <0=> Default
1658 // <1=> Black
1659 // <2=> Red
1660 // <3=> Green
1661 // <4=> Yellow
1662 // <5=> Blue
1663 // <6=> Magenta
1664 // <7=> Cyan
1665 // <8=> White
1666 
1667 #ifndef APP_BUTTON_CONFIG_DEBUG_COLOR
1668 #define APP_BUTTON_CONFIG_DEBUG_COLOR 0
1669 #endif
1670 
1671 // </e>
1672 
1673 // <e> APP_TIMER_CONFIG_LOG_ENABLED - Enables logging in the module.
1674 //==========================================================
1675 #ifndef APP_TIMER_CONFIG_LOG_ENABLED
1676 #define APP_TIMER_CONFIG_LOG_ENABLED 0
1677 #endif
1678 // <o> APP_TIMER_CONFIG_LOG_LEVEL  - Default Severity level
1679 
1680 // <0=> Off
1681 // <1=> Error
1682 // <2=> Warning
1683 // <3=> Info
1684 // <4=> Debug
1685 
1686 #ifndef APP_TIMER_CONFIG_LOG_LEVEL
1687 #define APP_TIMER_CONFIG_LOG_LEVEL 3
1688 #endif
1689 
1690 // <o> APP_TIMER_CONFIG_INITIAL_LOG_LEVEL  - Initial severity level if dynamic filtering is enabled.
1691 
1692 
1693 // <i> If module generates a lot of logs, initial log level can
1694 // <i> be decreased to prevent flooding. Severity level can be
1695 // <i> increased on instance basis.
1696 // <0=> Off
1697 // <1=> Error
1698 // <2=> Warning
1699 // <3=> Info
1700 // <4=> Debug
1701 
1702 #ifndef APP_TIMER_CONFIG_INITIAL_LOG_LEVEL
1703 #define APP_TIMER_CONFIG_INITIAL_LOG_LEVEL 3
1704 #endif
1705 
1706 // <o> APP_TIMER_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1707 
1708 // <0=> Default
1709 // <1=> Black
1710 // <2=> Red
1711 // <3=> Green
1712 // <4=> Yellow
1713 // <5=> Blue
1714 // <6=> Magenta
1715 // <7=> Cyan
1716 // <8=> White
1717 
1718 #ifndef APP_TIMER_CONFIG_INFO_COLOR
1719 #define APP_TIMER_CONFIG_INFO_COLOR 0
1720 #endif
1721 
1722 // <o> APP_TIMER_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1723 
1724 // <0=> Default
1725 // <1=> Black
1726 // <2=> Red
1727 // <3=> Green
1728 // <4=> Yellow
1729 // <5=> Blue
1730 // <6=> Magenta
1731 // <7=> Cyan
1732 // <8=> White
1733 
1734 #ifndef APP_TIMER_CONFIG_DEBUG_COLOR
1735 #define APP_TIMER_CONFIG_DEBUG_COLOR 0
1736 #endif
1737 
1738 // </e>
1739 
1740 // <e> APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED - Enables logging in the module.
1741 //==========================================================
1742 #ifndef APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED
1743 #define APP_USBD_CDC_ACM_CONFIG_LOG_ENABLED 0
1744 #endif
1745 // <o> APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL  - Default Severity level
1746 
1747 // <0=> Off
1748 // <1=> Error
1749 // <2=> Warning
1750 // <3=> Info
1751 // <4=> Debug
1752 
1753 #ifndef APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL
1754 #define APP_USBD_CDC_ACM_CONFIG_LOG_LEVEL 3
1755 #endif
1756 
1757 // <o> APP_USBD_CDC_ACM_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1758 
1759 // <0=> Default
1760 // <1=> Black
1761 // <2=> Red
1762 // <3=> Green
1763 // <4=> Yellow
1764 // <5=> Blue
1765 // <6=> Magenta
1766 // <7=> Cyan
1767 // <8=> White
1768 
1769 #ifndef APP_USBD_CDC_ACM_CONFIG_INFO_COLOR
1770 #define APP_USBD_CDC_ACM_CONFIG_INFO_COLOR 0
1771 #endif
1772 
1773 // <o> APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1774 
1775 // <0=> Default
1776 // <1=> Black
1777 // <2=> Red
1778 // <3=> Green
1779 // <4=> Yellow
1780 // <5=> Blue
1781 // <6=> Magenta
1782 // <7=> Cyan
1783 // <8=> White
1784 
1785 #ifndef APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR
1786 #define APP_USBD_CDC_ACM_CONFIG_DEBUG_COLOR 0
1787 #endif
1788 
1789 // </e>
1790 
1791 // <e> APP_USBD_CONFIG_LOG_ENABLED - Enable logging in the module.
1792 //==========================================================
1793 #ifndef APP_USBD_CONFIG_LOG_ENABLED
1794 #define APP_USBD_CONFIG_LOG_ENABLED 0
1795 #endif
1796 // <o> APP_USBD_CONFIG_LOG_LEVEL  - Default Severity level
1797 
1798 // <0=> Off
1799 // <1=> Error
1800 // <2=> Warning
1801 // <3=> Info
1802 // <4=> Debug
1803 
1804 #ifndef APP_USBD_CONFIG_LOG_LEVEL
1805 #define APP_USBD_CONFIG_LOG_LEVEL 3
1806 #endif
1807 
1808 // <o> APP_USBD_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1809 
1810 // <0=> Default
1811 // <1=> Black
1812 // <2=> Red
1813 // <3=> Green
1814 // <4=> Yellow
1815 // <5=> Blue
1816 // <6=> Magenta
1817 // <7=> Cyan
1818 // <8=> White
1819 
1820 #ifndef APP_USBD_CONFIG_INFO_COLOR
1821 #define APP_USBD_CONFIG_INFO_COLOR 0
1822 #endif
1823 
1824 // <o> APP_USBD_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1825 
1826 // <0=> Default
1827 // <1=> Black
1828 // <2=> Red
1829 // <3=> Green
1830 // <4=> Yellow
1831 // <5=> Blue
1832 // <6=> Magenta
1833 // <7=> Cyan
1834 // <8=> White
1835 
1836 #ifndef APP_USBD_CONFIG_DEBUG_COLOR
1837 #define APP_USBD_CONFIG_DEBUG_COLOR 0
1838 #endif
1839 
1840 // </e>
1841 
1842 // <e> APP_USBD_DUMMY_CONFIG_LOG_ENABLED - Enables logging in the module.
1843 //==========================================================
1844 #ifndef APP_USBD_DUMMY_CONFIG_LOG_ENABLED
1845 #define APP_USBD_DUMMY_CONFIG_LOG_ENABLED 0
1846 #endif
1847 // <o> APP_USBD_DUMMY_CONFIG_LOG_LEVEL  - Default Severity level
1848 
1849 // <0=> Off
1850 // <1=> Error
1851 // <2=> Warning
1852 // <3=> Info
1853 // <4=> Debug
1854 
1855 #ifndef APP_USBD_DUMMY_CONFIG_LOG_LEVEL
1856 #define APP_USBD_DUMMY_CONFIG_LOG_LEVEL 3
1857 #endif
1858 
1859 // <o> APP_USBD_DUMMY_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1860 
1861 // <0=> Default
1862 // <1=> Black
1863 // <2=> Red
1864 // <3=> Green
1865 // <4=> Yellow
1866 // <5=> Blue
1867 // <6=> Magenta
1868 // <7=> Cyan
1869 // <8=> White
1870 
1871 #ifndef APP_USBD_DUMMY_CONFIG_INFO_COLOR
1872 #define APP_USBD_DUMMY_CONFIG_INFO_COLOR 0
1873 #endif
1874 
1875 // <o> APP_USBD_DUMMY_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1876 
1877 // <0=> Default
1878 // <1=> Black
1879 // <2=> Red
1880 // <3=> Green
1881 // <4=> Yellow
1882 // <5=> Blue
1883 // <6=> Magenta
1884 // <7=> Cyan
1885 // <8=> White
1886 
1887 #ifndef APP_USBD_DUMMY_CONFIG_DEBUG_COLOR
1888 #define APP_USBD_DUMMY_CONFIG_DEBUG_COLOR 0
1889 #endif
1890 
1891 // </e>
1892 
1893 // <e> APP_USBD_MSC_CONFIG_LOG_ENABLED - Enables logging in the module.
1894 //==========================================================
1895 #ifndef APP_USBD_MSC_CONFIG_LOG_ENABLED
1896 #define APP_USBD_MSC_CONFIG_LOG_ENABLED 0
1897 #endif
1898 // <o> APP_USBD_MSC_CONFIG_LOG_LEVEL  - Default Severity level
1899 
1900 // <0=> Off
1901 // <1=> Error
1902 // <2=> Warning
1903 // <3=> Info
1904 // <4=> Debug
1905 
1906 #ifndef APP_USBD_MSC_CONFIG_LOG_LEVEL
1907 #define APP_USBD_MSC_CONFIG_LOG_LEVEL 3
1908 #endif
1909 
1910 // <o> APP_USBD_MSC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1911 
1912 // <0=> Default
1913 // <1=> Black
1914 // <2=> Red
1915 // <3=> Green
1916 // <4=> Yellow
1917 // <5=> Blue
1918 // <6=> Magenta
1919 // <7=> Cyan
1920 // <8=> White
1921 
1922 #ifndef APP_USBD_MSC_CONFIG_INFO_COLOR
1923 #define APP_USBD_MSC_CONFIG_INFO_COLOR 0
1924 #endif
1925 
1926 // <o> APP_USBD_MSC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1927 
1928 // <0=> Default
1929 // <1=> Black
1930 // <2=> Red
1931 // <3=> Green
1932 // <4=> Yellow
1933 // <5=> Blue
1934 // <6=> Magenta
1935 // <7=> Cyan
1936 // <8=> White
1937 
1938 #ifndef APP_USBD_MSC_CONFIG_DEBUG_COLOR
1939 #define APP_USBD_MSC_CONFIG_DEBUG_COLOR 0
1940 #endif
1941 
1942 // </e>
1943 
1944 // <e> APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED - Enables logging in the module.
1945 //==========================================================
1946 #ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED
1947 #define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_ENABLED 0
1948 #endif
1949 // <o> APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL  - Default Severity level
1950 
1951 // <0=> Off
1952 // <1=> Error
1953 // <2=> Warning
1954 // <3=> Info
1955 // <4=> Debug
1956 
1957 #ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL
1958 #define APP_USBD_NRF_DFU_TRIGGER_CONFIG_LOG_LEVEL 3
1959 #endif
1960 
1961 // <o> APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR  - ANSI escape code prefix.
1962 
1963 // <0=> Default
1964 // <1=> Black
1965 // <2=> Red
1966 // <3=> Green
1967 // <4=> Yellow
1968 // <5=> Blue
1969 // <6=> Magenta
1970 // <7=> Cyan
1971 // <8=> White
1972 
1973 #ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR
1974 #define APP_USBD_NRF_DFU_TRIGGER_CONFIG_INFO_COLOR 0
1975 #endif
1976 
1977 // <o> APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
1978 
1979 // <0=> Default
1980 // <1=> Black
1981 // <2=> Red
1982 // <3=> Green
1983 // <4=> Yellow
1984 // <5=> Blue
1985 // <6=> Magenta
1986 // <7=> Cyan
1987 // <8=> White
1988 
1989 #ifndef APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR
1990 #define APP_USBD_NRF_DFU_TRIGGER_CONFIG_DEBUG_COLOR 0
1991 #endif
1992 
1993 // </e>
1994 
1995 // <e> NRF_ATFIFO_CONFIG_LOG_ENABLED - Enables logging in the module.
1996 //==========================================================
1997 #ifndef NRF_ATFIFO_CONFIG_LOG_ENABLED
1998 #define NRF_ATFIFO_CONFIG_LOG_ENABLED 0
1999 #endif
2000 // <o> NRF_ATFIFO_CONFIG_LOG_LEVEL  - Default Severity level
2001 
2002 // <0=> Off
2003 // <1=> Error
2004 // <2=> Warning
2005 // <3=> Info
2006 // <4=> Debug
2007 
2008 #ifndef NRF_ATFIFO_CONFIG_LOG_LEVEL
2009 #define NRF_ATFIFO_CONFIG_LOG_LEVEL 3
2010 #endif
2011 
2012 // <o> NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL  - Initial severity level if dynamic filtering is enabled
2013 
2014 // <0=> Off
2015 // <1=> Error
2016 // <2=> Warning
2017 // <3=> Info
2018 // <4=> Debug
2019 
2020 #ifndef NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL
2021 #define NRF_ATFIFO_CONFIG_LOG_INIT_FILTER_LEVEL 3
2022 #endif
2023 
2024 // <o> NRF_ATFIFO_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2025 
2026 // <0=> Default
2027 // <1=> Black
2028 // <2=> Red
2029 // <3=> Green
2030 // <4=> Yellow
2031 // <5=> Blue
2032 // <6=> Magenta
2033 // <7=> Cyan
2034 // <8=> White
2035 
2036 #ifndef NRF_ATFIFO_CONFIG_INFO_COLOR
2037 #define NRF_ATFIFO_CONFIG_INFO_COLOR 0
2038 #endif
2039 
2040 // <o> NRF_ATFIFO_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2041 
2042 // <0=> Default
2043 // <1=> Black
2044 // <2=> Red
2045 // <3=> Green
2046 // <4=> Yellow
2047 // <5=> Blue
2048 // <6=> Magenta
2049 // <7=> Cyan
2050 // <8=> White
2051 
2052 #ifndef NRF_ATFIFO_CONFIG_DEBUG_COLOR
2053 #define NRF_ATFIFO_CONFIG_DEBUG_COLOR 0
2054 #endif
2055 
2056 // </e>
2057 
2058 // <e> NRF_BALLOC_CONFIG_LOG_ENABLED - Enables logging in the module.
2059 //==========================================================
2060 #ifndef NRF_BALLOC_CONFIG_LOG_ENABLED
2061 #define NRF_BALLOC_CONFIG_LOG_ENABLED 0
2062 #endif
2063 // <o> NRF_BALLOC_CONFIG_LOG_LEVEL  - Default Severity level
2064 
2065 // <0=> Off
2066 // <1=> Error
2067 // <2=> Warning
2068 // <3=> Info
2069 // <4=> Debug
2070 
2071 #ifndef NRF_BALLOC_CONFIG_LOG_LEVEL
2072 #define NRF_BALLOC_CONFIG_LOG_LEVEL 3
2073 #endif
2074 
2075 // <o> NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL  - Initial severity level if dynamic filtering is enabled.
2076 
2077 
2078 // <i> If module generates a lot of logs, initial log level can
2079 // <i> be decreased to prevent flooding. Severity level can be
2080 // <i> increased on instance basis.
2081 // <0=> Off
2082 // <1=> Error
2083 // <2=> Warning
2084 // <3=> Info
2085 // <4=> Debug
2086 
2087 #ifndef NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL
2088 #define NRF_BALLOC_CONFIG_INITIAL_LOG_LEVEL 3
2089 #endif
2090 
2091 // <o> NRF_BALLOC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2092 
2093 // <0=> Default
2094 // <1=> Black
2095 // <2=> Red
2096 // <3=> Green
2097 // <4=> Yellow
2098 // <5=> Blue
2099 // <6=> Magenta
2100 // <7=> Cyan
2101 // <8=> White
2102 
2103 #ifndef NRF_BALLOC_CONFIG_INFO_COLOR
2104 #define NRF_BALLOC_CONFIG_INFO_COLOR 0
2105 #endif
2106 
2107 // <o> NRF_BALLOC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2108 
2109 // <0=> Default
2110 // <1=> Black
2111 // <2=> Red
2112 // <3=> Green
2113 // <4=> Yellow
2114 // <5=> Blue
2115 // <6=> Magenta
2116 // <7=> Cyan
2117 // <8=> White
2118 
2119 #ifndef NRF_BALLOC_CONFIG_DEBUG_COLOR
2120 #define NRF_BALLOC_CONFIG_DEBUG_COLOR 0
2121 #endif
2122 
2123 // </e>
2124 
2125 // <e> NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED - Enables logging in the module.
2126 //==========================================================
2127 #ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED
2128 #define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_ENABLED 0
2129 #endif
2130 // <o> NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL  - Default Severity level
2131 
2132 // <0=> Off
2133 // <1=> Error
2134 // <2=> Warning
2135 // <3=> Info
2136 // <4=> Debug
2137 
2138 #ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL
2139 #define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_LEVEL 3
2140 #endif
2141 
2142 // <o> NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL  - Initial severity level if dynamic filtering is enabled
2143 
2144 // <0=> Off
2145 // <1=> Error
2146 // <2=> Warning
2147 // <3=> Info
2148 // <4=> Debug
2149 
2150 #ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL
2151 #define NRF_BLOCK_DEV_EMPTY_CONFIG_LOG_INIT_FILTER_LEVEL 3
2152 #endif
2153 
2154 // <o> NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2155 
2156 // <0=> Default
2157 // <1=> Black
2158 // <2=> Red
2159 // <3=> Green
2160 // <4=> Yellow
2161 // <5=> Blue
2162 // <6=> Magenta
2163 // <7=> Cyan
2164 // <8=> White
2165 
2166 #ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR
2167 #define NRF_BLOCK_DEV_EMPTY_CONFIG_INFO_COLOR 0
2168 #endif
2169 
2170 // <o> NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2171 
2172 // <0=> Default
2173 // <1=> Black
2174 // <2=> Red
2175 // <3=> Green
2176 // <4=> Yellow
2177 // <5=> Blue
2178 // <6=> Magenta
2179 // <7=> Cyan
2180 // <8=> White
2181 
2182 #ifndef NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR
2183 #define NRF_BLOCK_DEV_EMPTY_CONFIG_DEBUG_COLOR 0
2184 #endif
2185 
2186 // </e>
2187 
2188 // <e> NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED - Enables logging in the module.
2189 //==========================================================
2190 #ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED
2191 #define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_ENABLED 0
2192 #endif
2193 // <o> NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL  - Default Severity level
2194 
2195 // <0=> Off
2196 // <1=> Error
2197 // <2=> Warning
2198 // <3=> Info
2199 // <4=> Debug
2200 
2201 #ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL
2202 #define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_LEVEL 3
2203 #endif
2204 
2205 // <o> NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL  - Initial severity level if dynamic filtering is enabled
2206 
2207 // <0=> Off
2208 // <1=> Error
2209 // <2=> Warning
2210 // <3=> Info
2211 // <4=> Debug
2212 
2213 #ifndef NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL
2214 #define NRF_BLOCK_DEV_QSPI_CONFIG_LOG_INIT_FILTER_LEVEL 3
2215 #endif
2216 
2217 // <o> NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2218 
2219 // <0=> Default
2220 // <1=> Black
2221 // <2=> Red
2222 // <3=> Green
2223 // <4=> Yellow
2224 // <5=> Blue
2225 // <6=> Magenta
2226 // <7=> Cyan
2227 // <8=> White
2228 
2229 #ifndef NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR
2230 #define NRF_BLOCK_DEV_QSPI_CONFIG_INFO_COLOR 0
2231 #endif
2232 
2233 // <o> NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2234 
2235 // <0=> Default
2236 // <1=> Black
2237 // <2=> Red
2238 // <3=> Green
2239 // <4=> Yellow
2240 // <5=> Blue
2241 // <6=> Magenta
2242 // <7=> Cyan
2243 // <8=> White
2244 
2245 #ifndef NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR
2246 #define NRF_BLOCK_DEV_QSPI_CONFIG_DEBUG_COLOR 0
2247 #endif
2248 
2249 // </e>
2250 
2251 // <e> NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED - Enables logging in the module.
2252 //==========================================================
2253 #ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED
2254 #define NRF_BLOCK_DEV_RAM_CONFIG_LOG_ENABLED 0
2255 #endif
2256 // <o> NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL  - Default Severity level
2257 
2258 // <0=> Off
2259 // <1=> Error
2260 // <2=> Warning
2261 // <3=> Info
2262 // <4=> Debug
2263 
2264 #ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL
2265 #define NRF_BLOCK_DEV_RAM_CONFIG_LOG_LEVEL 3
2266 #endif
2267 
2268 // <o> NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL  - Initial severity level if dynamic filtering is enabled
2269 
2270 // <0=> Off
2271 // <1=> Error
2272 // <2=> Warning
2273 // <3=> Info
2274 // <4=> Debug
2275 
2276 #ifndef NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL
2277 #define NRF_BLOCK_DEV_RAM_CONFIG_LOG_INIT_FILTER_LEVEL 3
2278 #endif
2279 
2280 // <o> NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2281 
2282 // <0=> Default
2283 // <1=> Black
2284 // <2=> Red
2285 // <3=> Green
2286 // <4=> Yellow
2287 // <5=> Blue
2288 // <6=> Magenta
2289 // <7=> Cyan
2290 // <8=> White
2291 
2292 #ifndef NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR
2293 #define NRF_BLOCK_DEV_RAM_CONFIG_INFO_COLOR 0
2294 #endif
2295 
2296 // <o> NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2297 
2298 // <0=> Default
2299 // <1=> Black
2300 // <2=> Red
2301 // <3=> Green
2302 // <4=> Yellow
2303 // <5=> Blue
2304 // <6=> Magenta
2305 // <7=> Cyan
2306 // <8=> White
2307 
2308 #ifndef NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR
2309 #define NRF_BLOCK_DEV_RAM_CONFIG_DEBUG_COLOR 0
2310 #endif
2311 
2312 // </e>
2313 
2314 // <e> NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED - Enables logging in the module.
2315 //==========================================================
2316 #ifndef NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED
2317 #define NRF_CLI_BLE_UART_CONFIG_LOG_ENABLED 0
2318 #endif
2319 // <o> NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL  - Default Severity level
2320 
2321 // <0=> Off
2322 // <1=> Error
2323 // <2=> Warning
2324 // <3=> Info
2325 // <4=> Debug
2326 
2327 #ifndef NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL
2328 #define NRF_CLI_BLE_UART_CONFIG_LOG_LEVEL 3
2329 #endif
2330 
2331 // <o> NRF_CLI_BLE_UART_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2332 
2333 // <0=> Default
2334 // <1=> Black
2335 // <2=> Red
2336 // <3=> Green
2337 // <4=> Yellow
2338 // <5=> Blue
2339 // <6=> Magenta
2340 // <7=> Cyan
2341 // <8=> White
2342 
2343 #ifndef NRF_CLI_BLE_UART_CONFIG_INFO_COLOR
2344 #define NRF_CLI_BLE_UART_CONFIG_INFO_COLOR 0
2345 #endif
2346 
2347 // <o> NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2348 
2349 // <0=> Default
2350 // <1=> Black
2351 // <2=> Red
2352 // <3=> Green
2353 // <4=> Yellow
2354 // <5=> Blue
2355 // <6=> Magenta
2356 // <7=> Cyan
2357 // <8=> White
2358 
2359 #ifndef NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR
2360 #define NRF_CLI_BLE_UART_CONFIG_DEBUG_COLOR 0
2361 #endif
2362 
2363 // </e>
2364 
2365 // <e> NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module.
2366 //==========================================================
2367 #ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED
2368 #define NRF_CLI_LIBUARTE_CONFIG_LOG_ENABLED 0
2369 #endif
2370 // <o> NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL  - Default Severity level
2371 
2372 // <0=> Off
2373 // <1=> Error
2374 // <2=> Warning
2375 // <3=> Info
2376 // <4=> Debug
2377 
2378 #ifndef NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL
2379 #define NRF_CLI_LIBUARTE_CONFIG_LOG_LEVEL 3
2380 #endif
2381 
2382 // <o> NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2383 
2384 // <0=> Default
2385 // <1=> Black
2386 // <2=> Red
2387 // <3=> Green
2388 // <4=> Yellow
2389 // <5=> Blue
2390 // <6=> Magenta
2391 // <7=> Cyan
2392 // <8=> White
2393 
2394 #ifndef NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR
2395 #define NRF_CLI_LIBUARTE_CONFIG_INFO_COLOR 0
2396 #endif
2397 
2398 // <o> NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2399 
2400 // <0=> Default
2401 // <1=> Black
2402 // <2=> Red
2403 // <3=> Green
2404 // <4=> Yellow
2405 // <5=> Blue
2406 // <6=> Magenta
2407 // <7=> Cyan
2408 // <8=> White
2409 
2410 #ifndef NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR
2411 #define NRF_CLI_LIBUARTE_CONFIG_DEBUG_COLOR 0
2412 #endif
2413 
2414 // </e>
2415 
2416 // <e> NRF_CLI_UART_CONFIG_LOG_ENABLED - Enables logging in the module.
2417 //==========================================================
2418 #ifndef NRF_CLI_UART_CONFIG_LOG_ENABLED
2419 #define NRF_CLI_UART_CONFIG_LOG_ENABLED 0
2420 #endif
2421 // <o> NRF_CLI_UART_CONFIG_LOG_LEVEL  - Default Severity level
2422 
2423 // <0=> Off
2424 // <1=> Error
2425 // <2=> Warning
2426 // <3=> Info
2427 // <4=> Debug
2428 
2429 #ifndef NRF_CLI_UART_CONFIG_LOG_LEVEL
2430 #define NRF_CLI_UART_CONFIG_LOG_LEVEL 3
2431 #endif
2432 
2433 // <o> NRF_CLI_UART_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2434 
2435 // <0=> Default
2436 // <1=> Black
2437 // <2=> Red
2438 // <3=> Green
2439 // <4=> Yellow
2440 // <5=> Blue
2441 // <6=> Magenta
2442 // <7=> Cyan
2443 // <8=> White
2444 
2445 #ifndef NRF_CLI_UART_CONFIG_INFO_COLOR
2446 #define NRF_CLI_UART_CONFIG_INFO_COLOR 0
2447 #endif
2448 
2449 // <o> NRF_CLI_UART_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2450 
2451 // <0=> Default
2452 // <1=> Black
2453 // <2=> Red
2454 // <3=> Green
2455 // <4=> Yellow
2456 // <5=> Blue
2457 // <6=> Magenta
2458 // <7=> Cyan
2459 // <8=> White
2460 
2461 #ifndef NRF_CLI_UART_CONFIG_DEBUG_COLOR
2462 #define NRF_CLI_UART_CONFIG_DEBUG_COLOR 0
2463 #endif
2464 
2465 // </e>
2466 
2467 // <e> NRF_LIBUARTE_CONFIG_LOG_ENABLED - Enables logging in the module.
2468 //==========================================================
2469 #ifndef NRF_LIBUARTE_CONFIG_LOG_ENABLED
2470 #define NRF_LIBUARTE_CONFIG_LOG_ENABLED 0
2471 #endif
2472 // <o> NRF_LIBUARTE_CONFIG_LOG_LEVEL  - Default Severity level
2473 
2474 // <0=> Off
2475 // <1=> Error
2476 // <2=> Warning
2477 // <3=> Info
2478 // <4=> Debug
2479 
2480 #ifndef NRF_LIBUARTE_CONFIG_LOG_LEVEL
2481 #define NRF_LIBUARTE_CONFIG_LOG_LEVEL 3
2482 #endif
2483 
2484 // <o> NRF_LIBUARTE_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2485 
2486 // <0=> Default
2487 // <1=> Black
2488 // <2=> Red
2489 // <3=> Green
2490 // <4=> Yellow
2491 // <5=> Blue
2492 // <6=> Magenta
2493 // <7=> Cyan
2494 // <8=> White
2495 
2496 #ifndef NRF_LIBUARTE_CONFIG_INFO_COLOR
2497 #define NRF_LIBUARTE_CONFIG_INFO_COLOR 0
2498 #endif
2499 
2500 // <o> NRF_LIBUARTE_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2501 
2502 // <0=> Default
2503 // <1=> Black
2504 // <2=> Red
2505 // <3=> Green
2506 // <4=> Yellow
2507 // <5=> Blue
2508 // <6=> Magenta
2509 // <7=> Cyan
2510 // <8=> White
2511 
2512 #ifndef NRF_LIBUARTE_CONFIG_DEBUG_COLOR
2513 #define NRF_LIBUARTE_CONFIG_DEBUG_COLOR 0
2514 #endif
2515 
2516 // </e>
2517 
2518 // <e> NRF_MEMOBJ_CONFIG_LOG_ENABLED - Enables logging in the module.
2519 //==========================================================
2520 #ifndef NRF_MEMOBJ_CONFIG_LOG_ENABLED
2521 #define NRF_MEMOBJ_CONFIG_LOG_ENABLED 0
2522 #endif
2523 // <o> NRF_MEMOBJ_CONFIG_LOG_LEVEL  - Default Severity level
2524 
2525 // <0=> Off
2526 // <1=> Error
2527 // <2=> Warning
2528 // <3=> Info
2529 // <4=> Debug
2530 
2531 #ifndef NRF_MEMOBJ_CONFIG_LOG_LEVEL
2532 #define NRF_MEMOBJ_CONFIG_LOG_LEVEL 3
2533 #endif
2534 
2535 // <o> NRF_MEMOBJ_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2536 
2537 // <0=> Default
2538 // <1=> Black
2539 // <2=> Red
2540 // <3=> Green
2541 // <4=> Yellow
2542 // <5=> Blue
2543 // <6=> Magenta
2544 // <7=> Cyan
2545 // <8=> White
2546 
2547 #ifndef NRF_MEMOBJ_CONFIG_INFO_COLOR
2548 #define NRF_MEMOBJ_CONFIG_INFO_COLOR 0
2549 #endif
2550 
2551 // <o> NRF_MEMOBJ_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2552 
2553 // <0=> Default
2554 // <1=> Black
2555 // <2=> Red
2556 // <3=> Green
2557 // <4=> Yellow
2558 // <5=> Blue
2559 // <6=> Magenta
2560 // <7=> Cyan
2561 // <8=> White
2562 
2563 #ifndef NRF_MEMOBJ_CONFIG_DEBUG_COLOR
2564 #define NRF_MEMOBJ_CONFIG_DEBUG_COLOR 0
2565 #endif
2566 
2567 // </e>
2568 
2569 // <e> NRF_PWR_MGMT_CONFIG_LOG_ENABLED - Enables logging in the module.
2570 //==========================================================
2571 #ifndef NRF_PWR_MGMT_CONFIG_LOG_ENABLED
2572 #define NRF_PWR_MGMT_CONFIG_LOG_ENABLED 0
2573 #endif
2574 // <o> NRF_PWR_MGMT_CONFIG_LOG_LEVEL  - Default Severity level
2575 
2576 // <0=> Off
2577 // <1=> Error
2578 // <2=> Warning
2579 // <3=> Info
2580 // <4=> Debug
2581 
2582 #ifndef NRF_PWR_MGMT_CONFIG_LOG_LEVEL
2583 #define NRF_PWR_MGMT_CONFIG_LOG_LEVEL 3
2584 #endif
2585 
2586 // <o> NRF_PWR_MGMT_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2587 
2588 // <0=> Default
2589 // <1=> Black
2590 // <2=> Red
2591 // <3=> Green
2592 // <4=> Yellow
2593 // <5=> Blue
2594 // <6=> Magenta
2595 // <7=> Cyan
2596 // <8=> White
2597 
2598 #ifndef NRF_PWR_MGMT_CONFIG_INFO_COLOR
2599 #define NRF_PWR_MGMT_CONFIG_INFO_COLOR 0
2600 #endif
2601 
2602 // <o> NRF_PWR_MGMT_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2603 
2604 // <0=> Default
2605 // <1=> Black
2606 // <2=> Red
2607 // <3=> Green
2608 // <4=> Yellow
2609 // <5=> Blue
2610 // <6=> Magenta
2611 // <7=> Cyan
2612 // <8=> White
2613 
2614 #ifndef NRF_PWR_MGMT_CONFIG_DEBUG_COLOR
2615 #define NRF_PWR_MGMT_CONFIG_DEBUG_COLOR 0
2616 #endif
2617 
2618 // </e>
2619 
2620 // <e> NRF_QUEUE_CONFIG_LOG_ENABLED - Enables logging in the module.
2621 //==========================================================
2622 #ifndef NRF_QUEUE_CONFIG_LOG_ENABLED
2623 #define NRF_QUEUE_CONFIG_LOG_ENABLED 0
2624 #endif
2625 // <o> NRF_QUEUE_CONFIG_LOG_LEVEL  - Default Severity level
2626 
2627 // <0=> Off
2628 // <1=> Error
2629 // <2=> Warning
2630 // <3=> Info
2631 // <4=> Debug
2632 
2633 #ifndef NRF_QUEUE_CONFIG_LOG_LEVEL
2634 #define NRF_QUEUE_CONFIG_LOG_LEVEL 3
2635 #endif
2636 
2637 // <o> NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL  - Initial severity level if dynamic filtering is enabled
2638 
2639 // <0=> Off
2640 // <1=> Error
2641 // <2=> Warning
2642 // <3=> Info
2643 // <4=> Debug
2644 
2645 #ifndef NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL
2646 #define NRF_QUEUE_CONFIG_LOG_INIT_FILTER_LEVEL 3
2647 #endif
2648 
2649 // <o> NRF_QUEUE_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2650 
2651 // <0=> Default
2652 // <1=> Black
2653 // <2=> Red
2654 // <3=> Green
2655 // <4=> Yellow
2656 // <5=> Blue
2657 // <6=> Magenta
2658 // <7=> Cyan
2659 // <8=> White
2660 
2661 #ifndef NRF_QUEUE_CONFIG_INFO_COLOR
2662 #define NRF_QUEUE_CONFIG_INFO_COLOR 0
2663 #endif
2664 
2665 // <o> NRF_QUEUE_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2666 
2667 // <0=> Default
2668 // <1=> Black
2669 // <2=> Red
2670 // <3=> Green
2671 // <4=> Yellow
2672 // <5=> Blue
2673 // <6=> Magenta
2674 // <7=> Cyan
2675 // <8=> White
2676 
2677 #ifndef NRF_QUEUE_CONFIG_DEBUG_COLOR
2678 #define NRF_QUEUE_CONFIG_DEBUG_COLOR 0
2679 #endif
2680 
2681 // </e>
2682 
2683 // <e> NRF_SDH_ANT_LOG_ENABLED - Enable logging in SoftDevice handler (ANT) module.
2684 //==========================================================
2685 #ifndef NRF_SDH_ANT_LOG_ENABLED
2686 #define NRF_SDH_ANT_LOG_ENABLED 0
2687 #endif
2688 // <o> NRF_SDH_ANT_LOG_LEVEL  - Default Severity level
2689 
2690 // <0=> Off
2691 // <1=> Error
2692 // <2=> Warning
2693 // <3=> Info
2694 // <4=> Debug
2695 
2696 #ifndef NRF_SDH_ANT_LOG_LEVEL
2697 #define NRF_SDH_ANT_LOG_LEVEL 3
2698 #endif
2699 
2700 // <o> NRF_SDH_ANT_INFO_COLOR  - ANSI escape code prefix.
2701 
2702 // <0=> Default
2703 // <1=> Black
2704 // <2=> Red
2705 // <3=> Green
2706 // <4=> Yellow
2707 // <5=> Blue
2708 // <6=> Magenta
2709 // <7=> Cyan
2710 // <8=> White
2711 
2712 #ifndef NRF_SDH_ANT_INFO_COLOR
2713 #define NRF_SDH_ANT_INFO_COLOR 0
2714 #endif
2715 
2716 // <o> NRF_SDH_ANT_DEBUG_COLOR  - ANSI escape code prefix.
2717 
2718 // <0=> Default
2719 // <1=> Black
2720 // <2=> Red
2721 // <3=> Green
2722 // <4=> Yellow
2723 // <5=> Blue
2724 // <6=> Magenta
2725 // <7=> Cyan
2726 // <8=> White
2727 
2728 #ifndef NRF_SDH_ANT_DEBUG_COLOR
2729 #define NRF_SDH_ANT_DEBUG_COLOR 0
2730 #endif
2731 
2732 // </e>
2733 
2734 // <e> NRF_SDH_BLE_LOG_ENABLED - Enable logging in SoftDevice handler (BLE) module.
2735 //==========================================================
2736 #ifndef NRF_SDH_BLE_LOG_ENABLED
2737 #define NRF_SDH_BLE_LOG_ENABLED 0
2738 #endif
2739 // <o> NRF_SDH_BLE_LOG_LEVEL  - Default Severity level
2740 
2741 // <0=> Off
2742 // <1=> Error
2743 // <2=> Warning
2744 // <3=> Info
2745 // <4=> Debug
2746 
2747 #ifndef NRF_SDH_BLE_LOG_LEVEL
2748 #define NRF_SDH_BLE_LOG_LEVEL 3
2749 #endif
2750 
2751 // <o> NRF_SDH_BLE_INFO_COLOR  - ANSI escape code prefix.
2752 
2753 // <0=> Default
2754 // <1=> Black
2755 // <2=> Red
2756 // <3=> Green
2757 // <4=> Yellow
2758 // <5=> Blue
2759 // <6=> Magenta
2760 // <7=> Cyan
2761 // <8=> White
2762 
2763 #ifndef NRF_SDH_BLE_INFO_COLOR
2764 #define NRF_SDH_BLE_INFO_COLOR 0
2765 #endif
2766 
2767 // <o> NRF_SDH_BLE_DEBUG_COLOR  - ANSI escape code prefix.
2768 
2769 // <0=> Default
2770 // <1=> Black
2771 // <2=> Red
2772 // <3=> Green
2773 // <4=> Yellow
2774 // <5=> Blue
2775 // <6=> Magenta
2776 // <7=> Cyan
2777 // <8=> White
2778 
2779 #ifndef NRF_SDH_BLE_DEBUG_COLOR
2780 #define NRF_SDH_BLE_DEBUG_COLOR 0
2781 #endif
2782 
2783 // </e>
2784 
2785 // <e> NRF_SDH_LOG_ENABLED - Enable logging in SoftDevice handler module.
2786 //==========================================================
2787 #ifndef NRF_SDH_LOG_ENABLED
2788 #define NRF_SDH_LOG_ENABLED 0
2789 #endif
2790 // <o> NRF_SDH_LOG_LEVEL  - Default Severity level
2791 
2792 // <0=> Off
2793 // <1=> Error
2794 // <2=> Warning
2795 // <3=> Info
2796 // <4=> Debug
2797 
2798 #ifndef NRF_SDH_LOG_LEVEL
2799 #define NRF_SDH_LOG_LEVEL 3
2800 #endif
2801 
2802 // <o> NRF_SDH_INFO_COLOR  - ANSI escape code prefix.
2803 
2804 // <0=> Default
2805 // <1=> Black
2806 // <2=> Red
2807 // <3=> Green
2808 // <4=> Yellow
2809 // <5=> Blue
2810 // <6=> Magenta
2811 // <7=> Cyan
2812 // <8=> White
2813 
2814 #ifndef NRF_SDH_INFO_COLOR
2815 #define NRF_SDH_INFO_COLOR 0
2816 #endif
2817 
2818 // <o> NRF_SDH_DEBUG_COLOR  - ANSI escape code prefix.
2819 
2820 // <0=> Default
2821 // <1=> Black
2822 // <2=> Red
2823 // <3=> Green
2824 // <4=> Yellow
2825 // <5=> Blue
2826 // <6=> Magenta
2827 // <7=> Cyan
2828 // <8=> White
2829 
2830 #ifndef NRF_SDH_DEBUG_COLOR
2831 #define NRF_SDH_DEBUG_COLOR 0
2832 #endif
2833 
2834 // </e>
2835 
2836 // <e> NRF_SDH_SOC_LOG_ENABLED - Enable logging in SoftDevice handler (SoC) module.
2837 //==========================================================
2838 #ifndef NRF_SDH_SOC_LOG_ENABLED
2839 #define NRF_SDH_SOC_LOG_ENABLED 0
2840 #endif
2841 // <o> NRF_SDH_SOC_LOG_LEVEL  - Default Severity level
2842 
2843 // <0=> Off
2844 // <1=> Error
2845 // <2=> Warning
2846 // <3=> Info
2847 // <4=> Debug
2848 
2849 #ifndef NRF_SDH_SOC_LOG_LEVEL
2850 #define NRF_SDH_SOC_LOG_LEVEL 3
2851 #endif
2852 
2853 // <o> NRF_SDH_SOC_INFO_COLOR  - ANSI escape code prefix.
2854 
2855 // <0=> Default
2856 // <1=> Black
2857 // <2=> Red
2858 // <3=> Green
2859 // <4=> Yellow
2860 // <5=> Blue
2861 // <6=> Magenta
2862 // <7=> Cyan
2863 // <8=> White
2864 
2865 #ifndef NRF_SDH_SOC_INFO_COLOR
2866 #define NRF_SDH_SOC_INFO_COLOR 0
2867 #endif
2868 
2869 // <o> NRF_SDH_SOC_DEBUG_COLOR  - ANSI escape code prefix.
2870 
2871 // <0=> Default
2872 // <1=> Black
2873 // <2=> Red
2874 // <3=> Green
2875 // <4=> Yellow
2876 // <5=> Blue
2877 // <6=> Magenta
2878 // <7=> Cyan
2879 // <8=> White
2880 
2881 #ifndef NRF_SDH_SOC_DEBUG_COLOR
2882 #define NRF_SDH_SOC_DEBUG_COLOR 0
2883 #endif
2884 
2885 // </e>
2886 
2887 // <e> NRF_SORTLIST_CONFIG_LOG_ENABLED - Enables logging in the module.
2888 //==========================================================
2889 #ifndef NRF_SORTLIST_CONFIG_LOG_ENABLED
2890 #define NRF_SORTLIST_CONFIG_LOG_ENABLED 0
2891 #endif
2892 // <o> NRF_SORTLIST_CONFIG_LOG_LEVEL  - Default Severity level
2893 
2894 // <0=> Off
2895 // <1=> Error
2896 // <2=> Warning
2897 // <3=> Info
2898 // <4=> Debug
2899 
2900 #ifndef NRF_SORTLIST_CONFIG_LOG_LEVEL
2901 #define NRF_SORTLIST_CONFIG_LOG_LEVEL 3
2902 #endif
2903 
2904 // <o> NRF_SORTLIST_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2905 
2906 // <0=> Default
2907 // <1=> Black
2908 // <2=> Red
2909 // <3=> Green
2910 // <4=> Yellow
2911 // <5=> Blue
2912 // <6=> Magenta
2913 // <7=> Cyan
2914 // <8=> White
2915 
2916 #ifndef NRF_SORTLIST_CONFIG_INFO_COLOR
2917 #define NRF_SORTLIST_CONFIG_INFO_COLOR 0
2918 #endif
2919 
2920 // <o> NRF_SORTLIST_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2921 
2922 // <0=> Default
2923 // <1=> Black
2924 // <2=> Red
2925 // <3=> Green
2926 // <4=> Yellow
2927 // <5=> Blue
2928 // <6=> Magenta
2929 // <7=> Cyan
2930 // <8=> White
2931 
2932 #ifndef NRF_SORTLIST_CONFIG_DEBUG_COLOR
2933 #define NRF_SORTLIST_CONFIG_DEBUG_COLOR 0
2934 #endif
2935 
2936 // </e>
2937 
2938 // <e> NRF_TWI_SENSOR_CONFIG_LOG_ENABLED - Enables logging in the module.
2939 //==========================================================
2940 #ifndef NRF_TWI_SENSOR_CONFIG_LOG_ENABLED
2941 #define NRF_TWI_SENSOR_CONFIG_LOG_ENABLED 0
2942 #endif
2943 // <o> NRF_TWI_SENSOR_CONFIG_LOG_LEVEL  - Default Severity level
2944 
2945 // <0=> Off
2946 // <1=> Error
2947 // <2=> Warning
2948 // <3=> Info
2949 // <4=> Debug
2950 
2951 #ifndef NRF_TWI_SENSOR_CONFIG_LOG_LEVEL
2952 #define NRF_TWI_SENSOR_CONFIG_LOG_LEVEL 3
2953 #endif
2954 
2955 // <o> NRF_TWI_SENSOR_CONFIG_INFO_COLOR  - ANSI escape code prefix.
2956 
2957 // <0=> Default
2958 // <1=> Black
2959 // <2=> Red
2960 // <3=> Green
2961 // <4=> Yellow
2962 // <5=> Blue
2963 // <6=> Magenta
2964 // <7=> Cyan
2965 // <8=> White
2966 
2967 #ifndef NRF_TWI_SENSOR_CONFIG_INFO_COLOR
2968 #define NRF_TWI_SENSOR_CONFIG_INFO_COLOR 0
2969 #endif
2970 
2971 // <o> NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
2972 
2973 // <0=> Default
2974 // <1=> Black
2975 // <2=> Red
2976 // <3=> Green
2977 // <4=> Yellow
2978 // <5=> Blue
2979 // <6=> Magenta
2980 // <7=> Cyan
2981 // <8=> White
2982 
2983 #ifndef NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR
2984 #define NRF_TWI_SENSOR_CONFIG_DEBUG_COLOR 0
2985 #endif
2986 
2987 // </e>
2988 
2989 // <e> PM_LOG_ENABLED - Enable logging in Peer Manager and its submodules.
2990 //==========================================================
2991 #ifndef PM_LOG_ENABLED
2992 #define PM_LOG_ENABLED 1
2993 #endif
2994 // <o> PM_LOG_LEVEL  - Default Severity level
2995 
2996 // <0=> Off
2997 // <1=> Error
2998 // <2=> Warning
2999 // <3=> Info
3000 // <4=> Debug
3001 
3002 #ifndef PM_LOG_LEVEL
3003 #define PM_LOG_LEVEL 3
3004 #endif
3005 
3006 // <o> PM_LOG_INFO_COLOR  - ANSI escape code prefix.
3007 
3008 // <0=> Default
3009 // <1=> Black
3010 // <2=> Red
3011 // <3=> Green
3012 // <4=> Yellow
3013 // <5=> Blue
3014 // <6=> Magenta
3015 // <7=> Cyan
3016 // <8=> White
3017 
3018 #ifndef PM_LOG_INFO_COLOR
3019 #define PM_LOG_INFO_COLOR 0
3020 #endif
3021 
3022 // <o> PM_LOG_DEBUG_COLOR  - ANSI escape code prefix.
3023 
3024 // <0=> Default
3025 // <1=> Black
3026 // <2=> Red
3027 // <3=> Green
3028 // <4=> Yellow
3029 // <5=> Blue
3030 // <6=> Magenta
3031 // <7=> Cyan
3032 // <8=> White
3033 
3034 #ifndef PM_LOG_DEBUG_COLOR
3035 #define PM_LOG_DEBUG_COLOR 0
3036 #endif
3037 
3038 // </e>
3039 
3040 // </h>
3041 //==========================================================
3042 
3043 // <h> nrf_log in nRF_Serialization
3044 
3045 //==========================================================
3046 // <e> SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED - Enables logging in the module.
3047 //==========================================================
3048 #ifndef SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED
3049 #define SER_HAL_TRANSPORT_CONFIG_LOG_ENABLED 0
3050 #endif
3051 // <o> SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL  - Default Severity level
3052 
3053 // <0=> Off
3054 // <1=> Error
3055 // <2=> Warning
3056 // <3=> Info
3057 // <4=> Debug
3058 
3059 #ifndef SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL
3060 #define SER_HAL_TRANSPORT_CONFIG_LOG_LEVEL 3
3061 #endif
3062 
3063 // <o> SER_HAL_TRANSPORT_CONFIG_INFO_COLOR  - ANSI escape code prefix.
3064 
3065 // <0=> Default
3066 // <1=> Black
3067 // <2=> Red
3068 // <3=> Green
3069 // <4=> Yellow
3070 // <5=> Blue
3071 // <6=> Magenta
3072 // <7=> Cyan
3073 // <8=> White
3074 
3075 #ifndef SER_HAL_TRANSPORT_CONFIG_INFO_COLOR
3076 #define SER_HAL_TRANSPORT_CONFIG_INFO_COLOR 0
3077 #endif
3078 
3079 // <o> SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
3080 
3081 // <0=> Default
3082 // <1=> Black
3083 // <2=> Red
3084 // <3=> Green
3085 // <4=> Yellow
3086 // <5=> Blue
3087 // <6=> Magenta
3088 // <7=> Cyan
3089 // <8=> White
3090 
3091 #ifndef SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR
3092 #define SER_HAL_TRANSPORT_CONFIG_DEBUG_COLOR 0
3093 #endif
3094 
3095 // </e>
3096 
3097 // </h>
3098 //==========================================================
3099 
3100 // </h>
3101 //==========================================================
3102 
3103 // </e>
3104 
3105 // <q> NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED  - nrf_log_str_formatter - Log string formatter
3106 
3107 
3108 #ifndef NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED
3109 #define NRF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED 1
3110 #endif
3111 
3112 // </h>
3113 //==========================================================
3114 
3115 // <h> nRF_Drivers
3116 
3117 //==========================================================
3118 // <e> NRFX_CLOCK_ENABLED - nrfx_clock - CLOCK peripheral driver
3119 //==========================================================
3120 #ifndef NRFX_CLOCK_ENABLED
3121 #define NRFX_CLOCK_ENABLED 1
3122 #endif
3123 // <o> NRFX_CLOCK_CONFIG_LF_SRC  - LF Clock Source
3124 
3125 // <0=> RC
3126 // <1=> XTAL
3127 // <2=> Synth
3128 // <131073=> External Low Swing
3129 // <196609=> External Full Swing
3130 
3131 #ifndef NRFX_CLOCK_CONFIG_LF_SRC
3132 #define NRFX_CLOCK_CONFIG_LF_SRC 1
3133 #endif
3134 
3135 // <o> NRFX_CLOCK_CONFIG_IRQ_PRIORITY  - Interrupt priority
3136 
3137 // <0=> 0 (highest)
3138 // <1=> 1
3139 // <2=> 2
3140 // <3=> 3
3141 // <4=> 4
3142 // <5=> 5
3143 // <6=> 6
3144 // <7=> 7
3145 
3146 #ifndef NRFX_CLOCK_CONFIG_IRQ_PRIORITY
3147 #define NRFX_CLOCK_CONFIG_IRQ_PRIORITY 6
3148 #endif
3149 
3150 // <e> NRFX_CLOCK_CONFIG_LOG_ENABLED - Enables logging in the module.
3151 //==========================================================
3152 #ifndef NRFX_CLOCK_CONFIG_LOG_ENABLED
3153 #define NRFX_CLOCK_CONFIG_LOG_ENABLED 0
3154 #endif
3155 // <o> NRFX_CLOCK_CONFIG_LOG_LEVEL  - Default Severity level
3156 
3157 // <0=> Off
3158 // <1=> Error
3159 // <2=> Warning
3160 // <3=> Info
3161 // <4=> Debug
3162 
3163 #ifndef NRFX_CLOCK_CONFIG_LOG_LEVEL
3164 #define NRFX_CLOCK_CONFIG_LOG_LEVEL 3
3165 #endif
3166 
3167 // <o> NRFX_CLOCK_CONFIG_INFO_COLOR  - ANSI escape code prefix.
3168 
3169 // <0=> Default
3170 // <1=> Black
3171 // <2=> Red
3172 // <3=> Green
3173 // <4=> Yellow
3174 // <5=> Blue
3175 // <6=> Magenta
3176 // <7=> Cyan
3177 // <8=> White
3178 
3179 #ifndef NRFX_CLOCK_CONFIG_INFO_COLOR
3180 #define NRFX_CLOCK_CONFIG_INFO_COLOR 0
3181 #endif
3182 
3183 // <o> NRFX_CLOCK_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
3184 
3185 // <0=> Default
3186 // <1=> Black
3187 // <2=> Red
3188 // <3=> Green
3189 // <4=> Yellow
3190 // <5=> Blue
3191 // <6=> Magenta
3192 // <7=> Cyan
3193 // <8=> White
3194 
3195 #ifndef NRFX_CLOCK_CONFIG_DEBUG_COLOR
3196 #define NRFX_CLOCK_CONFIG_DEBUG_COLOR 0
3197 #endif
3198 
3199 // </e>
3200 
3201 // </e>
3202 
3203 
3204 // <e> NRFX_RTC_ENABLED - nrfx_rtc - RTC peripheral driver
3205 //==========================================================
3206 #ifndef NRFX_RTC_ENABLED
3207 #define NRFX_RTC_ENABLED 1
3208 #endif
3209 // <q> NRFX_RTC0_ENABLED  - Enable RTC0 instance
3210 
3211 
3212 #ifndef NRFX_RTC0_ENABLED
3213 #define NRFX_RTC0_ENABLED 1
3214 #endif
3215 
3216 // <q> NRFX_RTC1_ENABLED  - Enable RTC1 instance
3217 
3218 
3219 #ifndef NRFX_RTC1_ENABLED
3220 #define NRFX_RTC1_ENABLED 0
3221 #endif
3222 
3223 // <q> NRFX_RTC2_ENABLED  - Enable RTC2 instance
3224 
3225 
3226 #ifndef NRFX_RTC2_ENABLED
3227 #define NRFX_RTC2_ENABLED 0
3228 #endif
3229 
3230 // <o> NRFX_RTC_MAXIMUM_LATENCY_US - Maximum possible time[us] in highest priority interrupt
3231 #ifndef NRFX_RTC_MAXIMUM_LATENCY_US
3232 #define NRFX_RTC_MAXIMUM_LATENCY_US 2000
3233 #endif
3234 
3235 // <o> NRFX_RTC_DEFAULT_CONFIG_FREQUENCY - Frequency  <16-32768>
3236 
3237 
3238 #ifndef NRFX_RTC_DEFAULT_CONFIG_FREQUENCY
3239 #define NRFX_RTC_DEFAULT_CONFIG_FREQUENCY 32768
3240 #endif
3241 
3242 // <q> NRFX_RTC_DEFAULT_CONFIG_RELIABLE  - Ensures safe compare event triggering
3243 
3244 
3245 #ifndef NRFX_RTC_DEFAULT_CONFIG_RELIABLE
3246 #define NRFX_RTC_DEFAULT_CONFIG_RELIABLE 0
3247 #endif
3248 
3249 // <o> NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY  - Interrupt priority
3250 
3251 // <0=> 0 (highest)
3252 // <1=> 1
3253 // <2=> 2
3254 // <3=> 3
3255 // <4=> 4
3256 // <5=> 5
3257 // <6=> 6
3258 // <7=> 7
3259 
3260 #ifndef NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY
3261 #define NRFX_RTC_DEFAULT_CONFIG_IRQ_PRIORITY 6
3262 #endif
3263 
3264 // <e> NRFX_RTC_CONFIG_LOG_ENABLED - Enables logging in the module.
3265 //==========================================================
3266 #ifndef NRFX_RTC_CONFIG_LOG_ENABLED
3267 #define NRFX_RTC_CONFIG_LOG_ENABLED 0
3268 #endif
3269 // <o> NRFX_RTC_CONFIG_LOG_LEVEL  - Default Severity level
3270 
3271 // <0=> Off
3272 // <1=> Error
3273 // <2=> Warning
3274 // <3=> Info
3275 // <4=> Debug
3276 
3277 #ifndef NRFX_RTC_CONFIG_LOG_LEVEL
3278 #define NRFX_RTC_CONFIG_LOG_LEVEL 3
3279 #endif
3280 
3281 // <o> NRFX_RTC_CONFIG_INFO_COLOR  - ANSI escape code prefix.
3282 
3283 // <0=> Default
3284 // <1=> Black
3285 // <2=> Red
3286 // <3=> Green
3287 // <4=> Yellow
3288 // <5=> Blue
3289 // <6=> Magenta
3290 // <7=> Cyan
3291 // <8=> White
3292 
3293 #ifndef NRFX_RTC_CONFIG_INFO_COLOR
3294 #define NRFX_RTC_CONFIG_INFO_COLOR 0
3295 #endif
3296 
3297 // <o> NRFX_RTC_CONFIG_DEBUG_COLOR  - ANSI escape code prefix.
3298 
3299 // <0=> Default
3300 // <1=> Black
3301 // <2=> Red
3302 // <3=> Green
3303 // <4=> Yellow
3304 // <5=> Blue
3305 // <6=> Magenta
3306 // <7=> Cyan
3307 // <8=> White
3308 
3309 #ifndef NRFX_RTC_CONFIG_DEBUG_COLOR
3310 #define NRFX_RTC_CONFIG_DEBUG_COLOR 0
3311 #endif
3312 
3313 // </e>
3314 
3315 // </e>
3316 
3317 
3318 // <<< end of configuration section >>>
3319 #endif //SDK_CONFIG_H
3320 
3321