An open API service indexing awesome lists of open source software.

https://github.com/s-celles/xc8-wrapper

[WIP] A Python wrapper for Microchip's XC8 toolchain for PIC microcontrollers
https://github.com/s-celles/xc8-wrapper

ai-generated-code c compiler pic pic16f python python3 wrapper

Last synced: 6 months ago
JSON representation

[WIP] A Python wrapper for Microchip's XC8 toolchain for PIC microcontrollers

Awesome Lists containing this project

README

          

# πŸ”§ XC8 Wrapper

[![CI](https://github.com/s-celles/xc8-wrapper/actions/workflows/ci.yml/badge.svg)](https://github.com/s-celles/xc8-wrapper/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/s-celles/xc8-wrapper/branch/main/graph/badge.svg)](https://codecov.io/gh/s-celles/xc8-wrapper)
[![PyPI version](https://badge.fury.io/py/xc8-wrapper.svg)](https://badge.fury.io/py/xc8-wrapper)
[![Python versions](https://img.shields.io/pypi/pyversions/xc8-wrapper.svg)](https://pypi.org/project/xc8-wrapper/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**Modern, secure, and cross-platform wrapper for the Microchip XC8 compiler**

---

## πŸ“š Documentation

**Complete documentation is available at:**
**🌐 [https://s-celles.github.io/xc8-wrapper/](https://s-celles.github.io/xc8-wrapper/)**

### Quick Links
- [πŸ“¦ Installation Guide](https://s-celles.github.io/xc8-wrapper/installation/)
- [πŸš€ Getting Started Tutorial](https://s-celles.github.io/xc8-wrapper/getting-started/)
- [πŸ“– CLI Reference](https://s-celles.github.io/xc8-wrapper/cli-reference/)

## βš–οΈ License

**Wrapper Code**: MIT License (see [LICENSE](LICENSE) file)

**XC8 Compiler**: Proprietary Microchip license - [download from Microchip](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers)

## 🀝 Contributing

Contributions welcome! See the [Contributing Guide](https://s-celles.github.io/xc8-wrapper/contributing/) for setup instructions and contribution guidelines.

---

Made with ❀️ by [Sébastien Celles](https://github.com/s-celles) for PIC developers community.