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
2016-01-09
examples/unix: Rename example be importable as modules.
Paul Sokolovsky
2016-01-08
tests: Fix math_fun_special test so it passes with single prec float.
Damien George
2016-01-08
py/objint: Fix classification of float so it works for OBJ_REPR_D.
Damien George
2016-01-08
py/mpz: Fix conversion of float to mpz so it works on big endian archs.
Damien George
2016-01-08
tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.
Damien George
2016-01-08
py/runtime: Use appropriate printf fmt for malloc num_bytes.
Damien George
2016-01-08
py/smallint: Allow to override MP_SMALL_INT_MIN et al.
Damien George
2016-01-08
py/obj: For OBJ_REPR_D, use uint32_t cast when extracting qstr value.
Damien George
2016-01-08
py/parse: Include unistd.h for ssize_t definition.
Damien George
2016-01-08
py/emitglue: Add more feature flags to .mpy persistent bytecode output.
Damien George
2016-01-08
esp8266: Support CFLAGS_EXTRA.
Paul Sokolovsky
2016-01-07
minimal: Add enough code to run minimal build on STM32F4xx hardware.
Damien George
2016-01-07
py/viper: Truncate viper integer args so they can be up to 32-bit.
Damien George
2016-01-07
stmhal: Remove custom mod_machine_mem_get_{read,write}_addr functions.
Damien George
2016-01-07
stmhal: Make stm constants big ints when they don't fit in a small int.
Damien George
2016-01-07
py/inlinethumb: Remove 30-bit restriction on movwt instruction.
Damien George
2016-01-07
py/inlinethumb: Allow assembler to use big ints as args to instructions.
Damien George
2016-01-07
py/parse: Improve constant folding to operate on small and big ints.
Damien George
2016-01-07
py: Change mp_obj_int_is_positive to more general mp_obj_int_sign.
Damien George
2016-01-07
py/parse: Optimise away parse node that's just parenthesis around expr.
Damien George
2016-01-04
docs: Include extra functions in time documentation for pyboard.
Henrik Sölver
2016-01-04
docs: Add link from pyboard switch tutorial to ISR rules document.
Damien George
2016-01-04
py/modbuiltins: Fix access of mp_obj_t variable, wrap in MP_OBJ_TO_PTR.
Damien George
2016-01-04
py/objstr: In str.format, handle case of no format spec for string arg.
Damien George
2016-01-03
docs: Set author as 'Damien P. George and contributors'.
Paul Sokolovsky
2016-01-03
docs: Fix readthedocs build by updating Latex params.
Paul Sokolovsky
2016-01-03
tests/object_dict.py: Add test for obj.__dict__ .
Paul Sokolovsky
2016-01-03
py: Implement __dict__ for instances.
stijn
2016-01-03
py: Make dir report instance members
Dave Hylands
2016-01-03
tests/uctypes: Test item assignment for scalar arrays.
Antonin ENFRUN
2016-01-03
uctypes: Implement assignment for scalar array
Antonin ENFRUN
2016-01-03
py: Use polymorphic iterator type where possible to reduce code size.
Damien George
2016-01-03
py/frozenmod: Store frozen module names together, to quickly scan them.
Paul Sokolovsky
2016-01-03
py: Change struct and macro for builtin fun so they can be type checked.
Damien George
2016-01-02
py: Change exception traceback data to use size_t instead of mp_uint_t.
Damien George
2016-01-02
unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk.
Damien George
2016-01-02
unix/.gitignore: Ignore gcov files.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Be sure to wrap dupterm code with MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2016-01-01
unix/unix_mphal: Handle exceptions in call to dupterm's .read().
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Handle exceptions in call to dupterm's .write()
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable.
Paul Sokolovsky
2016-01-01
py: Clean up instantiation of dupterm object.
Paul Sokolovsky
2016-01-01
py/mpconfig: Make configuration of dupterm object reusable.
Paul Sokolovsky
2016-01-01
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Paul Sokolovsky
2016-01-01
py/frozenmod: Make frozen module content be 0-terminated.
Paul Sokolovsky
2015-12-31
docs: Bump version to 1.5.2.
Damien George
2015-12-31
lib/libc/string0: Use uintptr_t instead of uint32_t.
Damien George
2015-12-30
stmhal: Fix USB on the STM32F429DISC board
Dave Hylands
2015-12-31
py/map: In map lookup, check for fixed map independent of ordered map.
Damien George
2015-12-31
tools: Add C middle-processor to make builtin tables proper hash tables.
Damien George
[next]