aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-26lib/netutils: Add function to print tracing info for Ethernet frames.Damien George
2019-02-26extmod/modlwip: Add concurrency protection macros.Damien George
2019-02-26stm32/mphalport: Add mp_hal_get_mac() helper function.Damien George
2019-02-26stm32/boards/NUCLEO_F767ZI: Fix up comments about HCLK computation.Damien George
2019-02-26docs/uos: Document extra requirements on stream objs passed to dupterm.Yonatan Goldschmidt
2019-02-26esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.Petr Kracík
2019-02-25unix/modffi: Eliminate unused-argument warning when debugging disabled.Damien George
2019-02-25py: Eliminate warnings about unused arguments when debugging disabled.Damien George
2019-02-21esp32/network_lan: Make power arg to constructor optional.Petr Kracík
2019-02-21esp32/modnetwork: Catch and report Ethernet events.Petr Kracík
2019-02-21esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.Petr Kracík
2019-02-21tests/basics: Add tests for try-except-else and try-except-else-finally.Damien George
2019-02-20nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.Stig Bjørlykke
2019-02-20nrf/readme: Update make flash command when defining board.Stig Bjørlykke
2019-02-20nrf/bluetooth: Resolve compilation warning in ble_drv.c.Glenn Ruben Bakke
2019-02-20nrf/bluetooth: Improve advertisment behavior for nrf52 targets.Glenn Ruben Bakke
2019-02-20nrf/readme: Update link to nrfjprog download.Glenn Ruben Bakke
2019-02-20stm32/sdram: Increase GPIO speed for SDRAM interface to "very high".Andrew Leech
2019-02-20py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer.Damien George
2019-02-20py/obj.h: Remove obsolete mp_obj_new_fun_viper() declaration.Damien George
2019-02-19py/qstr: Evaluate find_qstr only once then pass to Q_GET_HASH macro.Damien George
2019-02-19stm32/stm32_it: Fix RTC IRQ handler to handle all EXTI IRQs on F0 MCUs.Dave Hylands
2019-02-19stm32/extint: Remove unused (and incorrect) EXTI defines.Dave Hylands
2019-02-19stm32/extint: Add non-GPIO EXTI IRQ sources for F0.Dave Hylands
2019-02-19stm32/make-stmconst.py: Improve regex to parse more constants.Dave Hylands
2019-02-19stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4.Dave Hylands
2019-02-19stm32/extint: Fix ExtInt to work with non-GPIO pins.Dave Hylands
2019-02-18esp32/modsocket: Change socket.socket to be socket type rather than fun.Damien George
2019-02-18extmod/modlwip: Fix bug when polling listening socket with backlog=1.Damien George
2019-02-18stm32/boards/stm32f429.ld: Increase uPy heap size by 64k for F429 MCU.Damien George
2019-02-18esp32/modsocket: Fix usocket.send to accept anything with buffer proto.Damien George
2019-02-15extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP.Damien George
2019-02-15stm32/mboot: Add hook to run board-specific code early on startup.Damien George
2019-02-15stm32/modmachine: Add ability to pass through user data to mboot.Damien George
2019-02-15stm32/mboot: Add support script which can program mboot and application.Damien George
2019-02-15stm32/mboot: Move some BSS vars to new section that isn't zeroed out.Damien George
2019-02-15stm32/mboot: Add support for loading gzip'd firmware from a filesystem.Damien George
2019-02-14stm32/qspi: Use static af functions for pin configuration.Andrew Leech
2019-02-14stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names.Damien George
2019-02-14stm32/mboot/Makefile: Generate all pin header files from board pins.csv.Damien George
2019-02-14stm32/boards/make-pins.py: Add cmdline options to support use by mboot.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-02-14stm32/boards/NUCLEO_L476RG: Add support for RNG, DAC and CAN1.Jolatomme
2019-02-14stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board.Damien George
2019-02-12unix/modmachine: Handle repeated /dev/mem open errors.Yonatan Goldschmidt
2019-02-12all: Change PYB message prefix to MPY.Mike Causer
2019-02-12teensy/Makefile: Use common gchelper_m3.s code from lib/utils.Damien George
2019-02-12py/mkenv.mk: Change default PYTHON variable from "python" to "python3".Damien George
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2019-02-12extmod: Convert legacy uppercase macro names to lowercase.Damien George