SASANO Takayoshi

Results 25 issues of SASANO Takayoshi

Oscillator clock is assumed as 32MHz (internal or external), but this makes difficult to support the board that has 16MHz external xtal; MassDuino UNO R3. Add F_OSC, oscillator clock definition....

Void Linux's arduino package specifies `compiler.path=/usr/bin/` in /usr/lib/arduino/hardware/arduino/avr/platform.txt and use /usr/bin/avr-g++ (in avr-gcc package). We cannot simply install lgt8fx package into void's arduino. After installing, we have to fix platform.txt;...

When building sketch that uses SPI interface for MD-328D, compile error (undefined SPFR) occurs. There is no SPFR in lgt8f/cores/lgt8f/lgtx8e.h and we can avoid this issue adding same definitions from...

Blink.ino could not boot with optiboot_lgt8f328d.hex, others boots. I checked .hex's MD5 to check bootloader, all files are different. ``` MD5 (optiboot_lgt8f328d.hex) = 5829aff59380b60bdd1ec77dc5d6402a MD5 (optiboot_lgt8f328d_extosc.hex) = 0640fe83172c27f832ea30179657ffd0 MD5 (optiboot_lgt8f328d_intosc.hex)...

to build alsa-lib on *BSD, small fix is required. (reference: FreeBSD/NetBSD ports diff) There is no problem to compile modified code on Linux(Debian-11), FreeBSD-13.1, NetBSD-current and OpenBSD-7.1.

Hi, I am trying to build OpenRTX for DM-1801 on Debian11.3/amd64 virtual machine. But it aborts with following error. ``` uaa@debian-vm:~/OpenRTX$ meson compile -C build_arm openrtx_gd77_flash ninja: Entering directory `/home/uaa/OpenRTX/build_arm'...

The code, commit https://github.com/ARM-software/arm-trusted-firmware/commit/9655a1f54bb6846fa680456b6586bc77404e2675 turns regulators on which have "phandle" *or* "regulator-always-on" property. This means all regulators that have "phandle" property are always enabled by ATF. This fix eliminates unwanted...

This is a remedy for issue #155, and I added tests for sgemv_accum8x4() and sparse_sgemv_accum8x4(). Test for sparse_sgemv_accum8x4() is incomplete, multiple column test is not supported.

After fetching source code from GitHub repo and `cd LPCNet; make -f doc/Makefile`, I met following error. ``` cc -o test_vec -Wall -W -Wextra -Wno-unused-function -O3 -g -Iinclude -mavx2 -mfma...

OpenBSD's ports (binary package) has gpsd-3.23.1 and its API version is 12. dwgpsd supports API version between 5 and 11, it fits gpsd-3.0(API v5) to gpsd-3.21 (API v10). This PR...