Code Monkey home page Code Monkey logo

cs466_s20's Introduction

cs466_s20

Lab information and examples for CS466 Embedded Systems, Spring 2020

If you want to use my pre-configured makefiles there are two required peer directories

Assuming that you let this repo install with a default name cs466_s20 there are two required directories that you need to install.

  1. TivaDriver
  • This is an library containing header files describing the processor and Tiva Board
  • It also contains a series of higher level API's that we will be using in class later
  1. FreeRTOS

Before you build your parent directoy will look like:

   ...
   cs466_s20/
   TivaDriver/
   FreeRTOSv10.2.1/
   ...

You can rename the directories or move them around but my provided makefiles will require modification each week.

for Linux (and probably OSx) you can use the TivaDriver tar file that I have put in .../cs466_s20/doc.

  1. change yrur directory so that you are in ../cs466_s20 ir the parent of cs466_s20.
  2. Run the command.
$ tar zxvf ./cs466_s20/doc/TivaDriver.tar.gz

It should create the peer TivaDriver directory.

FreeRTOS is not used for lab01 but you can install it

  1. change your directory so that you are in ../cs466_s20 or the parent of cs466_s20.
  2. Download FreeRTOS Version 10.2.1 from the following URL
  3. Unzip the distrubition to the peer directory
$ cd <parent directory>
$ unzip ~/Downloads/FreeRTOSv10.1.1.zip

cs466_s20's People

Contributors

easypat avatar milhead2 avatar s-i-dunn-wsu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.