Skip to content

Commit 2924d0f

Browse files
author
Khalil Estell
authored
💥 use namespace hal::soft
2 parents a3f5837 + 93d53dd commit 2924d0f

63 files changed

Lines changed: 237 additions & 5606 deletions

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ on:
2727

2828
jobs:
2929
ci:
30-
uses: libhal/ci/.github/workflows/library.yml@4.0.0
30+
uses: libhal/ci/.github/workflows/library.yml@4.1.0
3131
with:
3232
library: libhal-soft
3333
coverage: true
3434
secrets: inherit
3535

3636
devices:
37-
uses: libhal/ci/.github/workflows/deploy.yml@4.0.0
37+
uses: libhal/ci/.github/workflows/deploy.yml@4.1.0
3838
secrets: inherit
3939

4040
release:

conanfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
from conan.tools.cmake import CMake, cmake_layout
1717
from conan.tools.files import copy
1818
from conan.tools.build import check_min_cppstd
19-
from conan.errors import ConanInvalidConfiguration
2019
import os
2120

2221

@@ -25,7 +24,7 @@
2524

2625
class libhal_soft_conan(ConanFile):
2726
name = "libhal-soft"
28-
version = "2.0.0"
27+
version = "3.0.0"
2928
license = "Apache-2.0"
3029
url = "https://github.com/conan-io/conan-center-index"
3130
homepage = "https://libhal.github.io/libhal-soft"

docs/doxygen.conf

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

docs/doxygen/header.html

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

docs/doxygen/mainpage.md

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

docs/doxygen/third_party/doxygen-awesome-darkmode-toggle.js

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

0 commit comments

Comments
 (0)