X2Cscope / pyx2cscope

python implementation of x2cscope
Other
1 stars 0 forks source link

Merge Parsers for xc16, xc32 and xc-dsc #35

Open edras opened 2 months ago

edras commented 2 months ago

We are using pyelf for 32 bit devices and xc16-read-elf for 16 bit devices.

I suggest to use read-elf from microchip for all architectures.

First step is to check if the output from read-elf is similar among compilers. If they are, we may merge the read-elf for 32 and dsc devices.