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
Age
Commit message (
Expand
)
Author
2021-02-13
nrf/drivers/usb: Add USBD_IRQHandler which calls tud_int_handler.
Damien George
2021-02-12
ports: Update to build with new tinyusb.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-01-30
nrf/README: Add use of "make submodules" in alternative build paragraph.
Chris Hemingway
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/Makefile: Add support for flashing with nrfutil.
Glenn Ruben Bakke
2020-12-07
nrf/Makefile: Add bootloader specific section.
Glenn Ruben Bakke
2020-12-07
nrf/boards: Update memory.ld to include bootloader offsets.
Glenn Ruben Bakke
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-11-22
nrf/README: Describe Pin numbering scheme for nRF52840.
JPFrancoia
2020-10-17
ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
2020-09-09
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
Damien George
2020-09-09
nrf/main: Make mp_builtin_open signature match that in py/builtin.h.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-26
nrf/Makefile: Improve user C modules support.
Roberto Colistete Jr
2020-07-22
nrf: Enable more features for all targets.
Glenn Ruben Bakke
2020-07-22
nrf: Split mpconfigport.h into multiple files.
Glenn Ruben Bakke
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-16
nrf/nrfx_config: Disable RTC2 for nRF9160 targets.
Glenn Ruben Bakke
2020-07-10
nrf/boards: Add initial support for Actinius Icarus.
Alex Tsamakos
2020-07-08
nrf: Enable nrf tick support on all boards by default.
Martin Fischer
2020-07-08
nrf: Add support for time.ticks_xxx functions using RTC1.
Martin Fischer
2020-07-01
nrf/Makefile: Disable ROM text compression when compiling for debug.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Swap end character on cooked strings.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Fix random advertisement name.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Add mp_hal_stdio_poll function.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth: Handle data length update request.
Glenn Ruben Bakke
2020-07-01
nrf/bluetooth/ble_uart: Fix implicit declaration of function.
Glenn Ruben Bakke
2020-06-17
nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.
Glenn Ruben Bakke
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-05-15
nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.
Damien George
2020-05-15
nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
all: Remove commented-out include statements.
stijn
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-25
ports: Add lib/libm/roundf.c to bare-metal Makefile's.
Zoltán Vörös
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
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-28
all: Add *FORMAT-OFF* in various places.
Damien George
[next]