create a new task

how can i create a new task? what changes in which files should i do? i’m using the AVR-WINAVR Port Thanks

create a new task

See the API documentation page: http://www.freertos.org/a00125.html There is an example. In the demo applications the main.c file creates all the tasks then starts the scheduler.  Have a look at the main.c file to see how the tasks are created.