Skip to content

Commit e7b477c

Browse files
committed
first attempt to move the cavl2
1 parent cd195ec commit e7b477c

File tree

6 files changed

+423
-341
lines changed

6 files changed

+423
-341
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
--define sonar.projectName=libcanard
196196
--define sonar.projectKey=libcanard
197197
--define sonar.sources=libcanard
198-
--define sonar.exclusions=libcanard/_canard_cavl.h
198+
--define sonar.exclusions=libcanard/cavl2.h
199199
--define sonar.cfamily.gcov.reportsPath=.
200200
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
201201
--define sonar.host.url="${{ env.SONAR_SERVER_URL }}"

esp_metadata/package_esp_component.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp LICENSE package/libcanard/LICENSE
1111
cp README.md package/libcanard/README.md
1212

1313
cp libcanard/canard.c package/libcanard/canard.c
14-
cp libcanard/_canard_cavl.h package/libcanard/_canard_cavl.h
14+
cp libcanard/cavl2.h package/libcanard/calv2.h
1515
cp libcanard/canard.h package/libcanard/include/canard.h
1616

1717
cp esp_metadata/CMakeLists.txt package/libcanard/CMakeLists.txt

libcanard/_canard_cavl.h

Lines changed: 0 additions & 337 deletions
This file was deleted.

libcanard/canard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// --------------------------------------------- INTERNAL INCLUDES ----------------------------------------------
4242
// The internal includes are placed here after the config header is included and CANARD_ASSERT is defined.
4343

44-
#include "_canard_cavl.h"
44+
#include "cavl2.h"
4545

4646
// --------------------------------------------- COMMON DEFINITIONS ---------------------------------------------
4747

0 commit comments

Comments
 (0)