Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Releases: bifravst/cat-tracker-fw

v0.42.0

22 Nov 12:17
Compare
Choose a tag to compare
fix: Added temporary sleep

The device sometimes faults if functionality utilizing the at_cmd lib
is called too soon after a gps search. This commit temporary fixes the
issue.

Signed-off-by: Simen S. Røstad <[email protected]>

v0.41.0

21 Nov 17:01
Compare
Choose a tag to compare
fix: added missing semaphore give

GPS trigger handler should give blocking semaphore

Signed-off-by: Simen S. Røstad <[email protected]>

v0.40.0

21 Nov 15:18
Compare
Choose a tag to compare
fix: Added missing semaphore give

Signed-off-by: Simen S. Røstad <[email protected]>

v0.39.0

21 Nov 13:59
Compare
Choose a tag to compare
fix: lowered workqueue stack size

Signed-off-by: Simen S. Røstad <[email protected]>

v0.38.0

20 Nov 16:29
Compare
Choose a tag to compare
fix: put functions in main into workqueue items

Important functions in main are now submitted as
workqueue items. This is to ensure better control
over the application and more run time safety

Signed-off-by: Simen S. Røstad <[email protected]>

v0.37.0

20 Nov 12:34
Compare
Choose a tag to compare
fix: removed thread abort function

further testing will determin if aborting a thread run time
does work. The zephyr documentation states states that aborting
threads run time may be dangerous

Signed-off-by: Simen S. Røstad <[email protected]>

v0.36.0

20 Nov 11:46
Compare
Choose a tag to compare
fix: application timing

v0.35.0

20 Nov 09:09
Compare
Choose a tag to compare
fix: missing logging

v0.34.0

20 Nov 08:56
Compare
Choose a tag to compare
fix: missing logging

v0.33.0

20 Nov 08:40
Compare
Choose a tag to compare
fix: compile warnings