Menu

#64 Update Fuses section on documentation

None
closed
1
2015-01-24
2014-10-22
No

Update the fuses section on the documentation. CONFIG directive has been added for PIC14 and PIC12.

Question:
__CONFIG was deprecated for PIC16 but it hasn't been deprecated yet for PIC14 and PIC12, right?

1 Attachments

Discussion

  • Molnár Károly

    Molnár Károly - 2014-10-23

    Question:
    __CONFIG was deprecated for PIC16 but it hasn't been deprecated yet for PIC14 and PIC12, right?

    Not outdated, because the mpasmx (in these cases) only knows this. Therefore, the patch is not entirely good.

     
  • Molnár Károly

    Molnár Károly - 2014-10-23
    • assigned_to: Molnár Károly
     
  • Molnár Károly

    Molnár Károly - 2014-11-01

    The patch is now included in the new svn #1111 code. Thank you for your contribution.

    Károly

     
  • Anonymous

    Anonymous - 2014-11-27

    Going back to this, reading the manual at revision 1111, I still don't understand it clearly.

    I prepared this table. Can you tell me if it's correct? If not, what's wrong?

    PIC type gpasm mode mpasm(x) compatible mode
    18XXXX __CONFIG deprecated. CONFIG should be used. CONFIG must be used. __CONFIG not available.
    Rest __CONFIG deprecated. CONFIG should be used. CONFIG not available. __CONFIG must be used

    The table is also available here in case that it's not shown correctly in sourceforge.

    Thanks a lot!

    Edit: I posted as anonymous, it's Diego Herranz.

     

    Last edit: Diego Herranz 2014-11-28
  • Molnár Károly

    Molnár Károly - 2014-11-28

    This is the current status:

    PIC type gpasm mode mpasm(x) compatible mode
    18XXXX __CONFIG deprecated. CONFIG should be used. __CONFIG deprecated. CONFIG should be used.
    Rest __CONFIG and CONFIG may be used. CONFIG not available. __CONFIG must be used.
     
  • Molnár Károly

    Molnár Károly - 2015-01-24
    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel