Skip to content

Implementation of a Pygame and integrate with a eletronic board using device drivers πŸ•ΉοΈ πŸ‘Ύ

License

Notifications You must be signed in to change notification settings

felipemfb/console_driver_IHS_Project

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Project layout helper and Scripts/Documentations for developing IF817 Course project

REMIDER: This project layout it's not mandatory! You can feel free to use whatever build system you use for developing a user application. This has only a simple Makefile for people who don't need to setup a complex build system and just want to develop a simple C/C++/Assembly application. BUT be careful with the 'driver' folder, inside it has a Makefile that is vital for building the driver/module and one must not remove it.

Content

Current project tree

.
β”œβ”€β”€ src
β”‚   └── main.cpp
β”œβ”€β”€ include
β”‚Β Β  β”œβ”€β”€ display.h
β”‚Β Β  └── ioctl_cmds.h
β”œβ”€β”€ driver
β”‚Β Β  β”œβ”€β”€ char
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ dummy.c
β”‚Β Β  β”‚Β Β  └── Makefile
β”‚Β Β  └── pci
β”‚Β Β      β”œβ”€β”€ de2i-150.c
β”‚Β Β      └── Makefile
β”œβ”€β”€ exemples
β”‚Β Β  β”œβ”€β”€ c
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app-char.c
β”‚Β Β  β”‚Β Β  └── app-pci.c
β”‚Β Β  └── python
β”‚Β Β      β”œβ”€β”€ app-char.py
β”‚Β Β      └── app-pci.py
β”œβ”€β”€ docs
β”‚Β Β  └── commands.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ Makefile
β”œβ”€β”€ README.md
└── setup.sh

About

Implementation of a Pygame and integrate with a eletronic board using device drivers πŸ•ΉοΈ πŸ‘Ύ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.0%
  • Makefile 13.4%
  • Python 10.8%
  • C++ 2.3%
  • Shell 0.5%