- Apr 05 Thu 2012 17:45
LINUX 常見編譯錯誤範例
- Mar 19 Mon 2012 10:47
Ubuntu 下使用 Doxygen
- Mar 06 Tue 2012 19:29
2.6.34 i2c列舉
http://blog.csdn.net/yuanlulu/article/details/6557901
- Feb 24 Fri 2012 10:10
點陣圖(Bitmap)檔案格式[轉貼]
- Feb 06 Mon 2012 12:00
ALSA聲音編程介紹
period(週期):硬體中中斷間的間隔時間。它表示輸入延時。
音效卡介面中有一個指標來指示音效卡硬體緩存區中當前的讀寫位置。只要介面在運行,這個指標將迴圈地指向緩存區中的某個位置。
- Jan 13 Fri 2012 17:22
sysfs 檔案系統
sysfs 檔案系統
linux 2.6 內核中引入了 sysfs 檔系統,是用戶空間與內核空間進行交互的一個媒介。比起古老的 proc 檔系統,它是基於內核的資料結構,因此組織結構上更加嚴密。它的設計使內核的資訊更易獲取,而且更加清晰。內核空間與用戶空間的映射關係如下表所示:
- Jan 11 Wed 2012 19:10
HWMON
Recommended Kernel Configuration
Code maturity level options [*] Prompt for development and/or incomplete code/drivers Device Drivers I2C support <M> I2C support <M> I2C device interface I2C Algorithms <M> (configure all of them as modules) I2C Hardware Bus support <M> (configure all of them as modules) I2C Hardware Sensors Chip support (up to 2.6.12) <M> (configure all of them as modules) Hardware Monitoring support (since 2.6.13) <M> (configure all of them as modules)
- Jan 09 Mon 2012 16:04
Linux上批量删除.svn目錄
find . -type d -name ".svn"|xargs rm -rf
- Dec 23 Fri 2011 09:41
mdev規則與配置
mdev是busybox下的udev的精簡版,適合在嵌入式系統下管理設備
但mdev會把所有的設備檔都動態地創建在/dev/目錄下,如果程式使用dev目錄子目錄下的設備,就必須修改程式,比較麻煩,當然也可以在mdev運行之後,手工創建子目錄,然後再用 ln -s 做設備檔的軟鏈結