Folkert de Vries
Folkert de Vries
Consider ```rust pub fn get_param_types(self) -> Vec], is_var_args: bool ) -> FunctionType
**Describe the bug** RTT logs are not shown after a reset. **To Reproduce** Steps to reproduce the behavior: 1. clone https://github.com/tweedegolf/nrf9160-rust-starter/tree/rtt-after-reset 2. run `cargo run --bin hello` 3. press the...
This is really a question, I don't think there is a bug here, just something I'm not understanding. I'm looking at the code for maxpool and how it handles dilations....
## Problem To save power, we want to disable the uarte peripheral inbetween writes. We have recently upgraded the hal, and this has stopped working. Only the first write to...
- clippy fixes - more various clippy fixes
- make integer multiplication work for quadwords and lower - implement float multiplication - attempt at unsigned multiplication
- boilerplate - more boilerplate - thread fx expects to the runner - expect-fx runner implementation - get expect-fx to actually run
current draft ```rust struct Statements>, stmt_successors: Vec, general_symbols: Vec, general_layouts: Vec], // implicit stmt // remainder: &'a Stmt>, patterns: Slice, } struct Params { symbols: Slice, layouts: Slice, borrow: BitVec,...
When just one of the variants of a tag union does not contain `[]` (the empty tag union), then we can collapse it into a newtype wrapper - get rid...
My goal here is to be able to do reset/reuse without checking if the refcount is 1 at runtime. Our reset/reuse behave like in the "counting immutable beans" paper. `reset`...