Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 401 Bytes

SDCC PIC12F617 example

Requirement

  1. SDCC
  2. GPUTILS
  3. CMake
  4. Ninja

How to Build

modify the CMAKE_C_COMPILER variable in CMakeLists.txt

$ cd build
$ cmake -G Ninja ..
$ ninja