Brandon Ros

Results 284 comments of Brandon Ros

> force-unwind-tables any way to put this in like... Cargo.toml or .cargo/config.toml?

for anybody following along ```toml [build] rustflags = ["-C", "force-unwind-tables"] ```

``` Compiling pwm v0.1.0 (/Users/brandonros/Desktop/pwm) error[E0271]: type mismatch resolving `::Output == teensy4_bsp::teensy4_pins::imxrt_iomuxc::pwm::B` --> src/main.rs:73:10 | 73 | .outputs( | ^^^^^^^ expected enum `teensy4_bsp::teensy4_pins::imxrt_iomuxc::pwm::B`, found enum `teensy4_bsp::teensy4_pins::imxrt_iomuxc::pwm::A` | note: required by...

On top of no support for single-pin PWM, I can't seem to get anything other than `pwm2.submodule2` to work? (which doesn't correctly receive PWM from Channel1 of FLYSKY FS-IA6B in...

That’s exactly it! I needed PWM input. PWM input on your roadmap? Would it be difficult?

Any docs on how to attach to device and see the `bsp::usb` logs included with template?

``` //! Success criteria: you see log messages when connecting //! to the Teensy 4 using PuTTY of another serial console. //! Baud rate is 9600. screen /dev/cu.usbmodem67030201 9600 ```

I'm confused... What is the purpose of this package, if it doesn't support hashes? How are you guys setting up your servers to server the same proverbial `index.html` when people...

where did this end up? is there a way to do async USB I/O in rust with any library in 2020 or not?

Is there a Powershell command that achieves the same as clicking into Windows Defender control panel -> "Allow threat" -> Start actions?