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