Skip to content

Conversation

@Amerlander
Copy link

PXT gc Radio enthält änderungen am Garbage Collector und Radio für die Verwendung mit der aktuellsten PXT Version.

mmoskal and others added 15 commits January 20, 2019 17:58
This is port of relevant codal changes in support of GC in the
PXT runtime.
Also, limit the number of fibers in pool to 3.
Also port from codal-core in support of PXT GC.
Also, fix compiler optimization bug in calloc().
MICROBIT_RADIO_MAXIMUM_RX_BUFFERS can be set from MicroBitConfig.h

Alternately, yotta can be used via the following config.json:

{
    "microbit-dal":{
        "radio":{
            "maximum_rx_buffers":10
        }
    }
}
Useful for indicating to higher level protocols that a packet has been dropped as a result of a CRC miscalculation or exceeding rx queue size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants