Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.32 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.32 KB

Mbed OS CTP Server Application

This application implements a responder for Connection Test Protocol (CTP), aka Loop packets at the Ethernet layer. CTP packets are used as part of Mbed OS's test suite, and you must have a second Mbed board running this application present on the network for the EMAC test in the Greentea test suite to pass.

How to set up this project:

  1. Clone it to your machine. Don't forget to use --recursive to clone the submodules: git clone --recursive https://github.com/mbed-ce/mbed-ethernet-ctp-server.git
  2. You may want to update the mbed-os submodule to the latest version, with cd mbed-ethernet-ctp-server/mbed-os && git fetch origin && git reset --hard origin/master
  3. Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
  4. Set up the CMake project for editing. We have three ways to do this:
  5. Build the flash-ctp-server target to upload the code to a connected device.