Software Alternatives & Reviews

Debugging FreeRTOS with QEMU in VSCode

FreeRTOS Chocolatey Homebrew
  1. Cross Platform Real Time Operating System (RTOS)
    Pricing:
    • Open Source
    In this post, I will step through an example setup that shows how to debug a FreeRTOS application in the Visual Studio Code (VSCode) editor using QEMU to emulate an Arm Cortex-M3 microcontroller. No actual hardware is required for this example, except a laptop or desktop as your development environment.

    #QA #Software Testing #Testing 3 social mentions

  2. The sane way to manage software on Windows.
    Pricing:
    • Open Source
    a. On Windows, you can install 'make' using Chocolatey at the Command Prompt with this command: > choco install make.

    #Windows Tools #Package Manager #Front End Package Manager 252 social mentions

  3. The missing package manager for macOS
    Pricing:
    • Open Source
    b. On MacOS, you can install 'make' using Homebrew in the Terminal app with this command $ brew install make.

    #Package Manager #Windows Tools #Front End Package Manager 877 social mentions

Discuss: Debugging FreeRTOS with QEMU in VSCode

Log in or Post with