Brad Gibson

Results 26 issues of Brad Gibson

**Describe the bug** Running the `blinky` example from `embassy` on the STM32F303VCT results in a strange error. **To Reproduce** I test drove the newest `probe-rs` yesterday using the `embassy` `blinky`...

bug
chip:stm32

Following the build instructions: 1. `git clone https://github.com/llvm-mos/llvm-mos` 2. `cd llvm-mos` 3. ``` cmake -C clang/cmake/caches/MOS.cmake -G "Ninja" -S llvm -B build \ -DLLVM_INSTALL_TOOLCHAIN_ONLY=OFF \ -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_INSTALL_UTILS=ON -DLLVM_BUILD_UTILS=ON...

## Description I am building and debugging (single-stepping) `embassy`'s `wifi_blinky` example app. I set two breakpoints: first is the first statement within main and the second is the first statement...

…ystem clock frequency NOTE: @Dirbaio, The changes seem to work. But I'm concerned that removing the `tick-hz-1_000_000` from the `time-driver` feature may break existing users. What do you think? I'll...