summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarry Cutts <hcutts@chromium.org>2019-07-09 14:02:16 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-09 23:43:24 +0000
commit15ad0fd2427e81b8cd2aa378163ede227ecf301b (patch)
tree666499c1572215e15f05e3b984a5f9bbae2d8bc2 /README.md
parent8034b2f86690daf458e8881621556a28e5b59a1a (diff)
downloadchrome-ec-15ad0fd2427e81b8cd2aa378163ede227ecf301b.tar.gz
Don't refer to specific MCUs in the README intro
This statement seems pretty out-of-date, and keeping it up-to-date isn't going to be worthwhile, so just make it more generic. (This is the same change as was made in revision #41 of the sites page before it was migrated [0], but it seems the Markdown migration took the version before.) [0]: https://sites.google.com/a/chromium.org/dev/system/app/pages/admin/compare?wuid=wuid:gx:3ac9dfd5b19509d3&rev1=41&rev2=40 BRANCH=none BUG=none TEST=none Change-Id: I0570b719af6699b4467309fccd312e1be68d6f14 Signed-off-by: Harry Cutts <hcutts@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1693335 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0bf4941189..2d37f835f7 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,7 @@ The Chromium OS project includes open source software for embedded controllers
(EC) used in recent ARM and x86 based Chromebooks. This software includes a
lightweight, multitasking OS with modules for power sequencing, keyboard
control, thermal control, battery charging, and verified boot. The EC software
-is written in C and currently supports two different ARM Cortex based
-controllers. Intel based designs, such as the Chromebook Pixel use the TI
-Stellaris LM4F (Cortex M4) while the Samsung Chromebook (XE303C12) and HP
-Chromebook 11 use an ST-Micro STM32F100 (Cortex M3). Some STM32L variants are
-also supported. Support for additional embedded controllers is ongoing.
+is written in C and supports [a variety of micro-controllers](https://chromium.googlesource.com/chromiumos/platform/ec/+/master/chip/).
This document is a guide to help make you familiar with the EC code, current
features, and the process for submitting code patches.