Ming Shao
Ming Shao
For details: https://github.com/pyocd/pyOCD/issues/1324 Not sure if this should be fixed on the PyOCD side or here. Could you take a look? Thanks!
This is a second try of https://github.com/zephyrproject-rtos/zephyr/pull/48105. If this PR is merged, https://github.com/zephyrproject-rtos/zephyr/pull/48484 can be closed. Several issues are addressed: - https://github.com/zephyrproject-rtos/zephyr/issues/48480 **Root cause**: When declaring a unit test with...
**Is your enhancement proposal related to a problem? Please describe.** New ztest fx doesn't have a logic to launch static threads. For test suites that use static threads in a...
Host environment: - Ubuntu: 20.04.3 LTS (Focal Fossa) - Python: 3.8.10 - PyOCD: 0.32.0 - Zephyr SDK: 0.13.1 Steps: - Build zephyr blinky sample application cmake -B build -S samples/basic/blinky...
I am setting up labgrid on Ubuntu in company network behind a proxy I have setup below environment variables: ``` http_proxy=http://xxx:port https_proxy=http://xxx:port HTTP_PROXY=http://xxx:port HTTPS_PROXY=http://xxx:port ``` And run below command according...
(This patch is a refined version of https://github.com/zephyrproject-rtos/zephyr/pull/46052 to cater for recent twister refactoring.) Due to the diverse coding styles and lack of preprocessing when scanning for test cases, there...
**Describe the bug** Build the hello world and flash it onto reel board. Saw below error: > 0001896 W Board ID OSHW is not recognized [mbed_board] > 0002065 I Loading...
The hw reset type is blocking the flash of reel_board. It seems removing it can fix the issue. Signed-off-by: Ming Shao (Disclaimer: I am not sure if this fix is...