doc: boards: infineon: fix bad references to defconfig files
Fixed a few occurences of file references using "cypress" instead of "infineon" Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
30ebe33f5a
commit
0c42131776
|
@ -50,7 +50,7 @@ The board configuration supports the following hardware features:
|
|||
+-----------+------------+-----------------------+
|
||||
|
||||
The default configuration can be found in the Kconfig
|
||||
:zephyr_file:`boards/cypress/cy8ckit_062s4/cy8ckit_062s4_defconfig`.
|
||||
:zephyr_file:`boards/infineon/cy8ckit_062s4/cy8ckit_062s4_defconfig`.
|
||||
|
||||
Clock Configuration
|
||||
===================
|
||||
|
|
|
@ -74,7 +74,7 @@ The board configuration supports the following hardware features:
|
|||
|
||||
The default configuration can be found in the Kconfig
|
||||
|
||||
:zephyr_file:`boards/cypress/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig`
|
||||
:zephyr_file:`boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w_defconfig`
|
||||
|
||||
|
||||
System Clock
|
||||
|
|
|
@ -59,7 +59,7 @@ The board configuration supports the following hardware features:
|
|||
|
||||
|
||||
The default configurations can be found in
|
||||
:zephyr_file:`boards/cypress/cy8cproto_063_ble/cy8cproto_063_ble_defconfig`
|
||||
:zephyr_file:`boards/infineon/cy8cproto_063_ble/cy8cproto_063_ble_defconfig`
|
||||
|
||||
System Clock
|
||||
============
|
||||
|
|
Loading…
Reference in New Issue