14268 Commits (a513558e3a72b47880faa847de64949e7fc746f6)
 

Author SHA1 Message Date
Damien George 9347545f9e extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE. 2 years ago
Damien George b337678964 extmod/mbedtls: Add common configuration file, and use it in all ports. 2 years ago
Damien George 67f98ba10c extmod/btstack: Update BTstack bindings to work with latest BTstack. 2 years ago
Damien George 4f946ba963 lib/btstack: Update to v1.5.3. 2 years ago
iabdalkader 93f3910fe7 nrf: Rename machine I2C, PWM, SPI, UART types consistently across ports. 2 years ago
iabdalkader 5e90ec2331 zephyr: Rename machine I2C and SPI types consistently across ports. 2 years ago
iabdalkader bfa6f34404 renesas-ra: Rename machine SPI type consistently across ports. 2 years ago
iabdalkader e275a58ac1 samd: Rename machine I2C type consistently across ports. 2 years ago
iabdalkader 22ad45fda6 rp2: Rename machine I2C type consistently across ports. 2 years ago
iabdalkader 427670c210 esp32: Rename machine I2C and SPI types consistently across ports. 2 years ago
iabdalkader af4ba6d1b4 stm32: Rename machine I2C and SPI types consistently across ports. 2 years ago
Damien George 965a87b53c tests/extmod: Add test for sleep_ms value that overflows ticks. 2 years ago
Damien George 815920c87f extmod/utime_mphal: Make ticks_add check for overflow of delta. 2 years ago
Damien George 89b3207376 unix/modffi: Move header includes inside MICROPY_PY_FFI guard. 2 years ago
David Lechner ab317a0d66 py/misc: Remove use of bitfield from vstr_t. 2 years ago
robert-hh 92d9118038 rp2/fatfs_port: Fix the modification date of files. 2 years ago
Jim Mussared b25087fc6f samd/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared a2aceb5007 nrf/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared 43bcfb148b mimxrt/Makefile: Split up SRC_C variables. 2 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 87011f6353 extmod/extmod.mk: Make extmod.mk handle GIT_SUBMODULES. 2 years ago
Jim Mussared 065af04a4e unix/Makefile: Don't use _MOD variable names. 2 years ago
Jim Mussared 3cc6decfc4 py/py.mk: Make user-C-module handling self-contained in py.mk. 2 years ago
Jim Mussared 67d05ed02b ports: Make generated pin.c handling more consistent across ports. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Jim Mussared 8e912a501a unix: Enable sys.executable. 2 years ago
Jim Mussared 0e8dfaf538 py/modsys: Add support for sys.executable. 2 years ago
Jim Mussared c44b3927b8 py/objstr: Add a helper to set mp_obj_str_t data. 2 years ago
Jim Mussared 4fc543c829 CODECONVENTIONS.md: Update pre-commit instructions. 2 years ago
Jim Mussared b8982ec5f9 tools/verifygitlog.py: Add additional help for subject line issues. 2 years ago
Jim Mussared f6d06b3ce0 tools/verifygitlog.py: Ignore comment lines in commit messages. 2 years ago
robert-hh 366c801b35 samd/machine_pin: Change the printing of Pin and LED objects. 2 years ago
robert-hh 972212907d samd/mcu: Use lf2s for SAMD51 and lfs1 for SAMD21. 2 years ago
robert-hh 4cf527eb05 samd/main: Initialize readline on start up. 2 years ago
robert-hh 65f99e371d samd/boards: Use the same linker file for all SAMD51x19 variants. 2 years ago
robert-hh 9f4df86016 samd/boards: Move the flash filesystem definitions to the linker files. 2 years ago
robert-hh 387025f5d1 samd/mcu: Enable the math module on SAMD51. 2 years ago
robert-hh 00dcf04643 samd/mcu: Add floating point suport for SAMD21 devices. 2 years ago
robert-hh d9338aabc5 samd: Change the symbol names for the peripheral clocks. 2 years ago
robert-hh e9a76310ec samd/mphalport: Fix USB endpoint handling ignoring Ctrl-C. 2 years ago
robert-hh b001730462 samd/Makefile: Fix a dependency problem with "make -j". 2 years ago
robert-hh 560170de02 samd/samd_flash: Remove obsolete printf's and return values instead. 2 years ago
robert-hh 85fb8b8b02 samd/pin_af: Simplify the pin-af-table handling. 2 years ago
robert-hh 20e7313453 samd/clock_config: Add HW_DFLL_USB_SYNC and HW_MCU_OSC32KULP extensions. 2 years ago
robert-hh f00356a486 samd/clock_config: Split clock_config.c to separate SAMD21/SAMD51 files. 2 years ago
robert-hh 929dfc66a3 samd/mpconfigport: Restructure to use ROM feature levels. 2 years ago
robert-hh a415752173 samd/machine_bitstream: Add the machine.bitstream() function. 2 years ago
robert-hh fd7b57dd22 samd/mphalport: Use CYCCNT for SAMD51's mp_hal_ticks_cpu(). 2 years ago
robert-hh a9304af8fa samd/boards: Add missing/lost board config and pin definitions. 2 years ago
robert-hh 9a567b04e7 samd/machine_uart: Support buffered TX for UART. 2 years ago