14231 Commits (e65b12a1b9d153991026b194341b881534a882c7)
 

Author SHA1 Message Date
Matt Trentini e65b12a1b9 docs/library/machine: Add machine.memX to docs with brief example. 2 years ago
Jim Mussared 2c8dab7ab4 py/objarray: Detect bytearray(str) without an encoding. 2 years ago
Simon Arlott f8b0ae32d3 py/builtinimport: Fix crash handling "weak link" module names. 2 years ago
Simon Arlott 43dd3ea74d shared/runtime/gchelper_native: Fix pointer cast on x86_64. 2 years ago
Damien George 5987130afd webassembly/Makefile: Change compiler optimisation from O3 to Os. 2 years ago
Damien George 1ed740b152 webassembly/README: Update README to describe new stdout behaviour. 2 years ago
Nicholas H.Tollervey db978d7155 webassembly: Dispatch micropython-print via document not mp_js_stdout. 2 years ago
Damien George 2d406f2226 webassembly: Support piping in a program on stdin. 2 years ago
Damien George 7a505d57dc webassembly: Change "stack" argument to "heapsize". 2 years ago
Damien George d65edaa232 webassembly: Use Date's now() instead of getTime(). 2 years ago
Damien George 49ce93eeec github/workflows: Print test failures for webassembly workflow. 2 years ago
Damien George 329f8252b9 tests/run-perfbench: Support --heapsize argument and pass to executable. 2 years ago
Damien George b52fe52d31 tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError. 2 years ago
Damien George 46bb52adf6 webassembly: Add support for VFS and enable VFS_POSIX. 2 years ago
Damien George 54478eb9e7 webassembly/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2 years ago
Damien George da36b84d45 extmod/vfs_posix: Include errno.h and unistd.h headers. 2 years ago
Damien George 3ed017677b tools/mpremote: Make RemoteFile objects iterable. 2 years ago
Jim Mussared 3427e12e8f tools/mpremote: Handle FileNotFound exceptions in listdir. 2 years ago
robert-hh 7775523b2d esp32/machine_pwm: Verify PWM is active when config methods are called. 2 years ago
Ihor Nehrutsa 5b2929a0e6 esp32/machine_pin: Fix size of machine_pin_irq_handler array. 2 years ago
Mark Grosen 12f9948151 esp32/machine_i2c: Fix clocks and timeouts for ESP32-C3, ESP32-S3. 2 years ago
Damien George 6643b4f0cc samd/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 0159085666 renesas-ra/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 98cbace299 mimxrt/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George cd35b8a2a3 extmod/machine_timer: Move stm32's implementation of machine.Timer here. 2 years ago
Damien George e8f5cfe0e1 nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF. 2 years ago
robert-hh 65fa7fd8bb mimxrt/machine_timer: Use soft-timer implementation for machine.Timer. 2 years ago
robert-hh 9d2e179fa5 mimxrt: Fix CPU freeze when calling __WFE() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh e20bb98392 mimxrt/machine_pin: Add the Pin.toggle() method. 2 years ago
Damien George c138e10fbb py/makeversionhdr: Fall back to py/mpconfig.h instead of docs/conf.py. 2 years ago
robert-hh 11910e2fa1 docs/samd: Add documentation for the samd port. 2 years ago
Jim Mussared 64af916c11 docs/templates/layout.html: Indicate latest vs release docs. 2 years ago
Jim Mussared d75c7e822c py/obj: Add comments explaining the slot index scheme. 2 years ago
robert-hh fcccfc176b samd/modmachine: Add machine.softreset(). 2 years ago
robert-hh a1eebc507e samd/machine_spi: Register SerCom objects as root pointers. 2 years ago
robert-hh d74215a313 samd/machine_spi: Implement spi.deinit() and simplify sercom_deinit_all. 2 years ago
robert-hh 9c2bc379f1 samd/machine_uart: Use a finaliser to tidy up UART on soft reset. 2 years ago
robert-hh 474233c250 samd/machine_pwm: Serialize fast update of PWM settings. 2 years ago
robert-hh ac1e31267b samd/boards: Rework the pins.csv files. 2 years ago
robert-hh a6760bd4ef samd/modmachine: Replace the LED class by the Signal class. 2 years ago
robert-hh 4d38ab652e samd: Make ADC, DAC, PWM, SPI objects consistent in how they print out. 2 years ago
robert-hh e5cf3fab95 samd/machine_pin: Change the pin handling and naming/numbering. 2 years ago
robert-hh e7aa9700ca samd/boards/SEEED_WIO_TERMINAL: Declare more pins for SEEED WIO board. 2 years ago
robert-hh e33db80a59 samd/clock_config: Extend the SAMD51 us-counter to 60 bit. 2 years ago
robert-hh fc9d66fac6 samd/machine_rtc: Add the machine.RTC class. 2 years ago
robert-hh be31fde012 samd/mcu: Make some settings in mpconfigmcu.h conditional. 2 years ago
robert-hh 2251cb774b samd/machine_uart: Implement uart.txdone() and uart.flush(). 2 years ago
robert-hh ddd41b8bbf samd/clock_config: Document the #defines use in init_clocks(). 2 years ago
robert-hh f0399d35e4 samd/modmachine: Get the bootloader magic address from the lib. 2 years ago
robert-hh 03075a6839 samd/modmachine: Implement machine.lightsleep(). 2 years ago