aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards/microbit/modules/modmicrobit.c
AgeCommit message (Expand)Author
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2018-07-20nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.Damien George
2018-07-18nrf: Use mp_raise_ValueError instead of nlr_raise(...)Ayke van Laethem
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf/boards/microbit/modules: Initialize variable in microbit_sleep.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add temperature back to microbit module.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit/modules: Fix tabbing in modmicrobit.c.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Update to work with new ticker code.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Attempt to get working display/images without FP.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Update board modules from C++ to C-code.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Rename display/image files from .cpp to .c ext.Glenn Ruben Bakke