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-27
esp8266: mac() function belongs to network module per the latest API.
Paul Sokolovsky
2015-12-26
windows/msvc: Nicer handling of asserts and 'invalid' parameters
stijn
2015-12-26
py/map: Add fast-path for hashing of map index when it is a qstr.
Damien George
2015-12-26
tests: Skip class_bind_self.py for native emitter.
Damien George
2015-12-26
py: Be more restrictive binding self when looking up instance attrs.
Damien George
2015-12-26
lib/utils: Add pyexec_frozen_module to load and execute frozen module.
Damien George
2015-12-26
extmod/modubinascii: Add "separator" argument to hexlify().
Paul Sokolovsky
2015-12-25
extmod/fsusermount: Move module qstrs to global pool from stmhal port.
Paul Sokolovsky
2015-12-24
tests: Skip try-finally test for native emitter.
Damien George
2015-12-24
py: Handle case of return within the finally block of try-finally.
Damien George
2015-12-23
tests: Add tests for stream IO errors.
Damien George
2015-12-23
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Paul Sokolovsky
2015-12-22
unix: Properly cancel REPL input when Ctrl-C is pressed.
Damien George
2015-12-22
stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.
Damien George
2015-12-21
esp8266: Remove superfluous includes.
Paul Sokolovsky
2015-12-21
esp8266/modesp: flash_read() takes 2 args (fix typo).
Paul Sokolovsky
2015-12-21
windows: Better handling of Ctrl-C
stijn
2015-12-20
extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h.
Paul Sokolovsky
2015-12-20
tests: Add tests for %-formatting of bytes.
Paul Sokolovsky
2015-12-20
py/objstr: Applying % (format) operator to bytes should return bytes, not str.
Paul Sokolovsky
2015-12-20
py/objstr: Make sure that b"%s" % b"foo" uses undecorated bytes value.
Paul Sokolovsky
2015-12-19
py/mpprint: Fix printing of 64bit integers for 64bit windows builds
stijn
2015-12-19
stmhal: Add mem8/mem16/mem32 operations to machine module.
Dave Hylands
2015-12-18
stmhal: Change PLL configuration for STM32F7DISC.
Fabian
2015-12-18
windows: Add Appveyor CI builds for msvc port.
stijn
2015-12-18
py/obj: Fix float constants for MICROPY_OBJ_REPR_C.
Damien George
2015-12-18
lib/libm: Allow math funcs to be used by non-Thumb archs.
Damien George
2015-12-18
stmhal, cc3200: Actually implement machine -> umachine module weak link.
Paul Sokolovsky
2015-12-18
msvc: Add dirent.h/.c implementation
stijn
2015-12-18
unix: machine_mem improvements
Dave Hylands
2015-12-18
py/gc: When printing info, use %u instead of UINT_FMT for size_t args.
Damien George
2015-12-18
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Damien George
2015-12-18
py/emitglue: Add include of unistd.h for read function.
Damien George
2015-12-18
py/compile: Simplify compilation of comprehension iterators.
Damien George
2015-12-18
ports: Rename "machine" module to "umachine".
Paul Sokolovsky
2015-12-18
windows/windows_mphal: Add basic support for raising KeyboardInterrupt.
Paul Sokolovsky
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
[next]