# 61850-app **Repository Path**: sjack42/61850-app ## Basic Information - **Project Name**: 61850-app - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-23 - **Last Updated**: 2024-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # App Main application of the 61850 board. For more information and documentation see [here](https://github.com/alisoam/61850-docs). ## Requirements - gcc for arm processors ``` sh sudo apt install gcc-arm-none-eabi ``` - cmake ``` sh sudo apt install cmake ``` - JLink Download from [here](https://www.segger.com/downloads/jlink/) ## For the First Time - create the Toolchain.cmake from Toolchain.sample.cmake - run the following commands: ``` make init ``` ## Development ### Build ``` sh make ``` ### Program ``` sh make program ``` ### Debug (GDB server) To start the gdb server: ``` sh make gdb-srv ``` To connect to the swo output of the gdb server: ``` make gdb-swo ```