Robin Jones
Robin Jones
## Expected Behavior Usb64 should load a ROM less than 1MB in size (padded with `0xff` from makemask) ## Current Behavior Padding a ROM using `makemask` when under 1MB causes...
### Target name(s) ChibiOS ### Firmware version GCC12.x ### Was working before? On which version? GCC 11.x ### Device capabilities N/A ### Description The included version of binutils for GCC...
### Library/API/IoT binding nanoFramework.Networking.NetworkHelper ### Visual Studio version N/A ### .NET nanoFramework extension version N/A ### Target name(s) ST_STM32F769I_DISCOVERY ### Firmware version N/A ### Device capabilities N/A ### Description The...
### Target name(s) ST_STM32F769I_DISCO and probably other ChibiOS based boards. ### Firmware version latest `MinSizeRel` ### Was working before? On which version? seemingly works on latest `Debug` ### Device capabilities...
## Description * Add ability to retrive time from DHCP. * ChibiOS & TI: Ensure the SNTP service is stopped before configure. * ChibiOS: Set default lwIP MAC to developer...
## Description ## Motivation and Context Progressive PR against #2855 ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that improves...
## Description * Updates name of header * Changes the drive path to a define * Changes drive names to indexes for consistancy * Stops enumerating directory paths when using...
## Description * Align names for drive defines. * Take into account all drives when enumerating. * Improve checks to only need a single char for drive letter. * Rename...
## Description This PR provides the platform specific implementation of memory (free, malloc, realloc) functions for ChibiOS. ## Motivation and Context We currently just revert to the generic functions which...
## Description Alignment with ChibiOS ## Motivation and Context Certain options had been added/removed since it was last aligned. ## How Has This Been Tested? Still required... ## Screenshots ##...