annotate doc/how_to_setup_mplabx.txt @ 586:06642f6ffe59

2.97 release
author heinrichsweikamp
date Thu, 01 Mar 2018 11:12:47 +0100
parents e4e662746c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
heinrichsweikamp
parents:
diff changeset
1 How to setup MPLAB X IDE:
heinrichsweikamp
parents:
diff changeset
2 - Clone repository to local dir
heinrichsweikamp
parents:
diff changeset
3 - Create new project
heinrichsweikamp
parents:
diff changeset
4 - Choose PIC18F87K22
heinrichsweikamp
parents:
diff changeset
5 - Choose C18 Toolchain (v3.42 or above)
heinrichsweikamp
parents:
diff changeset
6 - Add Files:
heinrichsweikamp
parents:
diff changeset
7 .asm to Source Files
heinrichsweikamp
parents:
diff changeset
8 .c to Source Files
heinrichsweikamp
parents:
diff changeset
9 p2_definitions.h and shared_definitions.h to Header Files
heinrichsweikamp
parents:
diff changeset
10 .inc to Important Files
heinrichsweikamp
parents:
diff changeset
11 18F87K22_ostc3.lkr to Linker Files