csoren / a2560k-template

Template project for A2560K

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains an example project for building an executable for Foenix A2560U or 2560K, in a mix of C and assembly.

The C compiler used is Calypsi, and the assembler is ASMotor

The Makefile features automatic dependency generation, source files can be specified at the very top, in the ASM_SRCS and C_SRCS variables.

Two different executables can be built - hello.pgz (default) which is a "release" optimized version, and hello-debug.pgz which is an executable suitable for debugging.

About

Template project for A2560K


Languages

Language:Makefile 82.3%Language:Assembly 12.3%Language:C 5.4%