summaryrefslogtreecommitdiff
path: root/common/blink.c
Commit message (Collapse)AuthorAgeFilesLines
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
| | | | | | | | | | | | | | | | Google is working to change its source code to use more inclusive language. To that end, replace the terms "sane", "sanity check", and similar with inclusive/non-stigmatizing alternatives. BUG=b:161832469 BRANCH=None TEST=`make buildall -j` succeeds. `grep -Eir "sane|sanity" .` shows results only in third-party code or documentation. Signed-off-by: Paul Fagerburg <pfagerburg@chromium.org> Change-Id: I29e78ab27f84f17b1ded75cfa10868fa4e5ae88c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2311169 Reviewed-by: Jett Rink <jettrink@chromium.org>
* common: Add blink exampleCraig Hesling2020-03-251-0/+30
Sometime you really just need a sanity check that the system is still ticking or that a new chip works. This is "the" rudimentary blink example. BRANCH=none BUG=none TEST=# Add CONFIG_BLINK to nucleo-h743zi board.h make BOARD=nucleo-h743zi # Flash to nucleo # Check lights are counting in binary Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: Idf2d2bb245bd261806d7202f1557ced477b483c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2082074 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>