-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wifi-ci-agent
committed
Aug 14, 2024
1 parent
e97a0ed
commit 841ea3f
Showing
1,190 changed files
with
49,769 additions
and
27,093 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
!!omap | ||
- id: brd4343q | ||
- label: BRD4343Q | ||
- package: platform | ||
- description: Board support for BRD4343Q. | ||
- category: Board|Radio Board | ||
- quality: production | ||
- root_path: components/board/silabs/config/brd4343q | ||
- ui_hints: | ||
visibility: never | ||
- requires: | ||
- name: siwg917y121mgnb | ||
- name: brd4343q_config | ||
- name: hardware_board_mainboard | ||
- name: external_flash_none | ||
- name: external_psram_none | ||
- name: rsilib_board | ||
- name: si91x_common_flash | ||
- provides: | ||
- name: brd4343q | ||
- name: hardware_board | ||
- name: hardware_board_rb | ||
- name: hardware_board_supports_multi_slave | ||
- name: si91x_b0_board | ||
- recommends: | ||
- id: brd4002a | ||
- define: | ||
- name: SL_BOARD_NAME | ||
value: '"BRD4343Q"' | ||
- name: SL_BOARD_REV | ||
value: '"A02"' | ||
- name: SL_SI91X_MODULE_BOARD | ||
value: '1' | ||
- name: SLI_SI91X_MCU_CONFIG_RADIO_BOARD_BASE_VER | ||
value: '1' | ||
- name: SLI_SI91X_MCU_CONFIG_RADIO_BOARD_VER2 | ||
value: '1' | ||
- name: SLI_SI91X_MCU_INTERNAL_LDO_FOR_PSRAM | ||
value: '1' | ||
- name: SLI_SI91X_MCU_COMMON_FLASH_MODE | ||
value: '1' | ||
|
||
- template_contribution: | ||
# Default Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_1 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_1 | ||
# Medium Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_2 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_2 | ||
# Advanced Memory configuration | ||
- name: device_flash_addr | ||
value: 136323072 # 0x0820 2000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_3 | ||
- name: device_flash_size | ||
value: 2088960 # 0x001F E000 | ||
priority: -1 | ||
condition: | ||
- si917_mem_config_3 | ||
- tag: | ||
- board:pn:BRD4343 | ||
- board:variant:Q | ||
- board:revision:A00 | ||
- board:device:siwg917y121mgnb | ||
- hardware:has:vcom | ||
# - hardware:has:pti | ||
# - hardware:has:led:2 | ||
# - hardware:has:button:2 | ||
# - hardware:has:exp_header:uart | ||
# - hardware:shares:button:led |
Oops, something went wrong.