-
Makefile doesn't lend itself to generating compile_commands.json with bear. This would be to use a language server (ccls) with the repository. Is there a workaround for this? I dug up a post on Reddit…
-
## Describe the Bug
Setup is OK: QMK is ready to go, but minorproblems were found.
Tried "qmk compile -kb preonic/rev3 -km default", and got this error:
tmk_core/chibios.mk:175:…
-
## Describe the Bug
I used "qmk compile" for ergodox_stm32, there was such error prompt:
https://ibb.co/WcdPNd6
Linking: .build/ergodox_stm32_default.elf …
-
I can confirm that the latest versions are broken for me, tested on linux.... ( same symptoms as noted in forums)..
git clone code from here and use any of the examples, such as 'chBlinkPrint'
https…
-
Trying to compile firmware with gcc 10 yields following error:
```C
(...)
/home/olewales/portapack-mayhem/firmware/baseband/spectrum_collector.cpp: In instantiation of 'typename T::value_type s…
-
Is there a solution for having simultaneous hitted keys be reported in the same sub report.
for now the best i get is:
```
00 00 00 00 00 00 00 00
-
### Feature request
there is no sensors reset feature for chibios systerm,
nuttx systerm imple....
if (px4_start_driver(fmu_main, "fmu", "sensor_reset 20"))
**Describe the solution you'd like…
-
I am happen to have a STM32F0xx and a STM32F4xx board laying around, but no STM32F1xx.
For AVR you support nicely different variants. I think that would also make sense for the STM32 family.
Ha…
-
firmware has all the ChibiOS and yet compiles faster than unit_tests?!
```
Compiling main.cpp
Linking build/rusefi.elf
Creating build/rusefi.hex
Creating build/rusefi.bin
Creating build/rusefi…
-
recently I've successfully port chibiOS to stm32f407vet6 [stm32F407](https://os.mbed.com/users/hudakz/code/STM32F407VET6_Hello/shortlog/) but I have a problem that every time I connected the stm32, I…