-
Dude, I'm sure you are doing some very intelligent stuff in this API, but I am dying here trying to _find out if an input pin is high or low_. :(
In some older or lower-level API, I would do stuff …
-
Hi.
I'm trying to add support of HAL. I read #42 and #44. But I still have many questions. I've made a first attempt to adapt Restangular. Please, see the commit with my comments: https://github.com/…
-
The current [sleep API](https://braun-robotics.github.io/rust-lpc82x-hal/lpc82x_hal/sleep/index.html) feels a bit icky. Some ideas for improvement:
- Add `prepare` method to trait, use associated typ…
-
current master branch asserts that the buffer length for I2C::read and I2C::write is at least 1 and less than 256 (1..=255)
write: https://github.com/stm32-rs/stm32l4xx-hal/blob/master/src/i2c.rs#L…
-
HalBuilder appears to introduce more complexity than is required for HAL support. Refactoring would include:
- all DTOs to inherit from EntityDto
- EntityDto to have Map for _links
- EntityDto to hav…
-
**[daniel carter](https://jira.spring.io/secure/ViewProfile.jspa?name=dantheperson)** opened **[DATAREST-412](https://jira.spring.io/browse/DATAREST-412?redirect=false)** and commented
This Issue rel…
-
I know that LVGL has been used with ChibiOS, all we need to do is have expose the task apis and the mutex, semaphore structures to LVGL.
I think we could do something cool to allow for drop-in RTOSs …
-
Currently, SPI device traits deal with a transaction concept, which implies transmission of some data, while the CS is set for the whole duration. There is currently no guidance on how should the peri…
-
At the moment DMA can be done with peripherals. One cannot use the hal to configure the dma subsystem to have arbitrary dma transfers, or transfers triggered by Timer peripherals. How about adding som…
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
Unlike their more expensive STM32F407 cousins, the STM32F4x1Cx MCUs do not have a luxur…