Skip to content

Releases: siliconrig/srig-python

v0.2.1

Choose a tag to compare

@asteinh asteinh released this 27 Jun 18:17

Fix: serial capture after flash now waits for the flash_done event the coordinator sends on the serial WebSocket, instead of polling session state. Previously flash() returned immediately (the eager serial connection had already marked the session active), so read()/expect() ran while the board was still mid-flash and timed out empty. flash() now blocks until flashing truly completes and flushes pre-flash output, so the freshly-flashed firmware's serial is reliably captured. Verified on esp32-s3, stm32-h753, stm32-f446, rp2350.

v0.2.0

Choose a tag to compare

@asteinh asteinh released this 06 Apr 06:28

Rebrand to SiliconRig. Package name changed from flashbay to siliconrig.

v0.1.2

Choose a tag to compare

@asteinh asteinh released this 18 Mar 07:36

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@asteinh asteinh released this 13 Mar 05:20

Initial release with MIT license.