12175 Commits (30d9f77cc535306eeb9eed6f17e71355fd58995a)
 

Author SHA1 Message Date
Damien George 30d9f77cc5 top: Update .git-blame-ignore-revs for latest formatting commit. 4 years ago
iabdalkader 0f78c36c5a tools/gen-cpydiff.py: Fix formatting of doc strings for new Black. 4 years ago
Damien George 65b90cd0f9 teensy: Provide own implementation of gc_collect, to not use stm32. 4 years ago
Damien George 530c76f6ca lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h. 4 years ago
Damien George a1bc32d8a8 drivers/sdcard: Add sleep_ms(1) delay in SDCard.readinto sync loop. 4 years ago
stijn bb2007b05c windows/mpconfigport.h: Enable features also present in unix port. 4 years ago
Damien George df4e9bdf5c esp32/CMakeLists.txt: Require CMake version 3.12. 4 years ago
Damien George 178198a01d tools/pyboard.py: Support opening serial port in exclusive mode. 4 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George 342d55529d extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George ac1d01d43e tools/upip.py: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Damien George 3c4bfd1dec py/objexcept: Support errno attribute on OSError exceptions. 4 years ago
David Michieli 5669a60954 stm32/mboot: Allow unpacking dfu without secret key. 4 years ago
Damien George 00d6a79b3d stm32/machine_timer: Improve usability of Timer constructor and init. 4 years ago
Damien George 6e0f9b9262 stm32/boards/pllvalues.py: Support wider range of PLL values for F413. 4 years ago
Damien George b74dc546fc tools/metrics.py: Add rp2 port to table of ports that can be built. 4 years ago
Damien George 321d1897c3 all: Bump version to 1.15. 4 years ago
Damien George 7d911d2069 tests/net_inet: Add 'Strict-Transport-Security' to exp file. 4 years ago
Tim Radvan f842a40df4 rp2/rp2_pio: Add fifo_join support for PIO. 4 years ago
Damien George e5d2ddde25 esp32/machine_pin: Use rtc_gpio_deinit instead of gpio_reset_pin. 4 years ago
Damien George a9bbf7083e tools/ci.sh: Build esp32 using IDF v4.0.2 and v4.3. 4 years ago
Damien George d97b8daf1a esp32/boards: Add GENERIC_S2 board definition. 4 years ago
Damien George c81d048bb3 esp32: Add support for USB with CDC ACM. 4 years ago
Damien George 66a86a0615 esp32: Add initial support for ESP32S2 SoCs. 4 years ago
Damien George 8459f538eb tests/feature_check: Check for lack of pass result rather than failure. 4 years ago
Damien George 7f366a2190 esp32/modsocket: Correctly handle poll/read of unconnected TCP socket. 4 years ago
Damien George d0e014aa41 mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options. 4 years ago
8bitgeek fc6ea28d00 stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins. 4 years ago
Marian Buschsieweke 9c9bfe1968 unix/main: Make static variable that's potentially clobbered by longjmp. 4 years ago
Damien George 2ac09c2694 stm32/uart: Use LL_USART_GetBaudRate to compute baudrate. 4 years ago
Damien George 25c029ce9f stm32/boards: Split UARTx_RTS_DE into UARTx_RTS/UARTx_DE in pin defs. 4 years ago
matejcik 1a2ffda175 py/runtime: Make sys.modules preallocate to a configurable size. 4 years ago
matejcik b26def0644 py/profile: Resolve name collision with STATIC unset. 4 years ago
Damien George 2668337f36 stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug. 4 years ago
Damien George dd62c52a36 stm32/rfcore: Fix race condition with C2 accessing free buffer list. 4 years ago
jahr 7ca686684e rp2: Add support for building different board configurations. 4 years ago
robert-hh 1be74b94b6 rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs. 4 years ago
robert-hh 22554cf8e2 rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions. 4 years ago
robert-hh 6f06dcaee5 rp2/moduos: Implement uos.urandom(). 4 years ago
Damien George 2c9af1c1d7 rp2/rp2_pio: Validate state machine frequency in constructor. 4 years ago
Santeri Paavolainen 42035e5ede examples/embedding: Fix example so it compiles again. 4 years ago
aziubin 7546d3cf73 stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs. 4 years ago
Damien George ab9d47e023 esp32: Enable btree module. 4 years ago
Damien George 212fe7f33e extmod/extmod.cmake: Add support to build btree module with CMake. 4 years ago
Damien George 5dcc9b3b16 py/py.cmake: Introduce MICROPY_INC_CORE as a list with core includes. 4 years ago
Damien George 0fabda31de py/py.cmake: Move qstr helper code to micropy_gather_target_properties. 4 years ago
Damien George 7b41d7f187 stm32/boardctrl: Give boards control over execution of boot.py,main.py. 4 years ago
Damien George 4d9e657f0e stm32/mpconfigport.h: Add support for a board to specify root pointers. 4 years ago
Damien George cb396827f5 stm32/boards/pllvalues.py: Relax PLLQ constraints on STM32F413 MCUs. 4 years ago
Damien George f4340b7e62 stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source. 4 years ago