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
2017-07-29
extmod/modframebuf: Use correct initialization for .locals_dict.
Paul Sokolovsky
2017-07-28
py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-28
.travis.yml: Pin cpp-coveralls at 0.3.12.
Paul Sokolovsky
2017-07-27
tools/mpy_bin2res: Tools to convert binary resources to Python module.
Paul Sokolovsky
2017-07-26
extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.
Damien George
2017-07-26
extmod/modussl_mbedtls: Implement non-blocking SSL sockets.
Eric Poulsen
2017-07-25
extmod/modframebuf: Consistently use "col" as name for colour variables.
Damien George
2017-07-25
extmod/modussl_mbedtls: Make socket.close() free all TLS resources.
Damien George
2017-07-25
extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.
Radomir Dopieralski
2017-07-25
extmod/modussl_mbedtls: When reading and peer wants to close, return 0.
Damien George
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-25
py/mpz: Make mpz_is_zero() an inline function.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
Damien George
2017-07-24
py/py.mk: Make berkeley-db C-defs apply only to relevant source files.
Damien George
2017-07-24
extmod/modussl_mbedtls: Support server_side mode.
Damien George
2017-07-24
docs/esp8266/tutorial: Fix typo, "its" to "it's" in powerctrl.rst.
Matthew Brener
2017-07-22
tools/pyboard: Add license header.
Paul Sokolovsky
2017-07-21
cc3200: Use the name MicroPython consistently in code.
Alexander Steffen
2017-07-21
minimal/Makefile: Enable gc-sections to remove unused code.
Damien George
2017-07-21
eps8266/general: Fix typo in recent example.
Paul Sokolovsky
2017-07-21
eps8266/general: Add known issue of WiFi RX buffers overflow.
Peter Hinch
2017-07-21
docs/pyboard/tutorial/amp_skin: Add example for playing large WAV files.
Piotr MaliĆski
2017-07-21
tests/basics/builtin_exec: Test various globals/locals args to exec().
Tom Collins
2017-07-21
py/builtinevex: Add typechecking of globals/locals args to eval/exec.
Tom Collins
2017-07-21
tests: Rename exec1.py to builtin_exec.py.
Damien George
2017-07-20
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-19
esp8266/mpconfigport.h: Make socket a weak link
Alex Robbins
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-19
stmhal: Clean up USB CDC/MSC files and remove commented-out code.
Damien George
2017-07-18
py/modmicropython: Cast stack_limit value so it prints correctly.
Damien George
2017-07-18
py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.
Damien George
2017-07-18
py/vm: Make n_state variable local to just set-up part of VM.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-17
zephyr: Remove long-obsolete machine_ptr_t typedef's.
Damien George
2017-07-15
docs,teensy: Use the name MicroPython consistently in documentation
Alexander Steffen
2017-07-14
stmhal/servo: Don't compile servo code when it's not enabled.
Damien George
2017-07-14
stmhal/pin_named_pins: Remove unreachable print function.
Damien George
2017-07-14
stmhal/servo: Make pyb.Servo(n) map to Pin('Xn') on all MCUs.
Damien George
2017-07-12
stmhal: Reduce size of ESPRUINO_PICO build so it fits in flash.
Damien George
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
2017-07-12
unix/Makefile: Disable assertions in the standard unix executable.
Damien George
2017-07-12
unix/modsocket: Remove unnecessary asserts.
Damien George
2017-07-11
cc3200/modusocket: Fix connect() when in non-blocking or timeout mode.
Damien George
2017-07-09
tests/cpydiff: Add case for str.ljust/rjust.
Paul Sokolovsky
2017-07-09
tests/cpydiff/: Improve wording, add more workarounds.
Paul Sokolovsky
2017-07-09
tools/gen-cpydiff: Use case description as 3rd-level heading.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_supermultiple: Same cause as core_class_mro.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_arguments: Move under Functions subsection.
Paul Sokolovsky
2017-07-09
tests/cpydiff/core_class_mro: Move under Classes, add workaround.
Paul Sokolovsky
[next]