-
While semihosting is primarily intended for debug of trusted applications, it is possible for the interface to be misused by a malicious application. Recommend that the security implications are made …
-
I'm having some issues using embedded test while trying to migrate away from defmt_test. It does seem to be an issue with probe-rs library not recognizing the semi-hosting commands so it might be more…
-
- the project URL (https://jira.riscv.org/browse/RVG-39) returns 404
- the link to contributors.adoc in the README should be src/contributors.adoc
-
Devices like [the PineTime smartwatch](https://wiki.pine64.org/index.php/PineTime) do not have a UART. Tock currently really likes UARTs: `DebugWriter` straight up uses a `Transmit` trait from the `ua…
-
Hi Andre,
I did some tests with your STM32 version of QEMU and I'm impressed by the improvements, even SysTick seems functional :-)
However I have a problem, when GDB is connected to QEMU, the semih…
-
Hi,
We are using pyocd(0.34) + gdb + semihosting to generate gcov *.gcda file.
pyocd seems is freezed when semihosting write start.
And in gdb side, it show errors: `Ignoring packet error, contin…
-
Semihosting provides a canonical way to exit the program with a firmware-controlled exit status. This could replace our current scheme, where we terminate the program after *any* breakpoint was hit, a…
-
WARNING(TAD451): Errors were found whilst processing CMSIS SVD file "C:\Users\flair\AppData\Local\Arm\armdbg\svd\NSING_N32G031K8_1.0.4\N32G031.svd". See report "C:\Users\flair\AppData\Local\Temp\svd_r…
-
Excelent boilerplate!
There is some sets in the cmake that doesn't do anything:
`PROJECT_ENABLE_STDIO_UART`, `PROJECT_ENABLE_STDIO_USB_CDC` and `PROJECT_ENABLE_STDIO_SEMIHOSTING`.
https://git…
-
It would be nice to allow support for semihosting for targets that have no serial output possibilities. In order to achieve that, one needs to add **--specs=rdimon.specs** to the linker options. But t…