Andrew Leech

Results 441 comments of Andrew Leech

TODO re-test whether flash functions need to be in ram; this costs ram in use that may not actually be needed. re-scan the boards, don't add to boards that don't...

Updated and rebased to current master. As per https://github.com/micropython/micropython/commit/091aa93ab03a48b8d6947db490691c8863505414#r143545503 I've cleaned up the mechanism for including the correct linker snippet. Re-tested on WB55 to confirm it still works correctly. I...

Currently I've removed the FLASH_ISR MEMORY section in linker scripts as the block is now ALIASED into flash or ram as appropriate. On many (older) boards though, this memory section...

I've updated this to preserve the size-limited first sector in linker where used to ensure that any future overflow is detected correctly. All boards were compiled to ensure they all...

Actually, the two "plus" boards should now be implemented as two variants on the one board profile. To be fair the variant system didn't exist when you first put this...

Ah interesting, yeah that board is an apt comparison. I'm not sure how the maintainers feel about the variants as a must, I thought existing cases like the pimoroni ones...

The v1.20 tag was added here a few days ago https://github.com/micropython/micropython-lib/tags

@mx0c to be honest I've been using the kernel vhci support for virtualhere rather than usbip so hadn't run into this. I've enabled a couple more usbip config settings in...

I've just tried myself, is this the full message you saw initially? ``` WARNING: usbip not found for kernel 5.10.16.3-microsoft You may need to install the following packages for this...

Oh wow, whoops, didn't look to see there was already a MR for this :-) #45