16053 Commits (d1bf0eeb0fb0c485da076075a15ffdfd5fb68303)
 

Author SHA1 Message Date
David Lechner d1bf0eeb0f tests/cpydiff: Add diff for overriding __init__. 2 years ago
Laurens Valk 9ca668f881 py/objtype: Avoid crash on calling members of uninitialized native type. 2 years ago
Laurens Valk 19b1333cb1 examples/usercmodule/cexample: Add more advanced native class. 2 years ago
Felix Dörre 7fe8f030ee rp2/lwip_inc: Enable IPv6 per default on rp2 port. 2 years ago
Angus Gratton ba98533454 rp2: Stop machine.idle() blocking indefinitely. 4 months ago
Angus Gratton 81daba31c5 docs: Specify that machine.idle() returns at least every 1ms. 4 months ago
Phil Howard e1ecc232dc rp2/rp2_pio: Disable correct IRQ for PIO1. 4 months ago
Angus Gratton 9db16cfe31 rp2: Fix wakeup from WFE on core1. 4 months ago
Angus Gratton eced9d86a7 rp2: Fix power consumption when sleeping with a timeout. 4 months ago
Alessandro Gatti 44527ada5f unix/main: Fix GCC builds for RISC-V 64 bits. 1 year ago
robert-hh 594c4229b7 esp32/machine_timer: Limit timer numbers for ESP32C3. 7 months ago
Angus Gratton 46c3df0229 tests/run-tests.py: Enable thread tests on esp32. 4 months ago
Angus Gratton 337742f6c7 esp32/mpthreadport: Fix uneven GIL allocation between Python threads. 4 months ago
Junwha 2994354634 extmod/vfs: Fix buffer overflow of string comparison in umount. 10 months ago
Terence Stenvold 390390ec37 extmod/vfs_fat: Set default volume label on mkfs if it's defined. 4 months ago
stijn 444d7bacbe extmod/moductypes: Validate the descriptor tuple. 1 year ago
Michael Vornovitsky 6db91dfefb extmod/modbtree: Add checks for already-closed database. 1 year ago
Damien George 8159dcc276 extmod/modos: Include os.sep entry if MICROPY_VFS is enabled. 4 months ago
Damien George 5f3ecc29f8 extmod/modmachine: Use sys.exit as implementation of machine.soft_reset. 4 months ago
Damien George 69c25ea865 shared/runtime/pyexec: Make a raised SystemExit always do a forced exit. 4 months ago
robert-hh a734ee9057 shared/tinyusb/mp_usbd_cdc: Skip writing to an uninitialized USB device. 4 months ago
Damien George 847ee20d9b tests/multi_bluetooth/perf_gatt_notify.py: Reduce connection interval. 4 months ago
Damien George 77bd8fe5b8 webassembly: Reuse PyProxy objects when they are the same Python object. 5 months ago
Damien George 5147dc5de5 py/gc: Remove commented-out functions. 4 months ago
Damien George 1548132979 py/sequence: Remove unused len argument from mp_seq_extract_slice. 4 months ago
Damien George 96007e7de5 py/lexer: Add static assert that token enum values all fit in a byte. 4 months ago
Damien George e00d80d9e2 py: Remove 5 TODOs in emitbc, objrange and repl. 4 months ago
Damien George fce3cea244 tests/extmod: Make get_event_loop tests compatible with CPython 3.12. 4 months ago
Damien George b4b4d161c2 unix/mpbtstackport_usb: Remove thread detached attribute. 4 months ago
Leo Chung 220088fff6 unix/mpbthciport: Remove thread detached attribute. 1 year ago
Lennart 55e75c4ad4 unix/modtermios: Add more baudrate options. 4 months ago
Damien George abbce268af github/workflows: Use macos-latest for unix macos CI. 4 months ago
Owen 4fdad8eabe extmod/modre: Rename re_exec to re_exec_helper to avoid clash on BSD. 4 months ago
robert-hh ee1036023e extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI. 2 years ago
iabdalkader 20b00ca501 extmod/network_nina: Fix the AP security mode constants. 7 months ago
robert-hh 2be45dd682 extmod/modmachine: Allow more than one argument to machine.freq(). 4 months ago
Damien George 358e501e75 tests/stress/bytecode_limit.py: Make test more robust with low memory. 4 months ago
Damien George 633586a716 tests/thread/stress_aes.py: Fix logic waiting for finished threads. 4 months ago
Felix Dörre 4d16a9cced docs: Update docs to replace ifconfig with ipconfig. 8 months ago
Damien George 0b58d02f70 esp32,esp8266: Use new mp_obj_new_str_from_cstr() function. 4 months ago
Jon Foster 92484d8822 all: Use new mp_obj_new_str_from_cstr() function. 7 months ago
Jon Foster 289b2dd879 py/objstr: Add new mp_obj_new_str_from_cstr() helper function. 7 months ago
robert-hh f36a5654a8 docs/rp2/quickref: Document the use of channel numbers for ADC. 9 months ago
robert-hh 2b8de7436b rp2/machine_adc: Initialise ADC GPIO when a Pin is referenced by int. 10 months ago
Phil Howard f61fac0ba6 rp2/rp2_pio: Replace explicit pio ternary expression with pio_get_index. 4 months ago
Phil Howard 462fa5f94f rp2/rp2_pio: Replace PIO_NUM macro with pio_get_index. 4 months ago
Damien George 75350f9c8e rp2/mbedtls: Remove config options that are now in the common settings. 4 months ago
Sylvain Zimmer 838794ebcc extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config. 5 months ago
Felix Dörre 57008a1e69 extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 5 months ago
Alessandro Gatti bb6a4669b2 py/asmrv32: Do not use binary literals. 4 months ago