allengmcd / 2021_Spring_Semester_Project

2021 Spring Semester project for Control Systems and Embedded Systems Courses
0 stars 0 forks source link

Get the GNU Embedded Toolchain working #6

Closed allengmcd closed 3 years ago

allengmcd commented 3 years ago

We want to use the GNU Embedded Toolchain for this project. At this point, we mostly know how to build, flash, and debug but we need to do some work in order to get to a nice point. The QP examples have a good template for this as well as the Tiva C Series examples. We need to make sure we get it working for the Nucleo STM32. The main thing that needs to be done is to create a makefile and then be able to easily add-in and remove files.

Tasks: • Create a folder structure for this repository that will house the code. • Add in a makefile along with some very basic code. • Test and make sure that the code is building as intended • Make sure to document the process for adding new files and deleting existing files.

allengmcd commented 3 years ago

Added in the folder structure for the RTOS folder and documented the basics for adding in new files. Also, have some test code that appears to be built successfully.