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