No partest.c file to modify an existing port

phani111 wrote on Thursday, August 10, 2017:

Hello all,
We are trying to create a new freertos port for Intel curie( c1000 x86 ISA compatible ) and iam trying to modify the Galileo demo by following the below link
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html

However there seems to be no partest.c file in IA32_flat_GCC_Galileo_Gen_2 folder
How may I proceed ?

Regards,
Phani

rtel wrote on Friday, August 11, 2017:

Partest is a legacy name, which is just an abbreviation of parallel port test., and does nothing more than set, clear and toggle outputs - normally attached to LEDs. You can create your own partest.c file by implementing the functions specified by the prototypes in the header file of the same name.