We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda5a1d commit 8dcbcb9Copy full SHA for 8dcbcb9
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 2.8.4)
5
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
6
project (SOES)
7
8
-set (SOES_VERSION_MAJOR 0)
+set (SOES_VERSION_MAJOR 1)
9
set (SOES_VERSION_MINOR 1)
10
set (SOES_VERSION_PATCH 0)
11
README.md
@@ -11,7 +11,7 @@ SOES is an EtherCAT slave stack written in c. Its purpose is to learn and
to use. All users are invited to study the source to get an understanding
12
how an EtherCAT slave functions.
13
14
-Features as of 1.0.0:
+Features as of 1.1.0:
15
- Address offset based HAL for easy ESC read/write access via any
16
interface
17
- Mailbox with data link layer
0 commit comments