12459 Commits (0613d3e3561a82fffa36594647ef916b19bc912b)
 

Author SHA1 Message Date
Damien George 0613d3e356 rp2/tusb_config.h: Set CFG_TUD_CDC_EP_BUFSIZE to 256. 3 years ago
Damien George 132d93886f ports: Use common mp_hal_stdout_tx_strn_cooked instead of custom one. 3 years ago
Damien George 20a6044952 lib/utils/stdout_helpers: Make mp_hal_stdout_tx_strn_cooked efficient. 3 years ago
Bryan Tong Minh 3d9af87721 windows/Makefile: Add .exe extension to executables name. 5 years ago
finefoot e10a044d7c docs/esp8266/tutorial: Change flash mode from dio to dout. 3 years ago
David Lechner cd506d6220 tests/cpydiff/modules_struct_whitespace_in_format: Run black. 3 years ago
Tom McDermott c1f74b3005 docs/library: Warn that ustruct doesn't handle spaces in format strings. 5 years ago
David Lechner d934f8c8a8 py/makeversionhdr: Add --tags arg to git describe. 3 years ago
Julia 3966f67746 zephyr/machine_spi: Add support for hardware SPI. 3 years ago
Mike Teachman 8a5bfe44a5 esp32,stm32: Add new machine.I2S class for I2S protocol support. 4 years ago
Damien George 031fe0f144 rp2/CMakeLists.txt: Suppress compiler errors for pico-sdk and tinyusb. 3 years ago
Damien George d67bd494b5 lib/pico-sdk: Update to version 1.2.0. 3 years ago
Damien George c8e9e04541 lib/tinyusb: Update to version 0.10.1. 3 years ago
Damien George 86ef965352 stm32/adc: Simplify and generalise how pin_adcX table is defined. 3 years ago
iabdalkader 0e11966ce9 stm32/adc: Define the ADC instance used for internal channels. 3 years ago
iabdalkader ff7be31f26 stm32/adc: Allow using ADC12 and ADC3 for H7. 3 years ago
Andrew Scheller d1decdfa93 tools/mpremote: Swap order of PID and VID in connect-list output. 3 years ago
Damien George 076caf317e javascript/Makefile: Suppress compiler errors from array bounds. 3 years ago
Jonathan Hogg 0b3332c8e1 docs/library: Document new esp32.RMT features and fix wait_done. 3 years ago
Jonathan Hogg 18e48a71ee esp32/esp32_rmt: Enhance RMT with idle_level and write_pulses modes. 3 years ago
David Lechner 58e4d72338 py/objexcept: Pretty print OSError also when it has 2 arguments. 5 years ago
Frank Pilhofer 41adf17830 tools/pyboard.py: Add cmd-line option to make soft reset configurable. 3 years ago
robert-hh efa97beb99 tools/autobuild: Add mimxrt port to build scripts for nightly builds. 3 years ago
David Lechner 8182f34584 stm32/main: Call mp_deinit() at end of main. 3 years ago
iabdalkader a32a7421d6 stm32/dma: Add DMAMUX configuration for H7 to fix dma_nohal_init. 3 years ago
iabdalkader f4dce15c87 stm32/sdio: Fix undefined reference to DMA stream on H7. 3 years ago
Damien George 87985fc7e9 stm32/boardctrl: Skip running main.py if boot.py had an error. 3 years ago
Yonatan Goldschmidt 4ada56d4cb tools/makemanifest.py: Allow passing flags to mpy-tool.py. 5 years ago
Damien George 7ec95c2768 extmod/uasyncio: Get addr and bind server socket before creating task. 3 years ago
robert-hh cbc9a591a4 mimxrt/modmachine: Add a few minor methods to the machine module. 3 years ago
robert-hh 552e11bf64 mimxrt/mimxrt_flash: Remove commented-out code. 3 years ago
robert-hh c8284c9b50 mimxrt/main: Extend the information returned by help(). 3 years ago
robert-hh 4eabff53cb mimxrt/main: Skip running main.py if boot.py failed. 3 years ago
robert-hh b35566af79 mimxrt/boards: Set vfs partition start to 1 MBbyte. 3 years ago
robert-hh a262faa227 mimxrt/moduos: Seed the PRNG on boot using the TRNG. 3 years ago
robert-hh f45412793e mimxrt/machine_spi: Add the SPI class to the machine module. 3 years ago
Damien George f3e4ed82a1 github/workflows: Switch from lcov to gcov. 3 years ago
Damien George c940597314 github/workflows: Switch from Coveralls to Codecov. 3 years ago
Jonathan Hogg 30422ca7c2 esp32/esp32_rmt: Fix RMT looping in newer IDF versions. 3 years ago
Damien George 180c54d6cc tests/extmod: Make uasyncio_heaplock test more deterministic. 3 years ago
Damien George 2dc4f843bc github/workflows: Add workflow to build and test javascript port. 3 years ago
Damien George c13853f4da javascript: Rework Makefile and GC so it works with latest Emscripten. 3 years ago
Damien George cfd08448a1 py: Mark unused arguments from bytecode decoding macros. 3 years ago
Damien George 08e0e065f4 py/makeqstrdefs.py: Don't include .h files explicitly in preprocessing. 3 years ago
David Lechner 115acadf92 mpy-cross: Disable stack check when building with Emscripten. 4 years ago
David Lechner 8cebd56a11 tools/ci.sh: Run apt-get update in ci_powerpc_setup. 3 years ago
Krzysztof Adamski feb7e2e864 rp2/machine_rtc: In RTC.datetime, compute weekday automatically. 3 years ago
Krzysztof Adamski 35b1359a3a rp2: Use 0=Monday datetime convention in RTC. 3 years ago
Krzysztof Adamski 6409bbcb72 mimxrt: Move calc_weekday helper function to timeutils. 3 years ago
David Lechner b51ae20c07 py/mperrno: Add MP_ECANCELED error code. 6 years ago