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
2015-12-18
windows: Make keyboard_interrupt_obj available, it's standard feature.
Paul Sokolovsky
2015-12-18
unix/unix_mphal: Just consistently set sigaction.sa_flags to 0.
Paul Sokolovsky
2015-12-17
py/parse: Include stddef.h for definition of size_t.
Damien George
2015-12-17
unix/unix_mphal: Properly initialize struct sigaction.
Paul Sokolovsky
2015-12-17
py/modgc: Remove obsolete extern declaration.
Damien George
2015-12-17
py/compile: Use size_t or uintptr_t instead of mp_uint_t.
Damien George
2015-12-17
py/parse: Replace mp_int_t/mp_uint_t with size_t etc, where appropriate.
Damien George
2015-12-17
py/qstr: Change type of qstr from mp_uint_t to size_t.
Damien George
2015-12-17
py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.
Damien George
2015-12-17
py/bc: Use size_t instead of mp_uint_t to count size of state and args.
Damien George
2015-12-17
py: Fix MICROPY_STACKLESS mode to compile with MICROPY_OBJ_REPR_D.
Damien George
2015-12-17
py/mpprint: Implement %llu and %lld format specifiers for mp_printf.
Damien George
2015-12-16
py/gc: Use size_t instead of mp_uint_t to count things related to heap.
Damien George
2015-12-16
py/gc: For finaliser, interpret a pointer into the heap as concrete obj.
Damien George
2015-12-16
py/gc: Scan GC blocks as an array of pointers, not an array of objects.
Damien George
2015-12-16
py/modsys: Fix module globals table to use MP_ROM_QSTR.
Damien George
2015-12-16
docs/library: Add network server example.
danicampora
2015-12-16
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
Damien George
2015-12-16
unix: Add FreeDos target
pohmelie
2015-12-16
unix/modos: Fix silly bugs in ilistdir tuple creation.
Damien George
2015-12-16
unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.
Damien George
2015-12-16
stmhal/moduselect: Implement "oneshot polling" flag.
Paul Sokolovsky
2015-12-16
stmhal: Extend SPI support to fully support all SPI devices on STM32F429.
Tobias Badertscher
2015-12-16
uos: Add errno() function to get/set errno value.
Paul Sokolovsky
2015-12-15
msvc: Use new modmachine infrastructure per changes in f925165
stijn
2015-12-14
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-14
py/objpolyiter: Implement instance-polymorphic iterator type.
Paul Sokolovsky
2015-12-14
unix/modtime: Add strftime() function (only single argument is supported).
Paul Sokolovsky
2015-12-13
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
2015-12-13
unix: Move modmachine into unix directory
Dave Hylands
2015-12-12
lib/utils/printf: Add vsnprintf alias for Clang.
Paul Sokolovsky
2015-12-12
stmhal: Make uart init use struct instead of array for parsing args.
Damien George
2015-12-12
py/modmath: Add domain error checking to sqrt, log, log2, log10.
Michael Buesch
2015-12-12
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Damien George
2015-12-12
py: Fix compiler to handle lambdas used as default arguments.
Damien George
2015-12-12
tools: Upgrade upip to 0.6.3.
Paul Sokolovsky
2015-12-12
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-11
msvc: Use different output directories depending on build type
stijn
2015-12-11
unix/moduselect: Implement "one-shot" flag for poll.poll().
Paul Sokolovsky
2015-12-10
stmhal: add order-only dependency on build directory
Sven Wegener
2015-12-10
tests: Add test for "not" of a user defined class.
Damien George
2015-12-10
py: Make UNARY_OP_NOT a first-class op, to agree with Py not semantics.
Damien George
2015-12-10
py/emitinlinethumb: Add support for MRS instruction.
Henrik Sölver
2015-12-10
lib/utils/printf: Apply workaround for static linking with uclibc.
Paul Sokolovsky
2015-12-10
py/mkrules.mk: Don't pass COPT to linker.
Paul Sokolovsky
2015-12-09
unix/modtermios: DJGPP appears to have unicode-capable cc_t type.
Paul Sokolovsky
2015-12-09
unix/modtermios: Provide B57600 and B115200 constants only if defined.
Paul Sokolovsky
2015-12-09
extmod/moductypes: sizeof operation depends on layout type of structure.
Paul Sokolovsky
2015-12-09
extmod: Add test which demonstrates LITTLE_ENDIAN packing failure
Dave Hylands
2015-12-09
py: Add mp_get_stream_raise to factor out check for stream methods.
Damien George
[next]