05 2021 档案
摘要:linux process management and scheduling reference: https://kernel.blog.csdn.net/article/details/51456569
阅读全文
摘要:linux memory management reference: https://kernel.blog.csdn.net/article/details/52384965 https://blog.csdn.net/Vince_/article/details/89055979?depth_1
阅读全文
摘要:objdump objdump --help Usage: /toolchain path/bin/arm-xx-objdump <option(s)> <file(s)> Display information from object <file(s)>. At least one of the
阅读全文
摘要:ARM core registers (ARMv7) ARM v7-A and ARM v7-R Reference: ARM ® Architecture Reference Manual(ARM ® v7-A and ARM ® v7-R edition) Chapter B1 The Syst
阅读全文
摘要:ARM processor modes (ARMv7) ARM v7-A and ARM v7-R Reference: ARM ® Architecture Reference Manual(ARM ® v7-A and ARM ® v7-R edition) Chapter B1 The Sys
阅读全文
摘要:linux arm irq (4) 4 interrupt driver interface Author: Yangkai Wang wang_yangkai@163.com Coding in 2021/05/16 转载请注明author,出处. linux version 3.4.39 s5p
阅读全文
摘要:linux arm irq (3) 3 gpio interrupt Author: Yangkai Wang wang_yangkai@163.com Coding in 2021/05/16 转载请注明author,出处. linux version 3.4.39 s5p6818 soc Cor
阅读全文
摘要:linux arm irq (2) 2 interrupt handling Author: Yangkai Wang wang_yangkai@163.com Coding in 2021/05/10 转载请注明author,出处. linux version 3.4.39 s5p6818 soc
阅读全文
摘要:linux arm irq (1) 1 irq init Author: Yangkai Wang wang_yangkai@163.com Coding in 2021/05/10 转载请注明author,出处. linux version 3.4.39 s5p6818 soc Cortex-A5
阅读全文
摘要:linux app read kernel log int klogctl(int type, char *bufp, int len); man klogctl: SYSLOG(2) Linux Programmer's Manual SYSLOG(2) NAME syslog, klogctl
阅读全文
摘要:Format of the CPSR and SPSRs (ARMv7) ARM v7-A and ARM v7-R Reference: ARM ® Architecture Reference Manual(ARM ® v7-A and ARM ® v7-R edition) Chapter B
阅读全文
摘要:gpiolib linux version 3.4.39 drivers\gpio\gpiolib.c 1.提供int gpiochip_add(struct gpio_chip *chip)接口,给soc gpio controller driver,register a gpio_chip; s
阅读全文
摘要:#define container_of(ptr, type, member) /* include/linux/kernel.h */ /** * container_of - cast a member of a structure out to the containing structure
阅读全文
摘要:s5p6818 gpio controller reference datasheet and driver code; Features Programmable Pull-Up Control Edge/Level Detect Supports programmable Pull-Up res
阅读全文
摘要:s5p6818 gpio controller driver implementation analysis linux version 3.4.39 lable 1: GPIO platform_device_register(); /* arch/arm/mach-s5p6818/devices
阅读全文
摘要:linux kernel setup arm soc machine Linux version 3.4.39-s5p6818 NanoPi3 /* arch/arm/mach-s5p6818/cpu.c */ #include <mach/iomap.h> extern struct sys_ti
阅读全文
摘要:linux kernel driver_init() Linux version 3.4.39 /* init/main.c */ asmlinkage void __init start_kernel(void) | ... /* Do the rest non-__init'ed, we're
阅读全文
摘要:当前文件下,GBK编码文件,编码格式改为UTF-8 convmv -f GBK -t UTF-8 --notest -r *
阅读全文
摘要:mount FTP fs: sudo curlftpfs -o codepage=gbk ftp://username:password@192.168.0.2 /mnt mount ftp, rc add sudo curlftpfs -o rw,allow_other -o codepage=g
阅读全文