Skip to content

Commit

Permalink
mg24
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Nov 27, 2024
1 parent d37d4d7 commit de9f7f8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "Silabs Firmware Builder",
"image": "ghcr.io/darkxst/silabs-firmware-builder:4.4.5",

"containerEnv": {
"GECKO_SDK_VERSION": "v4.4.5"
}
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "cat /etc/os-release",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "devcontainer"
}
3 changes: 1 addition & 2 deletions manifests/smlight/slzb07Mg24_openthread_rcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ c_defines:
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0
SL_UARTDRV_USART_VCOM_BAUDRATE: 460800
SL_UARTDRV_USART_VCOM_FLOW_CONTROL_TYPE: uartdrvFlowControlHw

SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortA
SL_UARTDRV_USART_VCOM_TX_PIN: 6
Expand All @@ -27,6 +28,4 @@ c_defines:
SL_UARTDRV_USART_VCOM_RTS_PORT: gpioPortB
SL_UARTDRV_USART_VCOM_RTS_PIN: 0

SL_CLOCK_MANAGER_HFXO_EN: 1


0 comments on commit de9f7f8

Please sign in to comment.