-
When building [bindings for an embedded OS](https://github.com/thenewwazoo/ChibiOS-rust), updating the dependency from 0.30 to 0.31 causes an error when `Builder::generate` is called. To repro (this a…
-
I've noticed that this repository hasn't been updated in over a year.
I also noticed it is not in the library manager list for install and updates yet the repository has the 1.5 folder layout.
Can…
-
### Describe the Bug
For certain rgb matrix effects, when all (or most) LED's are blank, random keys will flash a random colour. This seems to (subjectively) be focused on keys in the bottom right qu…
-
### Describe the Bug
Steps:
1. Turn on console + matrix debugging
2. Press "cmd" + "a" simultaneously
Expected:
1. "cmd" gets reported first and then "a" gets reported (so that the OS recogni…
ibash updated
8 months ago
-
### Describe the Bug
The define only works for the master keyboard on my setup when my pc is turned off. I am using a corne keyboard
### Keyboard Used
corne/rev1
### Link to product page (…
-
Hi guys,
I have just built the project (under ChibiStudio & arm-none-eabi-gcc 4.8.4 20140725 on Windows 7) with current ChibiOS ver. 3.0dev from trunk and run it on STM32F4Discovery. It works fine an…
-
### Describe the Bug
I'm fixing up the Bit-C PRO RP2040 converters and have run into an issue with `UART_DRIVER_REQUIRED`, which has been introduced in the [latest breaking change](https://github.com…
-
Hello,
I have programmed my kit hy-mini32d using the board, but when I configure the PORTE as output, I don't see the leds flashing ( I'm using 4 leds on the pin 12,13, 14 and 15 ), could you please …
-
ChibiOS compilation dies here due to "invalid instruction mnemonic pushm.w" on line `asm volatile ("pushm.w #7, R10");`
```c
/**
* @brief Performs a context switch between two threads.
* @de…
-
variable shadowing is a pitfall