EmbLogic's Blog

Author Archives: Maneet

Embedded Linux on ARM

Embedded Linux is the use of Linux in embedded computer systems. Linux has been ported to a variety of CPUs which are not only primarily used as the processor of a desktop or server computer, but also ARM, AVR32, ETRAX … Continue reading

Posted in Embedded Linux, Uncategorized | Leave a comment

E5: Today’s status (character driver)

All E5 trainees, Kindly update your today’s work status regarding “Character Driver” including following: 1) write for multiple quantum 2) read for multiple quantum

Posted in Uncategorized | 4 Comments

E5 – work status ( character driver )

All E5 trainees, kindly update your work status for the following in character driver: 1) trim 2) write 3) allocation of memory to qset, quantum. 4) freed the allocated memory

Posted in Uncategorized | 2 Comments

E5 – Work Status –

All E5 trainees, Kindly update your work status for last session of Character Driver including following: 1) Open 2) Release 3) Trim 4) Creating an application

Posted in Uncategorized | 8 Comments

To Varun Sir – E5 – Character driver – Doubts

All E5 trainees, kindly update your doubts about Character Driver…

Posted in Uncategorized | 3 Comments

E5: Work Status (Character Driver)

E5: Kindly update your today’s work status for the following: 1) creation of scull 2) cdev_init 3) cdev_add 4) cdev_del

Posted in Uncategorized | 4 Comments

E5: Work Status – device drivers

Kindly update your work status for today’s session of “introduction to device drivers including registration of device”.

Posted in Uncategorized | 5 Comments

E5: Introduction to Device Driver: Work Status

Kindly update your work status for today’s session of “introduction to device driver”

Posted in Uncategorized | 3 Comments

Project Status

Completely done following steps for 4 byte: 1) Master Array 2) Compression 3) Decompression

Posted in Uncategorized | Leave a comment

Project Status

Working on decompression part

Posted in Uncategorized | Leave a comment

Project Status

Done with master array and compression completely. Left with decompression part….

Posted in Uncategorized | Leave a comment

Project Status

Done till Master Array.

Posted in Uncategorized | Leave a comment

Current status

Worked on following concepts: 1) Make file 2) RCS file 3) Low level file io with open(), read(), write(), append() system calls

Posted in Uncategorized | Leave a comment

Difference between i++ and++i?

Can anyone tell me what is the difference between i++ and ++i w.r.t compiler in C

Posted in Data Structures with C | 1 Comment