assignments-3-and-later-zaransage

assignments-3-and-later-zaransage created by GitHub Classroom

https://github.com/cu-ecen-aeld/assignments-3-and-later-zaransage

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

assignments-3-and-later-zaransage created by GitHub Classroom

Basic Info
  • Host: GitHub
  • Owner: cu-ecen-aeld
  • License: mit
  • Language: C
  • Default Branch: master
  • Size: 188 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 10
Created about 2 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

aesd-assignments

This repo contains public starter source code, scripts, and documentation for Advanced Embedded Software Development (ECEN-5713) and Advanced Embedded Linux Development assignments University of Colorado, Boulder.

Setting Up Git

Use the instructions at Setup Git to perform initial git setup steps. For AESD you will want to perform these steps inside your Linux host virtual or physical machine, since this is where you will be doing your development work.

Setting up SSH keys

See instructions in Setting-up-SSH-Access-To-your-Repo for details.

Specific Assignment Instructions

Some assignments require further setup to pull in example code or make other changes to your repository before starting. In this case, see the github classroom assignment start instructions linked from the assignment document for details about how to use this repository.

Testing

The basis of the automated test implementation for this repository comes from https://github.com/cu-ecen-aeld/assignment-autotest/

The assignment-autotest directory contains scripts useful for automated testing Use git submodule update --init --recursive to synchronize after cloning and before starting each assignment, as discussed in the assignment instructions.

As a part of the assignment instructions, you will setup your assignment repo to perform automated testing using github actions. See this page for details.

Note that the unit tests will fail on this repository, since assignments are not yet implemented. That's your job :)

Owner

  • Name: CU Boulder AESD ECEN 5713
  • Login: cu-ecen-aeld
  • Kind: organization

Course Github Organization for University of Colorado at Boulder ECEN 5713 Advanced Embedded Software Development (previously 5013-002)

Citation (citations.txt)

# Dana Marble
# Citations for specific assignments

# Assignment 7 part 1:
  . https://www.youtube.com/watch?v=uvD9_Wdtjtw
  . https://docs.kernel.org/core-api/circular-buffers.html
  . https://embedjournal.com/implementing-circular-buffer-embedded-c/


# Assignment 6 part 1:
  . Tagged Commit for me: https://github.com/cu-ecen-aeld/assignments-3-and-later-zaransage/actions/runs/14527502997

  . Citation:
  . https://github.com/cu-ecen-aeld/assignments-3-and-later-almu6129


# Assignment 5 part 2:
  . 

GitHub Events

Total
  • Release event: 4
  • Delete event: 3
  • Push event: 34
  • Pull request event: 7
  • Create event: 9
Last Year
  • Release event: 4
  • Delete event: 3
  • Push event: 34
  • Pull request event: 7
  • Create event: 9

Dependencies

.github/workflows/github-actions.yml actions
  • actions/checkout v2 composite