Skip to content

Commit

Permalink
Merge pull request MikroElektronika#51 from MikroElektronika/stefan.f…
Browse files Browse the repository at this point in the history
…ilipovic/24week2023

sync click boards to week 24 of 2023
  • Loading branch information
StefanFilipovic15 authored Jun 16, 2023
2 parents b675a26 + e6ec1a3 commit 9dcc3e7
Show file tree
Hide file tree
Showing 472 changed files with 36,589 additions and 15,372 deletions.
44 changes: 44 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:**

+ **[20230616](#20230616)**
+ **[20230609](#20230609)**
+ **[20230602](#20230602)**
+ **[20230526](#20230526)**
Expand Down Expand Up @@ -52,6 +53,49 @@
---
---

## `20230616`

*Following click boards have been added:*

+ `Smart Buck 3`
+ `DIGI POT 13`
+ `DC Motor 13`
+ `DC Motor 23`
+ `Stepper 9`
+ `Stepper 20`

*Following click boards have been updated:*

+ `Presence`
+ `Pressure 2`
+ `Pressure 4`
+ `Pressure 8`
+ `Pressure 9`
+ `ProxFusion`
+ `ProxFusion 2`
+ `Proximity 3`
+ `Proximity 6`
+ `PWR Meter 2`
+ `RTC 3`
+ `RTC 7`
+ `RTC 8`
+ `RTD 2`
+ `Shake2Wake`
+ `SHT`
+ `Spectral`
+ `Spectrometer 2`
+ `SPI Isolator 2`
+ `CAN FD 4`
+ `NO2`
+ `Waveform 4`
+ `Qi RX`
+ `RS232 Isolator`
+ `Flash 11`

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

---

## `20230609`

*Following click boards have been added:*
Expand Down
667 changes: 335 additions & 332 deletions README.md

Large diffs are not rendered by default.

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

### Version 2.0.0.4
### Version 2.1.0.4
- Initial release
27 changes: 27 additions & 0 deletions clicks/canfd4/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_canfd4 LANGUAGES MikroC)
else()
project(example_canfd4 LANGUAGES C ASM)
endif()

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

add_executable(example_canfd4
example/main.c

)


############################ example_canfd4 GENERATED CODE START ###########################
find_package(MikroC.Core REQUIRED)
target_link_libraries(example_canfd4 PUBLIC MikroC.Core)
find_package(MikroSDK.Board REQUIRED)
target_link_libraries(example_canfd4 PUBLIC MikroSDK.Board)
find_package(MikroSDK.Log REQUIRED)
target_link_libraries(example_canfd4 PUBLIC MikroSDK.Log)
add_subdirectory(lib_canfd4)
target_link_libraries(example_canfd4 PUBLIC Click.CanFd4)
############################ example_canfd4 GENERATED CODE END ###########################
Loading

0 comments on commit 9dcc3e7

Please sign in to comment.