aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Implement a module system for external, user C modules.Ayke van Laethem
2019-03-08py: Allow registration of modules at their definition.Andrew Leech
2019-03-08stm32: Allow to build with threading with the GIL disabled.Damien George
2019-03-08tests/import: Add test for importing x64 native code.Damien George
2019-03-08unix/Makefile: Update coverage tests to match those in Travis.Damien George
2019-03-08tools/upip.py: Use "raise arg" instead of no-arg raise form, for native.Damien George
2019-03-08travis: Enable test for running native code via mpy.Damien George
2019-03-08tests/run-tests: Support running native tests via mpy.Damien George
2019-03-08mpy-cross: Enable building of x64 native .mpy files.Damien George
2019-03-08minimal/frozentest: Recompile now that mpy format and version changed.Damien George
2019-03-08py/persistentcode: Bump .mpy version to 4.Damien George
2019-03-08tools/mpy-tool.py: Add support for freezing native code.Damien George
2019-03-08py: Add support to save native, viper and asm code to .mpy files.Damien George
2019-03-08py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native.Damien George
2019-03-08py/emitnative: Adjust accounting of size of const_table.Damien George
2019-03-08py/emitnative: Provide concentrated points of qstr emit.Damien George
2019-03-08py/emitnative: Consolidate where HASCONSTS is set to load-const-obj fun.Damien George
2019-03-08py: Add independent config for debugging sentinel object values.Damien George
2019-03-07stm32/mboot: Update to match latest oofatfs version.Jim Mussared
2019-03-07lib/oofatfs: Update oofatfs library to fix issue with logic not.Damien George
2019-03-05minimal/frozentest: Recompile now that mpy format changed.Damien George
2019-03-05py/persistentcode: Define static qstr set to reduce size of mpy files.Damien George
2019-03-05py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.Damien George
2019-03-05py/persistentcode: Add a qstr window to save mpy files more efficiently.Damien George
2019-03-05py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.Damien George
2019-03-05py/vm: Remove currently_in_except_block variable.Damien George
2019-03-05py: Fix VM crash with unwinding jump out of a finally block.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-03-05extmod/vfs_fat: Update for new oofatfs version.Damien George
2019-03-05lib/oofatfs: Update ffconf.h config for new oofatfs version.Damien George
2019-03-05lib/oofatfs: Update oofatfs library to R0.13c working branch.Damien George
2019-03-05stm32: Add compile-time option to use HSI as clock source.Francisco J. Manno
2019-03-04stm32/boards: Update to use new build config for lwip component.Damien George
2019-03-04stm32: Use global lwip build config and support building without lwip.Damien George
2019-03-04py/py.mk: Update lwip build config to work with latest lwip version.Damien George
2019-03-04stm32/boards/STM32F769DISC: Use external QSPI flash to store some code.Damien George
2019-03-04stm32/Makefile: Allow a board to specify its linker sections for FW.Damien George
2019-03-04py/objexcept: Fix hash of exc str created in mp_obj_new_exception_msg.Tom Collins
2019-03-01stm32/qspi: Enable sample shift and disable timeout counter.Damien George
2019-03-01cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.Damien George
2019-03-01py/compile: Add optimisation to compile OrderedDict inplace.Damien George
2019-02-28esp8266/modmachine: Call ets_event_poll after waiti in machine.idle.Damien George
2019-02-28extmod/modwebrepl: Fix logic to handle a put of file of size 0.Damien George
2019-02-27extmod/modlwip: Don't require a port to define concurrency macros.Damien George
2019-02-26py/compile: Fix handling of unwinding BaseException in async with.Damien George
2019-02-26stm32/boards/NUCLEO_F429ZI: Enable lwIP and Ethernet peripheral.Damien George
2019-02-26stm32/boards/STM32F769DISC: Enable lwIP and Ethernet peripheral.Damien George
2019-02-26stm32/boards/STM32F7DISC: Enable lwIP and Ethernet peripheral.Damien George
2019-02-26stm32/boards/NUCLEO_F767ZI: Enable lwIP and Ethernet peripheral.Damien George