aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-18nrf/bluetooth: Fixes for s132 v5 BLE stackGlenn Ruben Bakke
2018-07-18nrf/modules/machine/adc: Fix to make adc.c compile for nrf51 targetsGlenn Ruben Bakke
2018-07-18nrf: Return immediatly from mp_hal_delay_us if 0us is givenGlenn Ruben Bakke
2018-07-18nrf/spi: Allow for external use of new and transfer function.Glenn Ruben Bakke
2018-07-18nrf/adc: Allow for external use of new and value read function.Glenn Ruben Bakke
2018-07-18nrf/modules: Align method to resolve pin objectGlenn Ruben Bakke
2018-07-18nrf/modules/random: Rename port config for RNGGlenn Ruben Bakke
2018-07-18nrf/boards/wt51822_s4at: Fixes after nrfx and Pin IRQ introductionGlenn Ruben Bakke
2018-07-18nrf/boards: Remove unused defines from board config headersGlenn Ruben Bakke
2018-07-18nrf/gccollect: Use the SP register instead of MSP.Ayke van Laethem
2018-07-18nrf/drivers/bluetooth/ble_drv: Increase max transfers in progress.Ayke van Laethem
2018-07-18nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52xGlenn Ruben Bakke
2018-07-18nrf/modules/machine/pin: Add support for IRQ on Pin'sGlenn Ruben Bakke
2018-07-18nrf: Remove port member from Pin objectGlenn Ruben Bakke
2018-07-18nrf: Make linker scripts more modular.Ayke van Laethem
2018-07-18nrf: Enable -g flag by default.Ayke van Laethem
2018-07-18nrf/Makefile: Fix .PHONY target.Ayke van Laethem
2018-07-18nrf: Fix NUS console when using boot.py or main.py.Ayke van Laethem
2018-07-18nrf: Replace custom-HAL with nrfx-HALglennrub
2018-07-18nrf/boards/microbit/modules: Initialize variable in microbit_sleep.Glenn Ruben Bakke
2018-07-18nrf: Make LTO configurable via Makefile flag.Ayke van Laethem
2018-07-18nrf: Improve include of boardmodules.mkGlenn Ruben Bakke
2018-07-18nrf: Fix stack size in ld script and enable MICROPY_STACK_CHECK.Ayke van Laethem
2018-07-18nrf: Make machine.UART optional.Ayke van Laethem
2018-07-18nrf/drivers/ble_drv: Fixing sd_ble_enable bug for SD s132 v.2.0.1Glenn Ruben Bakke
2018-07-18nrf/boards/common.ld: Avoid overflowing the .text region.Ayke van Laethem
2018-07-18nrf/modules/machine/pin: Disable pin debug by default.Ayke van Laethem
2018-07-18nrf/mpconfigport: Reduce GC stack size for nrf51.Ayke van Laethem
2018-07-18nrf: Only search for frozen files if FROZEN_MPY_DIR is setkaasasolut
2018-07-18nrf: Change PYB prefix to MPYGlenn Ruben Bakke
2018-07-18nrf: Add support for s132 v5.0.0 bluetooth stack (#139)glennrub
2018-07-18nrf/drivers/bluetooth: Reset evt_len to size of static buffer each iter.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Enable music, display, image, microbit module.Glenn Ruben Bakke
2018-07-18nrf: Add if-def around inclusion of nrf_sdm.h in main.Glenn Ruben Bakke
2018-07-18nrf: Change board module header from board_modules.h to boardmodules.h.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Update docs on top level tick low pri callback.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add temperature back to microbit module.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit/modules: Fix tabbing in modmicrobit.c.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Move microbit target to custom linker script.Glenn Ruben Bakke
2018-07-18nrf: Update main.c to init relevant board drivers, if enabled.Glenn Ruben Bakke
2018-07-18nrf/modules/music: Remove init of softpwm/ticker upon music module load.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Update to work with new ticker code.Glenn Ruben Bakke
2018-07-18nrf/drivers/ticker: Rework ticker functions for microbit display/music.Glenn Ruben Bakke
2018-07-18nrf/drivers/softpwm: Rename init function to softpwm_init0.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Include modmicrobit.h in board_modules.h.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add modmicrobit.h to expose module init function.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Attempt to get working display/images without FP.Glenn Ruben Bakke
2018-07-18nrf/boards/microbit: Add framework updates to build micro:bit modules.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