This repository has been archived by the owner on Feb 17, 2020. It is now read-only.
Releases: bifravst/cat-tracker-fw
Releases · bifravst/cat-tracker-fw
v0.42.0
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
fix: added missing semaphore give GPS trigger handler should give blocking semaphore Signed-off-by: Simen S. Røstad <[email protected]>
v0.40.0
fix: Added missing semaphore give Signed-off-by: Simen S. Røstad <[email protected]>
v0.39.0
fix: lowered workqueue stack size Signed-off-by: Simen S. Røstad <[email protected]>
v0.38.0
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
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
fix: application timing
v0.35.0
fix: missing logging
v0.34.0
fix: missing logging
v0.33.0
fix: compile warnings