Skip to content

Commit 10a5b3a

Browse files
authored
📝 Small changes to docs (#78)
1 parent a0eb202 commit 10a5b3a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Khalil Estell
1+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Khalil Estell
1+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

mkdocs/contributor_guide/upgrade_to_libhal_3_device_library.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
Replace the contents of the file with the data below:
7979

8080
```python
81-
# Copyright 2024 Khalil Estell
81+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
8282
#
8383
# Licensed under the Apache License, Version 2.0 (the "License");
8484
# you may not use this file except in compliance with the License.
@@ -147,7 +147,7 @@ are now automatically linked against your library when you use
147147
Replace it with this, update `__device__` to the correct library name:
148148

149149
```cmake
150-
# Copyright 2024 Khalil Estell
150+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
151151
#
152152
# Licensed under the Apache License, Version 2.0 (the "License");
153153
# you may not use this file except in compliance with the License.
@@ -177,7 +177,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE libhal::__device__)
177177
Replace it with this:
178178

179179
```python
180-
# Copyright 2024 Khalil Estell
180+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
181181
#
182182
# Licensed under the Apache License, Version 2.0 (the "License");
183183
# you may not use this file except in compliance with the License.
@@ -209,7 +209,7 @@ class TestPackageConan(ConanFile):
209209
Replace it with the following:
210210

211211
```python
212-
# Copyright 2024 Khalil Estell
212+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
213213
#
214214
# Licensed under the Apache License, Version 2.0 (the "License");
215215
# you may not use this file except in compliance with the License.
@@ -246,7 +246,7 @@ class demos(ConanFile):
246246
## (6) Replace `demos/CMakeLists.txt`
247247

248248
```cmake
249-
# Copyright 2024 Khalil Estell
249+
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
250250
#
251251
# Licensed under the Apache License, Version 2.0 (the "License");
252252
# you may not use this file except in compliance with the License.

mkdocs/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ What you will need in order to get started with libhal.
4646
Installing conan:
4747

4848
```
49-
pipx install "conan>=2.10.1"
49+
pipx install "conan>=2.18.0"
5050
```
5151

5252
=== "MacOS X"
@@ -68,7 +68,7 @@ What you will need in order to get started with libhal.
6868
Install conan:
6969

7070
```
71-
pipx install "conan>=2.10.1"
71+
pipx install "conan>=2.18.0"
7272
```
7373

7474
Make `clang-tidy` available on the command line:
@@ -131,7 +131,7 @@ What you will need in order to get started with libhal.
131131
Install conan (must be in admin powershell):
132132

133133
```powershell
134-
python -m pip install -U "conan>=2.10.1"
134+
python -m pip install -U "conan>=2.18.0"
135135
```
136136

137137
There is no more installation required at this point.

0 commit comments

Comments
 (0)