• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/11-Mar-2024-146

CMakeLists.txtD11-Mar-2024221 106

README.rstD11-Mar-2024726 3423

prj.confD11-Mar-2024176 75

sample.yamlD11-Mar-2024121 76

README.rst

1.. _google_kukui:
2
3Kukui general features
4######################
5
6Overview
7********
8
9This provides access to :ref:`Kukui <google_kukui_board>` through a serial shell
10so you can try out the supported features, including I2C, GPIO and flash access.
11
12Building
13********
14
15The sample can be built as follows:
16
17.. zephyr-app-commands::
18   :zephyr-app: samples/boards/google_kukui
19   :board: google_kukui
20   :goals: build
21   :compact:
22
23Sample Output
24=============
25
26.. code-block:: console
27
28    Welcome to Google Kukui
29
30    uart:~$    (press tab)
31      clear    flash    gpio     help     history  i2c      resize   shell
32    uart:~$ i2c read I2C_2 36
33    00000000: 82 00 00 ff 80 7f 00 ff  00 00 c1 0a c8 5b 0c 62 |........ .....[.b|
34