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/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
2019-02-26
stm32/modnetwork: Don't call NIC callback if it's NULL.
Damien George
2019-02-26
stm32/mpconfigport.h: Enable lwIP concurrency protection mechanism.
Damien George
2019-02-26
stm32/network_lan: Add high-level network.LAN interface to ETH driver.
Damien George
2019-02-26
stm32/eth: Add low-level Ethernet MAC driver.
Damien George
2019-02-26
lib/netutils: Add function to print tracing info for Ethernet frames.
Damien George
2019-02-26
extmod/modlwip: Add concurrency protection macros.
Damien George
2019-02-26
stm32/mphalport: Add mp_hal_get_mac() helper function.
Damien George
2019-02-26
stm32/boards/NUCLEO_F767ZI: Fix up comments about HCLK computation.
Damien George
2019-02-26
docs/uos: Document extra requirements on stream objs passed to dupterm.
Yonatan Goldschmidt
2019-02-26
esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.
Petr Kracík
2019-02-25
unix/modffi: Eliminate unused-argument warning when debugging disabled.
Damien George
2019-02-25
py: Eliminate warnings about unused arguments when debugging disabled.
Damien George
2019-02-21
esp32/network_lan: Make power arg to constructor optional.
Petr Kracík
2019-02-21
esp32/modnetwork: Catch and report Ethernet events.
Petr Kracík
2019-02-21
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
Petr Kracík
2019-02-21
tests/basics: Add tests for try-except-else and try-except-else-finally.
Damien George
2019-02-20
nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.
Stig Bjørlykke
[prev]
[next]