alxhoff / FreeRTOS-Emulator

POSIX based FreeRTOS emulator with SDL2 graphics interface and multiple async communications interfaces, aiming to make it possible to teach FreeRTOS without embedded hardware using similar processes
https://alxhoff.github.io/FreeRTOS-Emulator/
GNU General Public License v3.0
60 stars 105 forks source link

Replaced use of regex for finding bin dir with POSIX dirname, should … #8

Closed alxhoff closed 4 years ago

alxhoff commented 4 years ago

…fix #6

@PhilippvK try this

PhilippvK commented 4 years ago

@alxhoff Done.