Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 532 Bytes

File metadata and controls

8 lines (6 loc) · 532 Bytes

Setting up your workspace and project for porting

Follow the steps below to set up your workspace and project:

  • Use a project structure and build system of your choice to import the FreeRTOS libraries.
  • Create a project using an Integrated Development Environment (IDE) and toolchain supported by your board.
  • Include the board support packages (BSP) and board-specific drivers in your project.

Once your workspace is set up, you can start porting individual FreeRTOS libraries.