Skip to content

Commit 3bc5136

Browse files
committed
Merge branch 'prepare-0.5.3-release' into 'main'
Prepare 0.5.3 release Closes #9 See merge request MSO-SW/drivers/arduino/arduino-core!30
2 parents b850372 + 869d5f2 commit 3bc5136

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ All notable changes to this project will be documented in this file.
66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
77
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

9-
`Unreleased`_
10-
-------------
9+
`0.5.3`_ 2021-10-19
10+
-------------------
1111

1212
- Add support for sensor specific errors
13+
- Update keywords.txt
1314

1415

1516
`0.5.2`_ 2021-08-03
@@ -135,7 +136,8 @@ Removed
135136
- Initial release
136137

137138

138-
.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.2...main
139+
.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.3...main
140+
.. _0.5.3: https://github.com/Sensirion/arduino-core/compare/0.5.2...0.5.3
139141
.. _0.5.2: https://github.com/Sensirion/arduino-core/compare/0.5.1...0.5.2
140142
.. _0.5.1: https://github.com/Sensirion/arduino-core/compare/0.5.0...0.5.1
141143
.. _0.5.0: https://github.com/Sensirion/arduino-core/compare/0.4.3...0.5.0

keywords.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
SensirionShdlcCommunication KEYWORD1
99
SensirionShdlcRxFrame KEYWORD1
1010
SensirionShdlcTxFrame KEYWORD1
11+
SensirionI2CTxFrame KEYWORD1
12+
SensirionI2CRxFrame KEYWORD1
13+
SensirionI2CCommunication KEYWORD1
14+
15+
# SensirionErrors.h
16+
HighLevelError KEYWORD1
17+
LowLevelError KEYWORD1
1118

1219
#######################################
1320
# Methods and Functions (KEYWORD2)
1421
#######################################
1522
sendFrame KEYWORD2
1623
receiveFrame KEYWORD2
24+
sendAndReceiveFrame KEYWORD2
1725
addUInt32 KEYWORD2
1826
addInt32 KEYWORD2
1927
addUInt16 KEYWORD2
@@ -22,10 +30,11 @@ addUInt8 KEYWORD2
2230
addInt8 KEYWORD2
2331
addFloat KEYWORD2
2432
addBytes KEYWORD2
33+
addBool KEYWORD2
34+
addCommand KEYWORD2
2535
begin KEYWORD2
2636
finish KEYWORD2
2737
reset KEYWORD2
28-
interpretError KEYWORD2
2938
getUInt32 KEYWORD2
3039
getInt32 KEYWORD2
3140
getUInt16 KEYWORD2
@@ -34,8 +43,14 @@ getUInt8 KEYWORD2
3443
getInt8 KEYWORD2
3544
getFloat KEYWORD2
3645
getBytes KEYWORD2
37-
processHeader KEYWORD2
38-
processTail KEYWORD2
46+
getCommand KEYWORD2
47+
getAddress KEYWORD2
48+
getDataLength KEYWORD2
49+
getState KEYWORD2
50+
51+
# SensirionErrors.h
52+
errorToString KEYWORD2
53+
3954
#######################################
4055
# Constants (LITERAL1)
4156
#######################################

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Sensirion Core
2-
version=0.5.2
2+
version=0.5.3
33
author=Sensirion
44
maintainer=Sensirion
55
sentence=Library containing code base for Sensirion Sensor Libraries.

0 commit comments

Comments
 (0)