annotate doc/how_to_setup_mplabx.txt @ 53:2825f1d2262f

NEW: Dynamic Gaslist in OC mode (Divemode, Customview 7)
author heinrichsweikamp
date Sun, 29 Sep 2013 18:53:22 +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