aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27Add OpenMano boardHEADmasterAditya Naik
2021-04-28stm32/uart: Fix H7 UART clock source configuration.iabdalkader
2021-04-28stm32,teensy: Correct typos in project README files.plan-do-break-fix
2021-04-28pic16bit/Makefile: Make the XC compiler version user-configurable.Daniel Maslowski
2021-04-28py/dynruntime.h: Add mp_obj_get_array() function.Damien George
2021-04-27bare-arm: Switch to use MICROPY_ERROR_REPORTING_NONE to reduce size.Damien George
2021-04-27py: Add option to compile without any error messages at all.Damien George
2021-04-27top: Update .git-blame-ignore-revs for latest formatting commit.Damien George
2021-04-27tools/gen-cpydiff.py: Fix formatting of doc strings for new Black.iabdalkader
2021-04-27teensy: Provide own implementation of gc_collect, to not use stm32.Damien George
2021-04-24lib/utils: Remove unused PYEXEC_SWITCH_MODE from pyexec.h.Damien George
2021-04-23drivers/sdcard: Add sleep_ms(1) delay in SDCard.readinto sync loop.Damien George
2021-04-23windows/mpconfigport.h: Enable features also present in unix port.stijn
2021-04-23esp32/CMakeLists.txt: Require CMake version 3.12.Damien George
2021-04-23tools/pyboard.py: Support opening serial port in exclusive mode.Damien George
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-23extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-23tools/upip.py: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-23py/objexcept: Support errno attribute on OSError exceptions.Damien George
2021-04-23stm32/mboot: Allow unpacking dfu without secret key.David Michieli
2021-04-21stm32/machine_timer: Improve usability of Timer constructor and init.Damien George
2021-04-20stm32/boards/pllvalues.py: Support wider range of PLL values for F413.Damien George
2021-04-20tools/metrics.py: Add rp2 port to table of ports that can be built.Damien George
2021-04-19all: Bump version to 1.15.Damien George
2021-04-18tests/net_inet: Add 'Strict-Transport-Security' to exp file.Damien George
2021-04-17rp2/rp2_pio: Add fifo_join support for PIO.Tim Radvan
2021-04-15esp32/machine_pin: Use rtc_gpio_deinit instead of gpio_reset_pin.Damien George
2021-04-15tools/ci.sh: Build esp32 using IDF v4.0.2 and v4.3.Damien George
2021-04-15esp32/boards: Add GENERIC_S2 board definition.Damien George
2021-04-15esp32: Add support for USB with CDC ACM.Damien George
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-04-15tests/feature_check: Check for lack of pass result rather than failure.Damien George
2021-04-14esp32/modsocket: Correctly handle poll/read of unconnected TCP socket.Damien George
2021-04-14mimxrt: Enable CPYTHON_COMPAT, PY_ASYNC_AWAIT, PY_ATTRTUPLE options.Damien George
2021-04-14stm32/sdram: Make MICROPY_HW_FMC_BA1,MICROPY_HW_FMC_A11 optional pins.8bitgeek
2021-04-14unix/main: Make static variable that's potentially clobbered by longjmp.Marian Buschsieweke
2021-04-13stm32/uart: Use LL_USART_GetBaudRate to compute baudrate.Damien George
2021-04-13stm32/boards: Split UARTx_RTS_DE into UARTx_RTS/UARTx_DE in pin defs.Damien George
2021-04-12py/runtime: Make sys.modules preallocate to a configurable size.matejcik
2021-04-12py/profile: Resolve name collision with STATIC unset.matejcik
2021-04-12stm32/rfcore: Intercept addr-resolution HCI cmd to work around BLE bug.Damien George
2021-04-12stm32/rfcore: Fix race condition with C2 accessing free buffer list.Damien George
2021-04-12rp2: Add support for building different board configurations.jahr
2021-04-12rp2/machine_uart: Add buffered transfer of data with rxbuf/txbuf kwargs.robert-hh
2021-04-11rp2/rp2_pio: Add StateMachine restart,rx_fifo,tx_fifo helper functions.robert-hh
2021-04-09rp2/moduos: Implement uos.urandom().robert-hh
2021-04-09rp2/rp2_pio: Validate state machine frequency in constructor.Damien George
2021-04-09examples/embedding: Fix example so it compiles again.Santeri Paavolainen
2021-04-09stm32/boards/NUCLEO_L476RG: Add 5 remaining UARTs.aziubin
2021-04-09esp32: Enable btree module.Damien George