summaryrefslogtreecommitdiff
path: root/py/py.mk
AgeCommit message (Expand)Author
2019-04-05Update py.mkDamiano Mazzella
2019-01-14Don't build machine class we don't use.Scott Shawcroft
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-09Rework escaping and fix ESP build.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Rename to SRC_QSTR_PREPROCESSOR for clarity.Scott Shawcroft
2018-08-02Handle emitnative.c which is #included into other .c files.Scott Shawcroft
2018-08-02Speed up QSTR creation by pre-filtering files before pre-processing.Scott Shawcroft
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-12py/mkrules.mk: Regenerate all qstrs when config files change.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George
2018-05-14move reload exception to reload.cRoy Hooper
2018-04-10py: Refactor how native emitter code is compiled with a file per arch.Damien George
2018-02-23extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.Damien George
2018-02-22py/py.mk: Remove .. path component from list of extmod files.Damien George
2018-02-22py/py.mk: Split list of uPy sources into core and extmod files.Damien George
2018-02-21py/objdeque: Implement ucollections.deque type with fixed size.Paul Sokolovsky
2018-01-24Introduce a long lived section of the heap.Scott Shawcroft
2017-12-28py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.Damien George
2017-12-26Revert "py/nlr: Factor out common NLR code to generic functions."Paul Sokolovsky
2017-12-20py/nlr: Factor out common NLR code to generic functions.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-09-10esp8266: Set DEFPSIZE=1024, MINCACHE=3 for "btree" module.Paul Sokolovsky
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-23Added ability to freeze multiple directories; freeze neopixel library in cpx ...Dan Halbert
2017-08-11all: Make use of $(TOP) variable in Makefiles, instead of "..".Damien George
2017-07-24py/py.mk: Make berkeley-db C-defs apply only to relevant source files.Damien George
2017-05-29various: Spelling fixesVille Skyttä
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-03-20py: Add micropython.schedule() function and associated runtime code.Damien George
2017-03-06py/py.mk: Force nlr files to be compiled with -Os.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_READER_FATFS component.Damien George
2017-01-29extmod/machine_signal: Implement "signal" abstraction for machine module.Paul Sokolovsky
2017-01-27extmod: Add generic VFS sub-system.Damien George
2017-01-27py/py.mk: Add CFLAGS_MOD flag to set config file for FatFs.Damien George
2017-01-22py: Add builtin help function to core, with default help msg.Damien George
2016-12-22extmod/modutimeq: Refactor into optimized class.Paul Sokolovsky
2016-12-09py: Add inline Xtensa assembler.Damien George
2016-12-09py: Integrate Xtensa assembler into native emitter.Damien George
2016-11-28py: Factor out common code from assemblers into asmbase.[ch].Damien George
2016-11-21stmhal/moduselect: Move to extmod/ for reuse by other ports.Paul Sokolovsky
2016-11-16py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.Damien George
2016-11-16py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George
2016-11-16py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George