Results 15 issues of Sean Link

I want to create a vector of 10 frames. The following code will block. ```rust fn main() { let mut camera = rscam::new("/dev/video0").unwrap(); camera.start(&rscam::Config { interval: (1, 30), // 30...

When I run `python run.py -g` I am expecting to see the output of my unit test displayed within gtkwave. **Test Bench** ```vhd LIBRARY vunit_lib; CONTEXT vunit_lib.vunit_context; LIBRARY ieee; USE...

Enhancement
ThirdParty: GTKwave
Documentation: Restructured Text

Unable to use the Defmt logging. Steps to reproduce the behavior: My `Embed.toml` ```toml [default.general] chip = "STM32F303VCTx" [default.rtt] enable = true channels = [ { up = 0, name...

bug

**Is your feature request related to a problem? Please describe.** I have found throughout the documentation, that the front end is assumed to be written in javascript and the back...

documentation

using this code ```rust use cortex_m_semihosting::{dbg, hprintln}; use panic_semihosting as _; use stm32f3xx_hal as hal; use hal::prelude::*; use hal::pwm; use cortex_m::asm; use cortex_m_rt::entry; #[cfg_attr(not(test), entry)] fn main() -> ! {...

Throughout the pwm documentation there are multiple spots where gpio ports are incorrectly labeled. ex. ```rust let mut gpioa = dp.GPIOB.split(&mut rcc.ahb); ``` should be `gpiob` not `gpioa`.

# Steps to Reproduce 1. Clone the following project ```bash git clone [email protected]:seanybaggins/blinky-769.git ``` 2. Checkout the commit containing the bug ```bash git checkout a8a02896871f19aaa9de09256ce517179ec934ac ``` 3. Follow the instructions...

It would be nice if `try_now` would update the internal state of the clock before attempting to return the time. As it currently stands, it is up to the user...

I was wondering if you could make a vec macro that is similar to the one in the standard lib.

enhancement

Implement defmt for FnvIndexMap

enhancement