Robin Jones
Robin Jones
## Description * Dependabot does not currently support lock files, however, there is a potential workaround. ## Motivation and Context * Adds a GH action to "attempt" to support it,...
## Description Add limitation ## Motivation and Context Library only supports RTU ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change...
On a Surface Pro 2 when I use [assembly: DisableDpiAwareness] it causes an issue where touch and stylus input has a large offset to the bottom right. This causes trouble...
## Description This draft PR improves the ability to generate automatic releases from the CI. It also creates linux based packages! It also adds a "pre-release" so that users only...
## Description When running PS on azure pipelines. ## Motivation and Context ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change...
## Description There were sporatic failures with firmware releases on STM32F7 series related to the ability to read the content of files. This is a speculative fix that addresses the...
## Description Here is a speculative fix for STM32F7 series MCU's. The fix might need adjustment to align with our memory map(s). ## Motivation and Context As found at https://github.com/ArduPilot/ChibiOS.svn/commit/ad5f683d23e276e2bd1e63f1b2e5d0ded4949148...
## Description This PR updates #230 to resolve all merge conflicts and bring the project files up-to-date. It also adds various fixes for issues found with style-cop. I do not...
* Rename `game` to `rom` (although n64digital uses it, we should not!). * Moves current ROM "DB" to a seperate header for easier improvement (and suggested movement to SD). *...
Linked to https://github.com/Ryzee119/usb64/pull/47 TinyUsb Issues https://github.com/hathach/tinyusb/issues/1624 https://github.com/hathach/tinyusb/issues/1604 Theres also some buffer overflows that can happen on the STM32 host driver as it always DMAs a full packet size and tusb...