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