Skip to content

Commit

Permalink
Merge branch 'prepare-0.5.3-release' into 'main'
Browse files Browse the repository at this point in the history
Prepare 0.5.3 release

Closes #9

See merge request MSO-SW/drivers/arduino/arduino-core!30
  • Loading branch information
rnestler committed Nov 19, 2021
2 parents b850372 + 869d5f2 commit 3bc5136
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`Unreleased`_
-------------
`0.5.3`_ 2021-10-19
-------------------

- Add support for sensor specific errors
- Update keywords.txt


`0.5.2`_ 2021-08-03
Expand Down Expand Up @@ -135,7 +136,8 @@ Removed
- Initial release


.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.2...main
.. _Unreleased: https://github.com/Sensirion/arduino-core/compare/0.5.3...main
.. _0.5.3: https://github.com/Sensirion/arduino-core/compare/0.5.2...0.5.3
.. _0.5.2: https://github.com/Sensirion/arduino-core/compare/0.5.1...0.5.2
.. _0.5.1: https://github.com/Sensirion/arduino-core/compare/0.5.0...0.5.1
.. _0.5.0: https://github.com/Sensirion/arduino-core/compare/0.4.3...0.5.0
Expand Down
21 changes: 18 additions & 3 deletions keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
SensirionShdlcCommunication KEYWORD1
SensirionShdlcRxFrame KEYWORD1
SensirionShdlcTxFrame KEYWORD1
SensirionI2CTxFrame KEYWORD1
SensirionI2CRxFrame KEYWORD1
SensirionI2CCommunication KEYWORD1

# SensirionErrors.h
HighLevelError KEYWORD1
LowLevelError KEYWORD1

#######################################
# Methods and Functions (KEYWORD2)
#######################################
sendFrame KEYWORD2
receiveFrame KEYWORD2
sendAndReceiveFrame KEYWORD2
addUInt32 KEYWORD2
addInt32 KEYWORD2
addUInt16 KEYWORD2
Expand All @@ -22,10 +30,11 @@ addUInt8 KEYWORD2
addInt8 KEYWORD2
addFloat KEYWORD2
addBytes KEYWORD2
addBool KEYWORD2
addCommand KEYWORD2
begin KEYWORD2
finish KEYWORD2
reset KEYWORD2
interpretError KEYWORD2
getUInt32 KEYWORD2
getInt32 KEYWORD2
getUInt16 KEYWORD2
Expand All @@ -34,8 +43,14 @@ getUInt8 KEYWORD2
getInt8 KEYWORD2
getFloat KEYWORD2
getBytes KEYWORD2
processHeader KEYWORD2
processTail KEYWORD2
getCommand KEYWORD2
getAddress KEYWORD2
getDataLength KEYWORD2
getState KEYWORD2

# SensirionErrors.h
errorToString KEYWORD2

#######################################
# Constants (LITERAL1)
#######################################
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion Core
version=0.5.2
version=0.5.3
author=Sensirion
maintainer=Sensirion
sentence=Library containing code base for Sensirion Sensor Libraries.
Expand Down

0 comments on commit 3bc5136

Please sign in to comment.