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
2019-02-20
nrf/readme: Update make flash command when defining board.
Stig Bjørlykke
2019-02-20
nrf/bluetooth: Resolve compilation warning in ble_drv.c.
Glenn Ruben Bakke
2019-02-20
nrf/bluetooth: Improve advertisment behavior for nrf52 targets.
Glenn Ruben Bakke
2019-02-20
nrf/readme: Update link to nrfjprog download.
Glenn Ruben Bakke
2019-02-20
stm32/sdram: Increase GPIO speed for SDRAM interface to "very high".
Andrew Leech
2019-02-20
py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer.
Damien George
2019-02-20
py/obj.h: Remove obsolete mp_obj_new_fun_viper() declaration.
Damien George
2019-02-19
py/qstr: Evaluate find_qstr only once then pass to Q_GET_HASH macro.
Damien George
2019-02-19
stm32/stm32_it: Fix RTC IRQ handler to handle all EXTI IRQs on F0 MCUs.
Dave Hylands
2019-02-19
stm32/extint: Remove unused (and incorrect) EXTI defines.
Dave Hylands
2019-02-19
stm32/extint: Add non-GPIO EXTI IRQ sources for F0.
Dave Hylands
2019-02-19
stm32/make-stmconst.py: Improve regex to parse more constants.
Dave Hylands
2019-02-19
stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4.
Dave Hylands
2019-02-19
stm32/extint: Fix ExtInt to work with non-GPIO pins.
Dave Hylands
2019-02-18
esp32/modsocket: Change socket.socket to be socket type rather than fun.
Damien George
2019-02-18
extmod/modlwip: Fix bug when polling listening socket with backlog=1.
Damien George
2019-02-18
stm32/boards/stm32f429.ld: Increase uPy heap size by 64k for F429 MCU.
Damien George
2019-02-18
esp32/modsocket: Fix usocket.send to accept anything with buffer proto.
Damien George
2019-02-15
extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP.
Damien George
2019-02-15
stm32/mboot: Add hook to run board-specific code early on startup.
Damien George
2019-02-15
stm32/modmachine: Add ability to pass through user data to mboot.
Damien George
2019-02-15
stm32/mboot: Add support script which can program mboot and application.
Damien George
2019-02-15
stm32/mboot: Move some BSS vars to new section that isn't zeroed out.
Damien George
2019-02-15
stm32/mboot: Add support for loading gzip'd firmware from a filesystem.
Damien George
2019-02-14
stm32/qspi: Use static af functions for pin configuration.
Andrew Leech
2019-02-14
stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names.
Damien George
2019-02-14
stm32/mboot/Makefile: Generate all pin header files from board pins.csv.
Damien George
2019-02-14
stm32/boards/make-pins.py: Add cmdline options to support use by mboot.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-02-14
stm32/boards/NUCLEO_L476RG: Add support for RNG, DAC and CAN1.
Jolatomme
2019-02-14
stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board.
Damien George
2019-02-12
unix/modmachine: Handle repeated /dev/mem open errors.
Yonatan Goldschmidt
2019-02-12
all: Change PYB message prefix to MPY.
Mike Causer
2019-02-12
teensy/Makefile: Use common gchelper_m3.s code from lib/utils.
Damien George
2019-02-12
py/mkenv.mk: Change default PYTHON variable from "python" to "python3".
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2019-02-12
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
Damien George
2019-02-12
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
Damien George
2019-02-12
stm32/pendsv: Fix inline asm constant and prefix with # character.
Damien George
2019-02-12
qemu-arm: Use gchelper code to get registers for GC scanning.
Damien George
2019-02-12
cc3200: Use common gchelper_m3.s code from lib/utils.
Damien George
2019-02-12
stm32/gccollect: Use gchelper.h header instead of explicit declaration.
Damien George
2019-02-12
lib/utils/gchelper: Add gchelper.h header file for assembler functions.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add gc_helper_get_sp() function.
Damien George
2019-02-12
lib/utils/gchelper_m3: Add license header and clean up code.
Damien George
2019-02-12
stm32: Move gchelper assembler code to lib/utils for use by other ports.
Damien George
2019-02-12
qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs.
Damien George
2019-02-12
travis: Update to use Ubuntu 16.04 Xenial for CI builds.
Damien George
2019-02-08
docs/ure: Fix match.group signature to indicate index param is required.
Yonatan Goldschmidt
[prev]
[next]