12677 Commits (0a510737248132430de4317d7fd4d47e76862182)
 

Author SHA1 Message Date
Damien George b8255dd2e0 py/vm: Simplify handling of MP_OBJ_STOP_ITERATION in yield-from opcode. 3 years ago
Jim Mussared 22fdb21302 windows/appveyor: Update to VS 2017 and use Python 3.8 for build/test. 3 years ago
Damien George 6430cd3e02 unix/variants: Enable help and help("modules") on standard and dev. 3 years ago
Damien George 0ee256b8b1 github/workflows: Add workflow to build and test unix dev variant. 3 years ago
Damien George 240888a0d2 unix/Makefile: Add back LIB_SRC_C to list of object files. 3 years ago
Damien George 831cc4a61d stm32/boards/NUCLEO_F446RE: Fix I2C1 pin assignment to match datasheet. 3 years ago
Damien George e3291e1801 lib,shared: Update README's based on contents of these dirs. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George 4d546713ec shared: Introduce new top-level dir and move 1st party lib code there. 3 years ago
Damien George 925878b2f8 ports: Update for move of crypto-algorithms, uzlib to lib. 3 years ago
Damien George 94dfaff18b extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib. 3 years ago
Damien George 966e8bf934 LICENSE: Update for move of crypto-algorithms, re1.5, uzlib to lib. 3 years ago
Damien George 6dd92d7742 lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib. 3 years ago
Damien George d1bfb271d7 lib/uzlib: Move uzlib code from extmod to lib. 3 years ago
Damien George d1d172f536 lib/re1.5: Move re1.5 code from extmod to lib. 3 years ago
Damien George e2f0b181f9 extmod/axtls-include: Add axtls_os_port.h to customise axTLS. 3 years ago
Damien George 75c1609c3a lib/axtls: Update to latest axtls 2.1.5 wih additional commits. 3 years ago
Damien George 2e634d5ead lib/axtls: Switch to repo at micropython/axtls. 3 years ago
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