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-10-02
nrf/led: Expose public API for LED manipulation.
roland van straten
2019-10-02
nrf/flash: Update flash driver to use nrfx_nvmc driver.
Glenn Ruben Bakke
2019-10-02
nrf/uart: Add support for UARTE (EasyDMA).
Glenn Ruben Bakke
2019-10-02
nrf/temp: Move module configuration guard.
Glenn Ruben Bakke
2019-10-02
nrf/i2c: Add support for TWIM (EasyDMA).
Glenn Ruben Bakke
2019-10-01
minimal/frozentest.mpy: Update due to change in bytecode.
Damien George
2019-10-01
py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.
Damien George
2019-10-01
stm32/boards/PYBD: Enable BLE for Pyboard D.
Jim Mussared
2019-10-01
stm32/mpconfigport.h: Add modbluetooth module to stm32.
Jim Mussared
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-10-01
stm32: Provide port-specific implementation for Nimble on STM32.
Jim Mussared
2019-09-27
stm32/uart: Add RTS/CTS pin configuration support to UART4.
Andrew Leech
2019-09-26
stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs.
Chris Mason
2019-09-26
stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs.
Chris Mason
2019-09-26
stm32: Support disabling the compiler.
Damien George
2019-09-26
minimal/frozentest: Recompile now that mpy version has changed.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-09-26
stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.
Andrew Leech
2019-09-23
stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN.
Damien George
2019-09-23
stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.
Damien George
2019-09-23
stm32/boards/NUCLEO_H743ZI: Enable FDCAN on this board.
iabdalkader
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George
2019-09-23
stm32/machine_i2c: Add ability to specify I2C(4) by name.
Chris Liechti
2019-09-20
esp32/Makefile: Fix printing of supported git hash.
Jim Mussared
2019-09-18
mpy-cross,windows: Add msvc build of mpy-cross.
stijn
2019-09-18
windows: Default to binary mode for files.
stijn
2019-09-18
windows/msvc: Change the way sources are listed.
stijn
2019-09-18
windows/msvc: Enable overriding directories used in the build.
stijn
2019-09-18
windows/msvc: Move build options from .vcxproj to .props files.
stijn
2019-09-18
windows/msvc: Remove unneeded definitions for qstr generation.
stijn
2019-09-18
esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM.
Jim Mussared
2019-09-17
stm32/modusocket: Fix NULL deref when accept() an unbound socket.
iabdalkader
2019-09-17
esp32: Add check to Makefile that the toolchain is in PATH.
Jim Mussared
2019-09-17
esp32: Add check to Makefile for pyparsing version.
Jim Mussared
2019-09-17
esp32: Support building with ESP IDF 4.0-beta1.
Jim Mussared
2019-09-17
bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size.
Damien George
2019-09-17
nrf/boards: Add board definition for uBlox Nina B1 series BLE modules.
roland van straten
2019-09-12
stm32/machine_adc: Fix build for F4 and L4 MCUs that only have ADC1.
Damien George
2019-09-12
esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.
Damien George
2019-09-12
stm32/lwip_inc: Enable LWIP_NETIF_EXT_STATUS_CALLBACK for mDNS.
Damien George
2019-09-12
stm32/lwip_inc: Allocate additional MEMP_SYS_TIMEOUT when mDNS enabled.
Damien George
2019-09-11
stm32/usb: Verify number of used endpoints doesn't exceed maximum.
Damien George
2019-09-11
stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP.
Damien George
2019-09-11
stm32/board/NUCLEO_F746ZG: Enable Ethernet periph, lwip and ussl.
cristian
2019-09-10
stm32/boards/STM32F769DISC: Fix number of SDRAM row bits.
Jim Mussared
2019-09-10
esp32/modules/inisetup.py: Use bdev.ioctl instead of bdev.SEC_SIZE.
Damien George
2019-09-10
esp32: Add support for ESP32-D2WD with 2MiB internal flash.
Alex Albino
2019-09-10
esp32: Add VFS FAT partition to partitions.csv and mount it as the FS.
Damien George
2019-09-10
stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board.
Christopher Wilson
[prev]
[next]