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
path:
root
/
py
/
py.mk
Age
Commit message (
Expand
)
Author
2019-03-08
py: Update and rework build system for including external C modules.
Andrew Leech
2019-03-08
py: Implement a module system for external, user C modules.
Ayke van Laethem
2019-03-08
py: Allow registration of modules at their definition.
Andrew Leech
2019-03-04
py/py.mk: Update lwip build config to work with latest lwip version.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2018-12-04
py/py.mk: Fix broken Gmane URL.
Craig Younkins
2018-10-27
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Damien George
2018-09-08
py/py.mk: Build axtls library directly from its source files.
Damien George
2018-08-14
extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.
Damien George
2018-08-14
py/py.mk: Don't hardcode path to libaxtls.a.
Paul Sokolovsky
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
2018-06-12
py/mkrules.mk: Regenerate all qstrs when config files change.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-04-10
py: Refactor how native emitter code is compiled with a file per arch.
Damien George
2018-02-23
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
Damien George
2018-02-22
py/py.mk: Remove .. path component from list of extmod files.
Damien George
2018-02-22
py/py.mk: Split list of uPy sources into core and extmod files.
Damien George
2018-02-21
py/objdeque: Implement ucollections.deque type with fixed size.
Paul Sokolovsky
2017-12-28
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
Damien George
2017-12-26
Revert "py/nlr: Factor out common NLR code to generic functions."
Paul Sokolovsky
2017-12-20
py/nlr: Factor out common NLR code to generic functions.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-09-10
esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.
Paul Sokolovsky
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
2017-07-24
py/py.mk: Make berkeley-db C-defs apply only to relevant source files.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-03-31
all: Use full path name when including mp-readline/timeutils/netutils.
Damien George
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-03-06
py/py.mk: Force nlr files to be compiled with -Os.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Damien George
2017-01-29
extmod/machine_signal: Implement "signal" abstraction for machine module.
Paul Sokolovsky
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-27
py/py.mk: Add CFLAGS_MOD flag to set config file for FatFs.
Damien George
2017-01-22
py: Add builtin help function to core, with default help msg.
Damien George
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-11-28
py: Factor out common code from assemblers into asmbase.[ch].
Damien George
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-16
py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.
Damien George
2016-11-16
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
Damien George
2016-11-16
py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George
2016-11-15
py/*.mk: Replace uses of 'sed' with $(SED).
Damien George
2016-11-08
py: Move frozen bytecode Makefile rules from ports to common mk files.
Damien George
2016-10-26
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-21
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
[next]