Benedikt Kleiner

Results 33 comments of Benedikt Kleiner

switch landed in https://github.com/BossHobby/QUICKSILVER/releases/tag/v0.11.0-rc2

_Personally_ I will not be spending my time on this. If somebody else wants to come up with an PR, I am happy to review it.

i might have come across something. previously QS would feed the blheli response bytes as they came to the usb serial port, which, depending on the current state of the...

#58 and #12 are similar. in recent years a [pattern](https://ourmachinery.com/post/a-modern-rendering-architecture/) in (multithreaded) engines has emerged where gpu commands are collected in different threads (command buffers) and are then submitted to...

This seems to be a common question, it has been answered in https://github.com/bkleiner/ubuntu-firecracker/issues/1

> There is no plan to implement bidirectional DSHOT. The best is if Betaflight would directly support the Onewire protocol (which then would allow to get all telemetry data in...

The AT32 and a couple of STM32 chips have a "uart pin swap" feature where software [can change the pins responsibilities](https://github.com/betaflight/betaflight/blob/8f10f17245f5571def6dfb02487f2ab0b819951d/src/main/drivers/mcu/at32/serial_uart_at32bsp.c#L78) after the fact. This is commonly done to avoid...

replaced by https://github.com/iNavFlight/inav/pull/10333

> Add USE_DSHOT_DMAR in target. Nothing else. DEF_TIM_DMA__BTCH_TIM4_CH4 - this channel does not exist physically. Agreed, using the UP request to substitute is not a good workaround here.