Skip to content

Commit 0942203

Browse files
author
Pavel Petroshenko
authored
Merge pull request #11 from electricimp/develop
CSE-432 and CSE-176
2 parents 78e1c88 + 68e4fd4 commit 0942203

30 files changed

+2674
-887
lines changed

Diff for: .imptest

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"modelId": "-Ah71ECh-rlK" /* SpiFlashLogger */,
2+
"modelId": "56FYpVVkqSRX" /* K */,
33
"devices": [
4-
"30000c2a690bdb9f" /* 30000c2a690bdcca */
4+
"30000c2a690bdc21" /* K */
55
],
6-
"agentFile": "build/agent.nut",
7-
"deviceFile": "build/device.nut",
6+
"agentFile": false,
7+
"deviceFile": "SPIFlashLogger.device.lib.nut",
88
"stopOnFailure": false,
9-
"timeout": 30,
9+
"timeout": 60,
1010
"tests": [
1111
"*.test.nut",
1212
"tests/**/*.test.nut"

Diff for: .imptest-auth.enc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
��8
2+
�'��2��>lL'��ÇT�����勣��H?I;��B+��2�QU�HX��(w�-D�4-J�ٜ ��s�,� ���w����:��is�י�p

Diff for: .travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
node_js:
4+
- '5.5'
5+
6+
before_script:
7+
- npm i -g imptest@latest
8+
9+
script:
10+
- imptest test
11+
12+
before_install:
13+
- openssl aes-256-cbc -K $encrypted_c20bb4dffaf6_key -iv $encrypted_c20bb4dffaf6_iv -in .imptest-auth.enc -out .imptest-auth -d
14+

Diff for: LICENSE

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2015 Electric Imp
3+
Copyright 2015-2017 Electric Imp
4+
5+
SPDX-License-Identifier: MIT
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal
@@ -9,14 +11,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
911
copies of the Software, and to permit persons to whom the Software is
1012
furnished to do so, subject to the following conditions:
1113

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
2216

17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
20+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
21+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23+
OTHER DEALINGS IN THE SOFTWARE.

Diff for: README.md

+121-44
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)