Skip to content

Commit

Permalink
Merge pull request #3 from MicrochipTech/v2017_03_06
Browse files Browse the repository at this point in the history
merging in the v2017_03_06 MLA release
  • Loading branch information
davidflowers authored Mar 14, 2017
2 parents 62fe6a5 + 53c65c7 commit bde41c5
Show file tree
Hide file tree
Showing 10 changed files with 1,447 additions and 21 deletions.
Binary file modified doc/help_mla_usb.jar
Binary file not shown.
Binary file modified doc/help_mla_usb.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions inc/usb_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ please contact mla_licensing@microchip.com
#else
#include "usb_hal_pic24f.h"
#endif
#elif defined(__XC32__)
#if defined(__PIC32MM__)
#include "usb_hal_pic32mm.h"
#else
#error "Silicon Platform not defined"
#endif
#else
#error "Silicon Platform not defined"
#endif
Expand Down
2 changes: 1 addition & 1 deletion inc/usb_hal_pic24f.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ please contact mla_licensing@microchip.com
//IEC0-IEC7 on PIC24FJ128GC010 Family devices
//IEC0-IEC7 on PIC24FJ128GB204 Family devices
//IEC0-IEC7 on PIC24FJ256GB412 Family devices
#if defined(__PIC24FJ64GB004__) || defined(__PIC24FJ32GB004__) || defined(__PIC24FJ32GB004__) || defined(__PIC24FJ32GB002__) \
#if defined(__PIC24FJ64GB004__) || defined(__PIC24FJ64GB002__) || defined(__PIC24FJ32GB004__) || defined(__PIC24FJ32GB002__) \
|| defined(__PIC24FJ256GB110__) || defined(__PIC24FJ192GB110__) || defined(__PIC24FJ128GB110__) || defined(__PIC24FJ64GB110__) || defined(__PIC24FJ256GB108__) || defined(__PIC24FJ192GB108__) || defined(__PIC24FJ128GB108__) || defined(__PIC24FJ64GB108__) || defined(__PIC24FJ256GB106__) || defined(__PIC24FJ192GB106__) || defined(__PIC24FJ128GB106__) || defined(__PIC24FJ64GB106__)

#define DEVICE_SPECIFIC_IEC_REGISTER_COUNT 6 //Number of IECx registers implemented in the microcontroller (varies from device to device, make sure this is set correctly for the intended CPU)
Expand Down
Loading

0 comments on commit bde41c5

Please sign in to comment.