Dániel Buga

Results 141 issues of Dániel Buga

This PR allows using `displaydoc` in modules that define a `core` submodule. An example of this is [`probe-rs's ARM implementation`](https://github.com/probe-rs/probe-rs/blob/a3427721fc6d922dfb900724d967e04339388d2b/probe-rs/src/architecture/arm/mod.rs#L6)

If users could disable embedded-text's word wrapping (and add a scrolling horizontal alignment, or a horizontal offset), it could be possible to use the crate to implement a single-line text...

This might be required to support bold/itallic text

Display a blinking cursor at the given offset. Implement hit-testing the text to retrieve a cursor offset.

enhancement

Currently, when `line_height > 0`, the characters are rendered aligned to the top of the line. This should probably depend on the vertical alignment option, i.e. bottom aligned text should...

enhancement

`TabSize` will not be the best name when this lands... Add a new variant to the tab configuration: `TabSize::Positions(&'static [u32])`

Source is https://github.com/probe-rs/probe-rs/blob/08cc1456dd54e8df7a7afe34b0ba0f8345506752/probe-rs/src/bin/probe-rs/util/rtt.rs#L124-L145 This PR depends on a 0.24 release

This is just an experimental run with target-gen, we'll have to add a few things for it to properly handle `.atpack` files. TODO: - [x] [flash algos](https://github.com/bugadani/atsaml10-flashloader) - [ ]...

chip:atsam