This program is a BSD_Client example. It is used to send commands
to a BSD_Server or LEDSwitch server connected on the same LAN.

In order to run this example, you need to set the network parameters
to match your local area network.

To test this example, you need also a server application to connect to.
Download and run a BSD_Server or LEDSwitch server on a different evaluation
board connected to the same LAN. When BSD_Client is running, LED diodes on
both evaluation boards should light in sync.

NOTE: IP address and MAC address of this example must be set different
      from IP and MAC addresses on BSD_Server.

The BSD_Client program is a standalone application preconfigured for
NXP MIMXRT1060-EVKC Evaluation Board.

The program is available in different targets:
 - Debug:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
   - Network:CORE:              IPv4/IPv6 Debug
 - Release:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 3
   - Compiler:Event Recorder:   Disabled
   - CMSIS:RTOS2:Keil RTX5:     Library
   - Network:CORE:              IPv4/IPv6 Release

Notes:
 - In case of debugging problems consult the documentation and Blinky example
 - Power the board with external power through J45 barrel connector with 
   stable 5V voltage (center +), jumper J40 short 1-2, switch SW6 position 2-3
 - Define ETH_PHY_REF_CLK_50M=1 must be set to build KSZ8081RNA
   Ethernet PHY driver with support for 50MHz reference clock.
 - LCD output is re-targeted to debug console (virtual COM port) accessible on the
   same J53 connector as CMSIS-DAP debugger.
