f3 icon indicating copy to clipboard operation
f3 copied to clipboard

Board Support Crate for the STM32F3DISCOVERY

Results 11 f3 issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies
python

#109 switches to another STM32F3 HAL to solve the current issues when building with Rust 1.44. These are breaking changes delaying the integration. What about some smaller dependecy updates and...

All dependencies upgraded to the latest ones and all examples retested

```console $ cargo build --examples Compiling f3 v0.6.1 (/Users/rubberduck/src/f3) error: use of deprecated item 'hal::prelude::_embedded_hal_digital_OutputPin::set_low': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2. -->...

In the user manual for the discovery board, it claims it can be used as a USB HID device. > The STM32F303VCT6 MCU is also used to drive the second...

relevant output of trying to run cargo build --example hello: error[E0557]: feature has been removed --> /home/frederik/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12 | 59 | #![feature(panic_implementation)] | ^^^^^^^^^^^^^^^^^^^^ | note: subsumed by `#[panic_handler]` --> /home/frederik/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12...

[This](https://docs.rs/f3/0.6.1/f3/) page links to: https://docs.rs/cortex-m-quickstart/~0.3 which redirects to: https://docs.rs/cortex-m-quickstart/0.3.3/cortex_m_quickstart/ which is a dead link: The requested resource does not exist

It'd be nice to implement `Iterator` for `Leds` as `Leds` looks like an array.

I have started testing some interrupt handling from the built in `l3gd20` and gotten it half way to work. However, I don't quite understand how to process the interrupt and...

After running the "concurrency" example, the STLink communication gets unstable. The only way to connect is keeping the reset button hold while starting `openocd`. As soon as I release reset...