Rev 1661 Rev 1691
Line 10... Line 10...
10 Explorer 16 + PIC24 or PIC32 USB PIMs 10 Explorer 16 + PIC24 or PIC32 USB PIMs
11 PIC24F Starter Kit 11 PIC24F Starter Kit
12 Low Pin Count USB Development Kit 12 Low Pin Count USB Development Kit
13 The firmware may be modified for use on other USB 13 The firmware may be modified for use on other USB
14 platforms by editing this file (HardwareProfile.h) 14 platforms by editing this file (HardwareProfile.h)
15 Compiler: Microchip C18 (for PIC18), C30 (for PIC24), 15 Compiler: Microchip C18 (for PIC18), C30 (for PIC24),
16 or C32 (for PIC32) 16 or C32 (for PIC32)
17 Company: Microchip Technology, Inc. 17 Company: Microchip Technology, Inc.
18   18  
19 Software License Agreement: 19 Software License Agreement:
20   20  
Line 59... Line 59...
59 #if defined(__32MX460F512L__) 59 #if defined(__32MX460F512L__)
60 #if defined(PIC32MX460F512L_PIM) 60 #if defined(PIC32MX460F512L_PIM)
61 #include "HardwareProfile - PIC32MX460F512L PIM.h" 61 #include "HardwareProfile - PIC32MX460F512L PIM.h"
62 #elif defined(PIC32_USB_STARTER_KIT) 62 #elif defined(PIC32_USB_STARTER_KIT)
63 #include "HardwareProfile - PIC32 USB Starter Kit.h" 63 #include "HardwareProfile - PIC32 USB Starter Kit.h"
64 #else 64 #else
65 #include "HardwareProfile - UBW32.h" 65 #include "HardwareProfile - UBW32.h"
66 #endif 66 #endif
67 #elif defined(__32MX795F512L__) 67 #elif defined(__32MX795F512L__)
68 #if defined(PIC32MX795F512L_PIM) 68 #if defined(PIC32MX795F512L_PIM)
69 #include "HardwareProfile - PIC32MX795F512L PIM.h" 69 #include "HardwareProfile - PIC32MX795F512L PIM.h"
70 #elif defined(PIC32_USB_STARTER_KIT) 70 #elif defined(PIC32_USB_STARTER_KIT)
Line 81... Line 81...
81 #endif 81 #endif
82 #endif 82 #endif
83   83  
84 #if defined(__18CXX) 84 #if defined(__18CXX)
85 #if defined(__18F4550) 85 #if defined(__18F4550)
86 #include "HardwareProfile - PICDEM FSUSB.h" 86 #include "HardwareProfile - UBW.h"
87 #elif defined(__18F87J50) 87 #elif defined(__18F87J50)
88 #include "HardwareProfile - PIC18F87J50 PIM.h" 88 #include "HardwareProfile - PIC18F87J50 PIM.h"
89 #elif defined(__18F14K50) 89 #elif defined(__18F14K50)
90 #include "HardwareProfile - Low Pin Count USB Development Kit.h" 90 #include "HardwareProfile - Low Pin Count USB Development Kit.h"
91 #elif defined(__18F46J50) 91 #elif defined(__18F46J50)
92 #include "HardwareProfile - PIC18F46J50 PIM.h" 92 #include "HardwareProfile - PIC18F46J50 PIM.h"
93 #elif defined(__18F2550) 93 #elif defined(__18F2550)
94 #include "HardwareProfile - UBW.h" 94 #include "HardwareProfile - UBW.h"
95 #endif 95 #endif
96 #endif 96 #endif
97 #endif 97 #endif
98   98  
99 #if !defined(DEMO_BOARD) 99 #if !defined(DEMO_BOARD)