annotate doc/how_to_setup_mplabx.txt @ 445:d770f3d204c5

minor: Default timeout is 5min
author heinrichsweikamp
date Thu, 18 Aug 2016 12:41:16 +0200
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