uvic-auvic / Bootloader_App

Application used to communicate with and load programs onto our PCBs
0 stars 0 forks source link

Use the bootloader class to create a console application #2

Closed poornack closed 4 years ago

poornack commented 6 years ago

Problem Description: AUVIC is working on a bootloader for its PCBs with a STM32 microcontroller. An application running on the Jetson or members' personal computer should communicate with the PCB and be responsible for downloading the program to the PCB.

Task: Use the bootloader python class written in issue #1 to create a console application. This application should run on Linux and Windows. Optionally, it should also be able to run on MacOS if possible.