-
### Describe the Bug
keyboards/keychron/k10_pro/iso/rgb/config.h contains:
`# define NUM_LOCK_INDEX 37 // NumLock`
This turns the num lock key backlight white when num lock is turned on. This …
-
Stumbled across the plane flying funny squiggles if rudder servo is disabled (SERVO4_FUNCTION = 0). It doesn't if i leave _FUNCTION at 21 and fix pwm output to 1500. My guess is SITL treats PWM 0 as a…
-
I noticed that the UART communication is not implemented using DMA (Holybro Pixhawk 4 with chibiOS).
This makes UART usage extremely processor intensive.
I'm currently running a setup that requires …
-
This is not an issue, Just to let you know I finally posted a beta version of SdFat with RP2040/RP2350 support [here](https://github.com/greiman/SdFat-beta).
My main goal was Arduino users with sma…
-
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…
-
## Bug report
When I follow the tutorial “[Simulation on Hardware — Dev documentation](https://ardupilot.org/dev/docs/sim-on-hardware.html#)” for hardware simulation, the connection to MissionPlanner…
Lqs66 updated
2 years ago
-
### 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
-
## Bug report
COM-port does not come up after flashing. Windows receives no device description.
Version v4.4.4 (copter) is working fine!
I do not want to try the ardupilot bootloader for the…
-
Currently use pid of ChibiOS USB CDC and should replace it with unique one.
There are some candidates.
* pid.codes http://pid.codes/ (0x1209, ?) requires project is under a FOSS license.
* https:…
-
Hi @jevermeister ,
i'm using freeRTOS for RTOS coding is it possible to use these library with FreeRTOS?
Thanks.