Skip to content

Commit a965b94

Browse files
authored
📝 Update getting started to conan-config2 (#81)
1 parent 10a5b3a commit a965b94

4 files changed

Lines changed: 110 additions & 250 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
permissions:
2525
contents: write
2626
env:
27-
CURRENT_VERSION: "4.1"
27+
CURRENT_VERSION: "4.2"
2828
PRODUCTION: true
2929

3030
jobs:

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ sphinx-build -b html -Dbreathe_projects.libhal=../doxygen_output/xml . output
1919

2020
cd ..
2121

22-
rm -rf mkdocs/api
22+
rm -rf mkdocs/api
2323
cp -r sphinx/output mkdocs/api
24-

mkdocs/education/canbus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ convert one filter to another.
477477

478478
### Range to identifier filter
479479

480+
!!! warning
481+
This does not exist currently!
482+
480483
libhal provides `hal::range_to_identifier_can_adaptor` which can take a
481484
`hal::can_range_filter` and generate multiple `hal::can_identifier_filters`.
482485
This can be beneficial when the set of IDs is contiguous OR close enough

0 commit comments

Comments
 (0)