J

Results 10 issues of J

**Describe the issue** The mailbox documentation contains language like, "Gets the current value of the mailbox." This suggests that the mailbox is a slot rather than a stream. (I hope...

documentation

Besides #1796, I'm still having some issues building with bazel and LWIP. I'm writing down the results of what investigation I've done for either myself or someone else to follow...

Without this, we're trying to refer to a subpackage of the lwip directory called bazel/config, which doesn't exist. See similar references in this file. This is work toward #1796, but...

``` cc_library( name = "pico_lwip_contrib_freertos", srcs = ["ports/freertos/sys_arch.c"], includes = ["ports/freertos/include"], target_compatible_with = incompatible_with_config( "@pico-sdk//bazel/constraint:pico_freertos_unset", ), deps = [ ":pico_lwip_core", "//bazel/config:PICO_FREERTOS_LIB", ], ) ``` This is the current state of...

This is where clangd puts a bunch of junk, so it's nice to have it ignored for folks who use clangd. Fixes #1823

Clangd generates a bunch of files in a local directory called .cache. This issue is just documenting that it's a problem for a pull request.

Windows requires a reportid byte at the front of each sent message for an HID device, even if the device doesn't use reportids. Adding this synthetic 0x00 to the front...

Any Pybricks device running btstack can now issue Bluetooth classic inquiry scans to find and report discoverable devices. This API is experimental and we can change it later if we...

Flash the EV3 all in one go rather than sector-by-sector. This appears to resolve issues we had with flashing (some?) EV3s, and mirrors what we do in pybricksdev. Fixes https://github.com/pybricks/support/issues/2375.

**Describe the bug** We may want to eventually include certain frozen packages in some firmwares. For example, asyncio may be useful for working with rfcomm sockets. However, there are certain...

software: pybricks-micropython