9751 Commits (d63ef86c6e83205f18938bfa8e538e35eda5fd52)
 

Author SHA1 Message Date
Damien George d63ef86c6e README: Remove text about selecting different ports in the docs. 6 years ago
Damien George 51482ba925 README: Remove references to "make axtls", it's no longer needed. 6 years ago
Paul Sokolovsky d94aa577a6 tests/import_long_dyn: Test for "import *" of a long dynamic name. 6 years ago
Paul Sokolovsky 5c18730f28 py/runtime: Fix qstr assumptions when handling "import *". 6 years ago
roland 30ed2b3cab stm32/system_stm32: Introduce configuration defines for PLL3 settings. 6 years ago
stijn 06643a0df4 tests/extmod: Skip uselect test when CPython doesn't have poll(). 6 years ago
Damien George e328a5d469 py/scope: Optimise scope_find_or_add_id to not need "added" arg. 6 years ago
Damien George ba92c79841 py/compile: Remove unneeded variable from global/nonlocal stmt helpers. 6 years ago
Damien George 9201f46cc8 py/compile: Fix case of eager implicit conversion of local to nonlocal. 6 years ago
Damien George c2074e7b66 tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal. 6 years ago
Damien George 746dbf78d3 py/py.mk: When building axtls use -Wno-all to prevent all warnings. 6 years ago
Damien George 27ca9ab8b2 tests/import: Add .exp file for module_getattr.py to not require Py 3.7. 6 years ago
Paul Sokolovsky af5b509c75 examples/unix/ffi_example: Clean up and update the ffi example. 6 years ago
Paul Sokolovsky 42d0a28117 docs/conf.py: Use https for intersphinx link to docs.python.org. 6 years ago
Paul Sokolovsky dd76c8dc0f docs/library/uctypes: Add examples and make general updates. 6 years ago
Paul Sokolovsky c638d86660 tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 6 years ago
Paul Sokolovsky 2411f42ccb extmod/moductypes: Make sizeof() accept "layout" parameter. 6 years ago
Paul m. p. P 454cca6016 py/objmodule: Implement PEP 562's __getattr__ for modules. 6 years ago
Paul Sokolovsky a527313382 tests: Make bytes/str.count() tests skippable. 6 years ago
Paul Sokolovsky 5a91fce9f8 py/objstr: Make str.count() method configurable. 6 years ago
Martin Dybdal 7795b2e5c3 tools/pyboard.py: In TelnetToSerial.close replace try/except with if. 6 years ago
Eric Poulsen 3c6f639aa5 esp32/network_ppp: Add PPPoS functionality. 7 years ago
Dave Hylands b031b6f4dd docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu. 6 years ago
Eric Poulsen 5e5aef53fb esp32/modesp32: Add hall_sensor() function. 6 years ago
Paul Sokolovsky 6ddcfe68b8 unix/Makefile: Allow to override/omit pthread lib name. 6 years ago
Paul Sokolovsky 5f7088f84d docs/uio: Document StringIO/BytesIO(alloc_size) constructors. 6 years ago
Damien George a07e56cbd8 tests/basics/class_getattr: Remove invalid test for __getattribute__. 6 years ago
Damien George 7eb29c2000 py/objtype: Remove comment about catching exc from user __getattr__. 6 years ago
Damien George 4904663748 extmod/modonewire: Fix reset timings to match 1-wire specs. 6 years ago
Damien George d2c5496894 stm32/boards/stm32h743.ld: Fix total flash size, should be 2048k. 6 years ago
iabdalkader f0db1a5ab1 stm32/spi: Fix calculation of SPI clock source on H7 MCUs. 6 years ago
Paul Sokolovsky 6c5b2bded2 unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t). 6 years ago
Paul Sokolovsky 0c18633ea9 unix/modusocket: Finish socket.settimeout() implementation. 6 years ago
Danielle Madeley 80a25810f9 unix/modusocket: Initial implementation of socket.settimeout(). 8 years ago
Damien George 0f6f86ca49 stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ. 6 years ago
Damien George 53ccbe6cec stm32/usbd_cdc_interface: Handle disconnect IRQ to set VCP disconnected. 6 years ago
Damien George de71035e02 py/emitnative: Put None/False/True in global native const table. 6 years ago
Damien George 6c6050ca43 py/emitnative: Push internal None rather than const obj where possible. 6 years ago
Damien George 7c16bc0406 py/emitnative: Simplify viper mode handling in emit_native_import_name. 6 years ago
Damien George 175739cd37 py/emitnative: Consolidate use of stacked immediate values to one func. 6 years ago
Peter Hinch 759853f2a1 docs/machine.Pin: Document "hard" argument of Pin.irq method. 6 years ago
Peter Hinch 7de9211b80 docs/machine.Pin: Add note regarding irq handler argument. 6 years ago
Damien George f5d46a88aa lib/utils/pyexec: Forcefully unlock the heap if locked and REPL active. 6 years ago
Paul Sokolovsky 7059b4af6d tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 6 years ago
Paul Sokolovsky 9fbd12f2fa extmod/moductypes: Accept OrderedDict as a structure description. 6 years ago
Damien George 6bda951d4d py/emitnative: Remove unused ptr argument from ASM_CALL_IND macro. 6 years ago
Damien George 25571800fc py/asmthumb: Remove unused fun_ptr arg from asm_thumb_bl_ind function. 6 years ago
Damien George 5f1dd5b86b py/asmarm: Simplify asm_arm_bl_ind to only load via index, not literal. 6 years ago
Damien George 006671056d py/emitnative: Load native fun table ptr from const table for all archs. 6 years ago
Damien George 355eb8eafb py/asmx86: Change indirect calls to load fun ptr from the native table. 6 years ago