Skip to content

Commit e82ce48

Browse files
committed
Clenup
1 parent 29dc2f5 commit e82ce48

474 files changed

Lines changed: 802 additions & 581 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/lychee.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
# Accepts log level: "error", "warn", "info", "debug", "trace"
55
verbose = "info"
66

7-
# Output display mode
8-
mode = "emoji"
9-
107
# Interactive progress bar while checking links.
8+
# Disabled for CI usage
119
no_progress = true
1210

1311
# Enable link caching. This can be helpful to avoid checking the same links on
1412
# multiple runs.
1513
cache = true
1614

17-
# Accept 200 (OK) and 403 (Forbidden) responses as valid
1815
accept = [
1916
"200"
2017
]
@@ -25,9 +22,9 @@ max_redirects = 2
2522
# Maximum number of allowed retries before a link is declared dead.
2623
max_retries = 2
2724

28-
# Only test links with the given schemes (e.g. https, https).
25+
# Only test links with the given schemes
2926
# Omit to check links with any other scheme.
30-
scheme = ["https", "file"]
27+
scheme = ["http", "https", "file"]
3128

3229
# Exclude links
3330
exclude = [

.github/workflows/buildmgr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
run: |
142142
sudo apt-get update
143143
sudo apt-get install ninja-build python3
144-
wget -q https://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb
144+
wget -q http://security.ubuntu.com/ubuntu/pool/main//d/doxygen/doxygen_1.8.6-2_amd64.deb
145145
sudo dpkg -i doxygen_1.8.6-2_amd64.deb
146146
sudo pip install LinkChecker==10.6.0
147147
- name: Create build folder

.github/workflows/markdown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
- name: Checkout devtools
5252
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353

54-
5554
- name: Check markdown links
5655
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
5756
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
/build*/
2323
**/cmake-*
2424
/.cache
25+
/external/*

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Apache License
33
Version 2.0, January 2004
4-
https://www.apache.org/licenses/
4+
http://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ or testing purposes.
4141
|Google C++ Testing Framework|1.11.0|[BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)|https://github.com/google/googletest.git| Testing |
4242
|cxxopts|2.2.1|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jarro2783/cxxopts.git| packgen |
4343
|yaml-cpp|0.7.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/jbeder/yaml-cpp.git| packgen |
44-
|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration|
45-
|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt)||Continuous integration|
44+
|[GetGitRevisionDescription.cmake](./cmake/GetGitRevisionDescription.cmake)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration|
45+
|[GetGitRevisionDescription.cmake.in](./cmake/GetGitRevisionDescription.cmake.in)||[Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt)||Continuous integration|
4646
|json|3.10.5|[MIT](https://opensource.org/licenses/MIT)|https://github.com/nlohmann/json| yml-schema-checker |
4747
|json-schema-validator|2.1.0|[MIT](https://opensource.org/licenses/MIT)|https://github.com/pboettch/json-schema-validator| yml-schema-checker |
4848

cmake/GetGitRevisionDescription.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#
3434
# Original Author:
3535
# 2009-2020 Ryan Pavlik <ryan.pavlik@gmail.com> <abiryan@ryand.net>
36-
# https://academic.cleardefinition.com
36+
# http://academic.cleardefinition.com
3737
#
3838
# Copyright 2009-2013, Iowa State University.
3939
# Copyright 2013-2020, Ryan Pavlik

cmake/GetGitRevisionDescription.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66
# Original Author:
77
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
8-
# https://academic.cleardefinition.com
8+
# http://academic.cleardefinition.com
99
# Iowa State University HCI Graduate Program/VRAC
1010
#
1111
# Copyright Iowa State University 2009-2010.
1212
# Distributed under the Boost Software License, Version 1.0.
1313
# (See accompanying file LICENSE_1_0.txt or copy at
14-
# https://www.boost.org/LICENSE_1_0.txt)
14+
# http://www.boost.org/LICENSE_1_0.txt)
1515

1616
set(HEAD_HASH)
1717

libs/rtemodel/docs/RTE+Model+Library+Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ This version is used in its exact form in:
243243
\$CMSIS_PACK_ROOT/ARM/CMSIS/5.7.0/
244244

245245
- in index.pidx file entry:  \<pdsc
246-
url=\"<https://www.keil.com/pack/>\" vendor=\"ARM\" name=\"CMSIS\"
246+
url=\"<http://www.keil.com/pack/>\" vendor=\"ARM\" name=\"CMSIS\"
247247
version=\"5.7.0\" />
248248

249249
- RtePackageFilter to define \"FIXED\" and \"EXCLUDED\" packs.

libs/rteutils/include/VersionCmp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* RTE - CMSIS Run-Time Environment */
55
/******************************************************************************/
66
/** @file VersionCmp.h
7-
* @brief Semantic Version comparison according to https://semver.org/
7+
* @brief Semantic Version comparison according to http://semver.org/
88
*/
99
/******************************************************************************/
1010
/*
@@ -39,7 +39,7 @@ class VersionCmp
3939

4040
public:
4141
/**
42-
* @brief Split v1 and v2 according to https://semver.org/ and compare individually
42+
* @brief Split v1 and v2 according to http://semver.org/ and compare individually
4343
* @param v1 version to be compared
4444
* @param v2 version to be compared
4545
* @param cs true in case of case sensitive comparison

0 commit comments

Comments
 (0)