Marcus Comstedt

Results 12 issues of Marcus Comstedt

--- name: Pull Request about: Create a pull request to help us improve title: '' assignees: '' --- **Description:** This fixes incorrect colors in DearPyGui when running on big-endian systems....

If the toolchain is a hosted one, it may have fortification turned on by default. Make sure to turn it off so that we don't end up with undefined references...

When the host running the SDK is not little endian, all data that is exchanged with the Pico must be converted to/from little endian byte order. Instead of sprinking explicit...

pioasm
elf2uf2
review

This depends on raspberrypi/pico-sdk#329.

I'm running Gradle on Linux/ppc64. It appears that Gradle is not able to correctly map the default toolchain on the system to the correct os/arch pair. It seems to believe...

`luci_git.bb` and `uhttpd_git.bb` should depend on `virtual/crypt` rather than directly on `libxcrypt`. This is necessary in order to be able to build with `TCLIBC = "musl"`, which in turn is...

question

In the schematic, the power input (`Vin`) is connected directly to `VBUS` on the USB-C connector. I don't think this is correct. A USB-C device should not source `VBUS` unless...

If the docker is built with some QEMU_TARGETS excluded, e.g. ``` docker build --build-arg QEMU_TARGETS='x86_64-linux-user s390x-linux-user' -t binfmt . ``` then you get a lot of ugly errors when using...

The Pi bootcode expects the boot_message.length field to be sent in little endian, and sends the message.command in little endian. Make sure they are converted from whatever the host is...