HPS

Results 12 issues of HPS

Reproduction: ``` # pkg -v 1.18.3 # pkg lock -l Currently locked packages: drm-510-kmod-5.10.113_1 gpu-firmware-kmod-20220511,1 # pkg unlock drm-510-kmod-5.10.113_1 drm-510-kmod-5.10.113_1: unlock this package? [y/N]: y Unlocking drm-510-kmod-5.10.113_1 drm-510-kmod-5.10.113_1: already unlocked...

Hi, The following patch sorts the SAT rules and eliminate duplicates before passing onto the SAT solver. [pkg_rule_optimise.diff.zip](https://github.com/freebsd/pkg/files/609040/pkg_rule_optimise.diff.zip) --HPS

Hi, I'm trying to build SonoBus under FreeBSD, but it fails. The reason is that many headers and libraries are installed under /usr/local/include and /usr/local/lib, instead of /usr/include and /usr/lib....

Hi, The prototype for void _DMX_setMode should be moved down a few lines and be changed to: `void _DMX_setMode(DMXUARTMode);` Thanks for making this library available! Working on Arduino Micro with...

See the folowing file: [patch-src_usb__bus.cpp.txt](https://github.com/aguinet/usbtop/files/6959980/patch-src_usb__bus.cpp.txt) Reference: https://cgit.freebsd.org/ports/commit/?id=972a2a5984b72965bfe8cbdddeda0953d61610fa --HPS

While at it remove double, 64-bit sample support, because it is not even supported by Linux's OSS kernel driver. A subtle difference is that BSD systems use packed 24-bit sample...

FYI: These two chunks were needed in order to use this program under FreeBSD. ``` --- meson.build.orig 2022-02-11 10:51:29 UTC +++ meson.build @@ -17,6 +17,7 @@ dep_jack = dependency('jack') dep_alsa...

Hi, Does Sonobus use multi-path UDP as a transport? Or does it only use a single UDP port? The reason for asking is that I found during development of hselasky/HpsJam...

It has been observed that CMTI notifications can stop when the internal memory of the E1750 dongle is full. Instead an SMMEMFULL indication is received. Fix this problem by always...

enhancement