please consider adding FIRMWARE_FLOW_CTRL to radio.conf #141
|
@jnilo1 Do you think adding |
Replies: 2 comments 1 reply
Yes — agreed, and it fits the existing designGood suggestion. What will changeFor app-slot flashes (NCP / RCP / OT-RCP / Router — not bootloader-only),
So on a G4, flashing any radio firmware will automatically leave the host side configured for no RTS/CTS, with nothing to edit manually. TimingQueued for v4.0.0. Note that we will not publish any new release candidate until issue #99 is definitively closed (rc4 is under field validation), so this will ship with v4.0.0 directly. |
ImplementedThis is now implemented, exactly along the lines described above. Every application flash (NCP / RCP / OT-RCP / Router) writes For a Lidl user this is behaviourally a no-op ( One deliberate consequence to be aware of: a hand-edited TimingAs stated above, this ships with v4.0.0 — no new release candidate before issue #99 is definitively closed. |
Implemented
This is now implemented, exactly along the lines described above. Every application flash (NCP / RCP / OT-RCP / Router) writes
FIRMWARE_FLOW_CTRL=<hw|sw|none>into/userdata/etc/radio.conf, taking the value from the selected board'sboards/<board>/board.env(BOARD_UART_FLOW—hwforlidl,swforsengled-e39-g8c), with the same strip-then-append pattern as the other keys the script owns. The value is validated at board-selection time, so a malformed third-partyboard.envfails fast before anything touches the gateway. Bootloader-only flashes are unchanged — they keep touching onlyBOOTLOADER_VERSION=.For a Lidl user this is behaviourally a no-op (
hwis what the devicetree defa…