|
87f8919a97
|
GDB : debug share library on android device
|
2019-02-22 17:59:33 +00:00 |
|
|
d002a6e073
|
Using more powerful makefile, just type make
|
2019-01-23 14:59:18 +00:00 |
|
|
d0c0298319
|
USB : hacking with usbmon
|
2018-12-26 10:48:04 +00:00 |
|
|
468b0fa7f8
|
Event reader example
Program that reads from /dev/input/eventN
decoding events into a human readable form
|
2018-12-24 19:20:20 +00:00 |
|
|
a525f12380
|
Print the chip address
|
2018-12-01 16:54:29 +08:00 |
|
|
efe18fced2
|
FIXME : g_chip and make usage
using container_of to find the chip struct
set buildenv before make modules
|
2018-12-01 16:01:59 +08:00 |
|
|
e2bfb94a75
|
I2C : set/get chip data
|
2018-11-30 09:57:45 +08:00 |
|
|
8e569f798e
|
Uart : xfer and recv only mode supported
|
2018-11-22 15:55:28 +08:00 |
|
|
ec3f61bdd5
|
Lock : difference between locks
|
2018-11-16 11:16:09 +08:00 |
|
|
1b6f7ab585
|
Lock : add spin and mutex lock test
|
2018-11-16 10:56:47 +08:00 |
|
|
4a0501784e
|
WorkQueue : delay work queue
|
2018-11-15 09:57:05 +08:00 |
|
|
0ac33dab88
|
Uart : add readme file
|
2018-11-13 09:58:59 +08:00 |
|
|
6149ee12bc
|
Uart : multiply I/O module (select) version
|
2018-11-12 17:08:20 +08:00 |
|
|
7b6f2d7c88
|
Uart : add a loop test application
|
2018-11-12 14:37:30 +08:00 |
|
|
bf8329851f
|
DEBUG : print message by ratelimit
|
2018-09-24 16:07:52 +08:00 |
|
|
c211d54809
|
GDB : tricks of gdb for reading code
|
2018-08-16 17:33:11 +08:00 |
|
|
f0cb0053c6
|
GDB : de-optimized out the code
|
2018-08-16 14:59:52 +08:00 |
|
|
0f7ac625ed
|
GDB : add script for quick debug config
step 1. execute the script enter_kgdb_mode.sh in one terminal
step 2. source the cmd file env_debug_kernel.cmd in gdb
to set the property enviroment
|
2018-08-15 20:16:27 +08:00 |
|
|
f2de5b72ae
|
GDB : FAQ in debugging
|
2018-06-26 15:33:18 +08:00 |
|
|
01d0e9fc22
|
Debug : Unable to handle kernel paging request at virtual address ISSUE
|
2018-06-22 17:41:53 +08:00 |
|
|
78c9b37e10
|
Misc : vfs read write example
|
2018-06-01 17:59:56 +08:00 |
|
|
ec4231ec79
|
NotifyChain : rebuild the old example
|
2018-06-01 15:17:12 +08:00 |
|
|
a66b03825f
|
NotifyChain : make debug info more clear
|
2018-06-01 11:06:46 +08:00 |
|
|
e72144b581
|
NetLink : concept of netlink update
|
2018-06-01 09:50:30 +08:00 |
|
|
b5a8d5ed96
|
NetLink : add some comment
|
2018-05-31 21:00:45 +08:00 |
|
|
74a72e631d
|
NetLink : multicast usage
|
2018-05-31 17:36:55 +08:00 |
|
|
eb3d8967a8
|
Add entry on top readme file for netlink
|
2018-05-31 17:19:05 +08:00 |
|
|
855c4f6d42
|
BugFix : insert, remove, insert module again will cause crash
|
2018-05-31 17:13:26 +08:00 |
|
|
52d1d77f26
|
Netlink : Add ignore file
|
2018-05-31 16:59:04 +08:00 |
|
|
8a6adb5ae1
|
Generic netlink kernel2user
|
2018-05-31 16:57:15 +08:00 |
|
|
0ccc210690
|
Generic netlink user2kernel
|
2018-05-31 16:09:24 +08:00 |
|
|
731eb3b212
|
Netlink : fill the netlink pid with process pid
|
2018-05-30 20:58:28 +08:00 |
|
|
e2a0e297fc
|
Add a netlink example
|
2018-05-30 17:40:45 +08:00 |
|
|
834850e08f
|
Gpio power domain
|
2018-05-03 09:57:41 +08:00 |
|
|
e53d339c7a
|
Debug application and kernel on android device using gdb
|
2018-04-15 17:13:58 +08:00 |
|
|
fe7800224f
|
Skeleton for platform gpio read write
|
2018-03-27 11:34:53 +00:00 |
|
|
d251790132
|
I/O between user and kernel space
|
2018-03-16 06:02:14 +00:00 |
|
|
2509de7347
|
update top readme file
|
2017-10-02 22:45:11 +00:00 |
|
|
df3514ac4a
|
Platform show and store skeleton
|
2017-09-25 19:27:58 +08:00 |
|
|
bffcb5d4f0
|
wait_event_interrupt example
|
2017-09-08 19:21:04 +08:00 |
|
|
47791f27d2
|
just head for the right directory instead of the readme file
|
2017-05-23 18:24:13 +00:00 |
|
|
a389755271
|
Codec : frames and periods
|
2017-05-09 09:35:00 +00:00 |
|
|
e9e0d83608
|
USB : descript
|
2017-05-08 10:24:16 +00:00 |
|
|
66676983c7
|
USB : enum
|
2017-05-08 10:19:03 +00:00 |
|
|
243a5b3fcb
|
USB : add readme file
|
2017-05-07 23:29:36 +00:00 |
|
|
329185ea7a
|
SPI : bus number and spi controler
|
2017-05-06 18:03:28 +00:00 |
|
|
eb9ced4400
|
SPI : add cs number
|
2017-05-02 15:42:54 +00:00 |
|
|
54d52c60b0
|
SPI : address in the device tree
|
2017-05-02 15:10:31 +00:00 |
|
|
f4a1491b45
|
opps! make a spell mistake
|
2017-04-10 16:21:59 +00:00 |
|
|
7807734a0a
|
add ignore rules for git
|
2017-03-09 15:52:56 +00:00 |
|