Add zigbee router support #143
|
@jnilo1 Do you think you can add zigbee router firmware support? Thanks! |
Replies: 5 comments
|
It is already supported. |
|
Thanks @jnilo1. Sorry for not clear about the ask, i meant supporting sw flow control build. Thanks |
Yes — router
|
Implemented — router
|
|
Thanks for adding router support in v4.0.0-rc5. Close this discusion |
Implemented — router
BOARD=supportThe Z3 Router build is now board-parameterised, using exactly the mechanism you validated on the NCP (#130):
build_router.shsourcesboards/<board>/board.env, re-points the project atBOARD_TARGET_DEVICE, and applies the board's UART routing and flow-control type to the VCOM header vialib_uart_config.sh. For the G4 that gives an MG13 build with software XON/XOFF flow. Non-lidl artefacts carry the-<board>suffix (.gbland.s37), andflash_efr32.shacceptsrouterfor non-lidl boards, with the same devicetree board-match guard as the NCP. On your side it is just: