aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards/microbit/modules
AgeCommit message (Expand)Author
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-05-13nrf: Change types to size_t for all uses of mp_obj_str_get_data.Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-07-20nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.Damien George
2018-07-20nrf: Properly use (void) instead of () for function definitions.Damien George
2018-07-18nrf: Use mp_raise_ValueError instead of nlr_raise(...)Ayke van Laethem
2018-07-18nrf: Quick-fix on const objects with open array dimension in objtuples.Glenn Ruben Bakke
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: Change board module header from board_modules.h to boardmodules.h.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Update docs on top level tick low pri callback.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: Include modmicrobit.h in board_modules.h.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add modmicrobit.h to expose module init function.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Attempt to get working display/images without FP.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add framework updates to build micro:bit modules.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
2018-07-18nrf/boards/microbit: Add copy of microbit font type from microbit-dal.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add copy of microbit display and image files.Glenn Ruben Bakke