aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards/microbit/modules/microbitdisplay.c
AgeCommit message (Expand)Author
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
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: 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: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf/boards/microbit: Update docs on top level tick low pri callback.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