Skip to content

Use a root stack to explicitly track root pointers #2

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GeorgeWort
Copy link
Collaborator

Port the MicroPython PR micropython/micropython#4723 to the micro:bit repository.

GeorgeWort added a commit that referenced this pull request Jul 2, 2019
# This is the 1st commit message:

Add ticker along with display and pins
The nRF API is partially implemented in order to support the ticker,
with most methods being stubbed out. The ticker is implemented using
a javascript timeout function that calls the handler. Due to the
unreliability of javascript's timing, the handler is called more
frequently than is necessary for the slow ticker, and the time that
has passed is checked.
The nrf_gpio API calls directly into mbed's gpio API.
Implementing the pin API allows the display to run, though the light
sensor is not yet implemented.

# This is the commit message #2:

x
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.

1 participant