15056 Commits (fc495240a6c63a9839c8112f8c2bcbb6a0f168d0)
 

Author SHA1 Message Date
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
Carlosgg 1f35576a69 esp32: Re-enable mDNS after move to IDF v5.0.2. 1 year ago
Damien George 7bced2eaec stm32/modmachine: Make machine_reset_cause_obj public. 1 year ago
Tobias Thyrrestrup dd8de8b412 stm32/modmachine: Remove duplicate machine_timer_type declaration. 1 year ago
Yuuki NAGAO a2c02014cd stm32: Modify RCC->APB2ENR directly instead of HAL API. 1 year ago
Yuuki NAGAO 7ca3c1d892 stm32: Add USB support for STM32L1 MCUs. 1 year ago
elibdev 813d559bc0 webassembly: Make mp_js_process_char asynchronous. 1 year ago
elibdev b2ad7e238b webassembly: Make mp_js_do_str asynchronous. 1 year ago
robert-hh 0e215a9fba samd/mpconfigport: Provide the platform module. 1 year ago
robert-hh 057f3b0020 samd/mpconfigport: Enable DHT and onewire drivers on all MCUs/boards. 1 year ago
robert-hh 5ef7ce5116 samd/Makefile: Print memory region usage instead of totals. 1 year ago
robert-hh cfaa9a4997 samd/Makefile: Move the math lib files from mpconfigmcu.mk to Makefile. 1 year ago
robert-hh 909fe30dfd samd: Set the LFS type in mpconfigmcu.mk instead of mpconfigboard.mk. 1 year ago