Skip to content

a collection of exemples, documentations and scripts for developing the IF817 (IHS) Course project

License

Notifications You must be signed in to change notification settings

mfbsouza/ihs-project-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 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

a collection of exemples, documentations and scripts for developing the IF817 (IHS) Course project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages