Michochip, 8-bit

出自 flip the world
於 2018年8月23日 (四) 11:12 由 Tommy (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "== LPCXpresso IDE installation == === Download IDE === MPLABX-v3.40-linux-installer.tar === Compiler === MPLAB® XC8 Compiler v1.38 === Binary === # Resulting in dis…")
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

LPCXpresso IDE installation

Download IDE

MPLABX-v3.40-linux-installer.tar

Compiler

MPLAB® XC8 Compiler v1.38

Binary

  1. Resulting in dist/default/production
tommy@hvs-tpe:~/projects/mbed/microchip/XC8_UG_EE/Example1.X$ tree
.
├── build
│   └── default
│       └── production
│           ├── example1.p1
│           ├── example1.p1.d
│           └── example1.pre
├── debug
│   └── default
├── dist
│   └── default
│       └── production
│           ├── Example1.X.production.cmf
│           ├── Example1.X.production.elf
│           ├── Example1.X.production.hex
│           ├── Example1.X.production.hxl
│           ├── Example1.X.production.lst
│           ├── Example1.X.production.map
│           ├── Example1.X.production.mum
│           ├── Example1.X.production.obj
│           ├── Example1.X.production.rlf
│           ├── Example1.X.production.sdb
│           ├── Example1.X.production.sym
│           └── memoryfile.xml
├── example1.c
├── Makefile
└── nbproject
    ├── configurations.xml
    ├── Makefile-default.mk
    ├── Makefile-genesis.properties
    ├── Makefile-impl.mk
    ├── Makefile-local-default.mk
    ├── Makefile-variables.mk
    ├── Package-default.bash
    ├── private
    │   ├── configurations.xml
    │   └── private.xml
    └── project.xml

Programmer

PICkit2 Microchip Development Programmer with USB ICSP Pic Kit 2

Reference