Dániel Buga

Results 141 issues of Dániel Buga

Currently, users can only enable the wifi stack, but not disable it short of restarting their MCUs.

package:esp-wifi

This PR ports the following commits: https://github.com/abandonware/bleno/commit/16b9ebee856cc3c7a14bd2839c22758a62bfae8e https://github.com/abandonware/bleno/commit/916a29131138923b2702d3f9b0c48181ccec65ea https://github.com/abandonware/bleno/commit/06f5b2d22db1861e2e29db941ff23904e9562d41 This patch is necessary for pybleno to work correctly on the Raspberry Pi Zero 2 W.

Pyright does not understand how previously the event emitter was set up. This PR refactors the patch into a superclass, which better aligns with the bleno source anyway.

At a few places, the code still contains the original JS patterns: - attribute checks - some methods were renamed in pybleno, but code still calls the js names This...

Before: ``` Running `target\debug\probe-rs.exe run C:\_Hobby\rpi-smoke-tester-setup\embedded-test\esp-hal\output\esp32s2` Erasing ✔ [00:00:01] [########################################] 192.00 KiB/192.00 KiB @ 189.88 KiB/s (eta 0s ) Programming ✔ [00:00:02] [############################################] 27.95 KiB/27.95 KiB @ 9.52 KiB/s (eta...

bug
skip-changelog

If there is already a semihosting command cached, the previous code read PC, read around the PC, and then did nothing. This PR removes these reads, while making additional cleanups.

skip-changelog
hygiene

Closes #2593 Old firmware needs some additional setup that we did not do. This PR fixes clone J-Link with firmware `J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04`. The config...

enhancement
probe:jlink

The idea here is that, these devices use the same silicon, and from the debugger's point of view they aren't different. We transition to use the same naming scheme as...

- Add `probe` to `Embed.toml`. This allows us to extend the format in the future, if we need to - Deprecate the old probe triple - Deduplicate artifact building -...