summaryrefslogtreecommitdiffstatshomepage
path: root/py/py.mk
Commit message (Expand)AuthorAge
...
| * extmod: Add machine time_pulse_us function (at C and Python level).Damien George2016-05-31
| * extmod/virtpin: Initial implementation of open-ended C-level Pin interface.Paul Sokolovsky2016-05-27
| * py: Add uerrno module, with errno constants and dict.Damien George2016-05-10
* | Merge tag 'v1.8' into parse-bytecodeDamien George2017-08-13
|\|
| * extmod/modwebrepl: Module to handle WebREPL protocol.Paul Sokolovsky2016-04-29
| * py: Move call_function_*_protected() functions to py/ for reuse.Paul Sokolovsky2016-04-25
| * py/py.mk: Add makefile variable for qstr autogeneration control.Jan Čapek2016-04-16
| * py: Add rules for automated extraction of qstrs from sources.Jan Čapek2016-04-16
| * extmod: Add generic machine.I2C class, with bit-bang I2C.Damien George2016-04-12
| * extmod: Add initial framebuf module.Damien George2016-04-12
* | py: Implement parse bytecode.Damien George2016-04-18
|/
* extmod/modwebsocket: Start module for WebSocket helper functions.Paul Sokolovsky2016-03-24
* extmod/vfs_fat: Add lexer, move from stmhal port for reuse.Paul Sokolovsky2016-03-03
* extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky2016-02-28
* extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf.Paul Sokolovsky2016-02-15
* extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky2016-02-15
* extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky2016-02-15
* unix: Enable VfsFat support.Paul Sokolovsky2016-02-14
* extmod/modurandom: Add "urandom" module.Paul Sokolovsky2016-01-17
* extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.Paul Sokolovsky2016-01-01
* py/objpolyiter: Implement instance-polymorphic iterator type.Paul Sokolovsky2015-12-14
* unix: Move modmachine into unix directoryDave Hylands2015-12-13
* extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky2015-11-25
* extmod/modlwip: slip: Use stream protocol and be port-independent.Paul Sokolovsky2015-10-27
* all: Make netutils.h available to all ports by default.Paul Sokolovsky2015-10-19
* modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky2015-10-06
* unix-cpy: Remove unix-cpy. It's no longer needed.Damien George2015-08-17
* py: Rebuild port if mpconfigport.mk changed (if any).Paul Sokolovsky2015-06-11
* py: Wrap qstr defs in quotes to protect from C preprocessor.Damien George2015-05-30
* objsingleton: New home for Ellipsis and NotImplemented.Paul Sokolovsky2015-05-05
* modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky2015-05-04
* py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George2015-04-28
* py: Add attrtuple object, for space-efficient tuples with attr access.Damien George2015-04-21
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py, compiler: Remove emit_pass1 code, using emit_bc to do its job.Damien George2015-03-26
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* py: Implement very simple frozen modules support.Paul Sokolovsky2015-01-20
* py: Put all global state together in state structures.Damien George2015-01-07
* py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky2015-01-01
* py: Add note about -fno-crossjumping when compiling vm.c.Paul Sokolovsky2014-12-29
* py: Allow builtins to be overridden.Damien George2014-12-09
* modubinascii: Add, with hexlify() implementation.Paul Sokolovsky2014-11-29
* py: Add NLR support for xtensa CPU.Damien George2014-11-27
* moduhashlib: Initial module skeleton.Paul Sokolovsky2014-11-22
* py: Fix order-only dependencies in mkrules.mk and py.mk.Sven Wegener2014-11-06
* py: Add order-only dependency for py-version.hSven Wegener2014-11-05
* extmod: Add uheapq module.Damien George2014-10-22
* modzlibd: Remove, superceded by moduzlib.Paul Sokolovsky2014-10-13
* moduzlib: Integrate into the system.Paul Sokolovsky2014-10-13
* modure: Make sure that re1.5 compiled in only of modure itself is enabled.Paul Sokolovsky2014-10-12