Skip to content

Commit

Permalink
added action and basic badging
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Herrmann committed Sep 16, 2023
1 parent e5b0f7d commit 9039fbb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Run Clang-Format

on: [push, pull_request]

jobs:
format:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Run Clang-Format
uses: Peter-Herrmann/formatting/clang-format@main
with:
directories: 'SAME70-FreeRTOS-Plus-TCP/src/app'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# SAME70-FreeRTOS-Plus-TCP Example

[![GitHub license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Peter-Herrmann/SAME70-FreeRTOS-Plus-TCP/blob/main/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/Peter-Herrmann/SAME70-FreeRTOS-Plus-TCP)](https://github.com/Peter-Herrmann/SAME70-FreeRTOS-Plus-TCP/issues)

This repository provides a minimal example to get started with FreeRTOS+TCP on the SAME70 microcontroller. The project integrates the ASF (Advanced Software Framework) libraries generated in August 2023, and either the latest release version or the latest LTS version of the FreeRTOS kernel and FreeRTOS+TCP.

## 📔 Versions
Expand Down

0 comments on commit 9039fbb

Please sign in to comment.