Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bpm-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
bpm
bpm-sw
Graph
003b0e0c13f5bea7f7ffb682955490b34f618f2d
Select Git revision
Branches
8
devel
protected
master
pluggable-ops
sdb-support
smio-timing
smio_pipe_destroy
swig-support
trig-rcv
Tags
4
v0.3
v0.2.1
v0.2
v0.1
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Aug
15
11
10
9
8
6
5
2
29
Jul
28
27
26
22
21
19
18
12
11
10
5
15
Jun
9
3
25
May
24
20
19
18
17
16
9
6
27
Apr
26
24
20
19
18
15
14
11
4
1
31
Mar
24
23
22
21
18
16
14
10
9
7
2
26
Feb
25
24
23
22
21
18
17
14
13
12
11
10
5
2
1
29
Jan
28
14
12
6
4
18
Dec
11
18
Nov
13
11
10
9
5
4
29
Oct
28
26
24
23
22
21
20
19
16
15
9
7
3
30
Sep
25
24
22
21
18
17
15
14
11
10
9
13
Aug
11
8
3
22
Jun
19
18
16
15
14
12
sm_io/*/acq/*: fix cfg_trig_sel register user-modifiable limits
devel
devel
include/hw/*: update acq core register file
sm_io/*/acq/*: remove extra trigger type variable
Merge branch 'devel' into smio-timing
smio-timing
smio-timing
examples/timing.c: add example for controlling AFC timing event code
sm_io/*/afc_timing: add new SMIO module for LNLS timing board
Merge branch 'pluggable-ops' into devel
sm_io/*/acq/*: fix triggered acquisition when post_samples = 0
pluggable-ops
pluggable-ops
sm_io/protocols/ops/sm_pr_spi.c: use alignment func.
sm_io/modules/acq: use helper alignment function
libs/libhutils: add alignment functions
apps/ebpm/*: use LLIO ops based on the specified device
chips/sm_ch_ad9510.c: remove bogus debug message
sm_io/chips/*: avoid the extra memcpy by passing the user buffer
sm_io/protocols/*: fix buffer copying to/from chips/protocols
sm_io/chips/*: fix different signedness comparison
sm_io/chips/*: fix data size handling
chips/sm_ch_24aa64.c: change debug message "READ" to lowercase
sm_io/protocols/*: fix SPI read/write size handling
chips/ad9510_regs.h: pad Instruction size to 16-bits
sm_io/chips/*: fix read/write sizes to BYTE instead of BIT
sm_io/protocols/*: fix transmission size for generic read/write
sm_io/modules/*: fix modules to use new protocol layer
sm_io/chips/*: fix chips to use new protocol layer
include/chips/*: fix chips offsets' to support new protocol layer
sm_io/protocols/*: use "offs"/"size_offs" as the protocol address
README.md: update compilation instructions
sm_io/protocols/*: use offset/offset_size in I2C protocol
sm_io/protocols/*: add offset size to allow different address definitions
sm_io/protocols/*/*_bsmp: restrict ops pointer access to inner class
sm_io/protocols/*: restrict ops pointer access to inner class
sm_io/protocols;*: remove "flags" parameter usage
sm_io/protocols/*: remove flags parameter as higher-level objects will do this
sm_io/protocols/*: add method to get operations
sm_io/protocols/*: add SPI/I2C higher objects to allow customizing the protocol
foreign/libsdbfs: fix wrong pointer type warnings
foreign/libsdbfs: fix comparison warnings
sm_io/protocols/*: export protocol option to user
sm_io/chips/*: use new SMPR API for pluggable operations
sm_io/protocols/*: use operation pointer instead of enum name