Skip to content

Commit

Permalink
VSCP framework v1.2.0 integrated and copyright year updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Jan 1, 2021
1 parent 1b653a4 commit 286e034
Show file tree
Hide file tree
Showing 121 changed files with 2,056 additions and 121 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0

- Update to VSCP framework v1.2.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.2.0) there.

## 1.1.0

- Update to VSCP framework v1.1.0, please see the ![changelog](https://github.com/BlueAndi/vscp-framework/releases/tag/v1.1.0) there.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 - 2020, Andreas Merkle
Copyright (c) 2014 - 2021, Andreas Merkle
http://www.blue-andi.de
vscp@blue-andi.de

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ You will find the type defines here:
```
src/framework/events/vscp_evt_alarm.h
src/framework/events/vscp_evt_aol.h
src/framework/events/vscp_evt_configuration.h
src/framework/events/vscp_evt_control.h
src/framework/events/vscp_evt_data.h
src/framework/events/vscp_evt_diagnostic.h
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscp-arduino",
"version": "1.1.0",
"version": "1.2.0",
"keywords": "vscp, arduino-library, vscp-arduino, automation, home automation",
"description": "Very Simple Control Procotol (VSCP) Level 1 Library for the arduino IDE.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=VSCP
version=1.1.0
version=1.2.0
author=Andreas Merkle
maintainer=Andreas Merkle <vscp@blue-andi.de>
sentence=Very Simple Control Protocol L1 framework for all Arduino boards.
Expand Down
2 changes: 1 addition & 1 deletion mdf_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The MIT License (MIT)
Copyright (c) 2014 - 2020, Andreas Merkle
Copyright (c) 2014 - 2021, Andreas Merkle
http://www.blue-andi.de
vscp@blue-andi.de
Expand Down
2 changes: 1 addition & 1 deletion src/DigInDebounce.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/SwTimer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/VSCP.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
5 changes: 4 additions & 1 deletion src/framework/core/vscp_class_l1.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down Expand Up @@ -122,6 +122,9 @@ extern "C"
/** VSCP level 1 class: IR Remote i/f */
#define VSCP_CLASS_L1_IR 110

/** VSCP level 1 class: Configuration */
#define VSCP_CLASS_L1_CONFIGURATION 120

/** VSCP level 1 class: Position (GPS) */
#define VSCP_CLASS_L1_GNSS 206

Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_class_l1_l2.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_config_base.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_core.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
4 changes: 2 additions & 2 deletions src/framework/core/vscp_core.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down Expand Up @@ -102,7 +102,7 @@ extern "C"
#define VSCP_CORE_VERSION_STR "v1.11.00"

/** VSCP framework version string */
#define VSCP_CORE_FRAMEWORK_VERSION "v1.1.0"
#define VSCP_CORE_FRAMEWORK_VERSION "v1.2.0"

/*******************************************************************************
MACROS
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_data_coding.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_data_coding.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dev_data.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dev_data.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dev_data_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dm.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dm_ng.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_dm_ng.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_logger.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_logger.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_ps.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_ps.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_transport.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_transport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_type_alarm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
2 changes: 1 addition & 1 deletion src/framework/core/vscp_type_aol.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The MIT License (MIT)
*
* Copyright (c) 2014 - 2020, Andreas Merkle
* Copyright (c) 2014 - 2021, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
Expand Down
Loading

0 comments on commit 286e034

Please sign in to comment.