Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pxtgc radio #16

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Pxtgc radio #16

wants to merge 15 commits into from

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.

4 participants