-
Hi folks,
If you have a chance, your shared insights would be greatly appreciated.
My hardware platform has a PC and 3 micros chained together with point-to-point UART connections. (i.e not multid…
-
For a project I need a driver for the FDCAN IP present the new STM32H7- and STM32G4-series devices.
To integrate UAVCAN into modm (and for other use cases) prioritized transmit queues are required, s…
-
Based on the module description of `modm:platform:fsmc`, my assumption would be that the module is meant to cover both FMC and FSMC. This assumption is reinforced by this [bit of code][1]:
```pytho…
mensi updated
3 years ago
-
[Some](https://github.com/modm-io/modm/commit/c442b5ce1fc4630a37f2b3bf7e126ead8091f816) commits are marked as releases, although no Github [Releases](https://github.com/modm-io/modm/releases) and not …
-
In
https://github.com/modm-io/modm/blob/develop/tools/devices/lpc/lpc11c24.xml#L18
```xml
```
the start of the RAM was assigned to to `0x1000 0100` with a size of 8 KiBytes.
Accordi…
-
Hi,
i wanted to let you know that [eRPC](https://github.com/EmbeddedRPC/erpc) is working with modm. I have changed erpc slightly and created an example which utilizes local FIFOs (could be any othe…
-
Ciao ragazzi,
have been working the last 2-3 days to get FreeRTOS+TCP working on a STM32F7. Created a modm::platform::Eth class as well as the functions required to initialize the interface and rec…
-
While most source code roughly follows the guidelines, it has occured to me that there are many cases of inconsistent formatting across the code base. This is annoying, but good news is that it is eas…
-
```
/usr/local/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use …
-
> We used to do this in `xpcc` in order to document the interface (like concepts). This was never enforced by the compiler afaik. You can probably get rid of this if you want to.
_Originally posted…