annotate doc/how_to_setup_mplabx.txt @ 462:1eeafeeb9287

CHANGE: Indicate "Bailout" for bailout deco plan in internal deco planer
author heinrichsweikamp
date Fri, 28 Oct 2016 11:30:50 +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