Go to file
Gwendal Grignou b40f2474d2 driver: bm160: Fix minimal gyro frequency
Was set in Hz unit instead of mHz.
The minimal frequency of the gyroscope is 25Hz.
By setting it at 25mHz, we make believe that the gyro was also
supporting 5Hz or 10Hz: the test would complain when instead the samples
came with a 25Hz.

Fix up of cl/482703

BUG=b:65000611
TEST=compile
BRANCH=caroline,eve,twinkie

Change-Id: I162d0d2e9b545af82698d8d484875761f426efe4
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/675785
2017-09-20 18:31:53 +00:00
board Revert "eve: Set VCCIO rail to 0.85 and disable low power" 2017-06-07 16:59:03 -07:00
builtin Add #defines for UINT62_MAX and INT64_MAX. 2017-04-25 16:32:49 -07:00
chip board: Add support for nucleo-f411re 2017-06-06 17:09:28 -07:00
common cr50: include more vendor commands into the USB set 2017-06-06 17:09:27 -07:00
core chip: it83xx: add support for floating point unit 2017-05-29 21:49:05 -07:00
cts board: Add support for nucleo-f411re 2017-06-06 17:09:28 -07:00
docs USB Serial: Add README and update CCD docs 2016-06-15 17:54:51 -07:00
driver driver: bm160: Fix minimal gyro frequency 2017-09-20 18:31:53 +00:00
extra Cr50: usb_updater: add commands to get/set board id 2017-06-07 03:02:55 -07:00
include rose: add touchpad related host commands 2017-06-07 05:22:56 -07:00
power skylake: Add workaround for boards that cannot save reset flags 2017-05-25 12:25:20 -07:00
test hammer: Add board_get_entropy function (and test) 2017-06-06 08:52:16 -07:00
util rose: add touchpad related host commands 2017-06-07 05:22:56 -07:00
.checkpatch.conf checkpatch: prevent stupid complaints about description title 2016-07-21 13:13:27 -07:00
.gitignore Makefile.rules: Add targets to see file size differences 2016-11-15 17:43:21 -08:00
COMMIT-QUEUE.ini COMMIT-QUEUE.ini: add strago-no-vmtest-pre-cq 2017-02-21 14:07:42 -08:00
LICENSE Add LICENSE file to project 2012-05-11 09:11:52 -07:00
Makefile Makefile: Allow different task list for RO and RW 2017-04-25 05:52:34 -07:00
Makefile.rules codesigner: accept the new command line option 2017-05-31 21:14:30 -07:00
Makefile.toolchain Makefile: Allow different task list for RO and RW 2017-04-25 05:52:34 -07:00
OWNERS Add OWNERS files 2014-04-02 19:58:53 +00:00
PRESUBMIT.cfg ec:Add presubmit hook to enforce host command definitions 2017-02-25 02:08:37 -08:00
README README: Add link to quick-build instructions 2015-12-07 13:49:35 -08:00
README.fmap Update EC config and FMAP to reserve room for vboot signatures 2012-05-04 14:42:58 -07:00
setup.py ec3po: Add setup script. 2015-12-08 20:05:05 -08:00

README

For an overview of the Embedded Controller firmware, refer to

http://www.chromium.org/chromium-os/2014-firmware-summit

For instructions on building from source, refer to

http://www.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly