Tobias Pfeffer
Tobias Pfeffer
Looking at the initialization code for Cortex-M, it seems that the VTOR is guessed by finding the ELF section with the lowest address. The function used is called `GetSectionPhysicalAddress`, yet...
I have a binary created with modm that creates a lot of empty program segments (NOLOAD Sections): ``` Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LOAD 0x010000...
Proposed fixes for renode/renode#314 and renode/renode#315
In etree.pyi:219 the type definition of sourceline is `sourceline = ... # Optional[int]`, which gives me an error using pylance. It works when changed to `sourceline = ... # type:...