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-12-27
py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.
Damien George
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-12-21
stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.
Jim Mussared
2019-12-20
stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.
Damien George
2019-12-20
extmod/webrepl: Move webrepl scripts to common place and use manifest.
Jim Mussared
2019-12-20
esp32/esp32_rmt: Add initial support for RMT peripheral.
Matt Trentini
2019-12-19
qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.
David Lechner
2019-12-19
stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.
iabdalkader
2019-12-19
stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions.
roland van straten
2019-12-19
stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash.
roland van straten
2019-12-19
stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card.
roland van straten
2019-12-19
esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.
Seon Rozenblum
2019-12-17
qemu-arm: Let tinytest.o be built by standard build rules.
Damien George
2019-12-13
stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().
Damien George
2019-12-13
stm32/modusocket: Handle case of NULL NIC in socket ioctl.
Damien George
2019-12-13
stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP.
Damien George
2019-12-12
py/persistentcode: Add ability to relocate loaded native code.
Damien George
2019-12-09
stm32/main: Fix SKIPSD file detection so SD card is mounted by default.
Jim Mussared
2019-12-09
nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.
Daniel Mizyrycki
2019-12-09
stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards.
Damiano Mazzella
2019-12-05
nrf/main: Execute boot.py/main.py frozen modules without a file system.
Andrej Krejcir
2019-12-05
stm32/uart: Add support for UART4/5 on L0 MCUs.
Chris Mason
2019-12-05
esp32/boards: Enable ULP in base sdk configuration.
Andrew Leech
2019-12-04
stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.
Damien George
2019-11-27
stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args.
Damien George
2019-11-27
stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins.
Damien George
2019-11-27
stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional.
Damien George
2019-11-26
stm32/storage: Make start/len args of pyb.Flash keyword only.
Damien George
2019-11-26
stm32/storage: Change storage_read/write_blocks to return int type.
Damien George
2019-11-26
stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards.
Damien George
2019-11-26
stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled.
Damien George
2019-11-26
stm32/main: Auto detect block device used for main filesystem.
Damien George
2019-11-26
stm32/storage: Make pyb.Flash configurable, and support ext block proto.
Damien George
2019-11-25
stm32: Generalise flash mounting code so it supports arbitrary FS.
Damien George
2019-11-25
stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup.
Jim Mussared
2019-11-21
esp32/machine_rtc: Reduce memory footprint of user mem functionality.
Josh Lloyd
2019-11-21
esp32/machine_rtc: Make RTC.memory size and availability configurable.
Josh Lloyd
2019-11-21
unix/modtermios: Fix output speed setter in tcsetattr.
Laurens Valk
2019-11-15
qemu-arm: Add ldscript dependency in the final firmware.elf target.
Yonatan Goldschmidt
2019-11-13
esp32/rtc: Set system microseconds when setting time via RTC.datetime().
Josh Lloyd
2019-11-11
stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1.
Mike Causer
2019-11-11
esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.
Jim Mussared
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-11-07
esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.
Damien George
2019-11-07
esp8266/modules/flashbdev.py: Support extended block protocol.
Damien George
2019-11-06
esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.
Damien George
2019-11-06
esp32/esp32_partition: Support extended block protocol.
Damien George
2019-11-05
esp32: Remove unused "esponewire.c" in favour of extmod/modonewire.
Andreas Motl
2019-11-05
stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
[next]