> Sebastien LELONG wrote: > > Should we then forget 18F support and just rename SSPCON1 to SSPCON ? > > If 18F is needed, I can also handle this in lib. Let's just be consitent > > within 16f, and also be consistent within 18F chips (I mean different > > naming convention for 16fF or 18F). > > > > So ?... > > When the 18Fs need a different library this seems to match my view.
OK, I agree too, even if I have a very bad overview of 18F. > So the MSSP registers will be named as follows: > [...] > The Dev2jal script has been changed, and I could upload new device files > if there are no objections against this naming convention. I agree here. I'll modify my lib once you're done (currently using SSPCON1). > I have done a comparison of the device files generated with MPlab 8.15 > and 8.20 and have seen a few improvements. This is another "pros" in generating new device files :) > If the current SSP library works (or has been tested) only for the > midrange it may have a check on 'core' to generate an error when used > with the 18Fs. For example it may contain: > if (target_cpu != pic_14) then > pragma error > end if Good point, I'll add this ! > > About datasheets, I could download and index all PDF (using Swish-e for > > instance, which I know and already used). It may help us searching > > keywords in datasheets. > > It sounds good, but it is difficult to say how useful it can be. Any > reference to an example? Is it a sort of grep? This would be a kind of grep, with searches like "SSPCON and not SSPCON1 or ...". It knows some basic operators. As I said, the major problem is I don't want to open an web interface on this... So I wonder how usable it would be. I'll think about it. Seb -- Sébastien LELONG http://www.sirloon.net http://sirbot.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
