Skip to content

Commit 7875a3a

Browse files
committed
linux driver release 2v2
1 parent ae20117 commit 7875a3a

9 files changed

Lines changed: 3148 additions & 3102 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ Configuration of Raspberry Pi zero:
184184
13. see the running services
185185

186186
- systemctl
187+
14. start / stop the running tmf8829 zmq service
188+
189+
- systemctl start tmf8829_zmq_server.service
190+
- systemctl stop tmf8829_zmq_server.service
187191

188192
## General Raspberry Information
189193

ReleaseNotes.txt

Lines changed: 31 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
1-
===================================================
2-
Release Notes TMF8829 Linux Driver
3-
===================================================
4-
---------------------------------------------------
5-
- 2v1 - Release for ROM 1v1 parts
6-
---------------------------------------------------
7-
- clk correction: wrong ratio fix
8-
- clk correction in driver possible
9-
---------------------------------------------------
10-
- 2v0 - Release for ROM 1v1 parts
11-
---------------------------------------------------
12-
Read / write configuration size adapted
13-
SysFs: chip_enable_store: start ROM or RAM application (with patch)
14-
switch off unused communication interface
15-
16-
---------------------------------------------------
17-
- 1v0 - First linux driver release
18-
---------------------------------------------------
19-
Interfaces: spi, i2c
20-
Interrupt: triggered by pin, register polling
21-
SysFs: Common attributes, Application attributes
22-
Misc Device: Reading the output data
23-
TMF8829 Application: All FP-modes, histogram dumping
24-
25-
26-
1+
===================================================
2+
Release Notes TMF8829 Linux Driver
3+
===================================================
4+
---------------------------------------------------
5+
- 2v2
6+
---------------------------------------------------
7+
- new hex file
8+
- prox and motion interrupt - show where to be implemented
9+
---------------------------------------------------
10+
- 2v1 - Release for ROM 1v1 parts
11+
---------------------------------------------------
12+
- clk correction: wrong ratio fix
13+
- clk correction in driver possible
14+
---------------------------------------------------
15+
- 2v0 - Release for ROM 1v1 parts
16+
---------------------------------------------------
17+
Read / write configuration size adapted
18+
SysFs: chip_enable_store: start ROM or RAM application (with patch)
19+
switch off unused communication interface
20+
21+
---------------------------------------------------
22+
- 1v0 - First linux driver release
23+
---------------------------------------------------
24+
Interfaces: spi, i2c
25+
Interrupt: triggered by pin, register polling
26+
SysFs: Common attributes, Application attributes
27+
Misc Device: Reading the output data
28+
TMF8829 Application: All FP-modes, histogram dumping
29+
30+
31+

aos_tmf8829_core_library/src/tmf8829.h

Lines changed: 451 additions & 446 deletions
Large diffs are not rendered by default.

install/tmf8829.ko

256 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)