Daan Timmer

Results 18 issues of Daan Timmer

Instead of creating a PCB to reset the EEPROM have you considered using a very small MCU which emulates the EEPROM read/writes while basically always returning the maximum number? That...

## Description Enable mbed-tls to be build using cmake using clang-cl. Clang-cl is used when cross compiling from Linux to target Windows using xwin. Additionaly removed a superfluous check on...

enhancement
approved
needs-backports
component-platform
size-s
priority-medium

I have a suggestion to add to EmIL: ```cpp struct SerialCommunicationBufferedReceive: hal::SerialCommunication { SerialCommunicationBufferedReceive(hal::SerialCommunication& sercom) : sercom{sercom} , queue{[this]() { while (!queue.Empty()) { const auto range = queue.ContiguousRange(); dataReceived(range); queue.Consume(range.size());...

enhancement

**Describe the bug** I am using Visual Studio Code with a (linux) devcontainer on windows. We are able to bind our usb devices directly to WSL through usbipd-win. This works...

As per title, Version: 1.40.0 (system setup) Commit: 86405ea23e3937316009fc27c9361deee66ffbf5 Date: 2019-11-06T17:02:13.381Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18362 CMake Tools 1.2.1 CMake Tools Helpere: 0.2.1

**Checklist** - [x] Checked [Support page](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md) **Is your feature request related to a problem? Please describe.** Visual Studio Code 1.88 has just dropped a new additional API for extensions to...

enhancement

I am trying to use the automation dll (`Get-UsbIpdDevice`) to attach all devices that are currently connected _and_ bound, but not attached. But I am unable to go from 'Get-UsbipdDevice'...

The in-game `transfer window planner`-mod has the option to set initial orbit inclination and will provide you with the correct LAN to launch and makes sure the ejection inclination is...