Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

Create script to mount flashing hardware to docker container on Windows #29

Closed nwdepatie closed 1 year ago

nwdepatie commented 1 year ago

Right now, the process for mounting any debugger to the docker container is fairly annoying and requires a lot of user commands that are annoying to remember. We need to put these all into a script, potentially a Python or batch file, to automate this process. The process for mounting debug hardware is shown in the README of this repo

nwdepatie commented 1 year ago

Might also be good to have the file automatically start the docker container, too