Skip to content
Snippets Groups Projects
Forked from b35apo / stud-support
15 commits behind the upstream repository.
Pavel Pisa's avatar
Pavel Pisa authored
seminaries/qtrvsim/uart-calc-add: task to receive two decimal numbers from UART and send sum in decimal to the UART.

Implement receive, add and print functions and place C language source
file on path

  work/uart-calc-add/uart-calc-add.c

To run the code in qtrvsim_cli, the serial port to file redirection
can be used, see the Makefile.

Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
a2e24d91
History
Name Last commit Last update
seminaries
work
README.md

CTU FEE Computer Architectures Course Support Materials for Students

The course pages: https://cw.fel.cvut.cz/wiki/courses/b35apo/start

The directory seminaries provides templates and test applications for seminaries. The content can be modified to experiment with examples and even modifications can be archived into your personal git. But the work which is intended to be shared with your tutor should be placed into directory work.