index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
boards
/
microbit
Age
Commit message (
Expand
)
Author
2020-05-15
nrf: Update to work with nrfx v2.0.0, to match TinyUSB.
Jim Mussared
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-18
all: Convert exceptions to use mp_raise_XXX helpers in remaining places.
Damien George
2020-02-18
nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-08-28
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
Damien George
2019-05-13
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-07-20
nrf/boards/microbit: Use MICROPY_PY_BUILTINS_FLOAT to detect FP support.
Damien George
2018-07-20
nrf: Properly use (void) instead of () for function definitions.
Damien George
2018-07-18
nrf: Use mp_raise_ValueError instead of nlr_raise(...)
Ayke van Laethem
2018-07-18
nrf: Quick-fix on const objects with open array dimension in objtuples.
Glenn Ruben Bakke
2018-07-18
nrf/modules/random: Rename port config for RNG
Glenn Ruben Bakke
2018-07-18
nrf/boards: Remove unused defines from board config headers
Glenn Ruben Bakke
2018-07-18
nrf/modules/machine/pin: Add support for IRQ on Pin's
Glenn Ruben Bakke
2018-07-18
nrf: Remove port member from Pin object
Glenn Ruben Bakke
2018-07-18
nrf: Make linker scripts more modular.
Ayke van Laethem
2018-07-18
nrf: Replace custom-HAL with nrfx-HAL
glennrub
2018-07-18
nrf/boards/microbit/modules: Initialize variable in microbit_sleep.
Glenn Ruben Bakke
2018-07-18
nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK.
Ayke van Laethem
2018-07-18
nrf: Make machine.UART optional.
Ayke van Laethem
2018-07-18
nrf/boards/microbit: Enable music, display, image, microbit module.
Glenn Ruben Bakke
2018-07-18
nrf: Change board module header from board_modules.h to boardmodules.h.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update docs on top level tick low pri callback.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add temperature back to microbit module.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit/modules: Fix tabbing in modmicrobit.c.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Move microbit target to custom linker script.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update to work with new ticker code.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Include modmicrobit.h in board_modules.h.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add modmicrobit.h to expose module init function.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Attempt to get working display/images without FP.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add framework updates to build micro:bit modules.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update board modules from C++ to C-code.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Rename display/image files from .cpp to .c ext.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add copy of microbit font type from microbit-dal.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Add copy of microbit display and image files.
Glenn Ruben Bakke
2018-07-18
nrf: Add new port to Nordic nRF5x MCUs.
Daniel Tralamazza