yshimmyo
yshimmyo
`config.guess` and `config.sub` in this repository are of versions in 2003. As a result, `./configure` with aarch64 processor on Raspberry Pi 400 fails. ``` pi@raspberrypi:~/Downloads/julius $ ./configure --with-mictype=alsa; checking build...
This commit tries to apply modifiers from a keyboard to not only the keyboard itself but also the other keyboards under the wayland backend environment. Background: I use two keyboards...
makefile で pkg-config を使用していますが、これを変数にしました。環境変数から使用する pkg-config をオーバーライドできるのでクロスコンパイルするときなどに便利です。 例・動作確認 ============ amd64 Linux で aarch64 (arm64) Linux を ターゲットにクロスコンパイル: ``` make -j6 \ CC=aarch64-linux-gnu-gcc \ CXX=aarch64-linux-gnu-g++ \ AR=aarch64-linux-gnu-ar \ PKG_CONFIG=aarch64-linux-gnu-pkg-config \ hsp3cl hsp3dish...
SPI で全二重通信をするためのインターフェースを追加しました。 SPI による全二重通信をリクエストする関数 (`SPI_Transceive`) と、リクエストに付与するパラメータを設定する関数 (`SPI_Configure{H,M,L}`)、加えて SPI ドライバのパラメータを 変更する関数 - SPI_{RD,WR}_MODE - SPI_{RD,WR}_MODE32 - SPI_{RD,WR}_LSB_FIRST - SPI_{RD,WR}_BITS_PER_WORD - SPI_{WD,WR}_MAX_SPEED_HZ を追加しました。これに伴い、 MCP3008 の専用実装を削除しました。 詳細 ==== これまでの OpenHSP の SPI サポートは...
Hi, and thank you for maintaining `llmk`. It has been very helpful in my LaTeX writing. I am working on a relatively large multi-file LaTeX project. Packages such as [subfiles](https://ctan.org/pkg/subfiles)...
Closes #25 This PR adds a new command line argument `-i`, `--source` that overrides `source` entry on llmk.toml.