v2.0.3
Update copyright date Update to libicsneo v0.2.0 Ensure lock is held when accessing open devicespull/7/head v2.0.3
parent
8cc37c9df0
commit
c506f274c2
|
|
@ -1,3 +1,8 @@
|
||||||
|
v2.0.3
|
||||||
|
Update copyright date
|
||||||
|
Update to libicsneo v0.2.0
|
||||||
|
Ensure lock is held when accessing open devices
|
||||||
|
|
||||||
v2.0.2
|
v2.0.2
|
||||||
Use libicsneo v0.1.2 to resolve LEDs not indicating device status
|
Use libicsneo v0.1.2 to resolve LEDs not indicating device status
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
project(libicsneo-socketcan-daemon VERSION 2.0.2)
|
project(libicsneo-socketcan-daemon VERSION 2.0.3)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2016-2019 Intrepid Control Systems, Inc.
|
Copyright (c) 2016-2020 Intrepid Control Systems, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
Version 2.0.2
|
Version 2.0.3
|
||||||
|
|
||||||
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue