Sebastien Lelong wrote:
> More, having lots of warnings if your dev2jal script is not a good reason to
> modify the input source.
You are right, it would be 'symptom fighting'.
> If you need me to clean things in
> pinmap_pinsuffix.json, let me know ! (and not in pinmap.py, which is a
> highly previous source of information should contain as many information as
> possible).
Well, from your previous message I understood that all pins should be
listed (ideally).
> For instance, if you want to clean this:
>
> "16F59": {
> "RA0": [],
> "RA1": [],
> "RA2": [],
> "RA3": [],
> "RB0": [],
> "RB1": [],
> "RB2": [],
> "RB3": [],
> "RB4": [],
> "RB5": [],
> "RB6": [ "ICSPCLK"],
> "RB7": ["ICSPDAT"],
> "RC0": [],
> "RC1": [],
> "RC2": [],
> "RC3": [],
> "RC4": [],
> "RC5": [],
> "RC6": [],
> "RC7": [],
> "RD0": [],
> "RD1": [],
> "RD2": [],
> "RD3": [],
> "RD4": [],
> "RD5": [],
> "RD6": [],
> "RD7": [],
> "RE4": [],
> "RE5": [],
> "RE6": [],
> "RE7": []
> }
>
>
>
> to:
>
> "16F59": {
> "RB6": [ "ICSPCLK"],
> "RB7": ["ICSPDAT"],
> }
I was about to explain that this was indeed what I had in mind, but for
for *pinmap.py* (to save time/work).
> Let me know, I'll modify extract_pininfos.py as needed.
That's not the point and not needed. Since pinmap.py is the parent of
pinmap_pinsuffix.json it will not save any work as I had in mind for
updating pinmap.py.
I'll keep pinmap.py as it is, only add missing aliases (and possibly
pins) and correct errors if I see any.
{this could be end of thread}
Regards, Rob.
--
Rob Hamerling, Vianen, NL (http://www.robh.nl/)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---