Starting a new project from scratch can be a lot of work. That is why this chapter is focused on helping you get started with the minimum of drudgery. I’m also going to point you to a few details that have been ignored for the sake of simplicity that might be important to your project. This will leave you in the driver’s seat.
Project Creation
The first step in a new project is to create its subdirectory, Makefile, and then import the FreeRTOS source modules and a starting configuration file named FreeRTOSConfig.h ...