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-03
py/emitnative: Cancel caught exception once handled to prevent reraise.
Damien George
2018-09-03
py/vm: Fix handling of finally-return with complex nested finallys.
Damien George
2018-08-17
tests/basics: Provide .exp files for generator tests that fail PEP479.
Damien George
2018-08-17
tests: Modify tests that print repr of an exception with 1 arg.
Damien George
2018-08-17
tests/basics/int_big_error.py: Use bytearray to test for int overflow.
Damien George
2018-08-17
tests/basics/set_pop.py: Sort set before printing for consistent output.
Damien George
2018-08-17
py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5.
Damien George
2018-08-17
py/asmxtensa: Use narrow version of add instr to reduce native code size
Damien George
2018-08-17
py/emitnative: Fix bug with store of 16 and 32 values in viper ARM mode.
Damien George
2018-08-17
py/asmxtensa: Optimise loading local addr and support larger offsets.
Damien George
2018-08-17
py/asmxtensa: Fix bug with order of regs in addi encoding.
Damien George
2018-08-17
tests/micropython: Add tests for try and with blocks under native/viper.
Damien George
2018-08-16
py/emitnative: Optimise and improve exception handling in native code.
Damien George
2018-08-16
py/asm*: Support assembling code to jump to a register, and get PC+off.
Damien George
2018-08-16
py/asmxtensa: Handle function entry/exit when stack use larger than 127.
Damien George
2018-08-15
py/emitnative: Use small tables to simplify handling of local regs.
Damien George
2018-08-14
stm32/spi: Add implementation of low-level SPI protocol.
Damien George
2018-08-14
unix/Makefile: Enable ussl module with nanbox build.
Damien George
2018-08-14
extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.
Damien George
2018-08-14
extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.
Damien George
2018-08-14
py/stream: Adjust mp_stream_posix_XXX to take void*, not mp_obj_t.
Damien George
2018-08-14
mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.
Paul Sokolovsky
2018-08-14
stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own files
Damien George
2018-08-14
esp32: Update to latest ESP IDF.
Damien George
2018-08-14
py/objarray: Allow to build again when bytearray is disabled.
Damien George
2018-08-14
py/gc: In gc_alloc, reset n_free var right before search for free mem.
Damien George
2018-08-14
stm32/boards/STM32F7DISC: Enable onboard SDRAM.
forester3
2018-08-14
stm32/boards/STM32F429DISC: Add burst len and autorefresh to SDRAM cfg.
forester3
2018-08-14
stm32/sdram: Allow additional config by a board, and tune MPU settings.
forester3
2018-08-14
docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.
Damien George
2018-08-14
unix/Makefile: coverage: Explicitly build "axtls" too.
Paul Sokolovsky
2018-08-14
py/py.mk: Don't hardcode path to libaxtls.a.
Paul Sokolovsky
2018-08-14
windows/msvc: Support custom compiler for header generation.
stijn
2018-08-13
py/compile: For dynamic compiler, widen literal 1 to get correct shift.
Damien George
2018-08-10
stm32/spi: Round up prescaler calc to never exceed requested baudrate.
Damien George
2018-08-10
run-tests: Make .exp and .out file names unique by prefixing with dir.
stijn
2018-08-10
stm32/dma: Fix spelling of "corresponding" in two locations.
David Lechner
2018-08-10
tools/pyboard.py: Change base class of PyboardError to Exception.
Martin Dybdal
2018-08-08
drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef.
roland
2018-08-07
py/emitnative: Allocate space for local stack info as it's needed.
Damien George
2018-08-06
py/emitnative: Simplify handling of exception objects from nlr_buf_t.
Damien George
2018-08-04
py/emitnative: Fix native locals stack to start at correct location.
Damien George
2018-08-04
py/asmx86: Use generic emit function to simplify cmp emit function.
Damien George
2018-08-04
tests/run-tests: Enable bool1.py test with native emitter.
Damien George
2018-08-04
tests/micropython/viper_cond: Add test for large int as bool.
Damien George
2018-08-04
py/emitnative: Fix x86 native zero checks by comparing full word.
Damien George
2018-08-04
py/emitnative: Factor common code for native jump helper.
Damien George
2018-08-04
docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.
Peter Hinch
2018-08-04
tools/pyboard: Run exec: command as a string.
Ayke van Laethem
2018-08-04
tests: Make tests work on targets without float support.
Ayke van Laethem
[next]