forked from ThrowTheSwitch/Unity
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there, @jwalkerbg
I am new to unit testing with ceedling and ruby. I want to Unit tests with PIC16LF1829 with XC8.
I installed Ruby, ceedling via following instructions via folliwing below links.
- https://spin.atomicobject.com/2012/10/22/getting-started-with-tdd-for-microchips-pics/
- https://blog.carbonfive.com/2012/10/14/test-driven-c-with-ceedling/
- https://github.com/ThrowTheSwitch/CeedlingExample_Microchip
- https://dmitryfrank.com/articles/unit_testing_embedded_c_applications
But i can not find proper instructions on how to configure "project.yml". one off them was configured for PIC32 and other one for PIC24.
some how i managed to include compiler paths and all but at the end, ended up having
C:/Program Files (x86)/Microchip/xc8/v1.33/include/setjmp.h:14:2: error: #error
setjmp.h: Processor type not supported, or not defined.
#error setjmp.h: Processor type not supported, or not defined.
^
then i saw your repo where u have this in ur "read.me" and i saw ur "target" folder where u have diffrernt target *.yml files..
it would be great if u can extend ur read.me to show steps to integrate ur work and example *.yml for XC8 with chip PIC16xxxx.
Thank u in advance.
Metadata
Metadata
Assignees
Labels
No labels