ADuCM4x50 Device Drivers API Reference Manual  Release 4.0.0.0
retarget_uart_config.h
1 
15 #ifndef RETARGET_UART_CONFIG_H
16 #define RETARGET_UART_CONFIG_H
17 
18 // --- <<< Use Configuration Wizard in Context Menu >>> ---
19 
20 // <h>UART Configuration for STDOUT and STDERR
21 
22 // <q>Configure Pinmuxing for UART.
23 // <i>Enable pinmux configuration for UART on first output.
24 #define ADI_UART_SETUP_PINMUX 1
25 
26 // <q>Raise Breakpoint on exit()
27 // <i>Cause a breakpoint event in exit() rather than looping forever.
28 #define ADI_UART_EXIT_BREAKPOINT 1
29 
30 
31 // </h>
32 
33 #endif /* RETARGET_UART_CONFIG_H */