12690 Commits (d451dc008680bfb27786b6f1d84ceac5da640050)
 

Author SHA1 Message Date
Damien George 74db526cf0 extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0. 3 years ago
Jim Mussared 12e3fcc785 extmod/nimble: Fix leak in l2cap_send if send-while-stalled. 3 years ago
David Lechner 8758504f0f extmod/moduselect: Conditionally compile select(). 3 years ago
Jonathan Hogg 8be29b9b1b esp32/machine_hw_spi: Use a 2 item SPI queue for long transfers. 3 years ago
Jonathan Hogg eb3029c669 esp32/machine_spi: Calculate actual attained baudrate. 3 years ago
robert-hh 98c5703027 mimxrt/machine_i2c: Add hardware-based machine.I2C to machine module. 3 years ago
Damien George 06277a9169 mimxrt/machine_led: Use mp_raise_msg_varg helper. 3 years ago
Damien George 70b8e1d1f5 py/obj: Fix formatting of comment for mp_obj_is_integer. 3 years ago
Damien George 022b8a7fea py/objexcept: Make mp_obj_new_exception_arg1 inline. 3 years ago
Damien George 74085f167e py/modsys: Optimise sys.exit for code size by using exception helpers. 3 years ago
Damien George 38a204ed96 py: Introduce and use mp_raise_type_arg helper. 3 years ago
Damien George bb00125aaa py: Support single argument to optimised MP_OBJ_STOP_ITERATION. 3 years ago
Damien George e3825e28e6 py/objexcept: Make mp_obj_exception_get_value support subclassed excs. 3 years ago
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