- 21 Aug, 2019 1 commit
-
-
George Wort authored
-
- 20 Aug, 2019 3 commits
-
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
- 16 Aug, 2019 7 commits
-
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
- 15 Aug, 2019 2 commits
-
-
George Wort authored
-
George Wort authored
-
- 14 Aug, 2019 1 commit
-
-
George Wort authored
-
- 13 Aug, 2019 1 commit
-
-
George Wort authored
-
- 12 Aug, 2019 3 commits
-
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
- 17 Jul, 2019 11 commits
-
-
George Wort authored
-
George Wort authored
Also reduce interrupt time to zero as browsers have a minimum delay anyway.
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
Use RETURN_ON_EXCEPTION macro to check for exception and return after all function calls that may return with an exception.
-
- 02 Jul, 2019 11 commits
-
-
George Wort authored
-
George Wort authored
-
George Wort authored
Asyncify seems to prevent ccalls such as the ticker during emscripten_sleep. To get around this issue, only briefly call emscripten_sleep in mp_hal_delay_ms, and check ticks passed to return at correct time.
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
-
George Wort authored
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.
-