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-12
extmod/moduhashlib: Add md5 implementation using mbedtls.
Damien George
2018-09-12
extmod/moduhashlib: Use newer message digest API for mbedtls >=2.7.0.
Damien George
2018-09-12
stm32/flashbdev: Protect flash writes from cache flushing and USB MSC.
Damien George
2018-09-12
stm32: Change flash IRQ priority from 2 to 6 to prevent preemption.
Damien George
2018-09-11
stm32/spi: Be sure to set all SPI config values in SPI proto init.
Damien George
2018-09-11
stm32/sdcard: Move temporary DMA state from BSS to stack.
Damien George
2018-09-11
stm32/sdcard: Use only a single DMA stream for both SDIO TX/RX.
Damien George
2018-09-11
stm32/dma: Reinitialise the DMA if the direction changed on the channel.
Damien George
2018-09-11
stm32/dma: Pass DMA direction as parameter to dma_init not in cfg struct
Damien George
2018-09-11
stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.
Damien George
2018-09-11
py/emitnative: Fix try-finally in outer scope, so finally is cancelled.
Damien George
2018-09-11
stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.
roland
2018-09-11
stm32/Makefile: Allow external BOARD_DIR directory to be specified.
Andrew Leech
2018-09-11
py/objarray: bytearray: Allow 2nd/3rd arg to constructor.
Paul Sokolovsky
2018-09-11
tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.
Paul Sokolovsky
2018-09-11
extmod/moduhashlib: Add md5 implementation, using axTLS.
Paul Sokolovsky
2018-09-11
py/runtime: Fix incorrect test for MICROPY_PORT_DEINIT_FUNC.
stijn
2018-09-10
unix/Makefile: Build libffi inside $BUILD.
Paul Sokolovsky
2018-09-08
esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.
Damien George
2018-09-08
esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.
Damien George
2018-09-08
unix/Makefile: Remove building of libaxtls.a which is no longer needed.
Damien George
2018-09-08
py/py.mk: Build axtls library directly from its source files.
Damien George
2018-09-05
tests: Remove pyboard.py symlink and instead import from ../tools.
Damien George
2018-09-05
stm32/mboot/main: Use correct formula for DFU download address.
Damien George
2018-09-05
stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.
Damien George
2018-09-04
tests/float: Test -inf and some larger values for special math funcs.
Damien George
2018-09-04
tests/float/cmath_fun.py: Fix truncation of small real part of complex.
Damien George
2018-09-04
lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan.
Damien George
2018-09-04
lib/libm/math: Make tanhf more efficient and handle large numbers.
Damien George
2018-09-04
lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.
Damien George
2018-09-04
py/compile: Factor code that compiles start/end of exception handler.
Damien George
2018-09-04
tests/basics: Add test cases for context manager raising in enter/exit.
Damien George
2018-09-04
tests/basics: Add more tests for return within try-finally.
Damien George
2018-09-04
tests/run-tests: Enable native tests for unwinding jumps.
Damien George
2018-09-04
py/emitnative: Add support for return/break/continue in try and with.
Damien George
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
[prev]
[next]