15068 Commits (83f2f36b9e5fea90a947aada5e1c8065468c0e70)
 

Author SHA1 Message Date
Armin Brauns 625e03d2dc mpy-cross: Allow specifying source files starting with -. 1 year ago
Daniël van de Giessen 52dc48b2a0 esp32/machine_wdt: Allow feeding WDT from threads. 1 year ago
Daniël van de Giessen 1bde5f3316 esp32/main: Remove unused mbedtls debug function. 2 years ago
iabdalkader c1acea0e73 esp32/boards/ARDUINO_NANO_ESP32: Fix deploy instructions. 1 year ago
Damien George 8ef5622b9b py/runtime: Always initialise sched_state in mp_init. 1 year ago
Jim Mussared ea1a5e43d0 examples/natmod/deflate: Add deflate as a dynamic native module. 1 year ago
Jim Mussared b804443cb3 docs/library/deflate: Add docs for deflate.DeflateIO. 1 year ago
Jim Mussared 8b315ef0d8 tests/extmod: Add deflate.DeflateIO tests. 1 year ago
Jim Mussared 3533924c36 extmod/moddeflate: Add deflate module providing the DeflateIO class. 1 year ago
Jim Mussared e6c290c3d1 lib/uzlib: Add a source_read_data var to pass to source_read_cb. 1 year ago
Jim Mussared 7f16bfca9f lib/uzlib/defl_static: Optimize zlib_start/finish_block. 1 year ago
Jim Mussared ef5061fefd lib/uzlib/tinflate: Implement more compact lookup tables. 1 year ago
Jim Mussared d75a3cd861 lib/uzlib: Combine zlib/gzip header parsing to allow auto-detect. 1 year ago
Jim Mussared c2b8e6e5d6 lib/uzlib: Clean up tinf -> uzlib rename. 1 year ago
Jim Mussared 0900976384 lib/uzlib/defl_static: Implement some code size improvements. 1 year ago
Jim Mussared 82db9926ed lib/uzlib/lz77: Always use separate history buffer. 1 year ago
Damien George c4feb806e0 lib/uzlib: Add memory-efficient, streaming LZ77 compression support. 2 years ago
Jim Mussared 198311c780 py/stream: Add mp_stream___exit___obj that calls mp_stream_close. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Mark Grosen 9fb56d1562 esp32/CMakeLists: Enable multiple extra component directories in build. 1 year ago
Luca Burelli cc9735ad6a esp32/boards/ARDUINO_NANO_ESP32: Add support for Arduino Nano ESP32. 1 year ago
Luca Burelli e0784750aa shared/tinyusb: Avoid symbol clash on targets with external TinyUSB. 1 year ago
Luca Burelli 3d98f6b80a esp32/usb: Add custom TinyUSB callback support. 1 year ago
Luca Burelli 904ccfaf94 esp32/modmachine: Add generic machine.bootloader(). 1 year ago
Luca Burelli 31ef7c186b esp32: Collect properties from IDF-managed components as well. 1 year ago
Angus Gratton 4548928449 stm32/boards/B_L072Z_LRWAN1: Lower default ROM level to "Core". 2 years ago
Angus Gratton 3aabdf2f6b stm32/boards/B_L072Z_LRWAN1: Add pin definitions for internal SX1262. 2 years ago
Damien George cb31c0ae9c esp32: Add support for board-named pins and the Pin.board dict. 1 year ago
robert-hh 51c2d26f15 renesas-ra/machine_spi: Consistently use machine_pin_find to get pin. 1 year ago
robert-hh 9fea0e98b1 esp8266/machine_pin: Accept an integer argument to mp_obj_get_pin_obj. 1 year ago
robert-hh 29e9573de7 esp32: Use always machine_pin_get_id for getting a Pin id. 1 year ago
robert-hh 3819ee4a6f esp32/machine_pin: Add a pin-find func and use it in machine_pin_get_id. 1 year ago
robert-hh c02da6d81d rp2/machine_pin: Factor out pin-find code from machine_pin_make_new. 1 year ago
Damien George 7d66ae603d esp32/machine_timer: Switch from legacy driver to timer HAL. 1 year ago
Jim Mussared 671b35ceae py/builtinimport: Fix built-in imports when external import is disabled. 1 year ago
Damien George 606ec9bfb1 py/compile: Fix async for's stack handling of iterator expression. 1 year ago
Nicholas H.Tollervey 14c2b64131 webassembly: Replace typeof window check with ENVIRONMENT_IS_NODE flag. 1 year ago
Damien George 88771c1500 renesas-ra,stm32: Remove duplicate machine module from constants list. 1 year ago
Damien George 62673a7708 stm32/mpconfigport: Always define MICROPY_SOFT_TIMER_TICKS_MS. 1 year ago
Victor Rajewski 730525cec9 stm32/qspi: Allow qspi_write_cmd_data to write cmd with 1 data byte. 1 year ago
Yuuki NAGAO 409978a1fb stm32/adc: Fix pyb.ADCAll.read_core_bat on G4 and L4 MCUs. 1 year ago
Yuuki NAGAO cb38f77918 stm32/adc: Add workaround for ADC errata with G4 MCUs. 1 year ago
Yuuki NAGAO 0a31b9bf78 stm32/machine_adc: Fix machine.ADC to work on G4 MCUs. 1 year ago
Yuuki NAGAO d9764ad140 stm32/adc: Fix reading internal ADC channels on G4 MCUs. 1 year ago
Yuuki NAGAO 0ba94a67ba stm32/adc: Fix pyb.ADCAll.read_core_temp for G4 MCUs. 1 year ago
Yuuki NAGAO de8035b510 stm32/adc: Fix ADC clock prescaler for G4 MCUs. 1 year ago
Yuuki NAGAO ec9ea97413 stm32/dac: Fix dac.write_timed on G4 MCUs to use 32-bit DMA access. 1 year ago
Elvis Pfutzenreuter cddeb5f075 docs/esp32/quickref: Add LAN example for WT32-ETH01 version 1.4. 1 year ago
Glenn Moloney dbced75b48 esp32/network_wlan: Wait for STA/AP START/STOP event in wlan.active. 1 year ago
Damien George 2c67671651 esp32/boards/GENERIC_OTA: Enable silent checks to reduce firmware size. 1 year ago