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.
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.
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.
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
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.