Skip to content

mpu6050 kernel - #149

Open
antman88 wants to merge 2 commits into
Kernel-GL-HRK:Anton.Degtyarovfrom
antman88:mpu6050_kernel
Open

antman88 wants to merge 2 commits into
Kernel-GL-HRK:Anton.Degtyarovfrom
antman88:mpu6050_kernel

Conversation

@antman88

Copy link
Copy Markdown
  1. Fixed the errors in kernel module sources and developed dts.
  2. Provided precision 0.001 C for temperature.
  3. Measured the performance by getting all values in cycle during 1 second.
  4. Improved the performance and measured it.

Fix the errors in kernel module sources and developed dts.
Provide precision 0.001 C for temperature.
Add reading sysfs attributes log.

Signed-off-by: Anton Degtyarov <ad742452@gmail.com>
Add userspace program for measure the performance
by getting all values in cycle during 1 second.
Improve the performance and measure it.
Add log of measuring the performance before
and after improvment.

Signed-off-by: Anton Degtyarov <ad742452@gmail.com>
@antman88 antman88 added the ready The PR is ready for review (set by author). label Dec 19, 2019
#size-cells = <0>;

mpu6050@68 {
compatible = "mpu6050 i2c driver";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this value of compatible leads to automatic loading of required module?

@yekovalyov yekovalyov added changes requested The PR review revealed issues which should be fixed (set by reviewer) and removed ready The PR is ready for review (set by author). labels Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changes requested The PR review revealed issues which should be fixed (set by reviewer)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants