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
2020-01-30
stm32/boards/stm32f746_af.csv: Add ADC alt functions to correct pins.
Damien George
2020-01-30
stm32/powerctrl: Enable overdrive on F7 when waking from stop mode.
Damien George
2020-01-30
stm32/powerctrl: Disable HSI if not needed to save a bit of power.
Damien George
2020-01-30
stm32/boards/STM32F769DISC: Add config to use external SPI as filesys.
Damien George
2020-01-30
stm32/Makefile: Allow a board's .mk file to add things to CFLAGS.
Damien George
2020-01-30
drivers, stm32: Support SPI/QSPI flash chips over 16MB.
Andrew Leech
2020-01-29
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
David Lechner
2020-01-29
stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz.
Damien George
2020-01-26
unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR.
David Lechner
2020-01-26
windows/windows_mphal: Release GIL during system calls.
David Lechner
2020-01-26
unix: Release GIL during all system calls.
David Lechner
2020-01-24
unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.
Damien George
2020-01-24
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Yonatan Goldschmidt
2020-01-23
tests/unix: Add coverage test for mp_obj_new_exception_args.
Damien George
2020-01-22
tests/unix: Add coverage tests for pairheap data structure.
Damien George
2020-01-22
stm32/softtimer: Change linear linked list to a pairing heap.
Damien George
2020-01-22
windows: Support word-based move/delete key sequences for REPL.
stijn
2020-01-22
esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.
adzierzanowski
2020-01-15
esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).
Jim Mussared
2020-01-14
esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.
JensDiemer
2020-01-14
ports: Modify mp_hal_pin_write macro so it can be used as a function.
Memiks
2020-01-14
tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.
Damien George
2020-01-12
esp32/modmachine: Add implementation of machine.soft_reset().
Thorsten von Eicken
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2020-01-12
unix: Add placeholder DEV variant with settrace enabled.
Jim Mussared
2020-01-12
unix: Add build variants, analogous to boards on bare-metal.
Jim Mussared
2020-01-09
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2020-01-07
stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4.
Damien George
2020-01-06
esp32/Makefile: Assign result of $call to dummy var for older make.
Damien George
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
nrf/examples: Fix typo in mountsd.py, wireing -> wiring.
Tim Gates
2019-12-28
unix/modos: Add uos.rename and uos.rmdir.
Damien George
2019-12-28
unix/modtime: Add utime.mktime function, to complement utime.localtime.
Andrew Leech
2019-12-28
nrf/main: Remove unnecessary repl_info(0) call.
Yonatan Goldschmidt
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-27
ports: Allow overriding CROSS_COMPILE in a custom makefile.
David Lechner
2019-12-27
stm32: Add configuration to build in nanbox mode.
Damien George
2019-12-27
stm32: Fix to build in nanbox mode.
Damien George
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
[next]