-
this is less of a feature request but a question on how this should be realised according to the organisation of the imxrt-rs project. For context I'm trying to write a HAL layer for the imx rt1170, w…
-
I'd like to propose a trait for a bit banged 1-wire protocol.
It is a fairly simply protocol that uses a single pin for communications between one master device and many slaves devices. Because of th…
-
Rewrite the BSP_CAN Driver to use the HAL. Make sure that functionality is accessible and generic to both Controls and BPS systems, and any future embedded systems.
Use [STM32Cube](https://www.st.c…
-
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 `RepresentationModel` only supports links. Since many concrete representations support sub resources, e.g.:
* `_embedded` in HAL / HAL Forms
* `entities` in Siren
* `included` in JSON…
-
# Motivation
In order to get people intro RustEmbedded, there must be resources (guides / tutorials / ...) for various levels of knowledge.
# Tasks
* [ ] Identify "Personas" that want to learn …
-
I am using a blue pill with the default settings from this repository. When testing I noticed that whenever I set the system clock to anything else than the default settings, the code panics.
Here'…
-
Hi, we use PhlyRestfully and now Apigility since several years ;-).
We often need to call a Web Service to count a number of entities. The HAL standard and zf-hal allow to get a count very easily u…
-
I can see how it can be valid for a 7-bit address I2C controller. But for some chips, for example, STM32WB55xx or probably the chip in #4, the `0x52` address *from the datasheet* is actually the *vali…
eupn updated
10 months ago
-
Hello, I want to read audio data from ADC using I2S of STM32F411 microcontroller. I want to use DMA to do so. But I have no idea how to configure it. I have created a topic on the rust embedded forum,…