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-08-30
py/bc: Factor out code to get bytecode line number info into new func.
Damien George
2019-08-30
py/compile: Improve the line numbering precision for lambdas.
Damien George
2019-08-29
stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.
Damien George
2019-08-28
nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.
Damien George
2019-08-28
esp32: Add 'config' function to network.LAN, reusing network.WLAN.
Eric Poulsen
2019-08-28
docs/reference/speed_python: Add missing self to var caching example.
Paul m. p. P
2019-08-28
stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs.
iabdalkader
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-28
mpy-cross/main: Only accept full emit cmdline options if native enabled.
Damien George
2019-08-28
unix/main: Only accept full emit cmd-line options if native enabled.
Damien George
2019-08-28
stm32/boards/PYBD_SF2: Exclude certain things when building mboot.
Damien George
2019-08-28
stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.
Damien George
2019-08-28
stm32/mphalport: Put PYBD specific MAC code in board specific file.
Damien George
2019-08-28
py/vm: Don't add traceback info for exceptions that are re-raised.
Damien George
2019-08-28
py/vm: Don't add traceback info for exc's propagated through a finally.
Damien George
2019-08-27
py/py.mk: Remove trailing spaces at end of line.
Damien George
2019-08-22
extmod/crypto-algorithms: Add source to header and populate copyright.
Damien George
2019-08-22
py/vm: Shorten error message for not-implemented opcode.
Damien George
2019-08-22
py/bc0.h: Add comment that MP_BC_MAKE_CLOSURE/_DEFARGS take extra byte.
Damien George
2019-08-22
py/objgenerator: Move defn of mp_const_GeneratorExit_obj here.
Damien George
2019-08-22
py/runtime: Remove obsolete comment about mp_parse_compile_execute.
Damien George
2019-08-22
tests/extmod: Split json.loads of bytes/bytearray into separate test.
Damien George
2019-08-22
extmod/modujson: Support passing bytes/bytearray to json.loads.
Damien George
2019-08-22
py/emitbc: Make all emit_write_bytecode_* funcs take a stack_adj arg.
Damien George
2019-08-22
py/emitbc: Rewrite switch in load_const_tok to reduce code size.
Damien George
2019-08-21
esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13.
Damien George
2019-08-20
samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.
roland van straten
2019-08-20
esp32: Add esp32.Partition class to expose partition and OTA funcs.
Damien George
2019-08-20
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
Damien George
2019-08-20
extmod/moducryptolib: Use "static" not "STATIC" for inline functions.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-08-20
tools/mpy-tool.py: Force native func alignment to halfword/word on ARM.
Jim Mussared
2019-08-19
py/compile: Improve the line numbering precision for comprehensions.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-19
docs/reference/speed_python: Update that read-only buffers are accepted.
Peter Hinch
2019-08-19
py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.
Damien George
2019-08-19
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-16
stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.
Damien George
2019-08-16
samd/boards: Add Mini SAM M4 board configuration.
Jim Mussared
2019-08-16
samd/boards: Add Adafruit Feather M0 Express board configuration.
Jim Mussared
2019-08-16
samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.
Jim Mussared
2019-08-16
esp32: Add per-board configs, following other ports.
Jim Mussared
2019-08-16
gitignore: Put build-*/ pattern in top-level gitignore file.
Damien George
2019-08-15
py/objarray: Fix amount of free space in array when doing slice assign.
Damien George
2019-08-15
esp32/modules: On initial setup mount internal flash at root.
Damien George
2019-08-15
tests/unix: Update extra_coverage expected output with new atexit func.
Damien George
2019-08-15
docs/pyboard: Emphasize the instructions for making a USB mouse.
Vicki Lowe
2019-08-15
docs/library: Document that sys.version_info returns a 3-tuple only.
Tom McDermott
[next]