970 Commits (245916259926777b1b157c679785597572576f57)

Author SHA1 Message Date
Petr Kracík 7d8c71c222 esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY. 6 years ago
Stig Bjørlykke c72391c4ce nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances. 6 years ago
Stig Bjørlykke 6ca03fe8bd nrf/readme: Update make flash command when defining board. 6 years ago
Glenn Ruben Bakke ca2bb66127 nrf/bluetooth: Resolve compilation warning in ble_drv.c. 6 years ago
Glenn Ruben Bakke 0c6f5bc529 nrf/bluetooth: Improve advertisment behavior for nrf52 targets. 6 years ago
Glenn Ruben Bakke ee3a01f25c nrf/readme: Update link to nrfjprog download. 6 years ago
Andrew Leech 8ed4a28dae stm32/sdram: Increase GPIO speed for SDRAM interface to "very high". 6 years ago
Dave Hylands a270cf280b stm32/stm32_it: Fix RTC IRQ handler to handle all EXTI IRQs on F0 MCUs. 6 years ago
Dave Hylands 67b326d97e stm32/extint: Remove unused (and incorrect) EXTI defines. 6 years ago
Dave Hylands 3d17d9b578 stm32/extint: Add non-GPIO EXTI IRQ sources for F0. 6 years ago
Dave Hylands 92fec603d0 stm32/make-stmconst.py: Improve regex to parse more constants. 6 years ago
Dave Hylands 9441f4b682 stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4. 6 years ago
Dave Hylands 363900be5d stm32/extint: Fix ExtInt to work with non-GPIO pins. 6 years ago
Damien George 303f27f656 esp32/modsocket: Change socket.socket to be socket type rather than fun. 6 years ago
Damien George c65e5c88b8 stm32/boards/stm32f429.ld: Increase uPy heap size by 64k for F429 MCU. 6 years ago
Damien George ed09e13943 esp32/modsocket: Fix usocket.send to accept anything with buffer proto. 6 years ago
Damien George c551169bd8 stm32/mboot: Add hook to run board-specific code early on startup. 6 years ago
Damien George 65b1fefa31 stm32/modmachine: Add ability to pass through user data to mboot. 6 years ago
Damien George 3669198403 stm32/mboot: Add support script which can program mboot and application. 6 years ago
Damien George 3d0c31e60e stm32/mboot: Move some BSS vars to new section that isn't zeroed out. 6 years ago
Damien George ff04b78ffd stm32/mboot: Add support for loading gzip'd firmware from a filesystem. 6 years ago
Andrew Leech 4daee31706 stm32/qspi: Use static af functions for pin configuration. 6 years ago
Damien George be4e5b1f87 stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names. 6 years ago
Damien George f38397ba8d stm32/mboot/Makefile: Generate all pin header files from board pins.csv. 6 years ago
Damien George 7b2dc96251 stm32/boards/make-pins.py: Add cmdline options to support use by mboot. 6 years ago
Yonatan Goldschmidt bc4f8b438b extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 6 years ago
Jolatomme d1acca3c71 stm32/boards/NUCLEO_L476RG: Add support for RNG, DAC and CAN1. 6 years ago
Damien George 26a1ae295f stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board. 6 years ago
Yonatan Goldschmidt 66f0afc91d unix/modmachine: Handle repeated /dev/mem open errors. 6 years ago
Mike Causer 812969d615 all: Change PYB message prefix to MPY. 7 years ago
Damien George d976e4f5e8 teensy/Makefile: Use common gchelper_m3.s code from lib/utils. 6 years ago
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Damien George 019433a17e stm32/pendsv: Fix inline asm constant and prefix with # character. 6 years ago
Damien George d53dc04903 qemu-arm: Use gchelper code to get registers for GC scanning. 6 years ago
Damien George c9ece68d06 cc3200: Use common gchelper_m3.s code from lib/utils. 6 years ago
Damien George 3058d46892 stm32/gccollect: Use gchelper.h header instead of explicit declaration. 6 years ago
Damien George e6d97e8a0b stm32: Move gchelper assembler code to lib/utils for use by other ports. 6 years ago
Damien George e7332b0584 qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs. 6 years ago
Damien George b546e4b7e9 stm32/pendsv: Fix NULL pointer when calling pendsv dispatch function. 6 years ago
Damien George 800871c0cb stm32/modnetwork: Change lwIP polling to be based on background systick. 6 years ago
Damien George 4d214edae8 stm32/systick: Provide better compile-time configurability of slots. 6 years ago
Damien George 18cfa156d6 stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level. 6 years ago
Damien George b178958c07 stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code. 6 years ago
Damien George 1bcf4afb10 stm32/systick: Make periodic systick callbacks use a cyclic func table. 6 years ago
Damien George 5fbda53d3c stm32/systick: Rename sys_tick_XXX functions to systick_XXX. 6 years ago
Damien George c33f538066 esp32/modmachine: Add support for changing the CPU frequency. 6 years ago
Damien George 1669e049de stm32/boards/STM32F769DISC: Configure for use with mboot by default. 6 years ago
Damien George be1b1835c3 stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY. 6 years ago
Damien George b26046aca2 stm32/modmachine: Make bootloader() enter custom loader if it's enabled. 6 years ago
Damien George ab423f2969 stm32/usbd_conf: Fully support USB HS with external PHY. 6 years ago