Ben Wolsieffer

Results 26 issues of Ben Wolsieffer

This is needed to support prefixed compilers when cross-compiling. Currently, attempting to cross-compile results in the following error: ``` ar cru libcli++.a main.o messages.o only_long.o /nix/store/26a78ync552m8j4sbjavhvkmnqir8c9y-bash-4.4-p23/bin/bash: ar: command not found...

# Summary USB clock recovery was disabled because it caused USB resets and instability. This occurred because the DFFLMUL.MUL was set to the wrong value. The multiplier must be 48000...

This is partially taken from my comment here: https://github.com/atsamd-rs/atsamd/pull/155#issuecomment-993080854 USB clock recovery (USBCRM) allows the 1 kHz USB start-of-frame (SOF) signal to control the DFLL in closed-loop mode, allowing accurate...

Attempting to use the `--keep-going` option results in this error: ``` Traceback (most recent call last): File "/nix/store/7ain03ansrvym25chk1pzd5zgq4lk2qm-nox-0.0.6/bin/.nox-review-wrapped", line 12, in sys.exit(cli()) File "/nix/store/fgglv66s6j0x44ivvzad5mrr0bw3ajb4-python3.6-click-6.7/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args,...

Similar to #62, except with EAX. I would like to be able to interoperate with an existing protocol that uses 32-bit nonces. Presumably this could be implemented similarly to #126,...

I saw your posts on the ArduPilot sailboat thread, and have been trying out this project. It's definitely the best sailboat simulator I've found, so thank you for the work...

Setuptools wants to be imported before distutils, and prints a warning if it is not. Starting with a recent version (>57.2,

The `CMAKE_INSTALL_*DIR` variables are allowed to contain absolute paths according to the CMake documentation. This PR fixes the handling of these absolute paths while retaining the current behavior if they...

The CMAKE_INSTALL_*DIR variables are not guaranteed to be relative to the install prefix. See https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path for more information.

Recent versions of Boost have deprecated the globally defined bind placeholders (`_1`, `_2`, ...) because they may conflict with the ones from std. Instead, they should be accessed from the...