Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/app_builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@ on:
default: ""
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"
compiler_profile_url:
type: string
required: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
repository: ${{ inputs.repo }}

- name: 📥 Install Conan ${{ inputs.conan_version }}
run: pip3 install conan==${{ inputs.conan_version }}
run: pipx install conan==${{ inputs.conan_version }}

- name: 📡 Add `libhal` repo to conan remotes
run: conan remote add libhal
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/demo_builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,7 +28,7 @@ on:
default: ""
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"
compiler_profile_url:
type: string
required: true
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
repository: ${{ inputs.repo }}

- name: 📥 Install Conan ${{ inputs.conan_version }}
run: pip3 install conan==${{ inputs.conan_version }}
run: pipx install conan==${{ inputs.conan_version }}

- name: 📡 Add `libhal` repo to conan remotes
run: conan remote add libhal
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@ on:
default: ${{ github.repository }}
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"
version:
type: string
default: ""
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +30,7 @@ on:
default: ""
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"

jobs:
linux_x86_64_clang:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,7 +25,7 @@ on:
default: ${{ github.repository }}
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"
version:
type: string
default: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/library_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ on:
default: ${{ github.repository }}
conan_version:
type: string
default: "2.10.1"
default: "2.16.1"

jobs:
tests:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -47,10 +47,6 @@ jobs:
submodules: true
repository: ${{ inputs.repo }}

- name: 📥 Install libclang-11-dev (for name style check)
shell: bash
run: sudo apt install libclang-11-dev

- name: 🌐 Downloading .clang-format from libhal
run: wget https://raw.githubusercontent.com/libhal/libhal/main/.clang-format -O .clang-format

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/take.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
16 changes: 2 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -51,9 +51,6 @@ jobs:
- os: ubuntu-24.04
profile_path: profiles/x86_64/linux/

- os: macos-13
profile_path: profiles/x86_64/mac-13/

- os: macos-14
profile_path: profiles/x86_64/mac-14/

Expand Down Expand Up @@ -108,15 +105,6 @@ jobs:
pipx ensurepath
sudo apt install clang-tidy-17

- name: 📥 Install OS Specific Tools (macos-13)
if: ${{ matrix.os == 'macos-13' }}
run: |
brew install llvm@17
ls $(brew --prefix llvm@17)/bin
ln -s $(brew --prefix llvm@17)/bin/clang-tidy /usr/local/bin/
brew install pipx
pipx ensurepath

- name: 📥 Install OS Specific Tools (macos-14)
if: ${{ matrix.os == 'macos-14' }}
run: |
Expand Down Expand Up @@ -189,7 +177,7 @@ jobs:

# - name: 📥 Install gcovr
# if: ${{ matrix.enable_coverage }}
# run: pip3 install gcovr
# run: pipx install gcovr

# - name: 🔎 Generate Code Coverage
# if: ${{ matrix.enable_coverage }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright 2024 Khalil Estell
# Copyright 2024 - 2025 Khalil Estell and the libhal contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down