Brian A. Ignacio

Results 16 issues of Brian A. Ignacio

Fix #224 ## Description Using yield and async generator is not efficient logic for reading the serial port. This PR introduces `readloop` as an always reading to a buffer and...

enhancement

## Description This pull request refactors how device signals are set during the classic reset process to improve code clarity and maintainability. The main change is the introduction of a...

Fix #194 ## Description This pull request adds a new "Flash & Monitor" feature to the TypeScript example application, allowing users to flash a device and immediately start monitoring its...

## Description Add **get security info** detect chip to read IMAGE_CHIP_ID from devices before using magic number as fallback. This should minimize maintenance of magic number for new chips. ##...

Update reset function in example code with code from https://github.com/espressif/vscode-esp-idf-web-extension/pull/21 Reset function on Console reset might not work on some JTAG devices. The code from @archef2000 could fix the issue...

## Description ## Related ## Testing --- ## Checklist Before submitting a Pull Request, please ensure the following: - [ ] 🚨 This PR does not introduce breaking changes. -...