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-26
lib/netutils: Add function to print tracing info for Ethernet frames.
Damien George
2019-02-26
extmod/modlwip: Add concurrency protection macros.
Damien George
2019-02-26
stm32/mphalport: Add mp_hal_get_mac() helper function.
Damien George
2019-02-26
stm32/boards/NUCLEO_F767ZI: Fix up comments about HCLK computation.
Damien George
2019-02-26
docs/uos: Document extra requirements on stream objs passed to dupterm.
Yonatan Goldschmidt
2019-02-26
esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.
Petr Kracík
2019-02-25
unix/modffi: Eliminate unused-argument warning when debugging disabled.
Damien George
2019-02-25
py: Eliminate warnings about unused arguments when debugging disabled.
Damien George
2019-02-21
esp32/network_lan: Make power arg to constructor optional.
Petr Kracík
2019-02-21
esp32/modnetwork: Catch and report Ethernet events.
Petr Kracík
2019-02-21
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
Petr Kracík
2019-02-21
tests/basics: Add tests for try-except-else and try-except-else-finally.
Damien George
2019-02-20
nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.
Stig Bjørlykke
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
[next]