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
Age
Commit message (
Expand
)
Author
2018-07-18
nrf/bluetooth: Fixes for s132 v5 BLE stack
Glenn Ruben Bakke
2018-07-18
nrf/modules/machine/adc: Fix to make adc.c compile for nrf51 targets
Glenn Ruben Bakke
2018-07-18
nrf: Return immediatly from mp_hal_delay_us if 0us is given
Glenn Ruben Bakke
2018-07-18
nrf/spi: Allow for external use of new and transfer function.
Glenn Ruben Bakke
2018-07-18
nrf/adc: Allow for external use of new and value read function.
Glenn Ruben Bakke
2018-07-18
nrf/modules: Align method to resolve pin object
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/gccollect: Use the SP register instead of MSP.
Ayke van Laethem
2018-07-18
nrf/drivers/bluetooth/ble_drv: Increase max transfers in progress.
Ayke van Laethem
2018-07-18
nrf/modules/machine/spi: SPIM (EasyDMA) backend for nrf52x
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: Enable -g flag by default.
Ayke van Laethem
2018-07-18
nrf/Makefile: Fix .PHONY target.
Ayke van Laethem
2018-07-18
nrf: Fix NUS console when using boot.py or main.py.
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: Make LTO configurable via Makefile flag.
Ayke van Laethem
2018-07-18
nrf: Improve include of boardmodules.mk
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/drivers/ble_drv: Fixing sd_ble_enable bug for SD s132 v.2.0.1
Glenn Ruben Bakke
2018-07-18
nrf/boards/common.ld: Avoid overflowing the .text region.
Ayke van Laethem
2018-07-18
nrf/modules/machine/pin: Disable pin debug by default.
Ayke van Laethem
2018-07-18
nrf/mpconfigport: Reduce GC stack size for nrf51.
Ayke van Laethem
2018-07-18
nrf: Only search for frozen files if FROZEN_MPY_DIR is set
kaasasolut
2018-07-18
nrf: Change PYB prefix to MPY
Glenn Ruben Bakke
2018-07-18
nrf: Add support for s132 v5.0.0 bluetooth stack (#139)
glennrub
2018-07-18
nrf/drivers/bluetooth: Reset evt_len to size of static buffer each iter.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Enable music, display, image, microbit module.
Glenn Ruben Bakke
2018-07-18
nrf: Add if-def around inclusion of nrf_sdm.h in main.
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: Update main.c to init relevant board drivers, if enabled.
Glenn Ruben Bakke
2018-07-18
nrf/modules/music: Remove init of softpwm/ticker upon music module load.
Glenn Ruben Bakke
2018-07-18
nrf/boards/microbit: Update to work with new ticker code.
Glenn Ruben Bakke
2018-07-18
nrf/drivers/ticker: Rework ticker functions for microbit display/music.
Glenn Ruben Bakke
2018-07-18
nrf/drivers/softpwm: Rename init function to softpwm_init0.
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
[next]