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
- Host: GitHub
- URL: https://github.com/s-celles/xc8-wrapper
- Owner: s-celles
- License: other
- Created: 2025-07-07T13:02:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T14:45:46.000Z (6 months ago)
- Last Synced: 2025-07-14T16:50:53.842Z (6 months ago)
- Topics: ai-generated-code, c, compiler, pic, pic16f, python, python3, wrapper
- Language: Python
- Homepage: https://s-celles.github.io/xc8-wrapper/
- Size: 399 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# π§ XC8 Wrapper
[](https://github.com/s-celles/xc8-wrapper/actions/workflows/ci.yml)
[](https://codecov.io/gh/s-celles/xc8-wrapper)
[](https://badge.fury.io/py/xc8-wrapper)
[](https://pypi.org/project/xc8-wrapper/)
[](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.