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
2018-09-21
stm32/dcmi: Add F4/F7/H7 hal files and dma definitions for DCMI periph.
Andrew Leech
2018-09-21
tools/pydfu: Workaround stdio flush error on Windows with Python 3.6.
Andrew Leech
2018-09-20
stm32/adc: Increase sample time for internal sensors on L4 MCUs.
Damien George
2018-09-20
stm32/adc: Fix ADC calibration scale for L4 MCUs, they use 3.0V.
Damien George
2018-09-20
tests/float/float_parse.py: Add tests for accuracy of small decimals.
Damien George
2018-09-20
py/parsenum: Avoid rounding errors with negative powers-of-10.
Romain Goyet
2018-09-20
esp32/machine_rtc: Fix locals dict entry, init qstr points to init meth.
Damien George
2018-09-20
docs/pyboard: Fix to use Sphinx style for internal/external links.
Damien George
2018-09-20
drivers/sdcard: Remove debugging print statement in ioctl method.
Peter Hinch
2018-09-20
stm32/Makefile: Include copysign.c in double precision float builds.
Damien George
2018-09-20
lib/libm_dbl: Add implementation of copysign() for DEBUG builds.
Andrew Leech
2018-09-20
docs/library/pyb: Add deprecation warning for mount and old block proto.
Peter Hinch
2018-09-20
drivers/sdcard: In test use os.umount and machine module instead of pyb.
Peter Hinch
2018-09-20
unix/modjni: Get building under coverage and nanbox builds.
Damien George
2018-09-20
unix/modjni: Update .getiter signature to include mp_obj_iter_buf_t* .
Paul Sokolovsky
2018-09-20
py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
Damien George
2018-09-20
stm32: Add support for STM32F765xx MCUs.
Andrew Leech
2018-09-20
py/modbuiltins: Make oct/hex work when !MICROPY_PY_BUILTINS_STR_OP_MODULO
Paul Sokolovsky
2018-09-20
py/objstr: Make % (__mod__) formatting operator configurable.
Paul Sokolovsky
2018-09-20
py: Shorten error messages by using contractions and some rewording.
Damien George
2018-09-20
py/objtype: Clarify comment about configuring inplace op methods.
Damien George
2018-09-20
stm32/boards/STM32F769DISC: Add optional support for external SDRAM.
Damien George
2018-09-20
stm32/sdram: Add support for 32-bit wide data bus and 256MB in MPU cfg.
Damien George
2018-09-18
drivers/display/lcd160cr.py: In fast_spi, send command before flushing.
Damien George
2018-09-16
stm32/dma: Get DMA working on F0 MCUs.
Damien George
2018-09-16
py/asmthumb: Detect presence of I-cache using CMSIS macro.
Damien George
2018-09-16
py/asmxtensa: Make indirect calls using func table, not raw pointers.
Damien George
2018-09-15
py/emitnative: Make viper funcs run with their correct globals context.
Damien George
2018-09-15
py/emitnative: Use macros instead of raw offsetof for slot locations.
Damien George
2018-09-15
py/emitnative: Support arbitrary number of arguments to viper functions.
Damien George
2018-09-15
py: Make viper functions have the same entry signature as native.
Damien George
2018-09-15
py/emitnative: Reuse mp_native_type_from_qstr when searching for a cast.
Damien George
2018-09-15
py/compile: Factor code that compiles viper type annotations.
Damien George
2018-09-15
py/compile: Merge viper annotation and normal param compilation stages.
Damien George
2018-09-15
py/emit: Completely remove set_native_type, arg type is set in compiler.
Damien George
2018-09-15
py/emit: Remove need to call set_native_type to set viper return type.
Damien George
2018-09-15
py/emit: Remove need to call set_native_type to set native/viper mode.
Damien George
2018-09-15
py/emit: Move MP_EMIT_OPT_xxx enums from compile.h to emitglue.h.
Damien George
2018-09-14
py/{asmx86,asmx64}: Extend test_r8_with_r8 to accept all 8 lower regs.
Damien George
2018-09-14
py/asmx64: Fix bug in assembler when creating disp with r13 and 0 offset
Damien George
2018-09-14
py: Optimise call to mp_arg_check_num by compressing fun signature.
Damien George
2018-09-14
examples/embedding: Fix hard-coded MP_QSTR_ value.
Damien George
2018-09-14
examples/embedding: Fix reference to freed memory, lexer src name.
Dave Hylands
2018-09-14
esp32: Fix int overflow in machine.sleep/deepsleep functions.
Siarhei Farbotka
2018-09-14
unix/modos: Include extmod/vfs.h for MP_S_IFDIR, etc.
Paul Sokolovsky
2018-09-14
zephyr/CMakeLists: Update for latest Zephyr CMake usage refactorings.
Paul Sokolovsky
2018-09-14
zephyr/prj_base.conf: Update for net_config subsys refactor.
Paul Sokolovsky
2018-09-13
py: Fix native functions so they run with their correct globals context.
Damien George
2018-09-12
stm32/sdcard: Fully reset SDMMC periph before calling HAL DMA functions.
Damien George
2018-09-12
unix/mpconfigport_coverage.h: Enable uhashlib.md5.
Damien George
[prev]
[next]