Skip to content

Kamilosok/Embedded-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded-Systems

This repository contains a folders of laboratory lists of exercises (with solutions) prepared as part of my Embedded systems course in 2025/26 Winter semester at University of Wrocław

Hardware

We were working on a slightly modified ATMega328P and ATtiny84A with other significantly specific parts (like MOSFET's) distinguished in exercises lists by model.

Structure

Each Lab folder contains the exercise list as the README.md file, solutions to exercises with names exerciseX.c (except Lab 9) with X being the name of the exercise and a Makefile, exercises of most Labs can be compiled and instaled using the method below.

Additionally, the Schematics folder contains .tex files which can be compiled to circuits shown along with .svg files for quick Github display.

Standard compilation and installation

Go into Makefile and change TARGET to the program you want to compile.

make to compile and link the program, then make install to install it to the microcontroller.

make clean to clean residue from TARGET's compilation and the program itself (.elf, .hex, .map).

make screen to optionally send and receive simple UART messages from the microcontroller.

About

A collection of exercises from my Embedded systems course in 2025/26 Winter semester at UWr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors