A header wizard


Results 1 to 40 of 230

Thread: A header wizard

Threaded View

  1. #23
    Join Date
    Feb 2010
    Location
    USA, New England
    Posts
    164


    Did you find this post helpful? Yes | No

    Default PBP Header Wizard v0.1 build 3

    Hello All,

    Don't want you to think I've been slacking off too badly...

    Attached is the most recent version of the header wizard. It's come a long way but there is still far to go...

    Changes and additions to Build 3:
    • -Now requires accurate location of PBP folder. This is used when populating the "Select PIC" combo box. The include file must exist in both the MPASM and PBP folders to be added. This prevents the application from attempting to parse files for microcontrollers that are not supported by PBP.
    • When selecting PIC, tabs are updated to show or hide PORT, ADC, Comparator, and USART tabs depending on whether or not they exist for that device.
    • In General tab, added DEFINE for oscillator speed.
    • In General tab, added DEFINE for using bootloader.
    • In General tab, added DEFINE for enabling PORTB pullups.
    • In Port tab, straightened out reversing of TRIS and PORT bits.
    • In Port tab, added handling so that PORT and TRIS will be output in a single line each if possible. Unused (i.e. non-existant) bits are set as zero.
    • In ADC tab, added checkbox to set all potential ADC ports to digital.
    • In ADC tab, added checkbox to configure internal ADC. At this point ONLY the standard PBP DEFINES are included.
    • In Comparator tab, added checkbox to set all potential comparator ports to digital.

    Comments, bug reports, suggestions always appreciated...

    Best Regards,
    Paul
    Attached Files Attached Files

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts