user3822607
user3822607

Reputation: 69

Modifying freeRTOS emulator

I am new to freeRTOS and would like to modify the OS to accommodate some new hardware. I would like to do this in an emulator, which could be either Windows or Linux (preferred).

I have installed and operated freeRTOS in both systems and it all works. I want to tweak some of the freeRTOS internals, rebuild the emulated freeRTOS, and test the result.

I am looking for some direction and hints on the best way to go about this task.

Upvotes: 0

Views: 523

Answers (1)

Richard
Richard

Reputation: 3236

Such a massively open ended question with no indication of what it is you want to achieve makes this unanswerable. There is some info on how the Windows simulator/emulator/port works here http://www.freertos.org/FreeRTOS-Windows-Simulator-Emulator-for-Visual-Studio-and-Eclipse-MingW.html

Upvotes: 2

Related Questions