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
Age
Commit message (
Expand
)
Author
2019-07-25
py/sequence: Fix grammar in comment about equality.
Yonatan Goldschmidt
2019-07-25
stm32/boards/NUCLEO_F722ZE: Add definition files for new board.
badlyby
2019-07-25
stm32/boards/stm32f722.ld: Provide memory regions for internal FS.
badlyby
2019-07-25
stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33.
badlyby
2019-07-25
tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files.
Damien George
2019-07-25
esp32: Pin MicroPython tasks to a specific core.
Amir Gonnen
2019-07-20
esp32/Makefile: Simplify include of IDF source by using wildcards.
Damien George
2019-07-20
esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule.
Damien George
2019-07-20
esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.
Jim Mussared
2019-07-19
windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.
stijn
2019-07-19
esp32: Add support for hardware I2C.
Damien George
2019-07-19
tests/run-perfbench.py: Add --emit option to select emitter for tests.
Damien George
2019-07-17
stm32/boards/USBDONGLE_WB55: Add definition files for new board.
Damien George
2019-07-17
stm32/boards/NUCLEO_WB55: Add definition files for new board.
Damien George
2019-07-17
stm32/boards: Add MCU support files for STM32WB55.
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-17
stm32/make-stmconst.py: Allow more variation in parens and int-suffix L.
Damien George
2019-07-17
stm32/boards/STM32F769DISC: Fix length of FLASH_APP section.
Damien George
2019-07-17
py/objstringio: Guard bytesio_stream_p struct w/ MICROPY_PY_IO_BYTESIO.
Paul m. p. P
2019-07-17
py/scheduler: Rename sched_stack to sched_queue.
Jim Mussared
2019-07-17
tests/stress/recursive_iternext.py: Increase large depth to 5000.
Damien George
2019-07-17
travis: Switch unix stackless build to use clang.
Damien George
2019-07-16
stm32/boards/B_L072Z_LRWAN1: Enable USB VCP support.
Damien George
2019-07-16
stm32/Makefile: Allow a board to disable float support.
Damien George
2019-07-16
stm32/mphalport: Fix GPIO clock enable for L0 MCUs.
Damien George
2019-07-16
stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs.
Damien George
2019-07-16
stm32: Add support for USB on L0 MCUs.
Damien George
2019-07-16
stm32/usbd_cdc_interface: Make CDC TX/RX buffer sizes configurable.
Damien George
2019-07-16
stm32/usb: Add config options to disable USB MSC and/or HID.
Damien George
2019-07-12
py/makeqstrdata.py: Allow using \r\n as a qstr if a port requires it.
Paul m. p. P
2019-07-12
py/asmarm: Use __builtin___clear_cache instead of __clear_cache.
David Lechner
2019-07-12
ACKNOWLEDGEMENTS: Remove entry as requested by backer.
Damien George
2019-07-11
stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top.
Damien George
2019-07-09
py/objgenerator: Add missing #if guard for PY_GENERATOR_PEND_THROW.
Laurens Valk
2019-07-09
javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.
Paul m. p. P
2019-07-09
unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.
Paul m. p. P
2019-07-09
stm32/boards/B_L072Z_LRWAN1: Add definition files for new board.
Damien George
2019-07-09
travis: Build stm32 mboot for PYBD_SF6 as part of CI.
Damien George
2019-07-09
stm32/mboot: Update dependencies to enable parallel build with -j.
Damien George
2019-07-09
stm32/mboot: Use STARTUP_FILE from stm32lib.
Damien George
2019-07-09
stm32/mboot: Remove use of BSRRL/H for H7 MCUs due to stm32lib update.
Damien George
2019-07-09
stm32/mboot: Make _estack an array to avoid compiler warnings.
Damien George
2019-07-09
stm32/boards/NUCLEO_F413ZH: Remove STARTUP_FILE, it's defined globally.
Damien George
2019-07-08
stm32/boards/NUCLEO_L452RE: Add definition files for new board.
Chris Mason
2019-07-08
stm32: Add support for STM32L452 MCUs.
Chris Mason
2019-07-08
stm32/boards/NUCLEO_F446RE: Enable DAC.
Damien George
2019-07-08
stm32: Remove SystemInit funcs, use stm32lib versions instead.
Damien George
2019-07-08
stm32/powerctrl: Move F0's SystemClock_Config to powerctrlboot.c.
Damien George
2019-07-08
stm32/powerctrl: Move L0's SystemClock_Config to powerctrlboot.c file.
Damien George
2019-07-05
stm32/boards/NUCLEO_L073RZ: Add definition files for new board.
Damien George
[prev]
[next]