Troy Benjegerdes
Troy Benjegerdes
There does not seem to be any obvious way to return a compile-time known constant string through fiber. If I try to use a 'version.c' file with a const char*...
Work with the new linux 'compatible' strings for uart
If a device tree (such as the new linux one at https://github.com/sifive/riscv-linux/blob/dev/paulw/test-upstream-v4.20-rc7-for-troy/arch/riscv/boot/dts/sifive/fu540-c000.dtsi#L156 ) puts another 'compatible' string, the code does not check any other strings and fails to find the...
The functions in util/atomic.* have a bunch of x86 assembly which is less than ideal on non-x86 hardware (like this 96 core arm64 I am playing with), and it would...
This is a DRAFT WORK-IN-PROGRESS for comment That being said: - Goal of the PR: enable keyboard only (or one-hand? .. see https://github.com/minetest/minetest/issues/11684 ) - How does the PR work:...
**Type of issue**: other enhancement * **What is the current behavior?** 'make -f Makefile.veraiofpga' from https://github.com/sifive/freedom fails on a RiscV host with 'unknown os.arch: riscv64' error ``` [error] java.lang.RuntimeException: error...
Is there a clean way to have an api/option to get the raw json response (as string or better yet bytes for python3) instead of the pythonified version?
If I try to use a newer-ish kernel (like the 3.19.3-bone4 version, which I seem to need for a GSM modem to work properly), the init-eMMC-flasher-v3.sh script fails with the...
Update to buildroot in preparation to switch freedom-u-sdk over to replace riscv-gnu-toolchain with the toolchain supported in buildroot, which builds faster using upstream sources and takes less space.