Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Emilio Corigliano
Skyward Boardcore
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
cc3135
Select Git revision
Branches
20
ASM330LHH-dev
LSM9DS1-test
Lis3mdl-bugfix
ads131m08
aspis-dev
build-system
cc3135
clang
clang-support-dev
f769-disco
hil-upd
kalman-fix
lps22df-dev
lps28dfw
lsm6dsrx
main
default
protected
neo-m6
parafoil
parafoil-f103-SDlog
parafoil-sensortile
Tags
5
PYXIS_ROCCARASO
PYXIS_EUROC
lynx-euroc
hermes-v1.0
hermes-flight-1
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
23
Jun
22
21
20
16
14
13
12
10
9
6
5
3
31
May
30
12
11
9
8
7
4
2
1
29
Apr
25
24
21
16
15
13
5
3
2
27
Mar
24
18
17
15
10
8
26
Feb
25
24
21
20
16
10
20
Jan
22
Dec
8
6
4
30
Nov
29
27
24
Oct
11
8
7
5
2
1
30
Sep
29
28
24
15
14
12
11
10
8
6
5
4
2
1
31
Aug
26
25
24
23
22
18
17
16
14
13
12
11
10
8
6
5
4
2
27
Jul
26
25
24
23
21
20
19
17
16
14
13
12
11
10
9
8
7
3
2
29
Jun
27
22
21
19
18
17
14
13
11
10
7
5
4
3
2
1
31
May
29
28
26
25
24
22
21
20
19
18
17
15
12
11
10
9
8
7
5
4
30
Apr
29
27
26
25
23
19
18
17
15
12
11
10
8
7
6
5
[VN300] added findBaudrate and asyncPause function
[TEST] Modified printf
[VN300] New INIT sequence and new INS sampling
[TEST] Added simple VN300 test
[CMAKE] Added VN300 entrypoint
[Stepper][StepperPWM] Moving stepper only if enabled
stepper-logging…
stepper-logging-upd
[Stepper] Improved logging info of the status
[SPI] Fixed transmission at low baudrates for the f7 spi busses on APB1
tfmicro-dev
tfmicro-dev
[Stepper] Updated Stepper with state getter
[LSM6DSRX] Modified test file.
[LSM6DSRX] Code refactoring.
[LSM6DSRX] Reduced fifo size (with the new sampling method there's no need to have such a big fifo) and fixed watermark selection to be more clear.
[LSM6DSRX] Fixed fifo data extraction by discarding samples with a null timestamp (0) and samples with a cloned timestamp (from the previous sample).
[LSM6DSRX] Modified initInterrupts() in order to have 2 spi writes instead of 4.
[LSM6DSRX] Modified driver constructor so that it corrects invalid config data instead of throwing an assert and added PrintLogger for errors.
[LSM6DSRX] Modified readFromFifo() and timestamp decimation options: now samples extraction is based on the timestamp and only DEC_1 value is permitted for timestamp decimation, to avoid errors.
[LSM6DSRX] Uniformed variable naming style, changed some public functions to private and refactored test code.
[LSM6DSRX] Added test for fifo filling speed.
[LSM6DSRX] Improved fifo reading by performing a single spi read.
[LSM6DSRX] Added check for accelerometer odr selection.
[LSM6DSRX] Code refactoring.
[LSM6DSRX] Fixed fifo watermark level selection.
[LSM6DSRX] Code refactoring.
[LSM6DSRX] Updated self-test sleep time.
[LSM6DSRX] Reduced sleep time inside self-tests.
[LSM6DSRX] Modified Sensor.h (return value from getLastFifoSize() ) and code refactoring.
[LSM6DSRX] Updated code for testing.
[LSM6DSRX] Increased fifo size and updated code for testing.
[LSM6DSRX] Code refactoring.
[LSM6DSRX] Fixed data extraction from fifo and fixed timestamp correlation.
[LSM6DSRX] Added SensorErrors (from SensorData.h).
[LSM6DSRX] Modified timestamp type during extraction and code refactoring.
[LSM6DSRX] Modified lastFifoLevel from SensorFifo class to allow fifo bigger than 255 elements.
[LSM6DSRX] Code refactoring: made getSensorTimestamp() private, increased fifo size, updated and moved unreadDataInFifo() inside cpp file.
[LSM6DSRX] IMPORTANT FIX: index timeslotTag introduced during conversion to SensorFifo was faulty.
[LSM6DSRX] Added conversion between sensor timestamps and TimestampTimer, and commented configuration values for temperature batching in fifo (so that temperature can't be sampled in fifo).
[LSM6DSRX] Modified lastValidSample to be an attribute, so that values are preserved after sampling is done.
[LSM6DSRX] Fixed fifoWatermark value selection and added check in class constructor. Added fifo full and fifo overrun interrupts.
[LSM6DSRX] Updated self tests to use LSM6DSRXData.
[LSM6DSRX] Code refactoring: changed some functions return value from bool to void (they were always returning true) and moved sensitivity value selection from class constructor to the corresponding sensor init function.
Loading