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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2019-02-26
stm32/boards/STM32F7DISC: Enable lwIP and Ethernet peripheral.
Damien George
2019-02-26
stm32/boards/NUCLEO_F767ZI: Enable lwIP and Ethernet peripheral.
Damien George
2019-02-26
stm32/modnetwork: Don't call NIC callback if it's NULL.
Damien George
2019-02-26
stm32/mpconfigport.h: Enable lwIP concurrency protection mechanism.
Damien George
2019-02-26
stm32/network_lan: Add high-level network.LAN interface to ETH driver.
Damien George
2019-02-26
stm32/eth: Add low-level Ethernet MAC driver.
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
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-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-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-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
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
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
ports: Convert legacy uppercase macro names to lowercase.
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
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
[prev]
[next]