Skip to content

Commit

Permalink
sync click boards to week 12 of 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFilipovic15 committed Mar 24, 2023
1 parent d27b690 commit 44dbda3
Show file tree
Hide file tree
Showing 13,759 changed files with 1,044,400 additions and 554,955 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

**Updates by date of commit:**

+ **[20230324](#20230324)**
+ **[20220722](#20220722)**
+ **[20220610](#20220610)**
+ **[20220603](#20220603)**
Expand Down Expand Up @@ -40,6 +41,13 @@
---
---

## `20230324`

* Added click boards released since the last sync.
* All existing MEMAKE packages that have their CMAKE version published in NECTO are replaced.

**[BACK TO TOP](#changelog)**

## `20220722`

*Following click boards have been added:*
Expand Down
801 changes: 427 additions & 374 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clicks/10dof/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changelog

### Version 2.0.0.10
### Version 2.1.0.15
- Initial release
27 changes: 27 additions & 0 deletions clicks/10dof/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
cmake_minimum_required(VERSION 3.21)
if (${TOOLCHAIN_LANGUAGE} MATCHES "MikroC")
project(example_c10dof LANGUAGES MikroC)
else()
project(example_c10dof LANGUAGES C ASM)
endif()

if (NOT PROJECT_TYPE)
set(PROJECT_TYPE "mikrosdk" CACHE STRING "" FORCE)
endif()

add_executable(example_c10dof
example/main.c

)


############################ example_c10dof GENERATED CODE START ###########################
find_package(MikroC.Core REQUIRED)
target_link_libraries(example_c10dof PUBLIC MikroC.Core)
find_package(MikroSDK.Board REQUIRED)
target_link_libraries(example_c10dof PUBLIC MikroSDK.Board)
find_package(MikroSDK.Log REQUIRED)
target_link_libraries(example_c10dof PUBLIC MikroSDK.Log)
add_subdirectory(lib_c10dof)
target_link_libraries(example_c10dof PUBLIC Click.10Dof)
############################ example_c10dof GENERATED CODE END ###########################
2 changes: 1 addition & 1 deletion clicks/10dof/DETAILS.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The full application code, and ready to use projects can be installed directly

- MikroSDK.Board
- MikroSDK.Log
- Click.C10Dof
- Click.10Dof

**Additional notes and informations**

Expand Down
2 changes: 1 addition & 1 deletion clicks/10dof/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The full application code, and ready to use projects can be installed directly

- MikroSDK.Board
- MikroSDK.Log
- Click.C10Dof
- Click.10Dof

**Additional notes and informations**

Expand Down
Loading

0 comments on commit 44dbda3

Please sign in to comment.