micropython icon indicating copy to clipboard operation
micropython copied to clipboard

extmod/machine_spiflash: address of spiflash object

Open osresearch opened this issue 5 years ago • 1 comments

What is going on with the "+4" in the address calculation? https://github.com/osresearch/micropython/blob/efm32/extmod/machine_spiflash.c#L69

osresearch avatar Feb 28 '20 09:02 osresearch

Also the argument parser doesn't handle keywords correctly: https://github.com/osresearch/micropython/blob/efm32/extmod/machine_spiflash.c#L42

osresearch avatar Feb 28 '20 09:02 osresearch