Skip to content

Commit

Permalink
Updated Oasis Focuser SDK to improve stability of USB HID communicati…
Browse files Browse the repository at this point in the history
…on with Raspberry PI (indilib#932)

* Oasis Focuser INDI driver initial version

* Find Astroasis libraries

* Initial version for Oasis Focuser INDI driver

* Initial version for Oasis Focuser INDI driver

* Oasis Focuser SDK header file

* Added Astroasis driver

* Added readme and installation files

* Use version info from CMakeLists.txt

* Updated sdk version to 1.0.5

* Added spec file

* Updated for coding style

* Oasis focuser sdk lib file for armhf

* Oasis focuser sdk lib file for armhf

* Implemented ambient temeperature and backlash compensation direction setting, and optimized firmware version info

* Oasis focuser sdk lib file for x64

* Disable build for x86

* Fix incorrect Vender ID for Astroasis USB devices

* Fixed incorrect max position value

* Added libastroasis for building indi-astroasis on Fedora COPR

* Fix spelling

* Update for compilation and installation instructions

* Add Oasis Filter Wheel driver

* Add Oasis Filter Wheel driver

* Add Oasis filter wheel library file for 32bit arm

* Add Oasis filter wheel library file for 64bit arm

* Update indi-astroasis change log

* Add Oasis Filter Wheel driver library files

* Update for coding style

* Updated liboasisfocuser to improve stability of USB HID communication with Raspberry PI

* Updated liboasisfocuser to improve stability of USB HID communication with Raspberry PI

* Updated liboasisfocuser to improve stability of USB HID communication with Raspberry PI
  • Loading branch information
astroasis authored Jun 12, 2024
1 parent 4509e9f commit e333c40
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libastroasis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project (libastroasis)

set (OASIS_FOCUSER_VERSION "1.0.5")
set (OASIS_FOCUSER_VERSION "1.0.7")
set (OASIS_FOCUSER_SOVERSION "1")

set (OASIS_FILTER_WHEEL_VERSION "1.0.0")
Expand Down
Binary file modified libastroasis/arm64/liboasisfocuser.bin
Binary file not shown.
Binary file modified libastroasis/armhf/liboasisfocuser.bin
Binary file not shown.
Binary file modified libastroasis/x64/liboasisfocuser.bin
100644 → 100755
Binary file not shown.

0 comments on commit e333c40

Please sign in to comment.