-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds initial Arduino LEONARDO support, improved function call, releas…
…e build scripts Features * Arduino LEONARDO compatible compilation profile (#3) * Detect that we are in a profile mode from a command line switch (#3.1) * Code generation is called with current profile (#3.2) * Code generation outputs code targetting "setup" instead of "main" (#3.3) * Makefile uses the arduino makefile #arduino leonardo (#3.4) * Compilation profiles support removal of elements of the clib (#4.1) * Function calls that do not require arguments work (#2) Docs * Docs in README.md, setup.py and docs/ are generated from website. (#66) * Documentation in /docs is generated from website source documentation * (#63) * Docs on usage #docs (#64) * Man page for pyxie (#65) Other * Make Release Script (#61) * build release script (#62) Other * Clean up build local script * Man file added (not installed yet though) * Build distributed docs from the same source as the website * Added pyxie-dev script to assist in release automation * Re-enable doc building
- Loading branch information
1 parent
965cd5a
commit 0e41f05
Showing
58 changed files
with
3,387 additions
and
636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.