-
Running `(cd examples && ../tools/scripts/examples_compile.py linux)` on macOS leads to the error that `objdump-9` is not found.
```
===============================================================…
-
This is a break-out from a discussion in #159
@henrikssn:
> A nit on the API here, why does the user needs to know about `Dm` and `Dp` when initializing a USB peripheral?
>
> I previously made…
-
Assertions were intended as a low-cost alternative to C++ exceptions, see https://blog.salkinium.com/xpccs-error-model/.
However, there are three issues:
- `modm_assert_debug()` resolves into a no…
-
Maybe someone also missing that and implemented it?
@chris-durand ;-)
se-bi updated
4 years ago
-
I am recently working in particular with the modm timers. I noticed that they inherit form the `GeneralPurposeTimer` and / or the `BasicTimer` classes. The static member functions of those classes are…
-
Hi,
I placed project.xml and main.cpp in the project dir, so far so good: I can build modm library and then the elf example using scons.
Then I added a linux subdir and an avr subdir for the two…
mfp20 updated
4 years ago
-
This MCU has a total RAM of 64kB, divided into 48kB SRAM1 and 16kB SRAM2. modm configures both of a size of 32kB. Not sure where the error comes from, looking at similar MCU their configuration is fin…
-
In an effort to learn lbuild, scons, etc I thought i would compile a project for my older boards. They are all XMega based. I noticed `xmega` was not in the filter list in repo.lb so I added it and ra…
-
Some external code may not adhere to the modm coding standards and may generate warnings which may lead to errors due to our general compile flags. This is especially annoying when the external source…
-
I'm trying to write a program for an ATmega8 that needs UART.
Based on the AVR examples I put together this `project.xml`:
```xml
atmega8
8000000
True
avrisp2
…
Sh4rK updated
5 years ago