CE-Programming / app_tools

Extension to the CE toolchain that generates apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an extension to the CE C toolchain that generates application rather than program files.

To use, replace the include statement for the CE C toolchain in your project's makefile with path to the makefile file in this repository.

Running make will generate an installer program, as well as several 8xv files containing the data for the app. 8ek files can be generated by running make app, however, they are not signed and therefore cannot be sent to an unmodified calculator.

About

Extension to the CE toolchain that generates apps


Languages

Language:Python 59.8%Language:Makefile 40.2%