summaryrefslogtreecommitdiff
path: root/board/nucleo-g431rb/board.c
Commit message (Collapse)AuthorAgeFilesLines
* nucleo-g431rb: Adding support for nucleo-g431rb dev boardScott Collyer2020-09-241-0/+34
This CL renames what was /board/honeybuns to /board/nuclero-g431rb and adds code to blink the user LED (once per second) and enables MCO alt function so that system clocks can be measured. BUG=None BRANCH=None TEST=flashed image to nucleo board using the STM32CubeIDE debugger and verified sysclock frequency, LED, and EC console is accessed via STLINK /dev/ttyACM0 Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I2b614a0e71f3f15638667f80e80a998ba731d929 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2168433 Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org>