-
We're using Trybuild in [LPC8xx HAL](https://github.com/lpc-rs/lpc8xx-hal). We have a [`.cargo/config.toml`](https://github.com/lpc-rs/lpc8xx-hal/blob/master/.cargo/config.toml) there that sets the ta…
-
Hello all,
I am encountering a problem while trying to loading an program in a LPC824 microcontroller. I am trying to make this as exhaustive as possible so my apologies in advance for the long pos…
-
The BMP supports the LPC11xx microntroller series, for the normal and the low-power ("L") variants. But not the extended low-power ("XL") variants. The cause is that the MCU is detected by reading the…
-
The `"lpc8xx-hal"` dependency in `lpc845-test-stand/test-assistant/Cargo.lock` is still at`401d73d6a3f2c643d4d496d856c727b59bada6af`, but the latest hal commit is `bec1cf72a00d86beaeaa43bea78e39542db…
-
When I call
```console
lpc8xx-hal git:(master) cargo embed lpc845 --example gpio_delay --features 845-rt
```
on the current master, I get the following error message:
```console
Finish…
-
The`OVERRUN` flag is never cleared in https://github.com/lpc-rs/lpc8xx-hal/blob/master/src/usart/rx.rs#L274, making it difficult to recover from a USART overrun.
We've found that modifying `Rx::recei…
-
-
After connecting the target/assistant and flashing the firmware, the first run of the test suite usually fails.
Output from an example run:
```
running 2 tests
test it_should_read_input_level ..…
-
Than I tried build example for stm32fdisco-scree I got some interested message of compilation:
``` cargo build --example stm32f7disco-screen --features="stm32f746 rt"
Compiling stm32f7xx-hal v0.…
-
As demonstrated by #181 and other issues there's a real world usability issue with the `Error` type of the `Result` of operations being an associated type. An associated type means that a driver or us…