Timo Lang
Timo Lang
**This PR is based on #917. Complete that one first.** #377 mentions that a simple hello world from C++ on windows, causes a crash. Demo Code + Crash HelloWorld.Cpp build...
### Feature Request **Summary** Provide an API method to get the Submodule Type (typename) from a NED file. E.g I would like to get the string "Ieee80211g" from C++ when...
It would be nice to be able to transform items of an array using a custom callback. Possible Syntax: (Chapter: Transform Items Returned in Array) ``` { destination: ['$.path.to.sources', function(item)...
This PR: * Aims to complete #33 + #28, fixing the pending issues * Gate multi-threaded execution behind a feature, to drop the Send bound if it is not needed...
Currently we use the `--format` arg to select between different binary formats. Possible values are: `bin`, `idf`, `elf`, `hex` or `uf2`. The test-runner behind `cargo test` and IDEs that have...
This PR adds semihosting operation decoding for SYS_EXIT_EXTENDED + SYS_GET_CMDLINE. SYS_GET_CMDLINE is not "answered" yet though. (But it will be used heavily by embedded-test) This PR also moves and refactores...
This PR aims to implement the test runner that will control targets which execute [probe-rs/embedded-test](https://github.com/probe-rs/embedded-test). TODOs before we can merge this: - [x] Upstream the libtest-mimic changes https://github.com/LukasKalbertodt/libtest-mimic/pull/34 - [x]...
Teleprobe supports embedding metadata in the elf, so that the host tool can pick it up and choose for instance the probe automatically. With the coming addition of `probe-rs test`...
This PR adds riscv32 support to defmt-test and panic-probe. Additionally it adds the `print-log` feature to panic-probe. In a separate PR I will: - [ ] Update the app-template, to...
Sometimes I want to read the logs from a device where I dont know the exact firmware it is running. Sure I can print the firmware version to the serial...