12184 Commits (89b64478c73d2228419e77a4450c004157ec725a)
 

Author SHA1 Message Date
Damien George 89b64478c7 stm32/softtimer: Add support for having a C-based callback. 4 years ago
Steve App 326dd7f0db tools/makemanifest.py: Show directory name if there is a FreezeError. 4 years ago
Steve App 21fee92be6 esp32: Restore FROZEN_MANIFEST support with new CMake build system. 4 years ago
iabdalkader a708848b0c stm32/uart: Fix H7 UART clock source configuration. 4 years ago
plan-do-break-fix 4dc802400f stm32,teensy: Correct typos in project README files. 4 years ago
Daniel Maslowski f452b9c265 pic16bit/Makefile: Make the XC compiler version user-configurable. 4 years ago
Damien George c5cbfd545a py/dynruntime.h: Add mp_obj_get_array() function. 4 years ago
Damien George 43a8c8178e bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size. 4 years ago
Damien George d4b706c4d0 py: Add option to compile without any error messages at all. 4 years ago
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