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
Age
Commit message (
Expand
)
Author
2020-12-07
nrf: Change selected boards to utilize pre-flashed bootloader.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Update memory.ld to include bootloader offsets.
Glenn Ruben Bakke
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-07-16
nrf: Add board definition for nRF52840-MDK-USB-Dongle.
Matt Trentini
2020-07-16
nrf/boards: Enable RTCounter machine module for nrf9160 boards.
Glenn Ruben Bakke
2020-07-10
nrf/boards: Add initial support for Actinius Icarus.
Alex Tsamakos
2020-05-15
nrf: Add openocd as a supported flasher.
Jim Mussared
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-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-18
nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.
Damien George
2020-02-01
nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script.
caochaowu
2019-12-09
nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.
Daniel Mizyrycki
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-10-10
nrf/boards: Add nrf9160 pca10090 board.
Glenn Ruben Bakke
2019-10-10
nrf: Add nrf9160 base support.
Glenn Ruben Bakke
2019-10-10
nrf/boards: Add support for pca10059.
Glenn Ruben Bakke
2019-09-17
nrf/boards: Add board definition for uBlox Nina B1 series BLE modules.
roland van straten
2019-09-05
nrf/boards: Add Particle Xenon board configuration (an nRF52840).
Jim Mussared
2019-09-05
nrf/boards/make-pins.py: Fix gen of board pins to use correct index.
Jim Mussared
2019-08-28
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
Damien George
2019-06-25
nrf/led: Adjust how board LEDs are defined.
Glenn Ruben Bakke
2019-05-13
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
Damien George
2019-05-02
nrf/boards: Add support for BLYST Nano module based boards.
Nguyen Hoan Hoang
2019-03-15
nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0.
Glenn Ruben Bakke
2019-03-15
nrf/board: Migrate nrf52840 target to new BLE stack.
Glenn Ruben Bakke
2019-03-15
nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1.
Glenn Ruben Bakke
2019-03-15
nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0.
Glenn Ruben Bakke
2019-03-15
nrf/board: Migrate all nrf52832 targets to new BLE stack.
Glenn Ruben Bakke
2019-03-15
nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1.
Nguyen Hoan Hoang
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/boards: Check for stack/heap size using an assert.
Ayke van Laethem
2018-07-18
nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5
Glenn Ruben Bakke
2018-07-18
nrf: Generalize feather52 target
Glenn Ruben Bakke
2018-07-18
nrf/boards/feather52: Move phony targets to main Makefile
Glenn Ruben Bakke
2018-07-18
nrf/bluetooth: Fixes for s132 v5 BLE stack
Glenn Ruben Bakke
2018-07-18
nrf/modules/random: Rename port config for RNG
Glenn Ruben Bakke
2018-07-18
nrf/boards/wt51822_s4at: Fixes after nrfx and Pin IRQ introduction
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
[next]