Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThrowTheSwitch/CeedlingExample_Microchip
An example project demonstrating how to configure Ceedling for use with Microchip's compiler and simulator
https://github.com/ThrowTheSwitch/CeedlingExample_Microchip
Last synced: 3 months ago
JSON representation
An example project demonstrating how to configure Ceedling for use with Microchip's compiler and simulator
- Host: GitHub
- URL: https://github.com/ThrowTheSwitch/CeedlingExample_Microchip
- Owner: ThrowTheSwitch
- Created: 2012-10-05T14:27:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:49:50.000Z (about 2 years ago)
- Last Synced: 2024-03-26T03:06:47.582Z (11 months ago)
- Language: C
- Size: 759 KB
- Stars: 40
- Watchers: 17
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCompiler - CeedlingExample_Microchip
README
CeedlingExample_Microchip
=========================An example project demonstrating how to configure Ceedling for use with Microchip's compiler and simulator.
See http://spin.atomicobject.com/2012/10/22/getting-started-with-tdd-for-microchips-pics/ for a walkthough/tutorial that goes along with this project.
=========================
This project requires that the following is installed on your computer
* Ruby (http://rubyinstaller.org/)
* Ceedling gem (gem install ceedling)
* Microchip XC16 compiler - Cross-platform C compiler for 16 bit PICs (http://www.microchip.com/pagehandler/en_us/promo/mplabxc/)=========================
Edit: 11/01/2021
* You only need to change XC16 compiler path (line 34) inside "project.yml" file to yours.