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-10-01
tests/run-tests: Enabled native tests that pass now that yield works.
Damien George
2018-10-01
py/emitnative: Implement yield and yield-from in native emitter.
Damien George
2018-10-01
py/emitnative: Reorder native state on C stack so nlr_buf_t is first.
Damien George
2018-10-01
py/asmxtensa: Use proper calculation for const table offset.
Damien George
2018-10-01
py/asmx64: Extend asm_x64_mov_reg_pcrel to accept high registers.
Damien George
2018-10-01
py/asmx86: Comment out unused asm_x86_nop to prevent compiler warnings.
Damien George
2018-09-30
py/asmthumb: Extend asm entry/exit to handle stack larger than 508 bytes
Damien George
2018-09-30
py/asmthumb: Clean up asm_thumb_bl_ind to use new optimised ldr helper.
Damien George
2018-09-30
py/asmthumb: Add wide ldr to handle larger offsets.
Damien George
2018-09-29
py/vm: When VM raises exception put exc obj at beginning of func state.
Damien George
2018-09-28
py/objtype: Support full object model for get/set/delitem special meths.
Damien George
2018-09-28
py/objtype: Remove TODO about storing attributes to classes.
Damien George
2018-09-28
py/runtime: Remove nlr protection when calling __next__ in mp_resume.
Damien George
2018-09-28
py/vm: Fix case of throwing GeneratorExit type into yield-from.
Damien George
2018-09-28
tests/basics: Split out gen throw tests from yield-from-throw tests.
Damien George
2018-09-28
py/emitnative: Change type of const_table from uintptr_t to mp_uint_t.
Damien George
2018-09-27
esp8266: Remove scanning of GC pointers in native code block.
Damien George
2018-09-27
tests/micropython: Test loading const objs in native and viper funcs.
Damien George
2018-09-27
py/asm*: Remove ASM_MOV_REG_ALIGNED_IMM emit macro, it's no longer used.
Damien George
2018-09-27
py/emitnative: Place const objs for native code in separate const table.
Damien George
2018-09-27
docs/library/network: Make AbstractNIC methods layout correctly.
Damien George
2018-09-27
docs/library/network: Move specific network classes to their own file.
Damien George
2018-09-27
py/objfloat: Fix abs(-0.0) so it returns 0.0.
Damien George
2018-09-27
lib/libm/math: Add implementation of __signbitf, if needed by a port.
Damien George
2018-09-27
lib/libm/math: Fix int type in float union, uint64_t should be uint32_t.
Damien George
2018-09-27
py/objgenerator: Remove TODO about returning gen being called again.
Damien George
2018-09-27
py/vm: Reword TODO about invalid ip/sp after an exception to a note.
Damien George
2018-09-27
py/objmodule: Remove TODO about checking store attr to a module.
Damien George
2018-09-27
py/objint: Remove TODO about checking of int() arg types with 2 args.
Damien George
2018-09-27
py/objdict: Reword TODO about inlining mp_obj_dict_get to a note.
Damien George
2018-09-27
py/objslice: Remove long-obsolete comment about enhancing slice object.
Damien George
2018-09-27
py/vm: Make small optimisation of BUILD_SLICE opcode.
Damien George
2018-09-26
py: Fix msvc C++ compiler warnings with MP_OBJ_FUN_MAKE_SIG macro.
stijn
2018-09-26
tests/cpydiff: Add case for difference in behaviour of bytes.format().
Paul Sokolovsky
2018-09-26
py/objstr: format: Return bytes result for bytes format string.
Paul Sokolovsky
2018-09-26
docs/library/machine.SPI: Add note about baudrate imprecision.
Peter Hinch
2018-09-26
unix/mpconfigport.h: Enable MICROPY_PY_UHASHLIB_MD5 for uhashlib.md5.
Paul Sokolovsky
2018-09-26
stm32/mpconfigport.h: Enable math.factorial, optimised version.
Damien George
2018-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
2018-09-26
stm32/usbd_conf: Allocate enough space in USB HS TX FIFO for CDC packet.
Damien George
2018-09-26
lib/stm32lib: Update library to fix issue with filling USB TX FIFO.
Damien George
2018-09-24
stm32/powerctrl: Don't configure clocks if already at desired frequency.
Damien George
2018-09-24
stm32/powerctrl: Optimise passing of default values to set_sysclk.
Damien George
2018-09-24
stm32/powerctrl: Factor code that configures PLLSAI on F7 MCUs.
Damien George
2018-09-24
stm32/powerctrl: Factor code to set RCC PLL and use it in startup.
Damien George
2018-09-24
stm32/powerctrl: Fix configuring APB1/APB2 frequency when AHB also set.
Damien George
2018-09-24
stm32/powerctrl: Move function to set SYSCLK into new powerctrl file.
Damien George
2018-09-24
stm32/modmachine: Re-enable PLLSAI[1] after waking from stop mode.
Damien George
2018-09-21
stm32/boards/NUCLEO_F091RC: Enable USART3-8 with default pins.
Damien George
2018-09-21
stm32/uart: Add support for USART3-8 on F0 MCUs.
Damien George
[prev]
[next]